From fe836bdab2d36d479e831221ba513708bbe27845 Mon Sep 17 00:00:00 2001 From: Sebastian Harl Date: Sun, 20 Dec 2009 22:30:44 +0100 Subject: [PATCH] control/rules: Let enblend/enfuse use the Boost filesystem library. I suppose, this is more stable and, possibly, better optimized than the shipped fallback implementation. --- debian/changelog | 7 ++++++- debian/control | 2 +- debian/rules | 7 ++++--- 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/debian/changelog b/debian/changelog index a6e3f73..31abc1a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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. + - 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 Sun, 20 Dec 2009 22:25:09 +0100 + -- Sebastian Harl Sun, 20 Dec 2009 22:29:14 +0100 enblend-enfuse (3.2+dfsg-3) unstable; urgency=medium diff --git a/debian/control b/debian/control index 3f3a925..fa69f5f 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: graphics Priority: optional Maintainer: Debian PhotoTools Maintainers Uploaders: Sebastian Harl , Andreas Metzler -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 diff --git a/debian/rules b/debian/rules index a27cec8..9ff9e00 100755 --- a/debian/rules +++ b/debian/rules @@ -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 \ - --enable-gpu-support \ + --enable-gpu-support=yes \ --disable-openmp \ - --enable-image-cache \ - --with-openexr + --enable-image-cache=yes \ + --with-boost-filesystem=yes \ + --with-openexr=yes build: build-stamp -- 2.30.2