Enlightened Sound Daemon was one of the earlier solutions to the old "multiple programs can't open /dev/audio at once" problem that was once a thing we had to worry about. Eventually, it was adopted as part of GNOME. GNOME lost interest in it about a decade ago and dropped it in favour of PulseAudio, newer applications are generally uninterested in supporting it. Last release was in 2008 and support for newer OS APIs is pretty nonexistent. Several years ago the original website disappeared. https://en.wikipedia.org/wiki/Enlightened_Sound_Daemon https://tracker.debian.org/news/999428/removed-0241-11-from-unstable/
56 lines
1.5 KiB
Text
56 lines
1.5 KiB
Text
# $NetBSD: Makefile.common,v 1.37 2020/01/20 21:54:02 nia Exp $
|
|
#
|
|
# used by audio/gst-plugins0.10-flac/Makefile
|
|
# used by audio/gst-plugins0.10-jack/Makefile
|
|
# used by audio/gst-plugins0.10-oss/Makefile
|
|
# used by audio/gst-plugins0.10-pulse/Makefile
|
|
# used by audio/gst-plugins0.10-speex/Makefile
|
|
# used by audio/gst-plugins0.10-wavpack/Makefile
|
|
# used by graphics/gst-plugins0.10-cairo/Makefile
|
|
# used by graphics/gst-plugins0.10-jpeg/Makefile
|
|
# used by graphics/gst-plugins0.10-png/Makefile
|
|
# used by multimedia/gst-plugins0.10-hal/Makefile
|
|
# used by multimedia/gst-plugins0.10-v4l2/Makefile
|
|
# used by net/gst-plugins0.10-soup/Makefile
|
|
|
|
GST_PLUGINS0.10_TYPE= good
|
|
GST_PLUGINS0.10_VER= 0.10.31
|
|
|
|
# Disable all drivers and features by default.
|
|
.for driver in aalib \
|
|
aalibtest \
|
|
annodex \
|
|
cairo \
|
|
cdio \
|
|
dv1394 \
|
|
esd \
|
|
esdtest \
|
|
flac \
|
|
gconf \
|
|
gconftool \
|
|
gst_v4l2 \
|
|
jpeg \
|
|
ladspa \
|
|
libcaca \
|
|
libdv \
|
|
libpng \
|
|
oss \
|
|
oss4 \
|
|
shout2 \
|
|
shout2test \
|
|
speex \
|
|
sunaudio \
|
|
x \
|
|
xshm \
|
|
xvideo \
|
|
zlib
|
|
CONFIGURE_ARGS+= --disable-${driver}
|
|
.endfor
|
|
|
|
.include "../../multimedia/gst-plugins0.10-base/plugins.mk"
|
|
.include "../../devel/orc/buildlink3.mk"
|
|
.include "../../devel/glib2/buildlink3.mk"
|
|
BUILDLINK_API_DEPENDS.gst-plugins0.10-base+= gst-plugins0.10-base>=0.10.23
|
|
.include "../../multimedia/gst-plugins0.10-base/buildlink3.mk"
|
|
BUILDLINK_API_DEPENDS.gstreamer0.10+= gstreamer0.10>=0.10.26
|
|
.include "../../multimedia/gstreamer0.10/buildlink3.mk"
|