# HG changeset patch # User Hans-G?nter Theisgen # Date 1558444705 -3600 # Node ID 40ecb130a88eaf34c5a394665d85de55f79bc32a # Parent 90ce23a934ab9be2b75990aa7e4e667235e9e92c audacity: added libatomic diff -r 90ce23a934ab -r 40ecb130a88e audacity/receipt --- a/audacity/receipt Tue May 21 13:55:18 2019 +0100 +++ b/audacity/receipt Tue May 21 14:18:25 2019 +0100 @@ -13,11 +13,11 @@ TARBALL="$SOURCE-$VERSION.tar.gz" WGET_URL="https://github.com/$PACKAGE/$PACKAGE/archive/$TARBALL" -DEPENDS="alsa-lib ffmpeg flac imlib2 lame libid3tag libmad libsndfile \ - libvorbis wxWidgets xorg-libXxf86vm" +DEPENDS="alsa-lib ffmpeg flac imlib2 lame libatomic libid3tag libmad \ + libsndfile libvorbis wxWidgets xorg-libXxf86vm" BUILD_DEPENDS="alsa-lib-dev bash cmake expat-dev ffmpeg-dev flac-dev \ - gcc83 lame-dev libmad-dev libsndfile-dev libtool libvorbis-dev \ - portaudio-dev wxWidgets-dev" + gcc83 lame-dev libatomic libmad-dev libsndfile-dev libtool \ + libvorbis-dev portaudio-dev wxWidgets-dev" # Rules to configure and make the package. compile_rules()