ref: 7d09b456886b2a5e642d2910b7e2602bfb06a03a
parent: 1d88da48f100386767b2f4ecafc9e59798932873
author: Ulrich Klauer <ulrich@chirlu.de>
date: Thu Feb 28 06:21:10 EST 2013
Update INSTALL Update the INSTALL file: - Remove ffmpeg from the list of external libraries. - Change libmagic licence type to "BSD" (from "GPL"). I downloaded file-5.13.tar.gz from the official download location, and its COPYING file clearly contains a (2-clause) BSD licence. I also verified that Debian (libmagic1 package) lists it as BSD too, just to make sure. - Update minimum required version for autoconf.
--- a/INSTALL
+++ b/INSTALL
@@ -21,7 +21,6 @@
OpencoreAMR-NB/WB http://sourceforge.net/projects/opencore-amr Apache
AMR-NB/WB http://www.penguin.cz/~utx/amr See library web page
AO http://xiph.org/ao GPL
-ffmpeg http://ffmpeg.mplayerhq.hu LGPL
FLAC http://flac.sourceforge.net BSD
LADSPA http://www.ladspa.org LGPL + plugins' licence
Lame MP3 encoder http://lame.sourceforge.net LGPL
@@ -29,7 +28,7 @@
libltdl http://www.gnu.org/software/libtool LGPL
MAD MP3 decoder http://www.underbit.com/products/mad GPL
MP3 ID3 tags http://www.underbit.com/products/mad GPL
-Magic http://www.darwinsys.com/file GPL
+Magic http://www.darwinsys.com/file BSD
Ogg Vorbis http://www.vorbis.com BSD
PNG http://www.libpng.org/pub/png zlib (BSD-like)
Sndfile http://www.mega-nerd.com/libsndfile LGPL
@@ -45,7 +44,7 @@
detected by SoX.
[Only if you're compiling the git sources, first make sure you have
-the GNU autotools installed (automake >= 1.9, autoconf >= 2.59) and
+the GNU autotools installed (automake >= 1.9, autoconf >= 2.62) and
run
autoreconf -i