summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2015-09-26 14:36:23 +0000
committerKoop Mast <kwm@FreeBSD.org>2015-09-26 14:36:23 +0000
commit7b97259096b0df72f16568f5b49a9a33cf1b4958 (patch)
tree6e57fabcf96c9308178f83f5236aab5d8f1b0127 /audio
parentUpdate to 4.5.0.2 (diff)
Update gstreamer1 ports to 1.6.0.
* gstreamer1-libav now uses ffmpeg from ports. * New ports: * gstreamer1-validate: Tools to detect if elements are not behaving as expected, mainly aimed at developers, or advanced debugging. * gstreamer1-rtsp-server: Base foundation for building a rtsp server ontop of GStreamer * Bunch of new plugins like: mpg123, rsvg, libde265, openh264, x265 and dtls. Release announcement: http://lists.freedesktop.org/archives/gstreamer-announce/2015-September/000357.html Obtained from: gnome devel repo
Notes
Notes: svn path=/head/; revision=397984
Diffstat (limited to 'audio')
-rw-r--r--audio/Makefile3
-rw-r--r--audio/gstreamer1-plugins-bs2b/Makefile13
-rw-r--r--audio/gstreamer1-plugins-chromaprint/Makefile13
-rw-r--r--audio/gstreamer1-plugins-mpg123/Makefile13
4 files changed, 42 insertions, 0 deletions
diff --git a/audio/Makefile b/audio/Makefile
index 6573224dea4c..2ea7423952f8 100644
--- a/audio/Makefile
+++ b/audio/Makefile
@@ -254,7 +254,9 @@
SUBDIR += gstreamer1-plugins-a52dec
SUBDIR += gstreamer1-plugins-amrnb
SUBDIR += gstreamer1-plugins-amrwbdec
+ SUBDIR += gstreamer1-plugins-bs2b
SUBDIR += gstreamer1-plugins-cdparanoia
+ SUBDIR += gstreamer1-plugins-chromaprint
SUBDIR += gstreamer1-plugins-faac
SUBDIR += gstreamer1-plugins-faad
SUBDIR += gstreamer1-plugins-flac
@@ -265,6 +267,7 @@
SUBDIR += gstreamer1-plugins-lame
SUBDIR += gstreamer1-plugins-mad
SUBDIR += gstreamer1-plugins-modplug
+ SUBDIR += gstreamer1-plugins-mpg123
SUBDIR += gstreamer1-plugins-ogg
SUBDIR += gstreamer1-plugins-opus
SUBDIR += gstreamer1-plugins-pulse
diff --git a/audio/gstreamer1-plugins-bs2b/Makefile b/audio/gstreamer1-plugins-bs2b/Makefile
new file mode 100644
index 000000000000..aef0de389e5d
--- /dev/null
+++ b/audio/gstreamer1-plugins-bs2b/Makefile
@@ -0,0 +1,13 @@
+# $FreeBSD$
+
+PORTREVISION= 0
+CATEGORIES= audio
+
+COMMENT= Gstreamer Bauer Stereophonic to Banaural BSP (bs2b) plugin
+
+GST_PLUGIN= bs2b
+DIST= bad
+
+MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins
+
+.include "${MASTERDIR}/Makefile"
diff --git a/audio/gstreamer1-plugins-chromaprint/Makefile b/audio/gstreamer1-plugins-chromaprint/Makefile
new file mode 100644
index 000000000000..04de50d2230b
--- /dev/null
+++ b/audio/gstreamer1-plugins-chromaprint/Makefile
@@ -0,0 +1,13 @@
+# $FreeBSD$
+
+PORTREVISION= 0
+CATEGORIES= audio
+
+COMMENT= GStreamer fingerprint audio plugin
+
+GST_PLUGIN= chromaprint
+DIST= bad
+
+MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins
+
+.include "${MASTERDIR}/Makefile"
diff --git a/audio/gstreamer1-plugins-mpg123/Makefile b/audio/gstreamer1-plugins-mpg123/Makefile
new file mode 100644
index 000000000000..dacefa562de7
--- /dev/null
+++ b/audio/gstreamer1-plugins-mpg123/Makefile
@@ -0,0 +1,13 @@
+# $FreeBSD$
+
+PORTREVISION= 0
+CATEGORIES= audio
+
+COMMENT= GStreamer MPEG Layer 1, 2, and 3 plugin
+
+GST_PLUGIN= mpg123
+DIST= bad
+
+MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins
+
+.include "${MASTERDIR}/Makefile"