diff options
author | kwm <kwm@FreeBSD.org> | 2015-09-26 22:36:23 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2015-09-26 22:36:23 +0800 |
commit | 26e024bbdbff43dece4e929f6104deec587ed50b (patch) | |
tree | 6e57fabcf96c9308178f83f5236aab5d8f1b0127 /audio | |
parent | 4f5ebbd6dcc224be3e1964f0cd8ec898e31d3b69 (diff) | |
download | freebsd-ports-gnome-26e024bbdbff43dece4e929f6104deec587ed50b.tar.gz freebsd-ports-gnome-26e024bbdbff43dece4e929f6104deec587ed50b.tar.zst freebsd-ports-gnome-26e024bbdbff43dece4e929f6104deec587ed50b.zip |
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
Diffstat (limited to 'audio')
-rw-r--r-- | audio/Makefile | 3 | ||||
-rw-r--r-- | audio/gstreamer1-plugins-bs2b/Makefile | 13 | ||||
-rw-r--r-- | audio/gstreamer1-plugins-chromaprint/Makefile | 13 | ||||
-rw-r--r-- | audio/gstreamer1-plugins-mpg123/Makefile | 13 |
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" |