wok view mixxx/receipt @ rev 20257

Add giflossy
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Mar 13 23:27:32 2018 +0100 (2018-03-13)
parents 11a7b56aa265
children 6e8b1bcb30e2
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="slaxemulator@gmail.com"
8 LICENSE="GPL2"
9 TARBALL="$PACKAGE-$VERSION-src.tar.gz"
10 WEB_SITE="http://www.mixxx.org/"
11 WGET_URL="http://downloads.mixxx.org/$PACKAGE-$VERSION/$TARBALL"
13 DEPENDS="libsndfile libogg libid3tag libmad libvorbis taglib libshout \
14 portaudio portmidi libQtOpenGL libQtWebkit libQt3Support libQtScript \
15 libQtSvg libQtDBus libQtPlugins phonon-backend-gstreamer"
16 BUILD_DEPENDS="libsndfile-dev libogg-dev libid3tag-dev libmad-dev \
17 libvorbis-dev taglib-dev libshout-dev portaudio-dev phonon-dev \
18 Qt4-dev alsa-lib-dev jack-audio-connection-kit-dev mesa-dev scons \
19 pkg-config flac-dev portmidi"
21 # Rules to configure and make the package.
22 compile_rules()
23 {
24 scons machine=i686 qtdir=/usr/lib/qt prefix=/usr install_root=$DESTDIR/usr | sed s/ERROR/error/
25 scons machine=i686 qtdir=/usr/lib/qt prefix=/usr install_root=$DESTDIR/usr install | sed s/ERROR/error/
26 }
28 # Rules to gen a SliTaz package suitable for Tazpkg.
29 genpkg_rules()
30 {
31 cp -a $install/usr $fs
32 }