wok-6.x diff audacity/receipt @ rev 23725
hplip: update bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Apr 30 16:01:51 2020 +0000 (2020-04-30) |
parents | 3fe0ed7c1aac |
children | 1bbeef6dd358 |
line diff
1.1 --- a/audacity/receipt Fri Dec 06 20:56:15 2019 +0100 1.2 +++ b/audacity/receipt Thu Apr 30 16:01:51 2020 +0000 1.3 @@ -13,17 +13,17 @@ 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 gcc83-lib-base imlib2 lame libatomic \ 1.8 +DEPENDS="alsa-lib ffmpeg flac gcc49-lib-base imlib2 lame libatomic \ 1.9 libid3tag libmad libsndfile libvorbis wxWidgets xorg-libXxf86vm" 1.10 BUILD_DEPENDS="alsa-lib-dev bash cmake expat-dev ffmpeg-dev flac-dev \ 1.11 - gcc83 lame-dev libatomic libmad-dev libsndfile-dev libtool \ 1.12 + gcc49 lame-dev libatomic libmad-dev libsndfile-dev libtool \ 1.13 libvorbis-dev portaudio-dev wxWidgets-dev" 1.14 1.15 # Rules to configure and make the package. 1.16 compile_rules() 1.17 { 1.18 - export CC=gcc-83 1.19 - export CXX=g++-83 1.20 + export CC=gcc-49 1.21 + export CXX=g++-49 1.22 export SHELL=/bin/bash 1.23 export CONFIG_SHELL=/bin/bash 1.24 export LDFLAGS="$LDFLAGS -l:libatomic.so.1"