-
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 GUI for iPod using GTK2 (gtkpod)
-
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 GUI for iPod using GTK2 (gtkpod)
-
It finally worked after upgrading openjdk to b16.
2009-06-23 17:55:30 UTC in IKVM.NET
-
I'm sorry, I have found the problem, it was caused by the way I unpack the ikvm sources.
2009-06-11 08:15:16 UTC in IKVM.NET
-
I was already using the updated source openjdk6-b12-stripped-IKVM-0.40.zip. I still get this error.
2009-06-05 18:37:22 UTC in IKVM.NET
-
This is with ikvm 0.40.0.1 on Mandriva Linux. I have mono 2.4 and nant 0.86beta1:
core:
[exec] /home/goetz/svn/ikvm/BUILD/ikvm-0.40.0.1/openjdk/openjdk.build(83,10): Attribute 'useruntimeengine' for is deprecated. Use the managed attribute and Managed property instead.
[exec] Error: path not found...
2009-06-05 15:43:36 UTC in IKVM.NET
-
This works around the problem on Linux, that the preferences window is too small in the French locale. The OK/Cancel buttons are not shown then.
2009-03-30 08:53:51 UTC in Audacity
-
I had already tested that. With ffmpeg 0.5 it crashes on i586 with or without stackalign hack. On x86_64,
it crashes with the stackalign hack but it does work without it.
2009-03-24 06:22:18 UTC in OpalVOIP
-
This only happens when you build with -O2 and -Wp,-D_FORTIFY_SOURCE=2. The fortify option uncovers a buffer overflow in opal.
2009-03-23 06:46:48 UTC in OpalVOIP