mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-20 18:17:59 -04:00
39 lines
955 B
Makefile
39 lines
955 B
Makefile
# $NetBSD: Makefile.common,v 1.19 2016/09/12 09:00:10 wiz Exp $
|
|
#
|
|
# used by audio/gst-plugins1-alsa/Makefile
|
|
# used by audio/gst-plugins1-cdparanoia/Makefile
|
|
# used by audio/gst-plugins1-opus/Makefile
|
|
# used by sysutils/gst-plugins1-gio/Makefile
|
|
# used by audio/gst-plugins1-libvisual/Makefile
|
|
# used by multimedia/gst-plugins1-ogg/Makefile
|
|
# used by devel/gst-plugins1-pango/Makefile
|
|
# used by multimedia/gst-plugins1-theora/Makefile
|
|
# used by audio/gst-plugins1-vorbis/Makefile
|
|
# used by x11/gst-plugins1-x11/Makefile
|
|
#
|
|
|
|
GST_PLUGINS1_TYPE= base
|
|
GST_PLUGINS1_VER= 1.8.3
|
|
BUILDLINK_API_DEPENDS.gstreamer1+= gstreamer1>=1.8.0
|
|
LICENSE= gnu-lgpl-v2
|
|
|
|
# Disable all drivers and features by default.
|
|
.for driver in alsa \
|
|
cdparanoia \
|
|
freetypetest \
|
|
gio \
|
|
ivorbis \
|
|
libvisual \
|
|
ogg \
|
|
pango \
|
|
theora \
|
|
vorbis \
|
|
x \
|
|
xshm \
|
|
xvideo
|
|
CONFIGURE_ARGS+= --disable-${driver}
|
|
.endfor
|
|
|
|
.include "../../devel/orc/buildlink3.mk"
|
|
.include "plugins.mk"
|