diff options
author | Koop Mast <kwm@FreeBSD.org> | 2005-05-31 15:51:42 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2005-05-31 15:51:42 +0000 |
commit | 482d77c904941f07de974e8a7d354fa23298a752 (patch) | |
tree | 09604fc45bc66d7ea4800da0126ba8b662a0721a /graphics/gstreamer-plugins-libmng | |
parent | change the libtool version to use from 1.3 to 1.5 (diff) |
Update to 0.8.9.
Remove xine plugins, not very well supported and gstreamer-ffmpeg does a
better job.
Override COMMENT and PORTREVISION in slave ports.
For the slave ports in multimedia add also CATAGORIES.
Chase libmusepack -> libmpcdec rename.
Changelog: http://gstreamer.freedesktop.org/releases/gst-plugins/0.8.9.html
Approved by: maintainer (implicit)
Notes
Notes:
svn path=/head/; revision=136530
Diffstat (limited to 'graphics/gstreamer-plugins-libmng')
-rw-r--r-- | graphics/gstreamer-plugins-libmng/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/gstreamer-plugins-libmng/Makefile b/graphics/gstreamer-plugins-libmng/Makefile index 01a14eae1424..bf8ce0d87bd3 100644 --- a/graphics/gstreamer-plugins-libmng/Makefile +++ b/graphics/gstreamer-plugins-libmng/Makefile @@ -5,9 +5,10 @@ # $FreeBSD$ # -PORTREVISION= 2 - CATEGORIES= graphics +PORTREVISION= 0 + +COMMENT= Gstreamer Multiple-image Network Graphics plugin GST_PLUGIN= libmng |