r46494 - in /packages/cimg/trunk/debian: changelog patches/20_include_ltiffxx.patch patches/series

tille at users.alioth.debian.org tille at users.alioth.debian.org
Wed Jan 29 10:57:26 UTC 2014


Author: tille
Date: Wed Jan 29 10:57:26 2014
New Revision: 46494

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=46494
Log:
examples also need -ltiffxx

Added:
    packages/cimg/trunk/debian/patches/20_include_ltiffxx.patch
Modified:
    packages/cimg/trunk/debian/changelog
    packages/cimg/trunk/debian/patches/series

Modified: packages/cimg/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/cimg/trunk/debian/changelog?rev=46494&op=diff
==============================================================================
--- packages/cimg/trunk/debian/changelog	(original)
+++ packages/cimg/trunk/debian/changelog	Wed Jan 29 10:57:26 2014
@@ -1,4 +1,4 @@
-cimg (1.5.7+dfsg-1) unstable; urgency=low
+cimg (1.5.7+dfsg-1) UNRELEASED; urgency=low
 
   TODO: Build issue with libtiff - asked upstream for advise
   * debian/copyright: Exclude non-free image file
@@ -9,6 +9,7 @@
      - Build-Depends: libtiffxx5
   * debian/cimg-doc.doc-base:  Readd PDF documentation
   * debian/watch: mangle Debian version
+  * debian/patches/20_include_ltiffxx.patch: examples also need -ltiffxx
 
  -- Andreas Tille <tille at debian.org>  Wed, 15 Jan 2014 14:03:50 +0100
 

Added: packages/cimg/trunk/debian/patches/20_include_ltiffxx.patch
URL: http://svn.debian.org/wsvn/debian-science/packages/cimg/trunk/debian/patches/20_include_ltiffxx.patch?rev=46494&op=file
==============================================================================
--- packages/cimg/trunk/debian/patches/20_include_ltiffxx.patch	(added)
+++ packages/cimg/trunk/debian/patches/20_include_ltiffxx.patch	Wed Jan 29 10:57:26 2014
@@ -0,0 +1,15 @@
+Author: Andreas Tille <tille at debian.org>
+Last-Update: Wed, 15 Jan 2014 14:03:50 +0100
+Description: examples also need -ltiffxx
+
+--- a/examples/Makefile
++++ b/examples/Makefile
+@@ -176,7 +176,7 @@ CIMG_JPEG_LDFLAGS = -ljpeg
+ # Flags to enable native support for TIFF image files, using the TIFF library.
+ # ( http://www.libtiff.org/ )
+ CIMG_TIFF_CFLAGS = -Dcimg_use_tiff
+-CIMG_TIFF_LDFLAGS = -ltiff
++CIMG_TIFF_LDFLAGS = -ltiff -ltiffxx
+ 
+ # Flags to enable native support for MINC2 image files, using the MINC2 library.
+ # ( http://en.wikibooks.org/wiki/MINC/Reference/MINC2.0_Users_Guide )

Modified: packages/cimg/trunk/debian/patches/series
URL: http://svn.debian.org/wsvn/debian-science/packages/cimg/trunk/debian/patches/series?rev=46494&op=diff
==============================================================================
--- packages/cimg/trunk/debian/patches/series	(original)
+++ packages/cimg/trunk/debian/patches/series	Wed Jan 29 10:57:26 2014
@@ -1,2 +1,3 @@
 20_build_examples_using_libopencv.patch
+20_include_ltiffxx.patch
 30_do_not_build_minc2_examples.patch




More information about the debian-science-commits mailing list