summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: df6ca7f)
raw | patch | inline | side by side (parent: df6ca7f)
author | Sebastian Harl <sh@tokkee.org> | |
Sun, 20 Dec 2009 21:30:44 +0000 (22:30 +0100) | ||
committer | Sebastian 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.
shipped fallback implementation.
debian/changelog | patch | blob | history | |
debian/control | patch | blob | history | |
debian/rules | patch | blob | history |
diff --git a/debian/changelog b/debian/changelog
index a6e3f733de88a5af60ff4a9aab3e192755eabd6b..31abc1a7d67d7b51e1844a3fc6962a97b51f0274 100644 (file)
--- a/debian/changelog
+++ b/debian/changelog
* 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
diff --git a/debian/control b/debian/control
index 3f3a925811f829974b6b166eba352f7f253e3331..fa69f5f0d9ddeb3a23db2f59650ee6de75d6e706 100644 (file)
--- a/debian/control
+++ b/debian/control
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
diff --git a/debian/rules b/debian/rules
index a27cec800b9acca2e42de42d1b05fad617d50e1d..9ff9e0025b9d32955ed7ef3c50dfcb9f32e44c5c 100755 (executable)
--- a/debian/rules
+++ b/debian/rules
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