Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (4b2f1f998afed5d4565142a515bcac59ff21c258)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (4b2f1f998afed5d4565142a515bcac59ff21c258)
  • Date: Fri, 30 Nov 2012 10:15:40 -0600

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

ChangeLog | 3
graphics-libs/libopenraw/DEPENDS | 1
graphics-libs/libopenraw/HISTORY | 4 +
graphics-libs/libopenraw/PRE_SUB_DEPENDS | 5 +
graphics-libs/libopenraw/REPAIR^all^PRE_SUB_DEPENDS | 5 +
graphics-libs/libopenraw/SUB_DEPENDS | 6 +
xfce/ristretto/DEPENDS | 4 -
xfce/ristretto/HISTORY | 3
xfce/tumbler/DEPENDS | 70
++++++++++++++++++++
xfce/tumbler/DETAILS | 27 +++++++
xfce/tumbler/HISTORY | 2
11 files changed, 129 insertions(+), 1 deletion(-)

New commits:
commit 4b2f1f998afed5d4565142a515bcac59ff21c258
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

ristretto: added tumbler suggest dep

commit dd28baed00ca8ac43ceb7dfd88dccea7973e9aaf
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

tumbler: new spell, image thumbnailer service

commit 8f11660acd54f67a8b3078570fde365d85cdf843
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

libopenraw: added GNOME subdependency

diff --git a/ChangeLog b/ChangeLog
index 9e8fc3c..b2c7b3d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2012-11-30 Vlad Glagolev <stealth AT sourcemage.org>
+ * xfce/tumbler: new spell, image thumbnailer service
+
2012-11-29 Vlad Glagolev <stealth AT sourcemage.org>
* devel/copper: new spell, experimental programming language

diff --git a/graphics-libs/libopenraw/DEPENDS
b/graphics-libs/libopenraw/DEPENDS
index 7eab27f..4f9e72d 100755
--- a/graphics-libs/libopenraw/DEPENDS
+++ b/graphics-libs/libopenraw/DEPENDS
@@ -1,4 +1,5 @@
depends boost &&
+depends libxml2 &&
depends -sub CXX gcc &&
depends JPEG &&

diff --git a/graphics-libs/libopenraw/HISTORY
b/graphics-libs/libopenraw/HISTORY
index 4a324c3..b3c2667 100644
--- a/graphics-libs/libopenraw/HISTORY
+++ b/graphics-libs/libopenraw/HISTORY
@@ -1,3 +1,7 @@
+2012-11-30 Vlad Glagolev <stealth AT sourcemage.org>
+ * {PRE_,}SUB_DEPENDS, REPAIR^all^PRE_SUB_DEPENDS: added GNOME subdep
+ * DEPENDS: added missing required dependency
+
2012-10-28 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DEPENDS, DETAILS: spell created

diff --git a/graphics-libs/libopenraw/PRE_SUB_DEPENDS
b/graphics-libs/libopenraw/PRE_SUB_DEPENDS
new file mode 100755
index 0000000..1b0b438
--- /dev/null
+++ b/graphics-libs/libopenraw/PRE_SUB_DEPENDS
@@ -0,0 +1,5 @@
+case $THIS_SUB_DEPENDS in
+ GNOME) is_depends_enabled $SPELL gdk-pixbuf2;;
+ *) message "${PROBLEM_COLOR}bogus sub_depends: $SPELL
$THIS_SUB_DEPENDS${DEFAULT_COLOR}"
+ return 1;;
+esac
diff --git a/graphics-libs/libopenraw/REPAIR^all^PRE_SUB_DEPENDS
b/graphics-libs/libopenraw/REPAIR^all^PRE_SUB_DEPENDS
new file mode 100755
index 0000000..1b0b438
--- /dev/null
+++ b/graphics-libs/libopenraw/REPAIR^all^PRE_SUB_DEPENDS
@@ -0,0 +1,5 @@
+case $THIS_SUB_DEPENDS in
+ GNOME) is_depends_enabled $SPELL gdk-pixbuf2;;
+ *) message "${PROBLEM_COLOR}bogus sub_depends: $SPELL
$THIS_SUB_DEPENDS${DEFAULT_COLOR}"
+ return 1;;
+esac
diff --git a/graphics-libs/libopenraw/SUB_DEPENDS
b/graphics-libs/libopenraw/SUB_DEPENDS
new file mode 100755
index 0000000..61a8526
--- /dev/null
+++ b/graphics-libs/libopenraw/SUB_DEPENDS
@@ -0,0 +1,6 @@
+case $THIS_SUB_DEPENDS in
+ GNOME) message "GNOME support requested, forcing gdk-pixbuf2 dependency" &&
+ depends gdk-pixbuf2 '--enable-gnome';;
+ *) message "${PROBLEM_COLOR}bogus sub_depends: $SPELL
$THIS_SUB_DEPENDS${DEFAULT_COLOR}"
+ return 1;;
+esac
diff --git a/xfce/ristretto/DEPENDS b/xfce/ristretto/DEPENDS
index bd92d1f..81014cf 100755
--- a/xfce/ristretto/DEPENDS
+++ b/xfce/ristretto/DEPENDS
@@ -9,4 +9,6 @@ depends thunar-vfs &&
optional_depends gettext \
"--enable-nls" \
"--disable-nls" \
- "for Native Language Support"
+ "for Native Language Support" &&
+
+suggest_depends tumbler "" "" "for faster thumbnails rendering support"
diff --git a/xfce/ristretto/HISTORY b/xfce/ristretto/HISTORY
index 42445c7..4e555a9 100644
--- a/xfce/ristretto/HISTORY
+++ b/xfce/ristretto/HISTORY
@@ -1,3 +1,6 @@
+2012-11-30 Vlad Glagolev <stealth AT sourcemage.org>
+ * DEPENDS: added tumbler suggest dep
+
2012-08-14 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 0.6.3

diff --git a/xfce/tumbler/DEPENDS b/xfce/tumbler/DEPENDS
new file mode 100755
index 0000000..e2eafbf
--- /dev/null
+++ b/xfce/tumbler/DEPENDS
@@ -0,0 +1,70 @@
+depends glib2 &&
+depends intltool &&
+depends dbus &&
+depends dbus-glib &&
+
+optional_depends gettext \
+ "--enable-nls" \
+ "--disable-nls" \
+ "for Native Language Support" &&
+
+optional_depends gtk-doc \
+ "--enable-gtk-doc" \
+ "--disable-gtk-doc" \
+ "to build documentation" &&
+
+optional_depends freetype2 \
+ "--enable-font-thumbnailer" \
+ "--disable-font-thumbnailer" \
+ "for GNOME thumbnailer support" &&
+
+optional_depends JPEG \
+ "--enable-jpeg-thumbnailer" \
+ "--disable-jpeg-thumbnailer" \
+ "for JPEG thumbnailer plugin with EXIF support" &&
+
+optional_depends ffmpegthumbnailer \
+ "--enable-ffmpeg-thumbnailer" \
+ "--disable-ffmpeg-thumbnailer" \
+ "for ffmpeg video thumbnailer plugin" &&
+
+optional_depends gstreamer \
+ "--enable-gstreamer-thumbnailer" \
+ "--disable-gstreamer-thumbnailer" \
+ "for GStreamer video thumbnailer plugin" &&
+
+optional_depends poppler \
+ "--enable-poppler-thumbnailer" \
+ "--disable-poppler-thumbnailer" \
+ "for poppler PDF/PS thumbnailer plugin" &&
+
+optional_depends libgsf \
+ "--enable-odf-thumbnailer" \
+ "--disable-odf-thumbnailer" \
+ "for office thumbnailer plugin" &&
+
+optional_depends -sub GNOME libopenraw \
+ "--enable-raw-thumbnailer" \
+ "--disable-raw-thumbnailer" \
+ "for RAW image thumbnailer plugin" &&
+
+optional_depends libpng \
+ "--enable-xdg-cache" \
+ "--disable-xdg-cache" \
+ "for freedesktop.org cache plugin" &&
+
+if is_depends_enabled $SPELL freetype2 || \
+ is_depends_enabled $SPELL $(get_spell_provider $SPELL JPEG) || \
+ is_depends_enabled $SPELL ffmpegthumbnailer || \
+ is_depends_enabled $SPELL gstreamer || \
+ is_depends_enabled $SPELL poppler || \
+ is_depends_enabled $SPELL libgsf || \
+ is_depends_enabled $SPELL libopenraw || \
+ is_depends_enabled $SPELL libpng; then
+ depends gdk-pixbuf2 '--enable-pixbuf-thumbnailer'
+else
+ optional_depends gdk-pixbuf2 \
+ "--enable-pixbuf-thumbnailer" \
+ "--disable-pixbuf-thumbnailer" \
+ "for GdkPixbuf thumbnailer plugin"
+fi
diff --git a/xfce/tumbler/DETAILS b/xfce/tumbler/DETAILS
new file mode 100755
index 0000000..7a15e90
--- /dev/null
+++ b/xfce/tumbler/DETAILS
@@ -0,0 +1,27 @@
+ SPELL=tumbler
+ VERSION=0.1.25
+ BRANCH=`echo $VERSION | cut -d . -f 1,2`
+ SOURCE=$SPELL-$VERSION.tar.bz2
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ SOURCE_URL[0]=http://archive.xfce.org/src/xfce/$SPELL/$BRANCH/$SOURCE
+ WEB_SITE=http://www.xfce.org/
+
SOURCE_HASH=sha512:2dc61bd90a480fe3de7eacee3dc864fbdb29a521550746d39fed5cdf9c8fbeded8a2cf7192d393dacc03e35c1e3ba7a2c1c911e28acab85417abc68d083cc221
+ LICENSE[0]=GPL
+ ENTERED=20121130
+ KEYWORDS="xfce"
+ SHORT="image thumbnailer service"
+cat << EOF
+Tumbler is a D-Bus service for applications to request thumbnails for various
+URI schemes and MIME types. It is an implementation of the thumbnail
management
+D-Bus specification described on:
+
+ http://live.gnome.org/ThumbnailerSpec
+
+written in an object-oriented fashion using GLib and GObject. Its modular
+architecture makes it very flexible and useful in many situations. It
provides
+plugin interfaces for extending the URI schemes and MIME types for which
+thumbnails can be generated as well as for replacing the storage backend
that is
+used to store the thumbnails on disk. Tumbler's functionality can also be
+extended via specialized thumbnailer services implemented in accordance to
the
+thumbnail management D-Bus specification.
+EOF
diff --git a/xfce/tumbler/HISTORY b/xfce/tumbler/HISTORY
new file mode 100644
index 0000000..e9bc070
--- /dev/null
+++ b/xfce/tumbler/HISTORY
@@ -0,0 +1,2 @@
+2012-11-30 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS, DEPENDS: spell created (as part of Xfce 4.10)



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (4b2f1f998afed5d4565142a515bcac59ff21c258), Vlad Glagolev, 11/30/2012

Archive powered by MHonArc 2.6.24.

Top of Page