Index: audio/Makefile =================================================================== --- audio/Makefile +++ audio/Makefile @@ -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 Index: audio/gstreamer-plugins-sndio/Makefile =================================================================== --- audio/gstreamer-plugins-sndio/Makefile +++ audio/gstreamer-plugins-sndio/Makefile @@ -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@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 Index: audio/gstreamer-plugins-sndio/distinfo =================================================================== --- audio/gstreamer-plugins-sndio/distinfo +++ audio/gstreamer-plugins-sndio/distinfo @@ -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 Index: audio/gstreamer-plugins-sndio/pkg-descr =================================================================== --- audio/gstreamer-plugins-sndio/pkg-descr +++ audio/gstreamer-plugins-sndio/pkg-descr @@ -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/