audio/psindustrializer: Add audio backend options
PR: 256859 Suggested by: p5B2E9A8F@t-online.de
This commit is contained in:
parent
f40672c41c
commit
e9946a7d27
1 changed files with 16 additions and 4 deletions
|
@ -1,6 +1,7 @@
|
|||
PORTNAME= psindustrializer
|
||||
DISTVERSION= 0.2.7
|
||||
DISTVERSIONSUFFIX= -pre2
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= SF/industrializer/
|
||||
|
||||
|
@ -14,9 +15,7 @@ LIB_DEPENDS= libaudiofile.so:audio/libaudiofile \
|
|||
libfontconfig.so:x11-fonts/fontconfig \
|
||||
libfreetype.so:print/freetype2 \
|
||||
libgtkglext-x11-1.0.so:x11-toolkits/gtkglext \
|
||||
libharfbuzz.so:print/harfbuzz \
|
||||
libjack.so:audio/jack \
|
||||
libpulse.so:audio/pulseaudio
|
||||
libharfbuzz.so:print/harfbuzz
|
||||
|
||||
USES= gettext-runtime gl gmake gnome libtool pkgconfig tar:xz xorg
|
||||
USE_GNOME= atk cairo gdkpixbuf2 gtk20 libxml2 pango pangox-compat
|
||||
|
@ -27,6 +26,19 @@ USE_LDCONFIG= yes
|
|||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --disable-alsa
|
||||
|
||||
INSTALL_TARGET=install-strip
|
||||
INSTALL_TARGET= install-strip
|
||||
|
||||
OPTIONS_MULTI= BACKEND
|
||||
OPTIONS_MULTI_BACKEND= JACK PULSE
|
||||
OPTIONS_DEFAULT= PULSE
|
||||
|
||||
BACKEND_DESC= Audio Backend
|
||||
|
||||
JACK_CONFIGURE_ENABLE= jack
|
||||
JACK_LIB_DEPENDS= libjack.so:audio/jack
|
||||
|
||||
PULSE_DESC= PulseAudio support
|
||||
PULSE_CONFIGURE_ENABLE= pulse
|
||||
PULSE_LIB_DEPENDS= libpulse.so:audio/pulseaudio
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Reference in a new issue