0e87aad388
included, so the tools know that old ffmpeg versions won't satisfy the dependencies listed in WANTLIB. this way, attempting to install these packages with old ffmpeg will no longer give you a cryptic error message as seen by dhill@.
49 lines
1.3 KiB
Makefile
49 lines
1.3 KiB
Makefile
# $OpenBSD: Makefile,v 1.16 2009/07/19 22:49:12 sthen Exp $
|
|
|
|
COMMENT= decoding library for KDE Multimedia
|
|
|
|
DISTNAME= akode-2.0.2
|
|
PKGNAME= ${DISTNAME}p9
|
|
SHARED_LIBS += akode 2.1 # .2.0
|
|
|
|
CATEGORIES= audio multimedia x11/kde
|
|
|
|
HOMEPAGE= http://www.kde-apps.org/content/show.php?content=30375
|
|
|
|
MASTER_SITES= http://www.kde-apps.org/CONTENT/content-files/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
DISTFILES= 30375-${DISTNAME}${EXTRACT_SUFX}
|
|
|
|
# LGPLv2
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
LIB_DEPENDS= FLAC.>=8::audio/flac \
|
|
mad::audio/libmad \
|
|
speex::audio/speex \
|
|
vorbis,vorbisfile,vorbisenc::audio/libvorbis \
|
|
ltdl::devel/libtool,-ltdl \
|
|
avcodec.>=13.1,avformat.>=12,avutil.>=6:ffmpeg->=20080620p10:graphics/ffmpeg \
|
|
jack::audio/jack
|
|
|
|
WANTLIB= a52 bz2 c faac faad samplerate m mp3lame ogg pthread \
|
|
oil-0.3 schroedinger-1.0 stdc++ theora x264 z
|
|
|
|
USE_X11= Yes
|
|
USE_GMAKE= Yes
|
|
USE_LIBTOOL= Yes
|
|
|
|
CONFIGURE_STYLE= autoconf
|
|
AUTOCONF_VERSION= 2.60
|
|
CONFIGURE= /bin/sh ${WRKDIST}/admin/cvs.sh configure
|
|
CONFIGURE_ENV= PTHREAD_LIBS=-pthread
|
|
CONFIGURE_ARGS+= --with-extra-includes=${LOCALBASE}/include \
|
|
--with-extra-libs=${LOCALBASE}/lib \
|
|
--with-jack \
|
|
--without-polyaudio \
|
|
--without-oss
|
|
|
|
.include <bsd.port.mk>
|