wok view mixxx/receipt @ rev 19702

Mv grub/stuff/splash.xpm.gz to slitaz-configs to have a splash image on HD install (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Feb 14 12:15:09 2017 +0100 (2017-02-14)
parents 7d6089953592
children 11a7b56aa265
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 cd $src
25 scons qtdir=/usr/lib/qt prefix=/usr install_root=$DESTDIR/usr | sed s/ERROR/error/
26 scons qtdir=/usr/lib/qt prefix=/usr install_root=$DESTDIR/usr install | sed s/ERROR/error/
27 }
29 # Rules to gen a SliTaz package suitable for Tazpkg.
30 genpkg_rules()
31 {
32 cp -a $install/usr $fs
33 }