diff options
author | Koop Mast <kwm@FreeBSD.org> | 2014-12-16 13:35:01 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2014-12-16 13:35:01 +0000 |
commit | c6e9859c13cd4827ad2782f678ec0a3633d122ce (patch) | |
tree | 9f5703f594896a48eae53e004be52fd12fcce700 /audio/gstreamer1-plugins-opus | |
parent | 0d5a1fd6c437b0c40b926ff0920b2c65f4f6250b (diff) |
Big Gstreamer update:
Update gstreamer, gstreamer-plugins, -good, -bad and -ugly ports to 1.4.4.
Update gstreamer1-plugins-gnonlin to 1.4.0.
Update py-gstreamer1 and py3-gstreamer1 to 1.4.0.
Add multimedia/gstreamer1-editing-services. GES is a high-level library
for facilitating the creation of audio/video non-linear editors.
Add pulseaudio plugin now that pulseaudio is updated and add the gl plugin.
Drop :keepla from USES=libtool.
Drop @dirrm[try] from plists and drop gnomehier from USE_GNOME
Switch to optionhelpers in multimedia/gstreamer1.
PR: 194922 (merged with my own WIP)
Submitted by: olivierd
Notes
Notes:
svn path=/head/; revision=374804
Diffstat (limited to 'audio/gstreamer1-plugins-opus')
-rw-r--r-- | audio/gstreamer1-plugins-opus/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/gstreamer1-plugins-opus/Makefile b/audio/gstreamer1-plugins-opus/Makefile index a08d9426effc..f8080177e474 100644 --- a/audio/gstreamer1-plugins-opus/Makefile +++ b/audio/gstreamer1-plugins-opus/Makefile @@ -1,6 +1,6 @@ # $FreeBSD$ -PORTREVISION= 1 +PORTREVISION= 0 CATEGORIES= audio COMMENT= Gstreamer Opus audio encoder/decoder plugin |