Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Finn Haedicke (1f193394fbf7ed71e0eae54319293f6682bfb96d)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Finn Haedicke <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Finn Haedicke (1f193394fbf7ed71e0eae54319293f6682bfb96d)
  • Date: Tue, 4 Aug 2009 13:10:42 -0500

GIT changes to master grimoire by Finn Haedicke <finn_haedicke AT gmx.net>:

devel/alleyoop/DEPENDS | 3 +++
devel/alleyoop/DETAILS | 22 ++++++++++++++++++++++
devel/alleyoop/HISTORY | 7 +++++++
gnome2-libs/libgnomeui/DEPENDS | 2 +-
gnome2-libs/librsvg2/DEPENDS | 2 +-
gnome2-libs/libsoup/DEPENDS | 1 +
libs/libwpd/DEPENDS | 1 +
x11-libs/cairo/PRE_SUB_DEPENDS | 1 +
x11-libs/cairo/SUB_DEPENDS | 2 ++
x11-toolkits/gtk+2/PRE_SUB_DEPENDS | 5 +++++
x11-toolkits/gtk+2/SUB_DEPENDS | 6 ++++++
11 files changed, 50 insertions(+), 2 deletions(-)

New commits:
commit 1f193394fbf7ed71e0eae54319293f6682bfb96d
Author: Finn Haedicke <finn_haedicke AT gmx.net>
Commit: Finn Haedicke <finn_haedicke AT gmx.net>

libwpd depends on libgsf

commit f9fa20b625b0b426ffc429251617806237f1b608
Author: Finn Haedicke <finn_haedicke AT gmx.net>
Commit: Finn Haedicke <finn_haedicke AT gmx.net>

libsoup depends on sqlite

commit 3ce75ca2274a33a491adc5d531f109133c1e8256
Author: Finn Haedicke <finn_haedicke AT gmx.net>
Commit: Finn Haedicke <finn_haedicke AT gmx.net>

librsvg2 depends con cairo with libpng enabled

commit 3db6ba0329dac19d3a68a0c4916873d5d14d365b
Author: Finn Haedicke <finn_haedicke AT gmx.net>
Commit: Finn Haedicke <finn_haedicke AT gmx.net>

added sub-depends PNG (libpng) to cairo

commit 667daa00b944c637aa46318a2bd24ae6c4f649bd
Author: Finn Haedicke <finn_haedicke AT gmx.net>
Commit: Finn Haedicke <finn_haedicke AT gmx.net>

new spell: alleyoop - a gui for valgrind

commit d3c84c6be9c14e329d3570a6b713ac07678ef7d2
Author: Finn Haedicke <finn_haedicke AT gmx.net>
Commit: Finn Haedicke <finn_haedicke AT gmx.net>

libgnomeui depends on gtk+2 with libpng.

commit ce4f8fff0cdd6b0d11cfafe505265b74305ad297
Author: Finn Haedicke <finn_haedicke AT gmx.net>
Commit: Finn Haedicke <finn_haedicke AT gmx.net>

added {PRE_}SUB_DEPENDS to gtk+2

SUB_DEPENDS and PRE_SUB_DEPENDS to enable libpng support.

diff --git a/devel/alleyoop/DEPENDS b/devel/alleyoop/DEPENDS
new file mode 100755
index 0000000..1587f04
--- /dev/null
+++ b/devel/alleyoop/DEPENDS
@@ -0,0 +1,3 @@
+depends libglade2 &&
+depends libgnomeui &&
+depends valgrind
diff --git a/devel/alleyoop/DETAILS b/devel/alleyoop/DETAILS
new file mode 100755
index 0000000..c16e4d9
--- /dev/null
+++ b/devel/alleyoop/DETAILS
@@ -0,0 +1,22 @@
+ SPELL=alleyoop
+ VERSION=0.9.5
+ SOURCE=${SPELL}-${VERSION}.tar.gz
+ SOURCE_URL[1]=http://mesh.dl.sourceforge.net/sourceforge/$SPELL/$SOURCE
+
SOURCE_HASH=sha512:0ee6828c68a4c123f2b519882259a2a5ac6ef4577c7f6f093b853c39be8efb675dcb92930fa00e251e74927a8c4b7e80343dceb81f26e81d5498ff777af89a6b
+SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
+ WEB_SITE=http://alleyoop.sourceforge.net/
+ ENTERED=20060113
+ LICENSE[0]=GPL
+ BUILD_API=2
+ SHORT="graphical front-end to Valgrind memory checker"
+cat << EOF
+alleyoop is a graphical front-end to the increasingly popular Valgrind memory
+checker for x86 GNU/ Linux using the Gtk+ widget set and other GNOME
libraries
+for the X-Windows environment.
+
+Features include a right-click context menu to intelligently suppress errors
+or launch an editor on the source file/jumping to the exact line of the
+error condition. A searchbar at the top of the viewer can be used to limit
+the viewable errors to those that match the regex criteria entered. Also
+included is a fully functional Suppressions editor.
+EOF
diff --git a/devel/alleyoop/HISTORY b/devel/alleyoop/HISTORY
new file mode 100644
index 0000000..8a1b49f
--- /dev/null
+++ b/devel/alleyoop/HISTORY
@@ -0,0 +1,7 @@
+2009-07-27 Finn Haedicke <finn_haedicke AT gmx.net>
+ * DETAILS: updated spell to 0.9.5
+ * removed BUILD
+ * cleaned up DEPENDS
+
+2006-01-13 Finn Haedicke <finn_haedicke AT gmx.net>
+ * DETAILS, DEPENDS, HISTORY: created spell
diff --git a/gnome2-libs/libgnomeui/DEPENDS b/gnome2-libs/libgnomeui/DEPENDS
index 1500158..7792561 100755
--- a/gnome2-libs/libgnomeui/DEPENDS
+++ b/gnome2-libs/libgnomeui/DEPENDS
@@ -4,7 +4,7 @@ depends libgnomecanvas &&
depends gconf2 &&
depends gnome-keyring &&
depends gnome-vfs2 &&
-depends gtk+2 &&
+depends -sub PNG gtk+2 &&
depends pango &&

optional_depends gtk-doc \
diff --git a/gnome2-libs/librsvg2/DEPENDS b/gnome2-libs/librsvg2/DEPENDS
index b66cf5a..94c74e0 100755
--- a/gnome2-libs/librsvg2/DEPENDS
+++ b/gnome2-libs/librsvg2/DEPENDS
@@ -4,7 +4,7 @@ depends libice &&
depends glib2 &&
depends fontconfig &&
depends freetype2 &&
-depends cairo &&
+depends -sub PNG cairo &&
depends pango &&
depends gtk+2 &&
depends libxml2 &&
diff --git a/gnome2-libs/libsoup/DEPENDS b/gnome2-libs/libsoup/DEPENDS
index c95453e..7865cd8 100755
--- a/gnome2-libs/libsoup/DEPENDS
+++ b/gnome2-libs/libsoup/DEPENDS
@@ -4,6 +4,7 @@ depends libtool &&
depends libxml2 &&
depends glib2 &&
depends libgpg-error &&
+depends sqlite &&

if [[ $LIBSOUP_GNOME == "y" ]]; then
depends libproxy
diff --git a/libs/libwpd/DEPENDS b/libs/libwpd/DEPENDS
index fd0b0eb..742b140 100755
--- a/libs/libwpd/DEPENDS
+++ b/libs/libwpd/DEPENDS
@@ -1 +1,2 @@
+depends libgsf &&
depends g++
diff --git a/x11-libs/cairo/PRE_SUB_DEPENDS b/x11-libs/cairo/PRE_SUB_DEPENDS
index d3e3b94..d53513c 100755
--- a/x11-libs/cairo/PRE_SUB_DEPENDS
+++ b/x11-libs/cairo/PRE_SUB_DEPENDS
@@ -1,6 +1,7 @@
case $THIS_SUB_DEPENDS in
PDF) is_depends_enabled $SPELL poppler;;
XCB) is_depends_enabled $SPELL xcb-util;;
+ PNG) is_depends_enabled $SPELL libpng;;
PS) is_depends_enabled $SPELL ghostscript;;
SVG) is_depends_enabled $SPELL librsvg2;;
X) is_depends_enabled $SPELL libx11;;
diff --git a/x11-libs/cairo/SUB_DEPENDS b/x11-libs/cairo/SUB_DEPENDS
index e7885e1..c18f4de 100755
--- a/x11-libs/cairo/SUB_DEPENDS
+++ b/x11-libs/cairo/SUB_DEPENDS
@@ -3,6 +3,8 @@ case $THIS_SUB_DEPENDS in
depends poppler "--enable-pdf";;
XCB) message "Cairo with XCB support requested, forcing xcb-util
dependency" &&
depends xcb-util "--enable-xcb";;
+ PNG) message "Cairo with PNG support requested, forcing libpng dependency"
&&
+ depends libpng "--enable-png";;
PS) message "Cairo with PS support requested, forcing ghostscript
dependency" &&
depends ghostscript "--enable-ps";;
SVG) message "Cairo with SVG support requested, forcing libsvrg2
dependency" &&
diff --git a/x11-toolkits/gtk+2/PRE_SUB_DEPENDS
b/x11-toolkits/gtk+2/PRE_SUB_DEPENDS
new file mode 100755
index 0000000..988b1f9
--- /dev/null
+++ b/x11-toolkits/gtk+2/PRE_SUB_DEPENDS
@@ -0,0 +1,5 @@
+case $THIS_SUB_DEPENDS in
+ PNG) is_depends_enabled $SPELL libpng && return 0;;
+ *) echo "Eek, unknown subdependency requested!"; return 1;;
+esac
+return 1
diff --git a/x11-toolkits/gtk+2/SUB_DEPENDS b/x11-toolkits/gtk+2/SUB_DEPENDS
new file mode 100755
index 0000000..9cc6a0c
--- /dev/null
+++ b/x11-toolkits/gtk+2/SUB_DEPENDS
@@ -0,0 +1,6 @@
+case $THIS_SUB_DEPENDS in
+PNG) echo "PNG support requested, forcing libpng dependency." &&
+ depends libpng
+ ;;
+*) echo unknown sub-depends!!! ; return 1 ;;
+esac




Archive powered by MHonArc 2.6.24.

Top of Page