Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Florian Franzmann (1919de08bed2cd1d1e2779b471a5b66857a4994a)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Florian Franzmann <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Florian Franzmann (1919de08bed2cd1d1e2779b471a5b66857a4994a)
  • Date: Sun, 28 Oct 2012 07:05:58 -0500

GIT changes to master grimoire by Florian Franzmann
<siflfran AT hawo.stw.uni-erlangen.de>:

ChangeLog | 4 +
gnome2-libs/exempi/DETAILS | 2
gnome2-libs/exempi/HISTORY | 3 +
graphics-libs/libopenraw/DEPENDS | 16 +++++++
graphics-libs/libopenraw/DETAILS | 19 +++++++++
graphics-libs/libopenraw/HISTORY | 3 +
graphics/geeqie/DEPENDS | 12 +++++
graphics/geeqie/HISTORY | 4 +
graphics/gthumb/DEPENDS | 80
+++++++++++++++++++++++++++++++++++++++
graphics/gthumb/DETAILS | 18 ++++++++
graphics/gthumb/HISTORY | 3 +
python-pypi/scipy/DETAILS | 4 -
python-pypi/scipy/HISTORY | 5 +-
13 files changed, 168 insertions(+), 5 deletions(-)

New commits:
commit 1919de08bed2cd1d1e2779b471a5b66857a4994a
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

graphics/gthumb: new spell, an image viewer based on gqview

commit 708f84f67930bacc22e6116aec904d33c18cf1e0
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

gnome2-libs/exempi: version 2.2.0

commit 653324888e38b9cc71ad092262de14f737e84801
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

graphics-libs/libopenraw: new spell, a RAW decoder

commit 3684b992b6bad4018f579f14ce818520c2db9e38
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

graphics/geeqie: add dependencies on atk, cairo, fontconfig, freetype2,
gdk-pixbuf2, glib2, JPEG, pango and tiff

commit bd751966fe49ba3e0faa69e6e88468093ccfafc1
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

python-pypi/scipy: version 0.11.0

diff --git a/ChangeLog b/ChangeLog
index 6488562..f8753c4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2012-10-28 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * graphics-libs/libopenraw: new spell, a RAW decoder
+ * graphics/gthumb: new spell, an image view based on gqview
+
2012-10-27 Ladislav Hagara <hgr AT vabo.cz>
* gnome3-libs/zeitgeist: new spell
service to log activities and present to other apps
diff --git a/gnome2-libs/exempi/DETAILS b/gnome2-libs/exempi/DETAILS
index fc5329b..780b0f6 100755
--- a/gnome2-libs/exempi/DETAILS
+++ b/gnome2-libs/exempi/DETAILS
@@ -1,5 +1,5 @@
SPELL=exempi
- VERSION=2.1.1
+ VERSION=2.2.0
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE2=$SOURCE.asc
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
diff --git a/gnome2-libs/exempi/HISTORY b/gnome2-libs/exempi/HISTORY
index 3dca197..b0a2582 100644
--- a/gnome2-libs/exempi/HISTORY
+++ b/gnome2-libs/exempi/HISTORY
@@ -1,3 +1,6 @@
+2012-10-28 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DETAILS: version 2.2.0
+
2011-09-26 Bor Kraljič <pyrobor AT ver.si>
* DETAILS: converted to upstream signature checking
* A56E15A3.gpg: added gpg keyring
diff --git a/graphics-libs/libopenraw/DEPENDS
b/graphics-libs/libopenraw/DEPENDS
new file mode 100755
index 0000000..7eab27f
--- /dev/null
+++ b/graphics-libs/libopenraw/DEPENDS
@@ -0,0 +1,16 @@
+depends boost &&
+depends -sub CXX gcc &&
+depends JPEG &&
+
+optional_depends gdk-pixbuf2 \
+ "--enable-gnome" \
+ "--disable-gnome" \
+ "for GNOME support" &&
+
+if is_depends_enabled $SPELL gdk-pixbuf2; then
+ depends glib2 &&
+ depends libffi &&
+ depends libpng &&
+ depends pcre &&
+ depends zlib
+fi
diff --git a/graphics-libs/libopenraw/DETAILS
b/graphics-libs/libopenraw/DETAILS
new file mode 100755
index 0000000..3de3ff8
--- /dev/null
+++ b/graphics-libs/libopenraw/DETAILS
@@ -0,0 +1,19 @@
+ SPELL=libopenraw
+ VERSION=0.0.9
+ SOURCE="${SPELL}-${VERSION}.tar.bz2"
+ SOURCE_URL[0]=http://${SPELL}.freedesktop.org/download/${SOURCE}
+
SOURCE_HASH=sha512:88d475d27719212686a0a5a08da04d6879fd456ec8f7531f401217df97f4f3d4c52dc8c4fb1c6ca88c12d6a67ecd516b151c5e9dceba9cbfcd13150fe81d6db5
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://libopenraw.freedesktop.org/wiki/";
+ LICENSE[0]=GPL
+ ENTERED=20121028
+ SHORT="a library for camera RAW files decoding"
+cat << EOF
+libopenraw is an ongoing project to provide a free software implementation
+for camera RAW files decoding. One of the main reason is that dcraw is not
+suited for easy integration into applications, and there is a need for an
+easy to use API to build free software digital image processing application.
+
+It also has the goal to address missing feature from dcraw like meta-data
+decoding and easy thumbnail extraction.
+EOF
diff --git a/graphics-libs/libopenraw/HISTORY
b/graphics-libs/libopenraw/HISTORY
new file mode 100644
index 0000000..4a324c3
--- /dev/null
+++ b/graphics-libs/libopenraw/HISTORY
@@ -0,0 +1,3 @@
+2012-10-28 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DEPENDS, DETAILS: spell created
+
diff --git a/graphics/geeqie/DEPENDS b/graphics/geeqie/DEPENDS
index edfddaa..7add568 100755
--- a/graphics/geeqie/DEPENDS
+++ b/graphics/geeqie/DEPENDS
@@ -1,4 +1,14 @@
-depends gtk+2 &&
+depends atk &&
+depends cairo &&
+depends fontconfig &&
+depends freetype2 &&
+depends gdk-pixbuf2 &&
+depends glib2 &&
+depends gtk+2 &&
+depends JPEG &&
+depends pango &&
+depends tiff &&
+
optional_depends exiv2 \
"--enable-exiv2" \
"--disable-exiv2" \
diff --git a/graphics/geeqie/HISTORY b/graphics/geeqie/HISTORY
index cd2b9d6..dfe9228 100644
--- a/graphics/geeqie/HISTORY
+++ b/graphics/geeqie/HISTORY
@@ -1,3 +1,7 @@
+2012-10-28 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DEPENDS: added dependencies on atk, cairo, fontconfig,
+ freetype2, gdk-pixbuf2, glib2, JPEG, pango and tiff
+
2012-08-14 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 1.1

diff --git a/graphics/gthumb/DEPENDS b/graphics/gthumb/DEPENDS
new file mode 100755
index 0000000..bedba20
--- /dev/null
+++ b/graphics/gthumb/DEPENDS
@@ -0,0 +1,80 @@
+depends atk &&
+depends bzip2 &&
+depends cairo &&
+depends cogl &&
+depends dbus &&
+depends expat &&
+depends fontconfig &&
+depends freetype2 &&
+depends gconf2 &&
+depends gdk-pixbuf2 &&
+depends glib2 &&
+depends gtk+3 &&
+depends icu &&
+depends intltool &&
+depends json-glib &&
+depends libcroco &&
+depends libdrm &&
+depends libffi &&
+depends libgcrypt &&
+depends libgnome-keyring &&
+depends libgpg-error &&
+depends libpng &&
+depends librsvg2 &&
+depends libsoup &&
+depends libx11 &&
+depends libxau &&
+depends libxcb &&
+depends libxcomposite &&
+depends libxdamage &&
+depends libxdmcp &&
+depends libxext &&
+depends libxfixes &&
+depends libxi &&
+depends libxml2 &&
+depends libxrender &&
+depends OPENGL &&
+depends pango &&
+depends pcre &&
+depends pixman &&
+depends sqlite &&
+depends unique &&
+depends xz-utils &&
+depends zlib &&
+
+optional_depends clutter \
+ "--enable-clutter" \
+ "--disable-clutter" \
+ "for addition slideshow effects" &&
+if is_depends_enabled $SPELL clutter; then
+ depends clutter-gtk
+fi &&
+
+optional_depends exiv2 \
+ "--enable-exiv2" \
+ "--disable-exiv2" \
+ "to view EXIF data attached to images" &&
+optional_depends gstreamer \
+ "--enable-gstreamer" \
+ "--disable-gstreamer" \
+ "for video support" &&
+if is_depends_enabled $SPELL gstreamer; then
+ depends gst-plugins-base
+fi &&
+
+optional_depends tiff \
+ "--enable-tiff" \
+ "--disable-tiff" \
+ "to save images in TIFF format" &&
+optional_depends JPEG \
+ "--enable-jpeg" \
+ "--disable-jpeg" \
+ "to have more saving options for the JPEG format" &&
+optional_depends libgphoto2 \
+ "--enable-gphoto2" \
+ "--disable-gphoto2" \
+ "to import photos directly from the camera" &&
+optional_depends libopenraw \
+ "--enable-libopenraw" \
+ "--disable-libopenraw" \
+ "support for RAW photos"
diff --git a/graphics/gthumb/DETAILS b/graphics/gthumb/DETAILS
new file mode 100755
index 0000000..59dfffe
--- /dev/null
+++ b/graphics/gthumb/DETAILS
@@ -0,0 +1,18 @@
+ SPELL=gthumb
+ VERSION=3.0.2
+ SOURCE="${SPELL}-${VERSION}.tar.xz"
+
SOURCE_URL[0]=http://ftp.gnome.org/pub/gnome/sources/${SPELL}/3.0/${SOURCE}
+
SOURCE_HASH=sha512:00a9ebfcedb8905ed2c05132eed70644ddfe239da9055d377652fd8f9e4fd84e1ffb1f7e33d3fb46b166e31120c128f09f17edd6c02000f96cc9958623c21c43
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="https://live.gnome.org/gthumb";
+ LICENSE[0]=GPL
+ ENTERED=20121028
+ SHORT="an image viewer and browser for the GNOME Desktop"
+cat << EOF
+gThumb is an advanced image viewer and browser. It has many useful features,
+such as filesystem browsing, slide show, image catalogs, web album creation,
+camera import, image CD burning, batch file operations and quick image
editing
+features like transformation and color manipulation. . It's designed for
+GNOME 2 desktop environment and uses its platform. For camera import feature,
+the gPhoto2 library is used.
+EOF
diff --git a/graphics/gthumb/HISTORY b/graphics/gthumb/HISTORY
new file mode 100644
index 0000000..4a324c3
--- /dev/null
+++ b/graphics/gthumb/HISTORY
@@ -0,0 +1,3 @@
+2012-10-28 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DEPENDS, DETAILS: spell created
+
diff --git a/python-pypi/scipy/DETAILS b/python-pypi/scipy/DETAILS
index dc71723..61185bb 100755
--- a/python-pypi/scipy/DETAILS
+++ b/python-pypi/scipy/DETAILS
@@ -1,6 +1,6 @@
SPELL=scipy
- VERSION=0.10.0
-
SOURCE_HASH=sha512:7ff9f7865d0a94cd295389f1b6296433d3307f246a35fec386eb824d8f619d0ed4e1673f5d83cb75c13578addc5ea64ee304af677c3be0a9693c232fe16057ba
+ VERSION=0.11.0
+
SOURCE_HASH=sha512:d4fdd62f2db5285cd133649bd1bfa5175cb9da8304323abd74e0ef1207d55e6152f0f944da1da75f73e9dafb0f3bb14efba3c0526c732c348a653e0bd223ccfa
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=http://pypi.python.org/packages/source/s/$SPELL/$SOURCE
diff --git a/python-pypi/scipy/HISTORY b/python-pypi/scipy/HISTORY
index dc970ac..9e144b1 100644
--- a/python-pypi/scipy/HISTORY
+++ b/python-pypi/scipy/HISTORY
@@ -1,5 +1,8 @@
+2012-10-28 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DETAILS: version 0.11.0
+
2012-02-27 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 0.19.0
+ * DETAILS: version 0.10.0
extra url
* DEPENDS: cleanup




  • [SM-Commit] GIT changes to master grimoire by Florian Franzmann (1919de08bed2cd1d1e2779b471a5b66857a4994a), Florian Franzmann, 10/28/2012

Archive powered by MHonArc 2.6.24.

Top of Page