diff options
author | krion <krion@FreeBSD.org> | 2004-07-23 17:17:55 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-07-23 17:17:55 +0800 |
commit | 04a7b40aeed50f22ee0e3fec4a1f58a2105d9edd (patch) | |
tree | c396b97afc7a702eb9b086150ac4268586529c72 /multimedia | |
parent | df0bc342b36a2ef321ea6bf1045266de3943ed0f (diff) | |
download | freebsd-ports-gnome-04a7b40aeed50f22ee0e3fec4a1f58a2105d9edd.tar.gz freebsd-ports-gnome-04a7b40aeed50f22ee0e3fec4a1f58a2105d9edd.tar.zst freebsd-ports-gnome-04a7b40aeed50f22ee0e3fec4a1f58a2105d9edd.zip |
Chase libraries for new audio/speex version.
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/gstreamer-plugins/Makefile | 4 | ||||
-rw-r--r-- | multimedia/gstreamer-plugins80/Makefile | 4 | ||||
-rw-r--r-- | multimedia/libxine/Makefile | 3 | ||||
-rw-r--r-- | multimedia/vlc-devel/Makefile | 3 | ||||
-rw-r--r-- | multimedia/vlc/Makefile | 3 |
5 files changed, 10 insertions, 7 deletions
diff --git a/multimedia/gstreamer-plugins/Makefile b/multimedia/gstreamer-plugins/Makefile index 895596e0f43f..7d2879bf08f5 100644 --- a/multimedia/gstreamer-plugins/Makefile +++ b/multimedia/gstreamer-plugins/Makefile @@ -7,7 +7,7 @@ PORTNAME= gstreamer PORTVERSION= 0.8.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= multimedia audio MASTER_SITES= ${MASTER_SITE_GNOME} \ http://gstreamer.freedesktop.org/src/gst-plugins/ @@ -823,7 +823,7 @@ PLIST_SUB+= SMOOTHWAVE="" CONFIGURE_ARGS+= --disable-speex PLIST_SUB+= SPEEX="@comment " .else -LIB_DEPENDS+= speex.2:${PORTSDIR}/audio/speex +LIB_DEPENDS+= speex.3:${PORTSDIR}/audio/speex PLIST_SUB+= SPEEX="" .endif diff --git a/multimedia/gstreamer-plugins80/Makefile b/multimedia/gstreamer-plugins80/Makefile index 895596e0f43f..7d2879bf08f5 100644 --- a/multimedia/gstreamer-plugins80/Makefile +++ b/multimedia/gstreamer-plugins80/Makefile @@ -7,7 +7,7 @@ PORTNAME= gstreamer PORTVERSION= 0.8.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= multimedia audio MASTER_SITES= ${MASTER_SITE_GNOME} \ http://gstreamer.freedesktop.org/src/gst-plugins/ @@ -823,7 +823,7 @@ PLIST_SUB+= SMOOTHWAVE="" CONFIGURE_ARGS+= --disable-speex PLIST_SUB+= SPEEX="@comment " .else -LIB_DEPENDS+= speex.2:${PORTSDIR}/audio/speex +LIB_DEPENDS+= speex.3:${PORTSDIR}/audio/speex PLIST_SUB+= SPEEX="" .endif diff --git a/multimedia/libxine/Makefile b/multimedia/libxine/Makefile index b322d9d6227e..a1be21eb6e04 100644 --- a/multimedia/libxine/Makefile +++ b/multimedia/libxine/Makefile @@ -7,6 +7,7 @@ PORTNAME= xine PORTVERSION= 1.0.r5 +PORTREVISION= 1 CATEGORIES= multimedia MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -21,7 +22,7 @@ LIB_DEPENDS= FLAC.5:${PORTSDIR}/audio/flac \ a52.0:${PORTSDIR}/audio/liba52 \ vorbis.3:${PORTSDIR}/audio/libvorbis \ mad.2:${PORTSDIR}/audio/libmad \ - speex.2:${PORTSDIR}/audio/speex \ + speex.3:${PORTSDIR}/audio/speex \ aa.1:${PORTSDIR}/graphics/aalib \ mng.1:${PORTSDIR}/graphics/libmng \ png.5:${PORTSDIR}/graphics/png \ diff --git a/multimedia/vlc-devel/Makefile b/multimedia/vlc-devel/Makefile index ac00ab100b06..631c0aceb1d4 100644 --- a/multimedia/vlc-devel/Makefile +++ b/multimedia/vlc-devel/Makefile @@ -31,6 +31,7 @@ PORTNAME= vlc PORTVERSION= 0.7.2 +PORTREVISION= 1 CATEGORIES= multimedia MASTER_SITES= http://download.videolan.org/pub/videolan/vlc/${PORTVERSION}/ PKGNAMESUFFIX?= ${GNOME_SUFFIX}${ESOUND_SUFFIX}${PKGNAMESUFFIX2} @@ -136,7 +137,7 @@ WITH_LIVEMEDIA= yes WITH_LIBMATROSKA=yes .endif -.if exists(${LOCALBASE}/lib/libspeex.so.2) && !defined(WITHOUT_SPEEX) +.if exists(${LOCALBASE}/lib/libspeex.so.3) && !defined(WITHOUT_SPEEX) WITH_SPEEX= yes .endif diff --git a/multimedia/vlc/Makefile b/multimedia/vlc/Makefile index ac00ab100b06..631c0aceb1d4 100644 --- a/multimedia/vlc/Makefile +++ b/multimedia/vlc/Makefile @@ -31,6 +31,7 @@ PORTNAME= vlc PORTVERSION= 0.7.2 +PORTREVISION= 1 CATEGORIES= multimedia MASTER_SITES= http://download.videolan.org/pub/videolan/vlc/${PORTVERSION}/ PKGNAMESUFFIX?= ${GNOME_SUFFIX}${ESOUND_SUFFIX}${PKGNAMESUFFIX2} @@ -136,7 +137,7 @@ WITH_LIVEMEDIA= yes WITH_LIBMATROSKA=yes .endif -.if exists(${LOCALBASE}/lib/libspeex.so.2) && !defined(WITHOUT_SPEEX) +.if exists(${LOCALBASE}/lib/libspeex.so.3) && !defined(WITHOUT_SPEEX) WITH_SPEEX= yes .endif |