From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33345) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cunfJ-0003Ci-UU for guix-patches@gnu.org; Sun, 02 Apr 2017 18:08:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cunfG-0001Rz-M8 for guix-patches@gnu.org; Sun, 02 Apr 2017 18:08:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:59647) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cunfG-0001Rs-Hq for guix-patches@gnu.org; Sun, 02 Apr 2017 18:08:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1cunfG-0001GI-CS for guix-patches@gnu.org; Sun, 02 Apr 2017 18:08:02 -0400 Subject: bug#26343: [PATCH] gnu: audacity: Update to 2.1.3. Resent-Message-ID: From: Marius Bakke In-Reply-To: <87y3viv55d.fsf@kirby.i-did-not-set--mail-host-address--so-tickle-me> References: <20170402155211.23494-1-kei@openmailbox.org> <87y3viv55d.fsf@kirby.i-did-not-set--mail-host-address--so-tickle-me> Date: Mon, 03 Apr 2017 00:07:28 +0200 Message-ID: <87vaqmv4yn.fsf@kirby.i-did-not-set--mail-host-address--so-tickle-me> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Kei Kebreau , 26343@debbugs.gnu.org --=-=-= Content-Type: text/plain >> (build-system gnu-build-system) >> (inputs >> ;; TODO: Add portSMF and libwidgetextra once they're packaged. In-tree >> @@ -73,7 +79,10 @@ >> ("lilv" ,lilv) >> ("portaudio" ,portaudio))) >> (native-inputs >> - `(("gettext" ,gettext-minimal) ;for msgfmt >> + `(("autoconf" ,autoconf) >> + ("automake" ,automake) >> + ("gettext" ,gettext-minimal) ;for msgfmt >> + ("libtool" ,libtool) >> ("pkg-config" ,pkg-config) >> ("python" ,python-2) >> ("which" ,which))) >> @@ -90,6 +99,12 @@ >> (string-append "ID3TAG_LIBS=-L" libid3tag "/lib -lid3tag -lz") >> (string-append "LIBMAD_CFLAGS=-I" libmad "/include") >> (string-append "LIBMAD_LIBS=-L" libmad "/lib -lmad"))) >> + #:phases >> + (modify-phases %standard-phases >> + ;; Ensure the usage of system libraries. >> + (add-before 'configure 'autoreconf >> + (lambda _ >> + (zero? (system* "autoreconf" "-vfi"))))) > > Can you clarify how autoreconf ensures usage of system libraries? > Usually it just re-generates configure scripts and Makefiles from > templates, but should not make any functional difference. I also noticed they offer yet another download on the home page: http://www.audacityteam.org/download/source/ Perhaps this one is properly bootstrapped? --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCgAdFiEEu7At3yzq9qgNHeZDoqBt8qM6VPoFAljhdiAACgkQoqBt8qM6 VPpkXwf+PNkrkDidLNgSXgZEq8T8FCo8bfPQt4oeQEPL4/PArQr3C2h2SGJza8V2 I5lJ3lsDFVC5M+fD/7DKpXLDyL5T36+IwE4nxNICbQtVIWPRuHiCyLl1YcvP2BKn xt8QcFCiFF3Mg5HzGJiR1PY93FC0dUG1Q1n7hjIE7Y/CPxxAOWo/6dkqFvT+KazE CfSOaOMvvPgaEnUD4Z4u9BffjF59qcrUhaTUgGOjOluefrIPhpu84egcshJxQCLc Abl3PqijqTSnMXUrZ9TniRyTRriY8mHxf4BUOBoqdxvQUWgBNAyVcWbme/qwVXuN 2ZyRRgt2e+bEVZvbP6k7aH9hAFPOOQ== =R9UA -----END PGP SIGNATURE----- --=-=-=--