-
g15daemon-audacious 2.5.7 does not build against audacious 2.2:
g15daemon_audacious_spectrum.c:56:32: error: audacious/playlist.h: No such file or directory
The header file was removed in audacious 2.2. If you remove that include line, the plugin builds fine.
2010-01-08 10:09:43 UTC in G15Daemon
-
This is a followup to patch 2820688. The fix in subversion is wrong, now gtkpod tries to open libmp4v2.so, which usually is not available on machines where the users have installed the package of libmp4v2. The libmp4v2.so symlink usually is in a development package, so let's rather open libmp4v2.so.1 and if that fails, libmp4v2.so.0.
2009-08-04 12:54:10 UTC in Library and GUI for Apple's iPod
-
I have tried building faac 1.28 against an external libmp4v2 1.9.0. The configure check was updated to detect the new header location , but two functions have changed:
/home/users/goetz/BUILD-i386/faac-1.28/frontend/main.c:912: undefined reference to `MP4SetMetadataComposer'
/home/users/goetz/BUILD-i386/faac-1.28/frontend/main.c:918: undefined reference to...
2009-07-13 11:41:56 UTC in Freeware Advanced Audio Coder
-
Hi everyone, gtkpod r2371 support MP4 tags by dynamically loading libmp4v2.so.0. In libmp4v2 1.9.0 the name of the library has changed to libmp4v2.so.1. It would be nice if gtkpod would support this version as well.
2009-07-13 10:35:12 UTC in Library and GUI for Apple's iPod