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 /audio/gstreamer-plugins-shout2 | |
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)
Diffstat (limited to 'audio/gstreamer-plugins-shout2')
-rw-r--r-- | audio/gstreamer-plugins-shout2/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/audio/gstreamer-plugins-shout2/Makefile b/audio/gstreamer-plugins-shout2/Makefile index 3f09aaf02501..fb3c32710757 100644 --- a/audio/gstreamer-plugins-shout2/Makefile +++ b/audio/gstreamer-plugins-shout2/Makefile @@ -5,9 +5,10 @@ # $FreeBSD$ # -PORTREVISION= 4 - CATEGORIES= audio +PORTREVISION= 0 + +COMMENT= Gstreamer icecast plugin GST_PLUGIN= shout2 |