48 lines
1.6 KiB
Text
48 lines
1.6 KiB
Text
# Template file for 'qtractor'
|
|
pkgname=qtractor
|
|
version=0.5.1
|
|
revision=3
|
|
homepage="http://qtractor.sourceforge.net"
|
|
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.gz"
|
|
build_style=gnu-configure
|
|
configure_args="
|
|
--enable-lilv
|
|
--enable-lv2-files"
|
|
short_desc="Audio/MIDI multi-track sequencer application written in C++/Qt4."
|
|
maintainer="davehome <davehome@redthumb.info.tm>"
|
|
license="GPL-2"
|
|
checksum=16ef7a4fdd8c2f04af4219082a419b5db242763a967d36b0f6247761d4c2578a
|
|
long_desc="
|
|
Qtractor is an Audio/MIDI multi-track sequencer application written in C++
|
|
with the Qt4 framework. Target platform is Linux, where the Jack Audio
|
|
Connection Kit (JACK) for audio, and the Advanced Linux Sound Architecture
|
|
(ALSA) for MIDI, are the main infrastructures to evolve as a fairly-featured
|
|
Linux desktop audio workstation GUI, specially dedicated to the personal
|
|
home-studio."
|
|
|
|
gtk_iconcache_dirs="/usr/share/icons/hicolor"
|
|
|
|
Add_dependency run jack
|
|
Add_dependency run dssi
|
|
Add_dependency run lilv # need programs too
|
|
|
|
Add_dependency build pkg-config
|
|
Add_dependency build jack-devel
|
|
Add_dependency build alsa-lib-devel
|
|
Add_dependency build libsndfile-devel
|
|
Add_dependency build libvorbis-devel
|
|
Add_dependency build libmad-devel
|
|
Add_dependency build libsamplerate-devel
|
|
Add_dependency build qt-devel
|
|
Add_dependency build gtk+-devel
|
|
Add_dependency build liblo-devel
|
|
Add_dependency build rubberband-devel
|
|
Add_dependency build vamp-plugin-sdk-devel
|
|
Add_dependency build ladspa-sdk
|
|
Add_dependency build dssi-devel
|
|
Add_dependency build lv2core
|
|
Add_dependency build lilv-devel
|
|
Add_dependency build suil-devel
|
|
|
|
Add_dependency full desktop-file-utils
|
|
Add_dependency full hicolor-icon-theme
|