mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
Update multimedia/schroedinger to 1.0.11
This commit is contained in:
parent
2be104c3ca
commit
1a193f8a71
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=289774
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= ffmpeg
|
||||
DISTVERSION= 2012-01-22
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= multimedia audio ipv6 net
|
||||
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
||||
MASTER_SITE_SUBDIR= mm/ffmpeg
|
||||
@ -347,7 +348,7 @@ CONFIGURE_ARGS+= --disable-librtmp
|
||||
|
||||
# schroedinger
|
||||
.if !defined(WITHOUT_SCHROEDINGER)
|
||||
LIB_DEPENDS+= schroedinger-1.0.10:${PORTSDIR}/multimedia/schroedinger
|
||||
LIB_DEPENDS+= schroedinger-1.0.11:${PORTSDIR}/multimedia/schroedinger
|
||||
CONFIGURE_ARGS+= --enable-libschroedinger
|
||||
.else
|
||||
CONFIGURE_ARGS+= --disable-libschroedinger
|
||||
|
@ -6,7 +6,7 @@
|
||||
|
||||
PORTNAME= ffmpeg
|
||||
PORTVERSION= 0.7.11
|
||||
PORTREVISION?= 1
|
||||
PORTREVISION?= 2
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= multimedia audio ipv6 net
|
||||
MASTER_SITES= http://ffmpeg.org/releases/
|
||||
@ -278,7 +278,7 @@ CONFIGURE_ARGS+= --disable-librtmp
|
||||
|
||||
# schroedinger
|
||||
.if !defined(WITHOUT_SCHROEDINGER)
|
||||
LIB_DEPENDS+= schroedinger-1.0.10:${PORTSDIR}/multimedia/schroedinger
|
||||
LIB_DEPENDS+= schroedinger-1.0.11:${PORTSDIR}/multimedia/schroedinger
|
||||
CONFIGURE_ARGS+= --enable-libschroedinger
|
||||
.else
|
||||
CONFIGURE_ARGS+= --disable-libschroedinger
|
||||
|
@ -7,7 +7,7 @@
|
||||
|
||||
PORTNAME= gmerlin-avdecoder
|
||||
PORTVERSION= 1.1.0
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= multimedia
|
||||
MASTER_SITES= SF/gmerlin/${PORTNAME}/${PORTVERSION}
|
||||
|
||||
@ -173,7 +173,7 @@ CONFIGURE_ARGS+=--disable-openjpeg
|
||||
.endif
|
||||
|
||||
.if !defined(WITHOUT_SCHROEDINGER)
|
||||
LIB_DEPENDS+= schroedinger-1.0.10:${PORTSDIR}/multimedia/schroedinger
|
||||
LIB_DEPENDS+= schroedinger-1.0.11:${PORTSDIR}/multimedia/schroedinger
|
||||
.else
|
||||
CONFIGURE_ARGS+=--disable-schroedinger
|
||||
.endif
|
||||
|
@ -5,7 +5,7 @@
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTREVISION= 0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= multimedia
|
||||
|
||||
COMMENT= Gstreamer Dirac high-speed codec plugin
|
||||
|
@ -503,7 +503,7 @@ gst_speex_PLIST_FILES= ${GST_LIB_DIR}/libgstspeex.la \
|
||||
${GST_LIB_DIR}/libgstspeex.so
|
||||
|
||||
# schro(edinger)
|
||||
gst_schroedinger_LIB_DEPENDS+= schroedinger-1.0.10:${PORTSDIR}/multimedia/schroedinger
|
||||
gst_schroedinger_LIB_DEPENDS+= schroedinger-1.0.11:${PORTSDIR}/multimedia/schroedinger
|
||||
gst_schroedinger_CONFIGURE_ARGS+=--enable-schro
|
||||
gst_schroedinger_PLIST_FILES= ${GST_LIB_DIR}/libgstschro.la \
|
||||
${GST_LIB_DIR}/libgstschro.so
|
||||
|
@ -7,7 +7,7 @@
|
||||
|
||||
PORTNAME= libquicktime
|
||||
PORTVERSION= 1.2.3
|
||||
PORTREVISION?= 2
|
||||
PORTREVISION?= 3
|
||||
CATEGORIES= multimedia
|
||||
MASTER_SITES= SF
|
||||
|
||||
@ -153,7 +153,7 @@ CONFIGURE_ARGS+= --without-x264
|
||||
.endif
|
||||
|
||||
.if !defined(WITHOUT_SCHROEDINGER)
|
||||
LIB_DEPENDS+= schroedinger-1.0.10:${PORTSDIR}/multimedia/schroedinger
|
||||
LIB_DEPENDS+= schroedinger-1.0.11:${PORTSDIR}/multimedia/schroedinger
|
||||
PLIST_SUB+= SCHROEDINGER=""
|
||||
.else
|
||||
PLIST_SUB+= SCHROEDINGER="@comment "
|
||||
|
@ -6,7 +6,7 @@
|
||||
|
||||
PORTNAME= mencoder
|
||||
PORTVERSION= ${MPLAYER_PORT_VERSION}
|
||||
PORTREVISION= 0
|
||||
PORTREVISION= 1
|
||||
COMMENT= Convenient video file and movie encoder
|
||||
RESTRICTED= Port has restricted dependencies
|
||||
|
||||
|
@ -7,7 +7,7 @@
|
||||
|
||||
PORTNAME= mplayer
|
||||
PORTVERSION= ${MPLAYER_PORT_VERSION}
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
COMMENT= High performance media player supporting many formats
|
||||
|
||||
.include "${.CURDIR}/Makefile.shared"
|
||||
|
@ -104,7 +104,7 @@ CONFIGURE_ARGS+= --disable-libvpx-lavc
|
||||
.endif
|
||||
|
||||
.if defined(WITH_SCHROEDINGER)
|
||||
LIB_DEPENDS+= schroedinger-1.0.10:${PORTSDIR}/multimedia/schroedinger
|
||||
LIB_DEPENDS+= schroedinger-1.0.11:${PORTSDIR}/multimedia/schroedinger
|
||||
.else
|
||||
CONFIGURE_ARGS+= --disable-libschroedinger-lavc
|
||||
.endif
|
||||
|
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= schroedinger
|
||||
PORTVERSION= 1.0.10
|
||||
PORTVERSION= 1.0.11
|
||||
CATEGORIES= multimedia
|
||||
MASTER_SITES= http://diracvideo.org/download/schroedinger/
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
@ -22,7 +22,7 @@ LICENSE_FILE_MIT= ${WRKSRC}/COPYING.MIT
|
||||
LICENSE_FILE_MPL= ${WRKSRC}/COPYING.MPL
|
||||
|
||||
LIB_DEPENDS= orc-0.4:${PORTSDIR}/devel/orc
|
||||
BUILD_DEPENDS= orc>=0.4.10:${PORTSDIR}/devel/orc
|
||||
BUILD_DEPENDS= orc>=0.4.16:${PORTSDIR}/devel/orc
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LDCONFIG= yes
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (schroedinger-1.0.10.tar.gz) = 9a45c4f8d6197a641a9b06ab9b59ec02ad9986723fd855528a00ec3477a71964
|
||||
SIZE (schroedinger-1.0.10.tar.gz) = 996489
|
||||
SHA256 (schroedinger-1.0.11.tar.gz) = 1e572a0735b92aca5746c4528f9bebd35aa0ccf8619b22fa2756137a8cc9f912
|
||||
SIZE (schroedinger-1.0.11.tar.gz) = 1019247
|
||||
|
@ -36,7 +36,7 @@ include/schroedinger-1.0/schroedinger/schrowavelet.h
|
||||
lib/libschroedinger-1.0.a
|
||||
lib/libschroedinger-1.0.la
|
||||
lib/libschroedinger-1.0.so
|
||||
lib/libschroedinger-1.0.so.10
|
||||
lib/libschroedinger-1.0.so.11
|
||||
libdata/pkgconfig/schroedinger-1.0.pc
|
||||
share/gtk-doc/html/schroedinger/home.png
|
||||
share/gtk-doc/html/schroedinger/index.html
|
||||
@ -71,7 +71,6 @@ share/gtk-doc/html/schroedinger/schroedinger-schrounpack.html
|
||||
share/gtk-doc/html/schroedinger/schroedinger-schroutils.html
|
||||
share/gtk-doc/html/schroedinger/schroedinger-schrovideoformat.html
|
||||
share/gtk-doc/html/schroedinger/schroedinger-schrowavelet.html
|
||||
share/gtk-doc/html/schroedinger/schroedinger.devhelp
|
||||
share/gtk-doc/html/schroedinger/schroedinger.devhelp2
|
||||
share/gtk-doc/html/schroedinger/schrointernal.html
|
||||
share/gtk-doc/html/schroedinger/schropublic.html
|
||||
|
@ -7,7 +7,7 @@
|
||||
|
||||
PORTNAME= vlc
|
||||
DISTVERSION= 1.1.13
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
PORTEPOCH= 3
|
||||
CATEGORIES= multimedia audio ipv6 net www
|
||||
MASTER_SITES= http://download.videolan.org/pub/videolan/${PORTNAME}/${DISTVERSION}/ \
|
||||
@ -553,7 +553,7 @@ CONFIGURE_ARGS+=--disable-smb
|
||||
.endif
|
||||
|
||||
.if defined(WITH_SCHROED)
|
||||
LIB_DEPENDS+= schroedinger-1.0.10:${PORTSDIR}/multimedia/schroedinger
|
||||
LIB_DEPENDS+= schroedinger-1.0.11:${PORTSDIR}/multimedia/schroedinger
|
||||
CONFIGURE_ARGS+=--enable-schroedinger
|
||||
.else
|
||||
CONFIGURE_ARGS+=--disable-schroedinger
|
||||
|
Loading…
Reference in New Issue
Block a user