You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
67 lines
1.9 KiB
67 lines
1.9 KiB
10 years ago
|
.include </usr/ports/x11/trinity/trinity.port.mk>
|
||
|
|
||
10 years ago
|
PKGNAME= trinity-arts-${VERSION}
|
||
10 years ago
|
VERSION= 1.5.10${PREVERSION}
|
||
10 years ago
|
PREVERSION=
|
||
10 years ago
|
|
||
|
COMMENT= aRts (analog realtime synthesizer) - the TDE sound system
|
||
10 years ago
|
CATEGORIES= x11/trinity/dependencies
|
||
|
HOMEPAGE= http://www.trinitydesktop.org/
|
||
|
MAINTAINER= François Andriot <francois.andriot@free.fr>
|
||
10 years ago
|
|
||
10 years ago
|
MASTER_SITES= http://ppa2.quickbuild.pearsoncomputing.net/redirect.php?file=releases/R14.0.0/dependencies/
|
||
|
DISTNAME= arts-R${TDE_VERSION}${PREVERSION}
|
||
|
EXTRACT_SUFX= .tar.bz2
|
||
|
WRKDIST= ${WRKDIR}/dependencies/arts
|
||
10 years ago
|
|
||
10 years ago
|
PREFIX= ${TDE_PREFIX}
|
||
|
|
||
10 years ago
|
BUILD_DEPENDS= devel/gmake \
|
||
|
devel/cmake \
|
||
10 years ago
|
x11/trinity/dependencies/tqtinterface
|
||
10 years ago
|
|
||
|
LIB_DEPENDS= devel/libaudiofile \
|
||
|
devel/glib2 \
|
||
|
audio/libvorbis \
|
||
|
audio/libogg \
|
||
|
audio/libmad \
|
||
10 years ago
|
x11/trinity/dependencies/tqtinterface
|
||
10 years ago
|
|
||
|
WANTLIB = glib-2.0 audiofile mad ogg vorbis
|
||
|
|
||
|
SHARED_LIBS += artsc 0.0
|
||
|
SHARED_LIBS += artscbackend 0.0
|
||
|
SHARED_LIBS += artsdsp 0.0
|
||
|
SHARED_LIBS += artsdsp_st 0.0
|
||
|
SHARED_LIBS += artsflow 1.0
|
||
|
SHARED_LIBS += artsflow_idl 1.0
|
||
|
SHARED_LIBS += artsgslplayobject 0.0
|
||
|
SHARED_LIBS += artswavplayobject 0.0
|
||
|
SHARED_LIBS += gmcop 1.0
|
||
|
SHARED_LIBS += kmedia2 1.0
|
||
|
SHARED_LIBS += kmedia2_idl 1.0
|
||
|
SHARED_LIBS += mcop 1.0
|
||
|
SHARED_LIBS += mcop_mt 1.0
|
||
|
SHARED_LIBS += qtmcop 1.0
|
||
|
SHARED_LIBS += soundserver_idl 1.0
|
||
|
|
||
|
|
||
|
do-configure: tde-cmake-rmbuild
|
||
|
${TDE_CMAKE_CONFIGURE} \
|
||
|
-DINCLUDE_INSTALL_DIR="${TDE_PREFIX}/include/tde/arts" \
|
||
|
\
|
||
|
-DWITH_ALSA=OFF \
|
||
|
-DWITH_AUDIOFILE=ON \
|
||
|
-DWITH_VORBIS=ON \
|
||
|
-DWITH_MAD=ON \
|
||
|
-DWITH_ESOUND=OFF \
|
||
|
-DWITH_JACK=OFF \
|
||
|
-DWITH_SNDIO=ON
|
||
|
|
||
|
do-build: tde-cmake-build
|
||
|
|
||
|
do-install: tde-cmake-install
|
||
|
|
||
|
|
||
|
.include <bsd.port.mk>
|