diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-12-22 01:57:11 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-12-22 01:57:11 +0800 |
commit | 9fb4dc0a799c4b0719c29a35be0291b98639d313 (patch) | |
tree | 25837aae5db239e042d7e3d82212237b876ad0da | |
parent | c19a14e07d161bc4326c6f8ef86ecfd3d524071e (diff) | |
download | marcuscom-ports-9fb4dc0a799c4b0719c29a35be0291b98639d313.tar marcuscom-ports-9fb4dc0a799c4b0719c29a35be0291b98639d313.tar.gz marcuscom-ports-9fb4dc0a799c4b0719c29a35be0291b98639d313.tar.bz2 marcuscom-ports-9fb4dc0a799c4b0719c29a35be0291b98639d313.tar.lz marcuscom-ports-9fb4dc0a799c4b0719c29a35be0291b98639d313.tar.xz marcuscom-ports-9fb4dc0a799c4b0719c29a35be0291b98639d313.tar.zst marcuscom-ports-9fb4dc0a799c4b0719c29a35be0291b98639d313.zip |
Chase the vorbis and ogg shared lib versions, and bump the PORTREVISION as
a convenience to users.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1511 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | multimedia/gstreamer-plugins/Makefile | 5 | ||||
-rw-r--r-- | multimedia/gstreamer-plugins80/Makefile | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/multimedia/gstreamer-plugins/Makefile b/multimedia/gstreamer-plugins/Makefile index 1aee9cb4b..f4b6d3565 100644 --- a/multimedia/gstreamer-plugins/Makefile +++ b/multimedia/gstreamer-plugins/Makefile @@ -7,6 +7,7 @@ PORTNAME= gstreamer PORTVERSION= 0.7.3 +PORTREVISION= 1 CATEGORIES= multimedia audio MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/gst-plugins/0.7 @@ -564,7 +565,7 @@ CONFIGURE_ARGS+= --disable-ogg \ --disable-oggtest PLIST_SUB+= OGG="@comment " .else -LIB_DEPENDS+= ogg.4:${PORTSDIR}/audio/libogg +LIB_DEPENDS+= ogg.5:${PORTSDIR}/audio/libogg PLIST_SUB+= OGG="" .endif @@ -636,7 +637,7 @@ CONFIGURE_ARGS+= --disable-vorbis \ --disable-vorbistest PLIST_SUB+= VORBIS="@comment " .else -LIB_DEPENDS+= vorbis.2:${PORTSDIR}/audio/libvorbis +LIB_DEPENDS+= vorbis.3:${PORTSDIR}/audio/libvorbis CONFIGURE_ARGS+= --with-vorbis=${LOCALBASE} \ --with-vorbis-libraries=${LOCALBASE}/lib \ diff --git a/multimedia/gstreamer-plugins80/Makefile b/multimedia/gstreamer-plugins80/Makefile index 1aee9cb4b..f4b6d3565 100644 --- a/multimedia/gstreamer-plugins80/Makefile +++ b/multimedia/gstreamer-plugins80/Makefile @@ -7,6 +7,7 @@ PORTNAME= gstreamer PORTVERSION= 0.7.3 +PORTREVISION= 1 CATEGORIES= multimedia audio MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/gst-plugins/0.7 @@ -564,7 +565,7 @@ CONFIGURE_ARGS+= --disable-ogg \ --disable-oggtest PLIST_SUB+= OGG="@comment " .else -LIB_DEPENDS+= ogg.4:${PORTSDIR}/audio/libogg +LIB_DEPENDS+= ogg.5:${PORTSDIR}/audio/libogg PLIST_SUB+= OGG="" .endif @@ -636,7 +637,7 @@ CONFIGURE_ARGS+= --disable-vorbis \ --disable-vorbistest PLIST_SUB+= VORBIS="@comment " .else -LIB_DEPENDS+= vorbis.2:${PORTSDIR}/audio/libvorbis +LIB_DEPENDS+= vorbis.3:${PORTSDIR}/audio/libvorbis CONFIGURE_ARGS+= --with-vorbis=${LOCALBASE} \ --with-vorbis-libraries=${LOCALBASE}/lib \ |