2012-10-01 03:56:40 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.53 2012/10/01 07:56:40 brad Exp $
|
2006-12-27 11:49:25 -05:00
|
|
|
|
2010-12-19 13:17:55 -05:00
|
|
|
SHARED_ONLY = Yes
|
2006-12-27 11:49:25 -05:00
|
|
|
|
2012-10-01 03:56:40 -04:00
|
|
|
COMMENT = input and output plugins for Audacious
|
2006-12-27 11:49:25 -05:00
|
|
|
|
2012-10-01 03:56:40 -04:00
|
|
|
V = 3.3.2
|
2012-05-11 07:59:31 -04:00
|
|
|
|
2010-12-19 13:17:55 -05:00
|
|
|
DISTNAME = audacious-plugins-$V
|
2008-04-01 20:39:19 -04:00
|
|
|
|
2010-12-19 13:17:55 -05:00
|
|
|
CATEGORIES = audio multimedia
|
2006-12-27 11:49:25 -05:00
|
|
|
|
2010-12-19 13:17:55 -05:00
|
|
|
HOMEPAGE = http://audacious-media-player.org/
|
2006-12-27 11:49:25 -05:00
|
|
|
|
2012-08-25 07:30:19 -04:00
|
|
|
# BSD / GPL
|
2009-01-24 21:07:06 -05:00
|
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
PERMIT_PACKAGE_FTP = Yes
|
2010-12-19 13:17:55 -05:00
|
|
|
PERMIT_DISTFILES_CDROM =Yes
|
2009-01-24 21:07:06 -05:00
|
|
|
PERMIT_DISTFILES_FTP = Yes
|
2006-12-27 11:49:25 -05:00
|
|
|
|
2012-08-25 07:30:19 -04:00
|
|
|
WANTLIB += FLAC GL SDL X11 Xcomposite Xrender atk-1.0 audcore audgui
|
|
|
|
WANTLIB += audtag cairo cairo-gobject cddb cdio cdio_cdda cue curl
|
|
|
|
WANTLIB += dbus-1 dbus-glib-1 expat faad fontconfig freetype gdk-3
|
|
|
|
WANTLIB += gdk_pixbuf-2.0 gio-2.0 glib-2.0 gmodule-2.0 gobject-2.0
|
|
|
|
WANTLIB += gtk-3 m mms modplug mp3lame mpg123 neon notify ogg
|
|
|
|
WANTLIB += pango-1.0 pangocairo-1.0 pangoft2-1.0 pixman-1 png
|
|
|
|
WANTLIB += pthread pthread-stubs samplerate sndfile sndio stdc++
|
|
|
|
WANTLIB += vorbis vorbisenc vorbisfile wavpack xcb xcb-render
|
|
|
|
WANTLIB += xcb-shm xml2 z
|
2008-04-01 20:39:19 -04:00
|
|
|
|
2012-03-20 15:10:56 -04:00
|
|
|
MASTER_SITES = http://distfiles.audacious-media-player.org/
|
2006-12-27 11:49:25 -05:00
|
|
|
|
2012-03-20 15:10:56 -04:00
|
|
|
EXTRACT_SUFX = .tar.bz2
|
2006-12-27 11:49:25 -05:00
|
|
|
|
2011-04-21 03:04:56 -04:00
|
|
|
MODULES = devel/gettext
|
|
|
|
|
2012-03-21 12:13:25 -04:00
|
|
|
BUILD_DEPENDS = ${RUN_DEPENDS}
|
2008-04-01 20:39:19 -04:00
|
|
|
|
2012-03-21 12:13:25 -04:00
|
|
|
RUN_DEPENDS = audio/audacious>=${V}
|
2012-08-25 07:30:19 -04:00
|
|
|
# needed for the gio plugin
|
|
|
|
RUN_DEPENDS += x11/gnome/gvfs
|
2010-11-14 19:22:45 -05:00
|
|
|
|
2012-05-22 14:39:42 -04:00
|
|
|
LIB_DEPENDS = audio/faad>=2.7 \
|
2010-11-14 19:22:45 -05:00
|
|
|
audio/flac \
|
|
|
|
audio/lame \
|
|
|
|
audio/libcdio \
|
2010-12-19 13:17:55 -05:00
|
|
|
audio/libcue \
|
2012-03-21 12:13:25 -04:00
|
|
|
audio/libmodplug \
|
2010-12-19 13:17:55 -05:00
|
|
|
audio/libsamplerate \
|
2010-11-14 19:22:45 -05:00
|
|
|
audio/libsndfile \
|
|
|
|
audio/libvorbis \
|
2012-03-20 15:10:56 -04:00
|
|
|
audio/mpg123 \
|
2010-11-14 19:22:45 -05:00
|
|
|
audio/wavpack \
|
2011-04-21 03:04:56 -04:00
|
|
|
devel/libnotify>=0.7.2 \
|
2010-11-14 19:22:45 -05:00
|
|
|
devel/sdl \
|
2012-05-11 07:59:31 -04:00
|
|
|
multimedia/libmms \
|
2010-11-14 19:22:45 -05:00
|
|
|
net/curl \
|
|
|
|
net/neon \
|
2011-04-21 03:04:56 -04:00
|
|
|
textproc/libxml \
|
2012-03-20 15:10:56 -04:00
|
|
|
x11/gtk+3 \
|
|
|
|
x11/dbus-glib
|
2006-12-27 11:49:25 -05:00
|
|
|
|
2010-12-19 13:17:55 -05:00
|
|
|
USE_GMAKE = Yes
|
2009-01-24 21:07:06 -05:00
|
|
|
|
|
|
|
CONFIGURE_STYLE = autoconf
|
2012-06-08 10:44:55 -04:00
|
|
|
AUTOCONF_VERSION = 2.69
|
2012-04-06 10:38:01 -04:00
|
|
|
CONFIGURE_ARGS += --enable-ipv6 \
|
2008-04-01 20:39:19 -04:00
|
|
|
--disable-adplug \
|
|
|
|
--disable-alsa \
|
|
|
|
--disable-amidiplug \
|
2012-08-25 07:30:19 -04:00
|
|
|
--disable-bs2b \
|
2012-03-21 12:13:25 -04:00
|
|
|
--disable-ffaudio \
|
|
|
|
--disable-jack \
|
2012-08-25 07:30:19 -04:00
|
|
|
--disable-lirc \
|
|
|
|
--disable-oss4 \
|
|
|
|
--disable-pulse \
|
|
|
|
--disable-sid
|
2012-03-21 12:13:25 -04:00
|
|
|
CONFIGURE_ENV = CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LDFLAGS="-L${X11BASE}/lib -L${LOCALBASE}/lib"
|
2008-04-01 20:39:19 -04:00
|
|
|
|
2010-12-19 13:17:55 -05:00
|
|
|
NO_REGRESS = Yes
|
2009-01-24 21:07:06 -05:00
|
|
|
|
2006-12-27 11:49:25 -05:00
|
|
|
.include <bsd.port.mk>
|