
Receipt for package "qtractor"
# SliTaz package receipt. PACKAGE="qtractor" VERSION="0.5.5" CATEGORY="multimedia" SHORT_DESC="Audio/MIDI multi-track sequencer application." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="https://qtractor.sourceforge.net/qtractor-index.html" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" DEPENDS="jack-audio-connection-kit alsa-lib libsndfile ladspa \ libvorbis libmad libsamplerate liblo libQtGui libQtXml libQtCore" BUILD_DEPENDS="qmake Qt4-dev jack-audio-connection-kit-dev alsa-lib-dev \ libsndfile-dev ladspa-dev libvorbis-dev libmad-dev libsamplerate-dev \ liblo-dev lilv lv2 " #extras: # librubberband : http://breakfastquay.com/rubberband/ # dssi : http://dssi.sourceforge.net/ # vst : http://www.steinberg.net/ # What is the latest version available today? current_version() { wget -O - https://sourceforge.net/projects/qtractor/files/qtractor/ 2>/dev/null | \ sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \ sed '/scope="row/!d;s|.*/qtractor/||;s|/.*||;q' } # Rules to configure and make the package. compile_rules() { cd $src ./configure \ --prefix=/usr \ $CONFIGURE_ARGS && make && make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { cp -a $install/* $fs }
6093 packages and 258600 files in current database (Wed Apr 23 16:49:15 2025)