wok-next rev 20100
Up audacity (2.1.3)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Oct 29 09:52:44 2017 +0100 (2017-10-29) |
parents | d3284f9772e9 |
children | 23812d08bd9e |
files | audacity/receipt |
line diff
1.1 --- a/audacity/receipt Sun Oct 29 09:31:26 2017 +0100 1.2 +++ b/audacity/receipt Sun Oct 29 09:52:44 2017 +0100 1.3 @@ -1,20 +1,20 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="audacity" 1.7 -VERSION="2.0.6" 1.8 +VERSION="2.1.3" 1.9 CATEGORY="multimedia" 1.10 SHORT_DESC="A free multi-track audio editor and recorder" 1.11 MAINTAINER="allan316@gmail.com" 1.12 LICENSE="GPL2" 1.13 WEB_SITE="http://www.audacityteam.org/" 1.14 -TARBALL="$PACKAGE-minsrc-$VERSION.tar.xz" 1.15 -WGET_URL="$SF_MIRROR/project/$PACKAGE/$PACKAGE/$VERSION/$TARBALL" 1.16 +TARBALL="Audacity-$VERSION.tar.gz" 1.17 +WGET_URL="https://github.com/audacity/audacity/archive/$TARBALL" 1.18 TAGS="sound audio recorder editor" 1.19 1.20 -DEPENDS="wxWidgets28 ffmpeg libvorbis imlib2 libid3tag libmad flac libsndfile \ 1.21 +DEPENDS="wxWidgets ffmpeg libvorbis imlib2 libid3tag libmad flac libsndfile \ 1.22 lame alsa-lib xorg-libXxf86vm" 1.23 -BUILD_DEPENDS="wxWidgets28-dev ffmpeg-dev libvorbis-dev libmad-dev flac-dev \ 1.24 -libsndfile-dev lame-dev alsa-lib-dev portaudio-dev cmake expat-dev" 1.25 +BUILD_DEPENDS="wxWidgets-dev ffmpeg-dev libvorbis-dev libmad-dev flac-dev \ 1.26 +libsndfile-dev lame-dev alsa-lib-dev portaudio-dev cmake expat-dev gettext-tools" 1.27 1.28 # Rules to configure and make the package. 1.29 compile_rules()