# $Id: Portfile,v 1.5 2003/03/10 19:23:06 ranger Exp $ PortSystem 1.0 name arts version 1.1 revision 2 categories audio maintainers ranger@befunk.com description analog realtime synthesizer long_description aRts is a framework for developing modular multimedia applications. The \ sound server, artsd, allows multiple applications to cooperatively process \ and output sound and music. aRts is designed to provide its filter and \ synthesis capabilities to other applications using the multimedia \ communication protocol (MCOP). aRts is also capable of modular realtime \ synthesis. It can create sounds & music (realtime midi synthesis) using \ small modules like oscillators for creating waveforms, various filters, \ mixers, faders, etc. platforms darwin master_sites ftp://ftp.kde.org/pub/kde/stable/3.1/src/ http://ranger.befunk.com/fink/:admin extract.sufx .tar.bz2 use_bzip2 yes distname arts-${version} distfiles ${distname}.tar.bz2 kde-admindir-20030209.tar.bz2:admin patchfiles patch-arts-${version}.darwin depends_lib lib:libaudiofile.0:audiofile lib:libdl.1:dlcompat lib:libesd:esound \ lib:libglib-2.0.0:glib2 lib:libiconv:gettext lib:libintl:gettext \ lib:libmad:mad lib:libogg:libogg lib:libpng.3:libpng \ lib:libpoll:poll-emulator lib:libqt-mt.3.1:qt3 lib:libqui:qt3 \ lib:libvorbis.0:libvorbis lib:libX11.6:XFree86 depends_build bin:pkg-config:pkgconfig checksums arts-${version}.tar.bz2 md5 c1c34063de7df4ac6cae0984803d34e1 \ kde-admindir-20030209.tar.bz2 md5 180fee362e27703bd9a062912c8a54cd patch { foreach patch $patchfiles { system "cd '${workpath}/${distname}' && \ sed -e 's#@PREFIX@#${prefix}#g' '${portpath}/${filedir}/${patch}' | patch -p0" } } post-patch { system "cd '${worksrcpath}' && cp -Rf ../admin/ admin" system "cp '${portpath}/${filedir}/detect-autoconf.sh' '${worksrcpath}/admin/'" system "cd '${worksrcpath}' && make -f Makefile.cvs" } configure.env CPPFLAGS='-I${prefix}/include -I${prefix}/include/qt3 -no-cpp-precomp -fno-common' \ LIBS='-L${prefix}/lib' DYLD_LIBRARY_PATH='${prefix}/lib' configure.args --prefix='${prefix}' --includedir='${prefix}/include' --libdir='${prefix}/lib' \ --with-extra-includes='${prefix}/include' --with-extra-libs='${prefix}/lib' \ --with-qt-dir='${prefix}' --with-qt-includes='${prefix}/include/qt3' \ --enable-rpath --with-pic --enable-shared=yes --enable-static=no \ --libexecdir='${prefix}/lib' --with-xinerama --with-pam --enable-final \ --disable-dependency-tracking build.env ${configure.env}