Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by George Sherwood (2185f685fd66a2ffa7c481f8dc3c1e4c2bd76a4e)

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 grimoire by George Sherwood (2185f685fd66a2ffa7c481f8dc3c1e4c2bd76a4e)
  • Date: Tue, 17 Aug 2010 15:07:31 -0500

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

ChangeLog | 3 +++
gnome2-libs/gdk-pixbuf2/DEPENDS | 6 ++++++
gnome2-libs/gdk-pixbuf2/DETAILS | 22 ++++++++++++++++++++++
gnome2-libs/gdk-pixbuf2/HISTORY | 2 ++
4 files changed, 33 insertions(+)

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

gdk-pixbuf2: New spell required for devel version of gtk+2

diff --git a/ChangeLog b/ChangeLog
index 946e05a..276c9c3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2010-08-17 George Sherwood <gsherwood AT sourcemage.org>
+ * gnome2-libs/gdk-pixbuf2: new spell for devel gtk+2
+
2010-08-16 Finn Haedicke <finn AT sourcemage.org>
* net/network-manager: new spell, network connection daemon
* net/network-manager-applet: new spell, gui applet for
diff --git a/gnome2-libs/gdk-pixbuf2/DEPENDS b/gnome2-libs/gdk-pixbuf2/DEPENDS
new file mode 100755
index 0000000..3954532
--- /dev/null
+++ b/gnome2-libs/gdk-pixbuf2/DEPENDS
@@ -0,0 +1,6 @@
+depends glib2 &&
+depends libpng &&
+depends zlib &&
+depends jpeg &&
+depends tiff
+
diff --git a/gnome2-libs/gdk-pixbuf2/DETAILS b/gnome2-libs/gdk-pixbuf2/DETAILS
new file mode 100755
index 0000000..caabc69
--- /dev/null
+++ b/gnome2-libs/gdk-pixbuf2/DETAILS
@@ -0,0 +1,22 @@
+ SPELL=gdk-pixbuf2
+ VERSION=2.21.6
+ BRANCH=`echo $VERSION|cut -d . -f 1,2`
+ SOURCE=gdk-pixbuf-$VERSION.tar.bz2
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/gdk-pixbuf-$VERSION
+ SOURCE_URL[0]=$GNOME_URL/sources/gdk-pixbuf/$BRANCH/$SOURCE
+
SOURCE_URL[1]=ftp://ftp.gnome.org/pub/GNOME/sources/gdk-pixbuf/$BRANCH/$SOURCE
+
SOURCE_HASH=sha512:19576a8ba89ff8676d9a39351e7f28d7157cfed63c2b54029df3efc7a58e7b7a08123ad37a859c8000d82ba01f03c198a6d6a42b8f89d9ba5be74a2becf76d88
+ LICENSE[0]=GPL
+ LICENSE[1]=LGPL
+ WEB_SITE=http://www.gnome.org
+ ENTERED=20100817
+ SHORT="gdk-pixbuf is a graphics library."
+cat << EOF
+The GdkPixbuf library provides a number of features:
+ - GdkPixbuf structure for representing images.
+ - Image loading facilities, both synchronous and progressive.
+ - Rendering of a GdkPixbuf into various formats:
+ drawables (windows, pixmaps), GdkRGB buffers.
+ - Fast scaling and compositing of pixbufs.
+ - Simple animation loading (ie. animated gifs).
+EOF
diff --git a/gnome2-libs/gdk-pixbuf2/HISTORY b/gnome2-libs/gdk-pixbuf2/HISTORY
new file mode 100644
index 0000000..5e2662f
--- /dev/null
+++ b/gnome2-libs/gdk-pixbuf2/HISTORY
@@ -0,0 +1,2 @@
+2010-08-17 George Sherwood <gsherwood AT sourcemage.org>
+ * ALL: Created new spell



  • [SM-Commit] GIT changes to master grimoire by George Sherwood (2185f685fd66a2ffa7c481f8dc3c1e4c2bd76a4e), George Sherwood, 08/17/2010

Archive powered by MHonArc 2.6.24.

Top of Page