wok diff audacity/receipt @ rev 13429

partclone: add btrfs & hfsplus support
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Oct 04 11:53:21 2012 +0200 (2012-10-04)
parents f812ce1bd690
children d87f2423c050
line diff
     1.1 --- a/audacity/receipt	Sat May 21 01:30:41 2011 +0000
     1.2 +++ b/audacity/receipt	Thu Oct 04 11:53:21 2012 +0200
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="audacity"
     1.7 -VERSION="1.3.13"
     1.8 +VERSION="2.0.0"
     1.9  CATEGORY="multimedia"
    1.10  SHORT_DESC="software for recording and editing sounds"
    1.11  MAINTAINER="allan316@gmail.com"
    1.12 @@ -9,7 +9,7 @@
    1.13  lame alsa-lib xorg-libXxf86vm"
    1.14  BUILD_DEPENDS="wxWidgets-dev ffmpeg-dev libvorbis-dev libmad-dev flac-dev \
    1.15  libsndfile-dev lame-dev alsa-lib-dev portaudio-dev"
    1.16 -TARBALL="$PACKAGE-minsrc-$VERSION-beta.tar.bz2"
    1.17 +TARBALL="$PACKAGE-minsrc-$VERSION.tar.bz2"
    1.18  WEB_SITE="http://audacity.sourceforge.net"
    1.19  WGET_URL="http://audacity.googlecode.com/files/$TARBALL"
    1.20  TAGS="sound audio recorder editor"
    1.21 @@ -17,15 +17,13 @@
    1.22  # Rules to configure and make the package.
    1.23  compile_rules()
    1.24  {
    1.25 -	mv $PACKAGE-src-$VERSION-beta $PACKAGE-$VERSION 2>/dev/null
    1.26  	cd $src
    1.27  	./configure \
    1.28  		--prefix=/usr \
    1.29  		--infodir=/usr/share/info \
    1.30  		--mandir=/usr/share/man \
    1.31 -		--without-ffmpeg \
    1.32  		$CONFIGURE_ARGS &&
    1.33 -	make && make DESTDIR=$PWD/_pkg install
    1.34 +	make && make DESTDIR=$DESTDIR install
    1.35  }
    1.36  
    1.37  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.38 @@ -33,5 +31,9 @@
    1.39  {
    1.40  	mkdir -p $fs/usr $fs/usr/share
    1.41  	cp -a $_pkg/usr/bin $fs/usr
    1.42 +	cp -a $_pkg/usr/share/mime $fs/usr/share
    1.43 +	cp -a $_pkg/usr/share/icons $fs/usr/share
    1.44 +	cp -a $_pkg/usr/share/audacity $fs/usr/share
    1.45 +	cp -a $_pkg/usr/share/pixmaps $fs/usr/share
    1.46  	cp -a $_pkg/usr/share/applications $fs/usr/share	
    1.47  }