diff options
author | mezz <mezz@FreeBSD.org> | 2007-07-05 03:42:04 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2007-07-05 03:42:04 +0800 |
commit | 73124f9c2dfa621feacb1c4dc0e1521d7aa37ea4 (patch) | |
tree | 2cd2e1ea1d0bc3556f86f73650b050d4f75e4cd1 | |
parent | 3a2f42f00397b3c783fb16cc4a8110f9fe5b40fe (diff) | |
download | freebsd-ports-gnome-73124f9c2dfa621feacb1c4dc0e1521d7aa37ea4.tar.gz freebsd-ports-gnome-73124f9c2dfa621feacb1c4dc0e1521d7aa37ea4.tar.zst freebsd-ports-gnome-73124f9c2dfa621feacb1c4dc0e1521d7aa37ea4.zip |
Chase mjpegtools's shared library version change, bump the PORTREVISION.
-rw-r--r-- | multimedia/gstreamer-plugins-mpeg2enc/Makefile | 2 | ||||
-rw-r--r-- | multimedia/gstreamer-plugins/Makefile.common | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/gstreamer-plugins-mpeg2enc/Makefile b/multimedia/gstreamer-plugins-mpeg2enc/Makefile index 5c90220cad3a..079fda4b5bc1 100644 --- a/multimedia/gstreamer-plugins-mpeg2enc/Makefile +++ b/multimedia/gstreamer-plugins-mpeg2enc/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ # -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= multimedia COMMENT= Gstreamer mpeg encoder plugin diff --git a/multimedia/gstreamer-plugins/Makefile.common b/multimedia/gstreamer-plugins/Makefile.common index bff4245fa63a..52b2fc7f0ed2 100644 --- a/multimedia/gstreamer-plugins/Makefile.common +++ b/multimedia/gstreamer-plugins/Makefile.common @@ -268,7 +268,7 @@ gst_mad_LIB_DEPENDS+= mad.2:${PORTSDIR}/audio/libmad \ gst_mad_DIST= ugly # mpeg2enc -gst_mpeg2enc_LIB_DEPENDS+= mjpegutils-1.9.0:${PORTSDIR}/multimedia/mjpegtools +gst_mpeg2enc_LIB_DEPENDS+= mjpegutils-1.9.1:${PORTSDIR}/multimedia/mjpegtools gst_mpeg2enc_DIST= bad # mpeg2dec |