wok diff audacity/receipt @ rev 19077

syslinux/iso2exe.sh: fix -f
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Apr 25 10:51:04 2016 +0200 (2016-04-25)
parents a05c347c03bb
children 828d10d5e797
line diff
     1.1 --- a/audacity/receipt	Sun Nov 16 00:18:13 2014 +0000
     1.2 +++ b/audacity/receipt	Mon Apr 25 10:51:04 2016 +0200
     1.3 @@ -3,7 +3,7 @@
     1.4  PACKAGE="audacity"
     1.5  VERSION="2.0.6"
     1.6  CATEGORY="multimedia"
     1.7 -SHORT_DESC="software for recording and editing sounds"
     1.8 +SHORT_DESC="A free multi-track audio editor and recorder"
     1.9  MAINTAINER="allan316@gmail.com"
    1.10  LICENSE="GPL2"
    1.11  TARBALL="$PACKAGE-minsrc-$VERSION.tar.xz"
    1.12 @@ -11,9 +11,9 @@
    1.13  WGET_URL="$SF_MIRROR/project/$PACKAGE/$PACKAGE/$VERSION/$TARBALL"
    1.14  TAGS="sound audio recorder editor"
    1.15  
    1.16 -DEPENDS="wxWidgets ffmpeg libvorbis imlib2 libid3tag libmad flac libsndfile \
    1.17 +DEPENDS="wxWidgets28 ffmpeg libvorbis imlib2 libid3tag libmad flac libsndfile \
    1.18  lame alsa-lib xorg-libXxf86vm"
    1.19 -BUILD_DEPENDS="wxWidgets-dev ffmpeg-dev libvorbis-dev libmad-dev flac-dev \
    1.20 +BUILD_DEPENDS="wxWidgets28-dev ffmpeg-dev libvorbis-dev libmad-dev flac-dev \
    1.21  libsndfile-dev lame-dev alsa-lib-dev portaudio-dev cmake"
    1.22  
    1.23  # Rules to configure and make the package.