diff options
author | tabthorpe <tabthorpe@FreeBSD.org> | 2008-06-20 23:41:53 +0800 |
---|---|---|
committer | tabthorpe <tabthorpe@FreeBSD.org> | 2008-06-20 23:41:53 +0800 |
commit | 6056582305129f72c1f8be40972d52dcef352dc6 (patch) | |
tree | 909d3b869607fbbc11b6d879269f5507b7468b3e /multimedia/gstreamer-plugins | |
parent | d7b0b652d8f73ed7e75d53f399adda12e7e2c08c (diff) | |
download | freebsd-ports-gnome-6056582305129f72c1f8be40972d52dcef352dc6.tar.gz freebsd-ports-gnome-6056582305129f72c1f8be40972d52dcef352dc6.tar.zst freebsd-ports-gnome-6056582305129f72c1f8be40972d52dcef352dc6.zip |
- Chase taglib bump
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 9171b573211e..03e4bd8fa99c 100644 --- a/multimedia/gstreamer-plugins/Makefile +++ b/multimedia/gstreamer-plugins/Makefile @@ -8,7 +8,7 @@ PORTNAME= gstreamer PORTVERSION?= ${BASE_PORTVERSION} -PORTREVISION?= 1 +PORTREVISION?= 2 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 b9c973bbf138..6a5d5da5f18a 100644 --- a/multimedia/gstreamer-plugins/Makefile.common +++ b/multimedia/gstreamer-plugins/Makefile.common @@ -377,7 +377,7 @@ gst_swfdec_LIB_DEPENDS+=swfdec-0.4.1:${PORTSDIR}/graphics/swfdec gst_swfdec_DIST= bad # taglib -gst_taglib_LIB_DEPENDS+= tag.5:${PORTSDIR}/audio/taglib +gst_taglib_LIB_DEPENDS+= tag.6:${PORTSDIR}/audio/taglib # theora gst_theora_LIB_DEPENDS+= theora.0:${PORTSDIR}/multimedia/libtheora |