-
Hi,
current 0.3.0 release does not compile with xulrunner 1.9.1 (i.e firefox 3.5). I've fixed it in gentoo package by first applying commit 166, and then changing a few things (patch attached):
* change one FALSE to 0, int16 to int16_t (same for int32 and unsigned versions), as new xulrunner does not define these anymore (should still work with old xulrunner)
* change the CallNPN_...(bla...
2009-07-15 13:40:29 UTC in FreePV
-
Hi,
No translations are built when the LINGUAS variable is set. This is probably because
po/Makefile.in.in was generated with broken intltool version 0.40.6, upstream bug:
http://bugzilla.gnome.org/577133
Gentoo ebuild works around it by patching the broken file with:
sed "s:'\^\$\$lang\$\$':\^\$\$lang\$\$:g" -i po/Makefile.in.in
Thanks.
2009-07-06 19:40:05 UTC in Geeqie Image Viewer
-
Hi, here are 2 patches I've added to gentoo package recently to fix automagic dependencies (http://www.gentoo.org/proj/en/qa/automagic.xml):
* rdesktop-1.6.0-smartcard_configure.patch: do not try to enable smartcard if --disable-smartcard was passed (currently it is automatically enabled if --disable/--enable option is passed and pcsc-lite found)
* rdesktop-1.6.0-sound_configure.patch: add an...
2009-07-06 06:31:46 UTC in rdesktop