faac and faad2 errors
markd at macports.org
markd at macports.org
Tue Sep 11 17:56:00 PDT 2007
Ryan Schmidt <ryandesign at macports.org> writes:
>These "underquoted" errors indicate old software that has not been
>updated for automake >= 1.8.
>
>In this case it appears to be the software "speex". I'm not familiar
>with speex, and it's not listed as a dependency of faad2. I assume
>you have the speex port installed anyway? The faad2 port may need to
>be updated to either list speex as a dependency or stop using speex
>if it's available.
>
>This underquoting bug was reported to the speex developers and fixed
>3 years ago:
>
>https://trac.xiph.org/ticket/571
>
>So the version of speex in MacPorts must be very out of date. The
>speex port does not have a maintainer. Someone should update it.
The developer site says the stable version is "old". Speex 1.2beta2
installs ok. Should the port be updated?
Mark
--- Portfile.org 2007-09-11 17:53:12.000000000 -0700
+++ Portfile 2007-09-11 17:53:36.000000000 -0700
@@ -2,7 +2,7 @@
PortSystem 1.0
name speex
-version 1.0.5
+version 1.2beta2
categories audio
maintainers nomaintainer at macports.org
description audio codec designed for speech
@@ -17,9 +17,9 @@
homepage http://www.speex.org/
platforms darwin
-depends_lib lib:libogg:libogg
+depends_lib port:libogg
master_sites http://downloads.us.xiph.org/releases/speex/
-checksums md5 01d6a2de0a88a861304bf517615dea79
+checksums md5 5480fa53a7451603ecb57ff815c87ac0
configure.args --with-ogg-dir=${prefix}
More information about the macports-users
mailing list