wok view mixxx/receipt @ rev 11113

ptlib: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Oct 25 08:48:31 2011 +0200 (2011-10-25)
parents b9250021e9a5
children 6def5237e81e
line source
1 # SliTaz package receipt.
3 PACKAGE="mixxx"
4 VERSION="1.9.0"
5 CATEGORY="multimedia"
6 SHORT_DESC="Digital DJ mixing software"
7 MAINTAINER="slaxemulator@gmail.com"
8 TARBALL="$PACKAGE-$VERSION-src.tar.gz"
9 WEB_SITE="http://www.mixxx.org/"
10 WGET_URL="http://downloads.mixxx.org/$PACKAGE-$VERSION/$TARBALL"
12 DEPENDS="libsndfile libogg libid3tag libmad libvorbis taglib libshout \
13 portaudio portmidi libQtOpenGL libQtWebkit libQt3Support libQtScript \
14 libQtSvg libQtDBus libQtPlugins qt4-phonon"
15 BUILD_DEPENDS="libsndfile-dev libogg-dev libid3tag-dev libmad-dev \
16 libvorbis-dev taglib-dev libshout-dev portaudio-dev qt4-phonon \
17 Qt4-dev alsa-lib-dev jack-audio-connection-kit-dev mesa-dev scons \
18 pkg-config flac-dev portmidi"
20 # Rules to configure and make the package.
21 compile_rules()
22 {
23 cd $src
24 scons qtdir=/usr/lib/qt prefix=/usr install_root=$DESTDIR/usr
25 scons qtdir=/usr/lib/qt prefix=/usr install_root=$DESTDIR/usr install
26 }
28 # Rules to gen a SliTaz package suitable for Tazpkg.
29 genpkg_rules()
30 {
31 mkdir -p $fs/usr
32 cp -a $_pkg/usr/* $fs/usr
33 }