wok-6.x rev 13106
Up: ardour to 2.8.12.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Tue Jun 26 18:39:56 2012 +0000 (2012-06-26) |
parents | 8e69cb83d354 |
children | 8159317606c5 |
files | ardour/receipt |
line diff
1.1 --- a/ardour/receipt Tue Jun 26 18:39:24 2012 +0000 1.2 +++ b/ardour/receipt Tue Jun 26 18:39:56 2012 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="ardour" 1.7 -VERSION="2.8.11" 1.8 +VERSION="2.8.12" 1.9 CATEGORY="multimedia" 1.10 MAINTAINER="jozee@slitaz.org" 1.11 SHORT_DESC="A multichannel hard disk recorder and digital audio workstation" 1.12 @@ -11,22 +11,25 @@ 1.13 TAGS="audio recorder mixer" 1.14 1.15 DEPENDS="liblrdf ladspa liblo libgnomecanvas libusb-compat aubio libsndfile 1.16 -libsamplerate raptor fftw libxslt" 1.17 -BUILD_DEPENDS="scons libboost-dev jack-audio-connection-kit-dev alsa-lib-dev \ 1.18 - liblo liblo-dev aubio-dev libxslt-dev libsndfile-dev ladspa-dev liblrdf-dev \ 1.19 - libart_lgpl-dev libusb-dev libsamplerate-dev curl-dev fftw-dev \ 1.20 - raptor-dev libgnomecanvas-dev pkg-config liblrdf-dev" 1.21 +libsamplerate raptor fftw libxslt libgnomecanvasmm soundtouch" 1.22 +BUILD_DEPENDS="scons libboost-dev libboost-thread-dev libboost-math-dev \ 1.23 +jack-audio-connection-kit-dev alsa-lib-dev liblo-dev aubio-dev libxslt-dev \ 1.24 +libsndfile-dev ladspa-dev liblrdf-dev libart_lgpl-dev libusb-dev \ 1.25 +libsamplerate-dev curl-dev fftw-dev soundtouch-dev raptor-dev \ 1.26 +libgnomecanvasmm-dev libgnomecanvas-dev pkg-config liblrdf-dev gtkmm-dev" 1.27 1.28 # Rules to configure and make the package. 1.29 -compile_rules() { 1.30 +compile_rules() 1.31 +{ 1.32 cd $src 1.33 sed -i '/-O3/d' SConstruct 1.34 - mkdir -p $PWD/_pkg 1.35 + mkdir -p $DESTDIR 1.36 1.37 - scons PREFIX=/usr \ 1.38 + scons ${MAKEFLAGS} ARCH="${CFLAGS}" \ 1.39 + PREFIX=/usr \ 1.40 NLS=1 \ 1.41 FREEDESKTOP=0 \ 1.42 - SYSLIBS=0 \ 1.43 + SYSLIBS=1 \ 1.44 VST=0 \ 1.45 WIIMOTE=0 \ 1.46 LV2=0 \ 1.47 @@ -36,10 +39,11 @@ 1.48 TRANZPORT=1 \ 1.49 DIST_LIBDIR=lib 1.50 1.51 - scons PREFIX=/usr \ 1.52 + scons ${MAKEFLAGS} ARCH="${CFLAGS}" \ 1.53 + PREFIX=/usr \ 1.54 NLS=1 \ 1.55 FREEDESKTOP=0 \ 1.56 - SYSLIBS=0 \ 1.57 + SYSLIBS=1 \ 1.58 VST=0 \ 1.59 WIIMOTE=0 \ 1.60 LV2=0 \ 1.61 @@ -48,7 +52,7 @@ 1.62 AUBIO=1 \ 1.63 TRANZPORT=1 \ 1.64 DIST_LIBDIR=lib \ 1.65 - DESTDIR=$PWD/_pkg install 1.66 + DESTDIR=$DESTDIR install 1.67 1.68 } 1.69