aboutsummaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2014-12-16 13:35:01 +0000
committerKoop Mast <kwm@FreeBSD.org>2014-12-16 13:35:01 +0000
commitc6e9859c13cd4827ad2782f678ec0a3633d122ce (patch)
tree9f5703f594896a48eae53e004be52fd12fcce700 /audio
parent0d5a1fd6c437b0c40b926ff0920b2c65f4f6250b (diff)
downloadports-c6e9859c13cd4827ad2782f678ec0a3633d122ce.tar.gz
ports-c6e9859c13cd4827ad2782f678ec0a3633d122ce.zip
Notes
Diffstat (limited to 'audio')
-rw-r--r--audio/Makefile1
-rw-r--r--audio/gstreamer1-plugins-opus/Makefile2
-rw-r--r--audio/gstreamer1-plugins-pulse/Makefile13
3 files changed, 15 insertions, 1 deletions
diff --git a/audio/Makefile b/audio/Makefile
index e9eeeb817124..e59e785d4021 100644
--- a/audio/Makefile
+++ b/audio/Makefile
@@ -262,6 +262,7 @@
SUBDIR += gstreamer1-plugins-modplug
SUBDIR += gstreamer1-plugins-ogg
SUBDIR += gstreamer1-plugins-opus
+ SUBDIR += gstreamer1-plugins-pulse
SUBDIR += gstreamer1-plugins-shout2
SUBDIR += gstreamer1-plugins-sidplay
SUBDIR += gstreamer1-plugins-soundtouch
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
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"