diff options
author | kwm <kwm@FreeBSD.org> | 2014-12-16 21:35:01 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2014-12-16 21:35:01 +0800 |
commit | 0338d26e1c421f45eb1c190fd6c40d5f820f1326 (patch) | |
tree | 9f5703f594896a48eae53e004be52fd12fcce700 /audio/gstreamer1-plugins-pulse | |
parent | f326344bf5997f92a80be808966f845e244e7c90 (diff) | |
download | freebsd-ports-gnome-0338d26e1c421f45eb1c190fd6c40d5f820f1326.tar.gz freebsd-ports-gnome-0338d26e1c421f45eb1c190fd6c40d5f820f1326.tar.zst freebsd-ports-gnome-0338d26e1c421f45eb1c190fd6c40d5f820f1326.zip |
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
Diffstat (limited to 'audio/gstreamer1-plugins-pulse')
-rw-r--r-- | audio/gstreamer1-plugins-pulse/Makefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/audio/gstreamer1-plugins-pulse/Makefile b/audio/gstreamer1-plugins-pulse/Makefile new file mode 100644 index 000000000000..29339cfe4294 --- /dev/null +++ b/audio/gstreamer1-plugins-pulse/Makefile @@ -0,0 +1,13 @@ +# $FreeBSD$ + +PORTREVISION= 0 +CATEGORIES= audio + +COMMENT= GStreamer plugin for pulseaudio + +GST_PLUGIN= pulse +DIST= good + +MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins + +.include "${MASTERDIR}/Makefile" |