wok rev 21594

audacity: added libatomic
author Hans-G?nter Theisgen
date Tue May 21 14:18:25 2019 +0100 (2019-05-21)
parents 90ce23a934ab
children 2ac5afd39c2c
files audacity/receipt
line diff
     1.1 --- a/audacity/receipt	Tue May 21 13:55:18 2019 +0100
     1.2 +++ b/audacity/receipt	Tue May 21 14:18:25 2019 +0100
     1.3 @@ -13,11 +13,11 @@
     1.4  TARBALL="$SOURCE-$VERSION.tar.gz"
     1.5  WGET_URL="https://github.com/$PACKAGE/$PACKAGE/archive/$TARBALL"
     1.6  
     1.7 -DEPENDS="alsa-lib ffmpeg flac imlib2 lame libid3tag libmad libsndfile \
     1.8 -	libvorbis wxWidgets xorg-libXxf86vm"
     1.9 +DEPENDS="alsa-lib ffmpeg flac imlib2 lame libatomic libid3tag libmad \
    1.10 +	libsndfile libvorbis wxWidgets xorg-libXxf86vm"
    1.11  BUILD_DEPENDS="alsa-lib-dev bash cmake expat-dev ffmpeg-dev flac-dev \
    1.12 -	gcc83 lame-dev libmad-dev libsndfile-dev libtool libvorbis-dev \
    1.13 -	portaudio-dev wxWidgets-dev"
    1.14 +	gcc83 lame-dev libatomic libmad-dev libsndfile-dev libtool \
    1.15 +	libvorbis-dev portaudio-dev wxWidgets-dev"
    1.16  
    1.17  # Rules to configure and make the package.
    1.18  compile_rules()