Code

control/rules: Let enblend/enfuse use the Boost filesystem library.
authorSebastian Harl <sh@tokkee.org>
Sun, 20 Dec 2009 21:30:44 +0000 (22:30 +0100)
committerSebastian Harl <sh@tokkee.org>
Sun, 20 Dec 2009 21:30:44 +0000 (22:30 +0100)
I suppose, this is more stable and, possibly, better optimized than the
shipped fallback implementation.

debian/changelog
debian/control
debian/rules

index a6e3f733de88a5af60ff4a9aab3e192755eabd6b..31abc1a7d67d7b51e1844a3fc6962a97b51f0274 100644 (file)
@@ -12,8 +12,13 @@ enblend-enfuse (4.0+dfsg-1) experimental; urgency=low
   * debian/rules:
     - Install NEWS and AUTHORS to all packages.
     - Explicitly en/disable requested features when running configure.
   * debian/rules:
     - Install NEWS and AUTHORS to all packages.
     - Explicitly en/disable requested features when running configure.
+    - Let enblend/enfuse use the Boost filesystem library -- I suppose, this
+      is more stable and, possibly, better optimized than the shipped
+      fallback implementation.
+  * debian/control:
+    - Build-depend on libboost-filesystem-dev.
 
 
- -- Sebastian Harl <tokkee@debian.org>  Sun, 20 Dec 2009 22:25:09 +0100
+ -- Sebastian Harl <tokkee@debian.org>  Sun, 20 Dec 2009 22:29:14 +0100
 
 enblend-enfuse (3.2+dfsg-3) unstable; urgency=medium
 
 
 enblend-enfuse (3.2+dfsg-3) unstable; urgency=medium
 
index 3f3a925811f829974b6b166eba352f7f253e3331..fa69f5f0d9ddeb3a23db2f59650ee6de75d6e706 100644 (file)
@@ -3,7 +3,7 @@ Section: graphics
 Priority: optional
 Maintainer: Debian PhotoTools Maintainers <pkg-phototools-devel@lists.alioth.debian.org>
 Uploaders: Sebastian Harl <tokkee@debian.org>, Andreas Metzler <ametzler@debian.org>
 Priority: optional
 Maintainer: Debian PhotoTools Maintainers <pkg-phototools-devel@lists.alioth.debian.org>
 Uploaders: Sebastian Harl <tokkee@debian.org>, Andreas Metzler <ametzler@debian.org>
-Build-Depends: debhelper (>= 5), dpkg-dev (>= 1.14.6), dpatch, autotools-dev, libtiff4-dev, libboost-dev, liblcms1-dev, libglew1.5-dev | libglew1.4-dev | libglew-dev, freeglut3-dev, libplot-dev, zlib1g-dev, libjpeg62-dev, libpng12-dev, libopenexr-dev, pkg-config, texinfo, gnuplot, transfig, tidy, ttf-freefont
+Build-Depends: debhelper (>= 5), dpkg-dev (>= 1.14.6), dpatch, autotools-dev, libtiff4-dev, libboost-dev, libboost-filesystem-dev, liblcms1-dev, libglew1.5-dev | libglew1.4-dev | libglew-dev, freeglut3-dev, libplot-dev, zlib1g-dev, libjpeg62-dev, libpng12-dev, libopenexr-dev, pkg-config, texinfo, gnuplot, transfig, tidy, ttf-freefont
 Standards-Version: 3.8.1
 Homepage: http://enblend.sourceforge.net/
 Vcs-Git: git://git.debian.org/git/pkg-phototools/enblend.git
 Standards-Version: 3.8.1
 Homepage: http://enblend.sourceforge.net/
 Vcs-Git: git://git.debian.org/git/pkg-phototools/enblend.git
index a27cec800b9acca2e42de42d1b05fad617d50e1d..9ff9e0025b9d32955ed7ef3c50dfcb9f32e44c5c 100755 (executable)
@@ -32,10 +32,11 @@ config.status: configure $(DPATCH_STAMPFN)
        CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) \
                --build=$(DEB_BUILD_GNU_TYPE) \
                --prefix=/usr --mandir=\$${prefix}/share/man \
        CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) \
                --build=$(DEB_BUILD_GNU_TYPE) \
                --prefix=/usr --mandir=\$${prefix}/share/man \
-               --enable-gpu-support \
+               --enable-gpu-support=yes \
                --disable-openmp \
                --disable-openmp \
-               --enable-image-cache \
-               --with-openexr
+               --enable-image-cache=yes \
+               --with-boost-filesystem=yes \
+               --with-openexr=yes
 
 build: build-stamp
 
 
 build: build-stamp