diff options
author | miwi <miwi@FreeBSD.org> | 2007-07-28 12:27:31 +0000 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-07-28 12:27:31 +0000 |
commit | 3b7f6c63f3d7cbab240d30b4a765c518bef208d4 (patch) | |
tree | f489e673d53345a1b3a0d01abd60b793baa8d924 /multimedia/gstreamer-plugins | |
parent | 7448aec218630029a6f63dba3e8d2b5c0bee9c20 (diff) | |
download | FreeBSD-ports-3b7f6c63f3d7cbab240d30b4a765c518bef208d4.zip FreeBSD-ports-3b7f6c63f3d7cbab240d30b4a765c518bef208d4.tar.gz |
- Chase increase of audio/libvorbis shlib version.
- Bump PORTREVISION
Diffstat (limited to 'multimedia/gstreamer-plugins')
-rw-r--r-- | multimedia/gstreamer-plugins/Makefile | 2 | ||||
-rw-r--r-- | multimedia/gstreamer-plugins/Makefile.common | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/gstreamer-plugins/Makefile b/multimedia/gstreamer-plugins/Makefile index cc37d5b..442eccb 100644 --- a/multimedia/gstreamer-plugins/Makefile +++ b/multimedia/gstreamer-plugins/Makefile @@ -8,7 +8,7 @@ PORTNAME= gstreamer PORTVERSION?= ${BASE_PORTVERSION} -PORTREVISION?= 0 +PORTREVISION?= 1 PORTEPOCH= 3 CATEGORIES?= multimedia audio MASTER_SITES= http://gstreamer.freedesktop.org/src/gst-plugins-base/:base \ diff --git a/multimedia/gstreamer-plugins/Makefile.common b/multimedia/gstreamer-plugins/Makefile.common index 9e09184..452723f 100644 --- a/multimedia/gstreamer-plugins/Makefile.common +++ b/multimedia/gstreamer-plugins/Makefile.common @@ -343,7 +343,7 @@ gst_theora_DIST= base # vorbis gst_vorbis_USE_GSTREAMER+= ogg -gst_vorbis_LIB_DEPENDS+= vorbis.3:${PORTSDIR}/audio/libvorbis +gst_vorbis_LIB_DEPENDS+= vorbis.4:${PORTSDIR}/audio/libvorbis gst_vorbis_EXTRA_LIBS+= -lgsttag-${VERSION} -lgstaudio-${VERSION} gst_vorbis_DIST= base |