svn commit: r434203 - in head/audio: . gstreamer1-plugins-sndio

Tobias Kortkamp tobik at FreeBSD.org
Thu Feb 16 10:23:42 UTC 2017


Author: tobik
Date: Thu Feb 16 10:23:40 2017
New Revision: 434203
URL: https://svnweb.freebsd.org/changeset/ports/434203

Log:
  New port: audio/gstreamer1-plugins-sndio
  
  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/
  
  PR:	215904
  Approved by:	lme (mentor)
  Differential Revision:	https://reviews.freebsd.org/D9622

Added:
  head/audio/gstreamer1-plugins-sndio/
  head/audio/gstreamer1-plugins-sndio/Makefile   (contents, props changed)
  head/audio/gstreamer1-plugins-sndio/distinfo   (contents, props changed)
  head/audio/gstreamer1-plugins-sndio/pkg-descr   (contents, props changed)
  head/audio/gstreamer1-plugins-sndio/pkg-message   (contents, props changed)
Modified:
  head/audio/Makefile

Modified: head/audio/Makefile
==============================================================================
--- head/audio/Makefile	Thu Feb 16 10:23:07 2017	(r434202)
+++ head/audio/Makefile	Thu Feb 16 10:23:40 2017	(r434203)
@@ -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

Added: head/audio/gstreamer1-plugins-sndio/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/audio/gstreamer1-plugins-sndio/Makefile	Thu Feb 16 10:23:40 2017	(r434203)
@@ -0,0 +1,26 @@
+# $FreeBSD$
+
+PORTNAME=	gstreamer1-plugins-sndio
+PORTVERSION=	1.8.0
+DISTVERSIONPREFIX=	v
+CATEGORIES=	audio
+
+MAINTAINER=	tobik at 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>

Added: head/audio/gstreamer1-plugins-sndio/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/audio/gstreamer1-plugins-sndio/distinfo	Thu Feb 16 10:23:40 2017	(r434203)
@@ -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

Added: head/audio/gstreamer1-plugins-sndio/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/audio/gstreamer1-plugins-sndio/pkg-descr	Thu Feb 16 10:23:40 2017	(r434203)
@@ -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/

Added: head/audio/gstreamer1-plugins-sndio/pkg-message
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/audio/gstreamer1-plugins-sndio/pkg-message	Thu Feb 16 10:23:40 2017	(r434203)
@@ -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.


More information about the svn-ports-all mailing list