freebsd-ports/audio/gstreamer1-plugins-sndio/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

23 lines
487 B
Makefile

PORTNAME= gstreamer1-plugins-sndio
DISTVERSIONPREFIX= v
DISTVERSION= 1.8.0.1
PORTREVISION= 1
CATEGORIES= audio
MAINTAINER= gnome@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
USES= gnome pkgconfig
USE_GITHUB= yes
GH_ACCOUNT= t6
USE_GNOME= glib20
PLIST_FILES= lib/gstreamer-1.0/libgstsndio.so
.include <bsd.port.mk>