Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Julien ROZO (f1f11f637dab2a43d10bb84216f8b209e9a66910)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Julien ROZO <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Julien ROZO (f1f11f637dab2a43d10bb84216f8b209e9a66910)
  • Date: Fri, 24 Oct 2008 13:29:34 -0500

GIT changes to master grimoire by Julien ROZO <julien AT rozo.org>:

graphics/ufraw/DEPENDS | 6 +++---
graphics/ufraw/HISTORY | 3 +++
2 files changed, 6 insertions(+), 3 deletions(-)

New commits:
commit f1f11f637dab2a43d10bb84216f8b209e9a66910
Author: Julien ROZO <julien AT rozo.org>
Commit: Julien ROZO <julien AT rozo.org>

ufraw: in DEPENDS, fixed configure flag to enable/disable lensfun

diff --git a/graphics/ufraw/DEPENDS b/graphics/ufraw/DEPENDS
index 938e768..2bcf1f9 100755
--- a/graphics/ufraw/DEPENDS
+++ b/graphics/ufraw/DEPENDS
@@ -20,7 +20,7 @@ optional_depends exiv2 \
"" \
"for exif support" &&
optional_depends lensfun \
- "" \
- "" \
- "lensfun support(needs the SCM version)"
+ "--with-lensfun" \
+ "--without-lensfun" \
+ "lensfun support"

diff --git a/graphics/ufraw/HISTORY b/graphics/ufraw/HISTORY
index 23673bc..403739c 100644
--- a/graphics/ufraw/HISTORY
+++ b/graphics/ufraw/HISTORY
@@ -1,3 +1,6 @@
+2008-10-24 Julien "_kaze_" ROZO <julien AT rozo.org>
+ * DEPENDS : fixed configure flag to enable/disable lensfun
+
2008-10-19 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 0.14.1




  • [SM-Commit] GIT changes to master grimoire by Julien ROZO (f1f11f637dab2a43d10bb84216f8b209e9a66910), Julien ROZO, 10/24/2008

Archive powered by MHonArc 2.6.24.

Top of Page