diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2017-02-16 10:23:40 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2017-02-16 10:23:40 +0000 |
commit | dc7c0f4c7dca0ac01ee33019cc7d1bbc0ce25623 (patch) | |
tree | 21c791109342525823513cb8b260789104586b9a /audio | |
parent | 6517e014288c68034ca63b7d1142fa6ff5b9fda2 (diff) | |
download | ports-dc7c0f4c7dca0ac01ee33019cc7d1bbc0ce25623.tar.gz ports-dc7c0f4c7dca0ac01ee33019cc7d1bbc0ce25623.zip |
Notes
Diffstat (limited to 'audio')
-rw-r--r-- | audio/Makefile | 1 | ||||
-rw-r--r-- | audio/gstreamer1-plugins-sndio/Makefile | 26 | ||||
-rw-r--r-- | audio/gstreamer1-plugins-sndio/distinfo | 3 | ||||
-rw-r--r-- | audio/gstreamer1-plugins-sndio/pkg-descr | 7 | ||||
-rw-r--r-- | audio/gstreamer1-plugins-sndio/pkg-message | 3 |
5 files changed, 40 insertions, 0 deletions
diff --git a/audio/Makefile b/audio/Makefile index 05728a315e58..c793c7e44603 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -286,6 +286,7 @@ SUBDIR += gstreamer1-plugins-pulse SUBDIR += gstreamer1-plugins-shout2 SUBDIR += gstreamer1-plugins-sidplay + SUBDIR += gstreamer1-plugins-sndio SUBDIR += gstreamer1-plugins-soundtouch SUBDIR += gstreamer1-plugins-speex SUBDIR += gstreamer1-plugins-taglib diff --git a/audio/gstreamer1-plugins-sndio/Makefile b/audio/gstreamer1-plugins-sndio/Makefile new file mode 100644 index 000000000000..a15702e5399a --- /dev/null +++ b/audio/gstreamer1-plugins-sndio/Makefile @@ -0,0 +1,26 @@ +# $FreeBSD$ + +PORTNAME= gstreamer1-plugins-sndio +PORTVERSION= 1.8.0 +DISTVERSIONPREFIX= v +CATEGORIES= audio + +MAINTAINER= tobik@FreeBSD.org +COMMENT= Sndio audio sink and source for GStreamer + +LICENSE= ISCL + +LIB_DEPENDS= libgstaudio-1.0.so:multimedia/gstreamer1-plugins \ + libgstbase-1.0.so:multimedia/gstreamer1 \ + libsndio.so:audio/sndio + +USE_GITHUB= yes +GH_ACCOUNT= t6 + +USES= gettext-runtime pkgconfig +USE_GNOME= glib20 +USE_LDCONFIG= yes + +PLIST_FILES= lib/gstreamer-1.0/libgstsndio.so + +.include <bsd.port.mk> diff --git a/audio/gstreamer1-plugins-sndio/distinfo b/audio/gstreamer1-plugins-sndio/distinfo new file mode 100644 index 000000000000..cf658d2ad6ac --- /dev/null +++ b/audio/gstreamer1-plugins-sndio/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1483950456 +SHA256 (t6-gstreamer1-plugins-sndio-v1.8.0_GH0.tar.gz) = 7edbdefefe3f09ee306a07d22e0151d7835eac7a50c002b7b9a62631c067ddfb +SIZE (t6-gstreamer1-plugins-sndio-v1.8.0_GH0.tar.gz) = 7085 diff --git a/audio/gstreamer1-plugins-sndio/pkg-descr b/audio/gstreamer1-plugins-sndio/pkg-descr new file mode 100644 index 000000000000..72e14fa76c80 --- /dev/null +++ b/audio/gstreamer1-plugins-sndio/pkg-descr @@ -0,0 +1,7 @@ +The GStreamer sndio plugin allows applications that use GStreamer to +play and record to/from an sndio server. + +This includes WebKit-based browsers, video players like Totem, and +audio players like Rhythmbox. + +WWW: https://github.com/t6/gstreamer1-plugins-sndio/ diff --git a/audio/gstreamer1-plugins-sndio/pkg-message b/audio/gstreamer1-plugins-sndio/pkg-message new file mode 100644 index 000000000000..a280e98976b4 --- /dev/null +++ b/audio/gstreamer1-plugins-sndio/pkg-message @@ -0,0 +1,3 @@ +The GStreamer sndio plugin has been installed. It has a higher +priority than both the OSS or PulseAudio plugins and GStreamer will +prefer it over them by default. |