wok diff audacity/receipt @ rev 17474

syslinux/iso2exe: use always mkfloppy in init
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Dec 27 18:25:05 2014 +0100 (2014-12-27)
parents 533c0cab6960
children affba9aecc73
line diff
     1.1 --- a/audacity/receipt	Wed Oct 22 03:42:23 2014 +0300
     1.2 +++ b/audacity/receipt	Sat Dec 27 18:25:05 2014 +0100
     1.3 @@ -1,20 +1,20 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="audacity"
     1.7 -VERSION="2.0.2"
     1.8 +VERSION="2.0.6"
     1.9  CATEGORY="multimedia"
    1.10  SHORT_DESC="software for recording and editing sounds"
    1.11  MAINTAINER="allan316@gmail.com"
    1.12  LICENSE="GPL2"
    1.13 -TARBALL="$PACKAGE-minsrc-$VERSION.tar.bz2"
    1.14 +TARBALL="$PACKAGE-minsrc-$VERSION.tar.xz"
    1.15  WEB_SITE="http://audacity.sourceforge.net"
    1.16 -WGET_URL="http://audacity.googlecode.com/files/$TARBALL"
    1.17 +WGET_URL="$SF_MIRROR/project/$PACKAGE/$PACKAGE/$VERSION/$TARBALL"
    1.18  TAGS="sound audio recorder editor"
    1.19  
    1.20  DEPENDS="wxWidgets ffmpeg libvorbis imlib2 libid3tag libmad flac libsndfile \
    1.21  lame alsa-lib xorg-libXxf86vm"
    1.22  BUILD_DEPENDS="wxWidgets-dev ffmpeg-dev libvorbis-dev libmad-dev flac-dev \
    1.23 -libsndfile-dev lame-dev alsa-lib-dev portaudio-dev"
    1.24 +libsndfile-dev lame-dev alsa-lib-dev portaudio-dev cmake"
    1.25  
    1.26  # Rules to configure and make the package.
    1.27  compile_rules()