# HG changeset patch # User Richard Dunbar # Date 1573883882 18000 # Node ID 6e1e85ecba3fb27fdaf3dc8f1ed97fa5f778286a # Parent 3dedb87012b89eb7403ba86e0d17a0fa706c8ca2 audacity: use system ffmpeg diff -r 3dedb87012b8 -r 6e1e85ecba3f audacity/receipt --- a/audacity/receipt Fri Nov 15 23:13:17 2019 +0100 +++ b/audacity/receipt Sat Nov 16 00:58:02 2019 -0500 @@ -16,14 +16,14 @@ 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 libatomic libmad-dev libsndfile-dev libtool \ + gcc49 lame-dev libatomic libmad-dev libsndfile-dev libtool \ libvorbis-dev portaudio-dev wxWidgets-dev" # Rules to configure and make the package. compile_rules() { - export CC=gcc-83 - export CXX=g++-83 + export CC=gcc-49 + export CXX=g++-49 export SHELL=/bin/bash export CONFIG_SHELL=/bin/bash export LDFLAGS="$LDFLAGS -l:libatomic.so.1" @@ -32,7 +32,7 @@ --prefix=/usr \ --infodir=/usr/share/info \ --mandir=/usr/share/man \ - --with-ffmpeg=local \ + --with-ffmpeg=system \ $CONFIGURE_ARGS && make && make DESTDIR=$DESTDIR install