From: phantomjinx <p.g...@ph...> - 2014-05-27 10:18:46
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 <snip> > Hi Paul, > > I installed a few missing dependencies from your list. However I still get a: **************** > checking for faad... no configure: WARNING: "Cannot find faad. Conversion from m4a to mp3 not > possible" M4A File Type .....: no **************** for both v2.1.4 and git > version. That's curious... didn't you experience such issue while running ./configure? > > Also, upgrading to gstreamer v1.0 looks great, but if I update (git pull) the gtkpod-code > revision I downloaded one week ago, it tells me that it's already up to date. > > Regards, Flavio This is anything to do with faad that I installed ii faad 2.7-8 ii gstreamer1.0-plugins-bad-faad:i386 1.2.3-1ubuntu2 ii libfaad-dev:i386 2.7-8 ii libfaad2:i386 2.7-8 This is the important part of the configure script: dnl Check for faad for use filetype_m4a plugin dnl ------------------------------------------------------------- have_faad="no" AC_CHECK_PROG(FAAD, faad, yes, no) if test "x$FAAD" = "xyes"; then have_faad="yes" else AC_MSG_WARN(["Cannot find faad. Conversion from m4a to mp3 not possible"]) fi Its looking for the actual binary 'faad', which gets installed to /usr/bin and belongs to the faad package. I have pushed the gstreamer upgrades to the repository. Are you using the sf updated git repo? This is the latest commit: https://sourceforge.net/p/gtkpod/code/ci/7439f2094d69185b5ec7b1b27b6a8137210cc215/ PGR - -- Paul Richardson * p.g...@ph... * p.g...@re... * pgr...@li... "I know exactly who reads the papers ... * The Daily Mirror is read by people who think they run the country. * The Guardian is read by people who think they ought to run the country. * The Times is read by people who do actually run the country. * The Daily Mail is read by the wives of the people who run the country. * The Financial Times is read by the people who own the country. * The Morning Star is read by the people who think the country ought to be run by another country. * The Daily Telegraph is read by the people who think it is." Jim Hacker, Yes Minister -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iEYEARECAAYFAlOEZnIACgkQcthLMIwdEb1vaACfauSnd7TCw1ILFTyJv8xseLgp t14AnR4VAW+DLDJ4sIHQ1e5yGVVB8mGI =DXQ8 -----END PGP SIGNATURE----- |