svn commit: r442111 - in head/audio: . gstreamer-plugins-sndio

Tobias Kortkamp tobik at FreeBSD.org
Tue May 30 18:21:37 UTC 2017


Author: tobik
Date: Tue May 30 18:21:35 2017
New Revision: 442111
URL: https://svnweb.freebsd.org/changeset/ports/442111

Log:
  New port: audio/gstreamer-plugins-sndio
  
  The GStreamer sndio plugin allows applications that use GStreamer 0.10
  to play and record through sndio.
  
  This includes several games, audio players like Exaile, and audio
  editors like Jokosher.
  
  WWW: https://github.com/t6/gstreamer-plugins-sndio/
  
  Approved by:	lme (mentor)
  Differential Revision:	https://reviews.freebsd.org/D10656

Added:
  head/audio/gstreamer-plugins-sndio/
     - copied from r440474, head/audio/gstreamer1-plugins-sndio/
Modified:
  head/audio/Makefile
  head/audio/gstreamer-plugins-sndio/Makefile
  head/audio/gstreamer-plugins-sndio/distinfo
  head/audio/gstreamer-plugins-sndio/pkg-descr

Modified: head/audio/Makefile
==============================================================================
--- head/audio/Makefile	Tue May 30 18:20:17 2017	(r442110)
+++ head/audio/Makefile	Tue May 30 18:21:35 2017	(r442111)
@@ -259,6 +259,7 @@
     SUBDIR += gstreamer-plugins-shout2
     SUBDIR += gstreamer-plugins-sidplay
     SUBDIR += gstreamer-plugins-sndfile
+    SUBDIR += gstreamer-plugins-sndio
     SUBDIR += gstreamer-plugins-soundtouch
     SUBDIR += gstreamer-plugins-spc
     SUBDIR += gstreamer-plugins-speex

Modified: head/audio/gstreamer-plugins-sndio/Makefile
==============================================================================
--- head/audio/gstreamer1-plugins-sndio/Makefile	Tue May  9 08:00:02 2017	(r440474)
+++ head/audio/gstreamer-plugins-sndio/Makefile	Tue May 30 18:21:35 2017	(r442111)
@@ -1,26 +1,26 @@
 # $FreeBSD$
 
-PORTNAME=	gstreamer1-plugins-sndio
-PORTVERSION=	1.8.0
+PORTNAME=	gstreamer-plugins-sndio
+PORTVERSION=	0.10.31
 DISTVERSIONPREFIX=	v
 CATEGORIES=	audio
 
 MAINTAINER=	tobik at FreeBSD.org
-COMMENT=	Sndio audio sink and source for GStreamer
+COMMENT=	Sndio audio sink and source for GStreamer 0.10
 
 LICENSE=	ISCL
 
-LIB_DEPENDS=	libgstaudio-1.0.so:multimedia/gstreamer1-plugins \
-		libgstbase-1.0.so:multimedia/gstreamer1 \
+LIB_DEPENDS=	libgstaudio-0.10.so:multimedia/gstreamer-plugins \
+		libgstbase-0.10.so:multimedia/gstreamer \
 		libsndio.so:audio/sndio
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	t6
 
-USES=		gettext-runtime pkgconfig
-USE_GNOME=	glib20
+USES=		pkgconfig
+USE_GNOME=	glib20 libxml2
 USE_LDCONFIG=	yes
 
-PLIST_FILES=	lib/gstreamer-1.0/libgstsndio.so
+PLIST_FILES=	lib/gstreamer-0.10/libgstsndio.so
 
 .include <bsd.port.mk>

Modified: head/audio/gstreamer-plugins-sndio/distinfo
==============================================================================
--- head/audio/gstreamer1-plugins-sndio/distinfo	Tue May  9 08:00:02 2017	(r440474)
+++ head/audio/gstreamer-plugins-sndio/distinfo	Tue May 30 18:21:35 2017	(r442111)
@@ -1,3 +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
+TIMESTAMP = 1494332812
+SHA256 (t6-gstreamer-plugins-sndio-v0.10.31_GH0.tar.gz) = dc130ab11a2699bbbef2384ba31f8a9dbd79935e88b5ab7629330a2400f2e22e
+SIZE (t6-gstreamer-plugins-sndio-v0.10.31_GH0.tar.gz) = 7108

Modified: head/audio/gstreamer-plugins-sndio/pkg-descr
==============================================================================
--- head/audio/gstreamer1-plugins-sndio/pkg-descr	Tue May  9 08:00:02 2017	(r440474)
+++ head/audio/gstreamer-plugins-sndio/pkg-descr	Tue May 30 18:21:35 2017	(r442111)
@@ -1,7 +1,7 @@
-The GStreamer sndio plugin allows applications that use GStreamer to
-play and record to/from an sndio server.
+The GStreamer sndio plugin allows applications that use GStreamer 0.10
+to play and record through sndio.
 
-This includes WebKit-based browsers, video players like Totem, and
-audio players like Rhythmbox.
+This includes several games, audio players like Exaile, and audio
+editors like Jokosher.
 
-WWW: https://github.com/t6/gstreamer1-plugins-sndio/
+WWW: https://github.com/t6/gstreamer-plugins-sndio/


More information about the svn-ports-all mailing list