# $Id: Portfile,v 1.7 2003/05/22 18:17:47 ranger Exp $ PortSystem 1.0 name arts version 1.1.2 revision 1 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.2/src/ http://ranger.befunk.com/fink/:ranger http://ranger.befunk.com/darwin/:darwin patch_sites http://ranger.befunk.com/fink/ extract.sufx .tar.bz2 use_bzip2 yes distname arts-${version} distfiles ${distname}.tar.bz2 kde-admindir-20030506.tar.bz2:ranger detect-autoconf.tar.bz2:darwin patchfiles patch-arts.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 5d5a1858f8dcf0d88600291899dff75b \ kde-admindir-20030506.tar.bz2 md5 7b9c78d99df465f0fb7db434205657aa \ detect-autoconf.tar.bz2 md5 1f511627496be40174169dbab4d6d78a 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 "cd '${worksrcpath}' && make -f admin/Makefile.common 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}