http://bugzilla.rpmfusion.org/show_bug.cgi?id=1155
--- Comment #11 from Magnus Tuominen <magnus.tuominen(a)gmail.com> 2010-04-17
12:19:59 ---
(In reply to comment #7)
The patch is just:
diff -up ffmpegthumbnailer-2.0.0/libffmpegthumbnailer.pc.in.libspatch
ffmpegthumbnailer-2.0.0/libffmpegthumbnailer.pc.in
--- ffmpegthumbnailer-2.0.0/libffmpegthumbnailer.pc.in.libspatch
2010-04-12 20:41:30.230052856 +0300
+++ ffmpegthumbnailer-2.0.0/libffmpegthumbnailer.pc.in 2010-04-12
20:47:57.000000000 +0300
@@ -6,5 +6,6 @@ includedir=@includedir@
Name: libffmpegthumbnailer
Description: Generates thumbnails for movie files
Version: @PACKAGE_VERSION@
-Libs: -L${libdir} -lffmpegthumbnailer @FFMPEG_LIBS@ @PNG_LIBS@ @JPEG_LIBS@
+Libs: -L${libdir} -lffmpegthumbnailer
+Libs.private: @FFMPEG_LIBS@ @PNG_LIBS@ @JPEG_LIBS@
Cflags: -I${includedir}
This is much better that without the patch.
upstream agrees:
http://code.google.com/p/ffmpegthumbnailer/issues/detail?id=59&can=1
--
Configure bugmail:
http://bugzilla.rpmfusion.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
You are the assignee for the bug.