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
26 lines
510 B
Makefile
26 lines
510 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= gstreamer-plugins-sndio
|
|
PORTVERSION= 0.10.31
|
|
DISTVERSIONPREFIX= v
|
|
CATEGORIES= audio
|
|
|
|
MAINTAINER= tobik@FreeBSD.org
|
|
COMMENT= Sndio audio sink and source for GStreamer 0.10
|
|
|
|
LICENSE= ISCL
|
|
|
|
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= pkgconfig
|
|
USE_GNOME= glib20 libxml2
|
|
USE_LDCONFIG= yes
|
|
|
|
PLIST_FILES= lib/gstreamer-0.10/libgstsndio.so
|
|
|
|
.include <bsd.port.mk>
|