Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (0c8a38168e47192ed215c0f9bc9b15954fb4e4ef)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (0c8a38168e47192ed215c0f9bc9b15954fb4e4ef)
  • Date: Sun, 14 Sep 2008 03:50:22 -0500

GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:

ChangeLog | 3 +++
graphics-libs/libraw/BUILD | 2 ++
graphics-libs/libraw/DEPENDS | 1 +
graphics-libs/libraw/DETAILS | 19 +++++++++++++++++++
graphics-libs/libraw/HISTORY | 4 ++++
graphics-libs/libraw/PRE_BUILD | 3 +++
6 files changed, 32 insertions(+)

New commits:
commit 0c8a38168e47192ed215c0f9bc9b15954fb4e4ef
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

graphics-libs/libraw/ - new spell

diff --git a/ChangeLog b/ChangeLog
index 84e905c..0a7442c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,7 @@
2008-09-14 Treeve Jelbert <treeve AT sourcemage.org>
+ * graphics-libs/libraw: new spell, RAW image manipulation
+
+2008-09-14 Treeve Jelbert <treeve AT sourcemage.org>
* kde4-apps/libksane: spell deprecated [replaced by kdegraphics4]

2008-09-14 Treeve Jelbert <treeve AT sourcemage.org>
diff --git a/graphics-libs/libraw/BUILD b/graphics-libs/libraw/BUILD
new file mode 100755
index 0000000..03348d6
--- /dev/null
+++ b/graphics-libs/libraw/BUILD
@@ -0,0 +1,2 @@
+make
+
diff --git a/graphics-libs/libraw/DEPENDS b/graphics-libs/libraw/DEPENDS
new file mode 100755
index 0000000..fd0b0eb
--- /dev/null
+++ b/graphics-libs/libraw/DEPENDS
@@ -0,0 +1 @@
+depends g++
diff --git a/graphics-libs/libraw/DETAILS b/graphics-libs/libraw/DETAILS
new file mode 100755
index 0000000..57897a7
--- /dev/null
+++ b/graphics-libs/libraw/DETAILS
@@ -0,0 +1,19 @@
+ SPELL=libraw
+ SPELLX=LibRaw
+ VERSION=0.5.4
+
SOURCE_HASH=sha512:a453120be39fcea7a3bf3537d6945f773cbf02cb373d435d3621e81c4b1a141fdfdf4d97aa911e4438cbbc49081f8ca3fc5077f596c9b44acf5fc757488fea2e
+ SOURCE=$SPELLX-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELLX-$VERSION
+ WEB_SITE=http://www.libraw.org/
+ SOURCE_URL[0]=$WEB_SITE/data/$SOURCE
+ LICENSE[0]=GPL
+ ENTERED=20080913
+ KEYWORDS="graphics photo"
+ SHORT="library for reading RAW"
+cat << EOF
+LibRaw is a library for reading RAW files obtained from digital photo
cameras
+(CRW/CR2, NEF, RAF, DNG, and others).
+LibRaw is based on the source codes of the dcraw utility, where part of
drawbacks
+have already been eliminated and part will be fixed in future. The users of
the
+library are provided with API to be built into their software programs.
+EOF
diff --git a/graphics-libs/libraw/HISTORY b/graphics-libs/libraw/HISTORY
new file mode 100644
index 0000000..01e12c1
--- /dev/null
+++ b/graphics-libs/libraw/HISTORY
@@ -0,0 +1,4 @@
+2008-09-13 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.5.4
+ spell created
+
diff --git a/graphics-libs/libraw/PRE_BUILD b/graphics-libs/libraw/PRE_BUILD
new file mode 100755
index 0000000..8f0e210
--- /dev/null
+++ b/graphics-libs/libraw/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build &&
+cd $SOURCE_DIRECTORY &&
+sed -i "s|/local||g;s|/usr|$INSTALL_ROOT/usr|g;s|-O4|$CXXFLAGS|" Makefile



  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (0c8a38168e47192ed215c0f9bc9b15954fb4e4ef), Treeve Jelbert, 09/14/2008

Archive powered by MHonArc 2.6.24.

Top of Page