r38594 - in /packages/cimg/trunk/debian: README.Debian.cimg-examples changelog cimg-doc.doc-base cimg-doc.doc-base_add-this-if-pdf-is-back control

tille at users.alioth.debian.org tille at users.alioth.debian.org
Wed Jun 22 10:13:02 UTC 2011


Author: tille
Date: Wed Jun 22 10:13:02 2011
New Revision: 38594

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=38594
Log:
New upstream version

Added:
    packages/cimg/trunk/debian/README.Debian.cimg-examples
    packages/cimg/trunk/debian/cimg-doc.doc-base_add-this-if-pdf-is-back
Modified:
    packages/cimg/trunk/debian/changelog
    packages/cimg/trunk/debian/cimg-doc.doc-base
    packages/cimg/trunk/debian/control

Added: packages/cimg/trunk/debian/README.Debian.cimg-examples
URL: http://svn.debian.org/wsvn/debian-science/packages/cimg/trunk/debian/README.Debian.cimg-examples?rev=38594&op=file
==============================================================================
--- packages/cimg/trunk/debian/README.Debian.cimg-examples (added)
+++ packages/cimg/trunk/debian/README.Debian.cimg-examples Wed Jun 22 10:13:02 2011
@@ -1,0 +1,32 @@
+Some explanation given by upstream about using the make targets in the
+Makefile provided with the examples in /usr/share/doc/cimg-dev/examples:
+
+
+  It seems you are compiling the examples of CImg with the 'Mlinux'
+  Makefile entry, which is the 'maximum' possible configuration, and
+  requires the most dependencies as possible. In fact, the CImg examples
+  do not need these dependancies at all. This makefile entry is useful
+  only when someone want to copy/paste the Makefile for his own project
+  that require such dependencies. But for the compilation of the CImg
+  examples, it is really useless. It won't add extra-features to the
+  examples. To compile the CImg examples, the best configuration is
+  probably the 'olinux' entry, which requires very few dependencies and
+  enable optimization.  Using this makefile entry naturally reduces the
+  compilation command to :
+
+$ make olinux
+make[1]: Entering directory `/src/CImg/examples'
+
+** Compiling 'CImg_demo (_cimg_version)' with 'gcc version 4.4.5
+(Ubuntu/Linaro 4.4.4-14ubuntu5) '
+
+g++ -o CImg_demo CImg_demo.cpp -I.. -Wall -W -lm -ansi -pedantic -O3
+-fno-tree-pre -Dcimg_use_vt100 -I/usr/X11R6/include -Dcimg_use_xshm
+-Dcimg_use_xrandr -L/usr/X11R6/lib -lpthread -lX11 -lXext -lXrandr
+
+  And you need only the pthread, X11 and Xrandr library. Even XRandr is
+  unnecessary and will be removed by default for the next 1.4.6 release. I
+  provided a 'complete' Makefile by putting all possible options there, so
+  people can easily create their own custom Makefile if needed. But for
+  the CImg examples, the minimal configuration is enough.
+

Modified: packages/cimg/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/cimg/trunk/debian/changelog?rev=38594&op=diff
==============================================================================
--- packages/cimg/trunk/debian/changelog (original)
+++ packages/cimg/trunk/debian/changelog Wed Jun 22 10:13:02 2011
@@ -1,8 +1,11 @@
-cimg (1.4.8-2) UNRELEASED; urgency=low
-
-  * debian/copyright: use proper e-mail address
-
- -- Andreas Tille <tille at debian.org>  Mon, 02 May 2011 18:39:02 +0200
+cimg (1.4.9-1) unstable; urgency=low
+
+  * New upstream version
+  * Standards-Version: 3.9.2 (no changes needed)
+  * debian/cimg-doc.doc-base: temporarily exclude CImg_reference.pdf
+    which is rewritten according to upstream
+
+ -- Andreas Tille <tille at debian.org>  Tue, 21 Jun 2011 14:12:51 +0200
 
 cimg (1.4.8-1) unstable; urgency=low
 

Modified: packages/cimg/trunk/debian/cimg-doc.doc-base
URL: http://svn.debian.org/wsvn/debian-science/packages/cimg/trunk/debian/cimg-doc.doc-base?rev=38594&op=diff
==============================================================================
--- packages/cimg/trunk/debian/cimg-doc.doc-base (original)
+++ packages/cimg/trunk/debian/cimg-doc.doc-base Wed Jun 22 10:13:02 2011
@@ -11,6 +11,3 @@
 Format: html
 Files: /usr/share/doc/cimg-dev/html/*
 Index: /usr/share/doc/cimg-dev/html/index.shtml
-
-Format: pdf
-Files: /usr/share/doc/cimg-dev/html/CImg_reference.pdf

Added: packages/cimg/trunk/debian/cimg-doc.doc-base_add-this-if-pdf-is-back
URL: http://svn.debian.org/wsvn/debian-science/packages/cimg/trunk/debian/cimg-doc.doc-base_add-this-if-pdf-is-back?rev=38594&op=file
==============================================================================
--- packages/cimg/trunk/debian/cimg-doc.doc-base_add-this-if-pdf-is-back (added)
+++ packages/cimg/trunk/debian/cimg-doc.doc-base_add-this-if-pdf-is-back Wed Jun 22 10:13:02 2011
@@ -1,0 +1,3 @@
+Format: pdf
+Files: /usr/share/doc/cimg-dev/html/CImg_reference.pdf
+

Modified: packages/cimg/trunk/debian/control
URL: http://svn.debian.org/wsvn/debian-science/packages/cimg/trunk/debian/control?rev=38594&op=diff
==============================================================================
--- packages/cimg/trunk/debian/control (original)
+++ packages/cimg/trunk/debian/control Wed Jun 22 10:13:02 2011
@@ -9,7 +9,7 @@
  libfftw3-dev | fftw3-dev, libgimp2.0-dev, quilt (>= 0.46-8), libcv-dev,
  libhighgui-dev, libminc-dev
 Build-Depends: debhelper (>= 8)
-Standards-Version: 3.9.1
+Standards-Version: 3.9.2
 Vcs-Svn: svn://svn.debian.org/svn/debian-science/packages/cimg/trunk/
 Vcs-Browser: http://svn.debian.org/wsvn/debian-science/packages/cimg/trunk/?rev=0&sc=0
 Homepage: http://cimg.sourceforge.net/




More information about the debian-science-commits mailing list