wok rev 17354
Up: audacity (2.0.6)
author | Alexander Medvedev <devl547@gmail.com> |
---|---|
date | Sun Nov 16 00:18:13 2014 +0000 (2014-11-16) |
parents | eeffac2b77bc |
children | 81896ce8ee08 |
files | audacity/receipt |
line diff
1.1 --- a/audacity/receipt Sun Nov 16 00:04:13 2014 +0000 1.2 +++ b/audacity/receipt Sun Nov 16 00:18:13 2014 +0000 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()