wok-next annotate audacity/receipt @ rev 20709

cdrdao: add patch.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat May 26 17:09:29 2018 +0300 (2018-05-26)
parents b19ddba309f9
children b156aee559a7
rev   line source
al@20519 1 # SliTaz package receipt v2.
allan316@3200 2
allan316@3200 3 PACKAGE="audacity"
pascal@20100 4 VERSION="2.1.3"
allan316@3200 5 CATEGORY="multimedia"
al@18521 6 SHORT_DESC="A free multi-track audio editor and recorder"
allan316@3200 7 MAINTAINER="allan316@gmail.com"
pascal@15201 8 LICENSE="GPL2"
al@19275 9 WEB_SITE="http://www.audacityteam.org/"
al@20519 10
pascal@20100 11 TARBALL="Audacity-$VERSION.tar.gz"
pascal@20100 12 WGET_URL="https://github.com/audacity/audacity/archive/$TARBALL"
pascal@15201 13
pascal@20100 14 BUILD_DEPENDS="wxWidgets-dev ffmpeg-dev libvorbis-dev libmad-dev flac-dev \
al@20519 15 libsndfile-dev lame-dev alsa-lib-dev portaudio-dev cmake expat-dev \
al@20519 16 gettext-tools"
allan316@3200 17
al@20519 18 compile_rules() {
allan316@3200 19 ./configure \
pascal@13621 20 --with-ffmpeg=local \
allan316@3200 21 $CONFIGURE_ARGS &&
al@20569 22 fix libtool &&
al@20569 23 make &&
al@20569 24 make DESTDIR=$DESTDIR install
allan316@3200 25 }
allan316@3200 26
al@20519 27 genpkg_rules() {
al@20519 28 copy @std
al@20519 29 DEPENDS="wxWidgets ffmpeg libvorbis imlib2 libid3tag libmad flac \
al@20519 30 libsndfile lame alsa-lib xorg-libXxf86vm"
al@20519 31 TAGS="sound audio recorder editor"
allan316@3200 32 }