Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master z-rejected grimoire by George Sherwood (e6d37512ec2fc36d62191d16d7673594d4cc075b)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: George Sherwood <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master z-rejected grimoire by George Sherwood (e6d37512ec2fc36d62191d16d7673594d4cc075b)
  • Date: Mon, 21 Jul 2008 12:54:55 -0500

GIT changes to master z-rejected grimoire by George Sherwood
<gsherwood AT sourcemage.org>:

ChangeLog | 3 +++
z-graphics/rawtherapee/BUILD | 1 +
z-graphics/rawtherapee/DEPENDS | 1 +
z-graphics/rawtherapee/DETAILS | 13 +++++++++++++
z-graphics/rawtherapee/HISTORY | 3 +++
z-graphics/rawtherapee/INSTALL | 5 +++++
z-graphics/rawtherapee/PREPARE | 1 +
z-graphics/rawtherapee/desktop/rawtherapee.desktop | 8 ++++++++
z-graphics/rawtherapee/rawtherapee | 3 +++
9 files changed, 38 insertions(+)

New commits:
commit e6d37512ec2fc36d62191d16d7673594d4cc075b
Author: George Sherwood <gsherwood AT sourcemage.org>
Commit: George Sherwood <gsherwood AT sourcemage.org>

rawtherapee: Added new raw photo processing program

diff --git a/ChangeLog b/ChangeLog
index 8ec51fc..53976f6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2008-07-21 George Sherwood <george AT beernabeer.com>
+ * z-graphics/rartherapee: Added new raw photoprecssing app
+
2008-07-18 Alexander Tsamutali <astsmtl AT gmail.com>
* z-http/xulrunner-bin: Mozilla runtime package that can be used to
bootstrap XUL+XPCOM applications
diff --git a/z-graphics/rawtherapee/BUILD b/z-graphics/rawtherapee/BUILD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/z-graphics/rawtherapee/BUILD
@@ -0,0 +1 @@
+true
diff --git a/z-graphics/rawtherapee/DEPENDS b/z-graphics/rawtherapee/DEPENDS
new file mode 100755
index 0000000..0205dad
--- /dev/null
+++ b/z-graphics/rawtherapee/DEPENDS
@@ -0,0 +1 @@
+depends gtk+2
diff --git a/z-graphics/rawtherapee/DETAILS b/z-graphics/rawtherapee/DETAILS
new file mode 100755
index 0000000..ea26919
--- /dev/null
+++ b/z-graphics/rawtherapee/DETAILS
@@ -0,0 +1,13 @@
+ SPELL=rawtherapee
+ VERSION=2.4M1
+ SOURCE="${SPELL}24m1.tgz"
+ SOURCE_URL[0]=http://www.${SPELL}.com/${SOURCE}
+
SOURCE_HASH=sha512:5c43c188b721218394f513ff3dd130b898df4c271e0e859f3b48fcd430f6c4c938f4ab4cffc22ba1302d44962a2054b0de07a54651502aeb86872ae25a8e41d3
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/RawTherapee2.4m1"
+ WEB_SITE="http://www.rawtherapee.com";
+ LICENSE[0]=UNK
+ ENTERED=20080721
+ SHORT="RAW converter and digital photo processing software"
+cat << EOF
+Raw Therapee is a RAW converter and digital photo processing software.
+EOF
diff --git a/z-graphics/rawtherapee/HISTORY b/z-graphics/rawtherapee/HISTORY
new file mode 100644
index 0000000..2ae003e
--- /dev/null
+++ b/z-graphics/rawtherapee/HISTORY
@@ -0,0 +1,3 @@
+2008-07-21 George Sherwood <gsherwood AT sourcemage.org>
+ * BUILD, DEPENDS, DETAILS, INSTALL, PREPARE: spell created
+
diff --git a/z-graphics/rawtherapee/INSTALL b/z-graphics/rawtherapee/INSTALL
new file mode 100755
index 0000000..6485a78
--- /dev/null
+++ b/z-graphics/rawtherapee/INSTALL
@@ -0,0 +1,5 @@
+cd $SOURCE_DIRECTORY &&
+mkdir -p $INSTALL_ROOT/opt/rawtherapee &&
+cp -Rv * $INSTALL_ROOT/opt/rawtherapee &&
+
+cp -v $SCRIPT_DIRECTORY/rawtherapee $INSTALL_ROOT/usr/bin
diff --git a/z-graphics/rawtherapee/PREPARE b/z-graphics/rawtherapee/PREPARE
new file mode 100755
index 0000000..4aeb4b1
--- /dev/null
+++ b/z-graphics/rawtherapee/PREPARE
@@ -0,0 +1 @@
+. $GRIMOIRE/REJECTED_MSG
diff --git a/z-graphics/rawtherapee/desktop/rawtherapee.desktop
b/z-graphics/rawtherapee/desktop/rawtherapee.desktop
new file mode 100644
index 0000000..c5e30d7
--- /dev/null
+++ b/z-graphics/rawtherapee/desktop/rawtherapee.desktop
@@ -0,0 +1,8 @@
+[Desktop Entry]
+Encoding=UTF-8
+Name=RawTherapee
+Exec=rawtherapee
+Icon=
+Terminal=false
+Type=Application
+Categories=Application;Graphics;
diff --git a/z-graphics/rawtherapee/rawtherapee
b/z-graphics/rawtherapee/rawtherapee
new file mode 100755
index 0000000..db73f45
--- /dev/null
+++ b/z-graphics/rawtherapee/rawtherapee
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+/opt/rawtherapee/rt



  • [SM-Commit] GIT changes to master z-rejected grimoire by George Sherwood (e6d37512ec2fc36d62191d16d7673594d4cc075b), George Sherwood, 07/21/2008

Archive powered by MHonArc 2.6.24.

Top of Page