[maemo-commits] [maemo-commits] r16777 - in projects/haf/trunk/epeg: . debian

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Tue Nov 25 16:29:27 EET 2008
Author: marivoll
Date: 2008-11-25 16:29:24 +0200 (Tue, 25 Nov 2008)
New Revision: 16777

Modified:
   projects/haf/trunk/epeg/debian/changelog
   projects/haf/trunk/epeg/epeg.pc.in
Log:
  * Don't output "-ljpeg" for pkg-config --libs, dependencies are handled
    by libtool and we would need libjpeg62-dev to make -ljpeg work.


Modified: projects/haf/trunk/epeg/debian/changelog
===================================================================
--- projects/haf/trunk/epeg/debian/changelog	2008-11-25 11:18:57 UTC (rev 16776)
+++ projects/haf/trunk/epeg/debian/changelog	2008-11-25 14:29:24 UTC (rev 16777)
@@ -1,3 +1,10 @@
+epeg (0.9.0.005maemo2) unstable; urgency=low
+
+  * Don't output "-ljpeg" for pkg-config --libs, dependencies are handled
+    by libtool and we would need libjpeg62-dev to make -ljpeg work.
+
+ -- Marius Vollmer <marius.vollmer at nokia.com>  Tue, 25 Nov 2008 16:28:37 +0200
+
 epeg (0.9.0.005maemo1) unstable; urgency=low
 
   * Tuned Build-Dependencies to install automake.

Modified: projects/haf/trunk/epeg/epeg.pc.in
===================================================================
--- projects/haf/trunk/epeg/epeg.pc.in	2008-11-25 11:18:57 UTC (rev 16776)
+++ projects/haf/trunk/epeg/epeg.pc.in	2008-11-25 14:29:24 UTC (rev 16777)
@@ -6,5 +6,5 @@
 Name: epeg
 Description: Epeg JPEG thumbnailer library
 Version: @VERSION@
-Libs: -L${libdir} -lepeg -ljpeg
+Libs: -L${libdir} -lepeg
 Cflags: -I${includedir}


More information about the maemo-commits mailing list