wok-next view mixxx/receipt @ rev 21469

updated tinc (1.0.25 -> 1.0.36)
author Hans-G?nter Theisgen
date Wed May 13 07:41:00 2020 +0100 (2020-05-13)
parents d5aab818505e
children
line source
1 # SliTaz package receipt.
3 PACKAGE="mixxx"
4 VERSION="1.10.1"
5 CATEGORY="multimedia"
6 SHORT_DESC="Digital DJ mixing software"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://www.mixxx.org/"
11 TARBALL="$PACKAGE-$VERSION-src.tar.gz"
12 WGET_URL="http://downloads.mixxx.org/$PACKAGE-$VERSION/$TARBALL"
14 BUILD_DEPENDS="libsndfile-dev libogg-dev libid3tag-dev libmad-dev libvorbis-dev \
15 taglib-dev libshout-dev portaudio-dev qt4-phonon Qt4-dev alsa-lib-dev jack-dev \
16 mesa-dev scons flac-dev portmidi-dev"
18 compile_rules() {
19 scons qtdir=/usr/lib/qt prefix=/usr install_root=$install/usr \
20 | sed s/ERROR/error/
21 scons qtdir=/usr/lib/qt prefix=/usr install_root=$install/usr install \
22 | sed s/ERROR/error/
23 }
25 genpkg_rules() {
26 cp -a $install/usr $fs
27 DEPENDS="libsndfile libogg libid3tag libmad libvorbis taglib libshout \
28 portaudio portmidi libQtOpenGL libQtWebkit libQt3Support libQtScript \
29 libQtSvg libQtDBus libQtPlugins qt4-phonon"
30 }