6838aeee39
* FFmpeg LIB_DEPENDS/WANTLIB changes * add @bin markers in PLISTs * bump PKGNAMEs feedback/ok brad@
48 lines
1.2 KiB
Makefile
48 lines
1.2 KiB
Makefile
# $OpenBSD: Makefile,v 1.11 2008/07/09 02:07:36 jakemsr Exp $
|
|
COMMENT= Decoding Library for KDE Multimedia
|
|
|
|
DISTNAME= akode-2.0.2
|
|
PKGNAME= ${DISTNAME}p4
|
|
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}
|
|
|
|
# LGPL
|
|
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.>=10,avformat.>=10,avutil.>=3::graphics/ffmpeg \
|
|
jack::audio/jack
|
|
|
|
WANTLIB= a52 bz2 c faac faad m mp3lame \
|
|
ogg ossaudio pthread 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-libsamplerate
|
|
|
|
.include <bsd.port.mk>
|