diff options
author | kwm <kwm@FreeBSD.org> | 2005-05-31 15:51:42 +0000 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2005-05-31 15:51:42 +0000 |
commit | 8c12925a502b77748aa0523234ea34fa018b9c46 (patch) | |
tree | fd26a811d13f2d4d4276bd1415511d2c9cb6ae5a /multimedia/gstreamer-plugins-xvid80 | |
parent | 993884bd2889c4bced03e97f6933046ec5a747e6 (diff) | |
download | FreeBSD-ports-8c12925a502b77748aa0523234ea34fa018b9c46.zip FreeBSD-ports-8c12925a502b77748aa0523234ea34fa018b9c46.tar.gz |
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)
Diffstat (limited to 'multimedia/gstreamer-plugins-xvid80')
-rw-r--r-- | multimedia/gstreamer-plugins-xvid80/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/multimedia/gstreamer-plugins-xvid80/Makefile b/multimedia/gstreamer-plugins-xvid80/Makefile index bdea9fb..036182c 100644 --- a/multimedia/gstreamer-plugins-xvid80/Makefile +++ b/multimedia/gstreamer-plugins-xvid80/Makefile @@ -5,6 +5,11 @@ # $FreeBSD$ # +CATEGORIES= multimedia +PORTREVISION= 0 + +COMMENT= Gstreamer xvid plugin + GST_PLUGIN= xvid MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins |