Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Andraž 'ruskie' Levstik (b723c676639db6c680237eb478b9901b6d46aa52)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Andraž 'ruskie' Levstik <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Andraž 'ruskie' Levstik (b723c676639db6c680237eb478b9901b6d46aa52)
  • Date: Tue, 22 Jul 2008 01:28:35 -0500

GIT changes to master grimoire by Andraž 'ruskie' Levstik
<ruskie AT codemages.net>:

audio-players/xmms2/CONFIGURE | 5 +++++
audio-players/xmms2/HISTORY | 3 +++
graphics/lensfun/DEPENDS | 3 +++
graphics/lensfun/DETAILS | 14 ++++++++++++++
graphics/lensfun/HISTORY | 5 +++++
graphics/lensfun/PREPARE | 7 +++++++
graphics/ufraw/DEPENDS | 9 +++++++--
graphics/ufraw/DETAILS | 30 +++++++++++++++++++++++++++---
graphics/ufraw/HISTORY | 5 +++++
9 files changed, 76 insertions(+), 5 deletions(-)

New commits:
commit b723c676639db6c680237eb478b9901b6d46aa52
Author: Andraž 'ruskie' Levstik <ruskie AT codemages.net>
Commit: Andraž 'ruskie' Levstik <ruskie AT codemages.net>

ufraw: added lensfun as optional and updated the descriptions

commit 9f50021274650a68dadf109731940643d008d7af
Author: Andraž 'ruskie' Levstik <ruskie AT codemages.net>
Commit: Andraž 'ruskie' Levstik <ruskie AT codemages.net>

lensfun: added scm version - needed to get ufraw built with it

commit 8b2e06a635bb6e541435732cc3fe7713b10bdbeb
Author: Andraž 'ruskie' Levstik <ruskie AT codemages.net>
Commit: Andraž 'ruskie' Levstik <ruskie AT codemages.net>

xmms2: added oss support

diff --git a/audio-players/xmms2/CONFIGURE b/audio-players/xmms2/CONFIGURE
index 40c46a7..bdf46d3 100755
--- a/audio-players/xmms2/CONFIGURE
+++ b/audio-players/xmms2/CONFIGURE
@@ -13,6 +13,11 @@ config_query_option XMMS2_OPTS
\
y \
"--with-plugins=diskwrite" \
"--without-plugins=diskwrite" &&
+config_query_option XMMS2_OPTS \
+ "Do you want OSS support" \
+ y \
+ "--with-plugins=oss" \
+ "--without-plugins=oss" &&
#config_query_option XMMS2_OPTS \
# "Do you want html playlist support" \
# y \
diff --git a/audio-players/xmms2/HISTORY b/audio-players/xmms2/HISTORY
index 518a892..6722a83 100644
--- a/audio-players/xmms2/HISTORY
+++ b/audio-players/xmms2/HISTORY
@@ -1,3 +1,6 @@
+2008-07-18 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
+ * CONFIGURE: forgot to add oss support
+
2008-06-16 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
* DEPENDS: fixed a bug when ices support is enabled,
added a few more dependencies for new plugins
diff --git a/graphics/lensfun/DEPENDS b/graphics/lensfun/DEPENDS
index 770e0c4..6409049 100755
--- a/graphics/lensfun/DEPENDS
+++ b/graphics/lensfun/DEPENDS
@@ -1,4 +1,7 @@
depends python &&
depends glib2 &&
depends libpng &&
+if [[ $LENSFUN_SCM == y ]]; then
+depends subversion
+fi &&
optional_depends doxygen '' '' 'build documentation'
diff --git a/graphics/lensfun/DETAILS b/graphics/lensfun/DETAILS
index 51a9d8a..0784492 100755
--- a/graphics/lensfun/DETAILS
+++ b/graphics/lensfun/DETAILS
@@ -1,9 +1,23 @@
SPELL=lensfun
+if [[ $LENSFUN_SCM == y ]]; then
+if [[ $LENSFUN_SCM_AUTO == y ]]; then
+ VERSION=$(date +%Y%m%d)
+else
+ VERSION=scm
+fi
+ SOURCE=$SPELL-scm.tar.bz2
+ SOURCE_HINTS=old_svn_compat
+ FORCE_DOWNLOAD=ON
+ SOURCE_URL[0]=svn://svn.berlios.de/svnroot/repos/lensfun/trunk:lensfun-scm
+ SOURCE_IGNORE=volatile
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-scm
+else
VERSION=0.2.2b

SOURCE_HASH=sha512:3cdc2740248ef616c8d05bd5790262b36fa3331b0f389c5e1db6391bac1266b0949d236cb0e4bba438f17fb19d2b7b19041051d889fcdd4377226cef8cfc3309
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=http://download.berlios.de/$SPELL/$SOURCE
+fi
WEB_SITE=http://lensfun.berlios.de/
LICENSE[0]=GPL
ENTERED=20080607
diff --git a/graphics/lensfun/HISTORY b/graphics/lensfun/HISTORY
index 2d24118..34894e8 100644
--- a/graphics/lensfun/HISTORY
+++ b/graphics/lensfun/HISTORY
@@ -1,3 +1,8 @@
+2008-07-22 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
+ * PREPARE: added for SCM version
+ * DETAILS: support for scm version
+ * DEPENDS: support for scm version
+
2008-06-07 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 0.2.2b
spell created
diff --git a/graphics/lensfun/PREPARE b/graphics/lensfun/PREPARE
new file mode 100755
index 0000000..b3eac7f
--- /dev/null
+++ b/graphics/lensfun/PREPARE
@@ -0,0 +1,7 @@
+config_query LENSFUN_SCM "Do you want SCM version" "n" &&
+if [[ "${LENSFUN_SCM}" == "y" ]]
+then
+config_query LENSFUN_SCM_AUTO \
+ "Automaticaly update the spell on sorcery queue/system-update?" \
+ "n"
+fi
diff --git a/graphics/ufraw/DEPENDS b/graphics/ufraw/DEPENDS
index 85106bc..938e768 100755
--- a/graphics/ufraw/DEPENDS
+++ b/graphics/ufraw/DEPENDS
@@ -16,6 +16,11 @@ optional_depends tiff \
"" \
"for tiff support" &&
optional_depends exiv2 \
- "--with-exiv2" \
"" \
- "for exif support"
+ "" \
+ "for exif support" &&
+optional_depends lensfun \
+ "" \
+ "" \
+ "lensfun support(needs the SCM version)"
+
diff --git a/graphics/ufraw/DETAILS b/graphics/ufraw/DETAILS
index b3cded6..4ca44e8 100755
--- a/graphics/ufraw/DETAILS
+++ b/graphics/ufraw/DETAILS
@@ -20,8 +20,32 @@ fi
WEB_SITE=http://ufraw.sourceforge.net/
ENTERED=20041112
LICENSE[0]=GPL
- KEYWORDS="gimp images graphics"
- SHORT="A Gimp plug-in which allow loading images in raw format."
+ KEYWORDS="gimp images graphics raw"
+ SHORT="A utility to read and manipulate raw images from digital
cameras."
cat << EOF
-A Gimp plug-in which allow loading images in raw format.
+The Unidentified Flying Raw (UFRaw) is a utility to read and manipulate
+raw images from digital cameras. It can be used on its own or as a Gimp
+plug-in. It reads raw images using Dave Coffin's raw conversion utility
+- DCRaw. UFRaw supports color management workflow based on Little CMS,
+allowing the user to apply ICC color profiles. For Nikon users UFRaw has
+the advantage that it can read the camera's tone curves. Even if you
+don't own a Nikon, you can still apply a Nikon curve to your images.
+
+The guiding concept in the development of UFRaw is to give all the
+essential (and some non-essential) information and control over the
+raw conversion, with the hope that one could resolve all the exposure
+and white balance issues during the raw conversion. The obvious
+advantage is that one can make full use of the raw data. The
+provisional advantage is that this way we circumvent the current
+8-bit limitation of the Gimp, as UFRaw does all manipulations in 16-bits.
+
+There are some important features which are still missing in UFRaw:
+
+ * 100% Zooming.
+ * Sharpening.
+ * Embed EXIF data - UFRaw can save the EXIF data to JPEG output for a
+ few supported formats. These formats include Canon (CRW, CR2),
+ Nikon (NEF), Pentax (PEF), Samsung (PEF), Sony (SR2, ARW), Fuji (RAF)
+ and Adobe's DNG. For information on how to save EXIF data for other
+ formats you should use ExifTool by Phil Harvey as is explained here.
EOF
diff --git a/graphics/ufraw/HISTORY b/graphics/ufraw/HISTORY
index 2f6e249..7f2fd86 100644
--- a/graphics/ufraw/HISTORY
+++ b/graphics/ufraw/HISTORY
@@ -1,3 +1,8 @@
+2008-07-22 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
+ * DETAILS: updated descriptions - has long been so much more
+ than just a plugin
+ * DEPENDS: can make use of lensfun
+
2007-11-18 George Sherwood <george AT beernabeer.com>
* DETAILS: Updated to version 0.13
* DEPENDS: depends gtk+2. optional_depends gimp



  • [SM-Commit] GIT changes to master grimoire by Andraž 'ruskie' Levstik (b723c676639db6c680237eb478b9901b6d46aa52), Andraž 'ruskie' Levstik, 07/22/2008

Archive powered by MHonArc 2.6.24.

Top of Page