diff options
author | naddy <naddy@FreeBSD.org> | 2012-07-20 04:15:37 +0800 |
---|---|---|
committer | naddy <naddy@FreeBSD.org> | 2012-07-20 04:15:37 +0800 |
commit | c3db8f9750b02e48974982bd8660370d43b6dbe0 (patch) | |
tree | dfdcc45398e5afa60b24a37939251e643224e22f /multimedia/gstreamer-plugins | |
parent | edbf6bb176c2ec0597ca4dfbb5307c48f80e7e22 (diff) | |
download | freebsd-ports-gnome-c3db8f9750b02e48974982bd8660370d43b6dbe0.tar.gz freebsd-ports-gnome-c3db8f9750b02e48974982bd8660370d43b6dbe0.tar.zst freebsd-ports-gnome-c3db8f9750b02e48974982bd8660370d43b6dbe0.zip |
libogg.so.8: Bump PORTREVISION for ports that depend on libogg,
directly or indirectly (via libvorbis, libtheora).
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 b0dafa5a6da7..a0759805566b 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 4f872ab2ce74..8c1cbcc0a5fb 100644 --- a/multimedia/gstreamer-plugins/Makefile.common +++ b/multimedia/gstreamer-plugins/Makefile.common @@ -424,7 +424,7 @@ gst_neon_PLIST_FILES= ${GST_LIB_DIR}/libgstneonhttpsrc.la \ gst_neon_DIST= bad # ogg -gst_ogg_LIB_DEPENDS+= ogg.7:${PORTSDIR}/audio/libogg +gst_ogg_LIB_DEPENDS+= ogg:${PORTSDIR}/audio/libogg gst_ogg_EXTRA_LIBS+= -lgstriff-${VERSION} gst_ogg_PLIST_FILES= ${GST_LIB_DIR}/libgstogg.la \ ${GST_LIB_DIR}/libgstogg.so |