2008-07-08 22:07:36 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.6 2008/07/09 02:07:36 jakemsr Exp $
|
2008-02-15 10:52:02 -05:00
|
|
|
|
|
|
|
COMMENT= advanced music player
|
|
|
|
|
|
|
|
DISTNAME= aqualung-0.9beta9.1
|
2008-07-08 22:07:36 -04:00
|
|
|
PKGNAME= ${DISTNAME}p4
|
2008-02-15 10:52:02 -05:00
|
|
|
CATEGORIES= audio
|
|
|
|
|
|
|
|
HOMEPAGE= http://aqualung.factorial.hu/
|
|
|
|
|
|
|
|
MAINTAINER= Jeremy Evans <openbsd@jeremyevans.net>
|
|
|
|
|
2008-03-25 14:09:14 -04:00
|
|
|
# GPLv2
|
2008-02-15 10:52:02 -05:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=aqualung/}
|
|
|
|
|
|
|
|
MODULES= devel/gettext
|
|
|
|
|
|
|
|
LIB_DEPENDS= gtk-x11-2.0,gdk-x11-2.0,gdk_pixbuf-2.0::x11/gtk+2 \
|
|
|
|
xml2::textproc/libxml \
|
|
|
|
mac::audio/mac \
|
|
|
|
mad::audio/libmad \
|
|
|
|
mpcdec::audio/libmpcdec \
|
|
|
|
FLAC::audio/flac \
|
|
|
|
avcodec,avformat,avutil::graphics/ffmpeg \
|
2008-03-23 23:15:27 -04:00
|
|
|
jack::audio/jack
|
2008-03-15 07:54:10 -04:00
|
|
|
|
|
|
|
RUN_DEPENDS= ::devel/desktop-file-utils
|
2008-02-15 10:52:02 -05:00
|
|
|
|
2008-03-25 14:09:14 -04:00
|
|
|
WANTLIB= X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes \
|
|
|
|
Xi Xinerama Xrandr Xrender atk-1.0 bz2 c cairo expat \
|
|
|
|
fontconfig freetype glib-2.0 glitz gmodule-2.0 \
|
|
|
|
gobject-2.0 gthread-2.0 m mp3lame ogg ossaudio \
|
2008-06-14 20:04:49 -04:00
|
|
|
pango-1.0 pangocairo-1.0 pangoft2-1.0 pixman-1 png pthread \
|
2008-03-25 14:09:14 -04:00
|
|
|
samplerate sndfile stdc++ vorbis vorbisenc vorbisfile z
|
2008-02-15 10:52:02 -05:00
|
|
|
|
|
|
|
USE_X11= Yes
|
|
|
|
CONFIGURE_STYLE=gnu
|
|
|
|
CONFIGURE_ENV= LDFLAGS="-pthread -L${LOCALBASE}/lib -L${X11BASE}/lib" \
|
|
|
|
CFLAGS="${CFLAGS} -DOSS_DEVICE='\"/dev/audio\"' \
|
|
|
|
-DPTHREAD_MIN_PRIORITY=0 -DPTHREAD_MAX_PRIORITY=31 \
|
|
|
|
-I${LOCALBASE}/include"
|
|
|
|
|
|
|
|
# cddb, ifp, wavpack (requires lib*) - no package
|
|
|
|
# cdda (requires libcdio) - no package
|
2008-03-23 23:15:27 -04:00
|
|
|
# ladspa (requires liblrdf) - no package
|
2008-02-15 10:52:02 -05:00
|
|
|
# mod (requires libmodplug) - no package
|
|
|
|
# speex (requires liboggz) - no package
|
|
|
|
CONFIGURE_ARGS= --with-flac \
|
2008-03-23 23:15:27 -04:00
|
|
|
--with-jack \
|
2008-02-15 10:52:02 -05:00
|
|
|
--with-lame \
|
|
|
|
--with-lavc \
|
|
|
|
--with-loop \
|
|
|
|
--with-mac \
|
|
|
|
--with-mpc \
|
|
|
|
--with-mpeg \
|
|
|
|
--with-ogg \
|
|
|
|
--with-oss \
|
|
|
|
--with-podcast \
|
|
|
|
--with-sndfile \
|
|
|
|
--with-src \
|
|
|
|
--with-systray \
|
|
|
|
--with-vorbisenc \
|
|
|
|
--without-alsa \
|
|
|
|
--without-cdda \
|
|
|
|
--without-cddb \
|
|
|
|
--without-ifp \
|
|
|
|
--without-ladspa \
|
|
|
|
--without-mod \
|
|
|
|
--without-speex \
|
|
|
|
--without-wavpack
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
mv ${PREFIX}/share/aqualung/doc ${PREFIX}/share/doc/aqualung
|
2008-03-15 07:54:10 -04:00
|
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/applications
|
|
|
|
sed -e 's+%%PREFIX%%+${TRUEPREFIX}+' ${FILESDIR}/aqualung.desktop > \
|
|
|
|
${PREFIX}/share/applications/aqualung.desktop
|
|
|
|
|
2008-02-15 10:52:02 -05:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|