Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pieter Lenaerts (5cf1fc4ac7fd54dcc035093e766fbf073a2584bf)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pieter Lenaerts <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pieter Lenaerts (5cf1fc4ac7fd54dcc035093e766fbf073a2584bf)
  • Date: Thu, 21 Sep 2006 15:48:08 -0500

GIT changes to master grimoire by Pieter Lenaerts <e-type AT sourcemage.org>:

shell-term-fm/aterm/DEPENDS | 2
shell-term-fm/aterm/HISTORY | 3 +
windowmanagers/afterstep/CONFLICTS | 1
windowmanagers/afterstep/HISTORY | 4 +
windowmanagers/afterstep/PROVIDES | 1
x11-libs/libafterimage/BUILD | 5 ++
x11-libs/libafterimage/CONFIGURE | 2
x11-libs/libafterimage/DEPENDS | 38
++++++++++++++++++
x11-libs/libafterimage/DETAILS | 14 ++++++
x11-libs/libafterimage/PROVIDES | 1
x11-libs/libafterimage/WIP | 3 +
x11-libs/libafterimage/libAfterImage-1.07.tar.bz2.sig |binary
12 files changed, 73 insertions(+), 1 deletion(-)

New commits:
commit 5cf1fc4ac7fd54dcc035093e766fbf073a2584bf
Author: Pieter Lenaerts <e-type AT sourcemage.org>
Commit: Pieter Lenaerts <e-type AT sourcemage.org>

afterstep: provides libafterimage, conflicts libafterimage

commit 1b9256275f578b38e9134dcb4b85a813e4659c47
Author: Pieter Lenaerts <e-type AT sourcemage.org>
Commit: Pieter Lenaerts <e-type AT sourcemage.org>

aterm: depends LIBAFTERIMAGE

commit 0bde5a8ace4ab1b8dec70639ac2821f8e97f7846
Author: Pieter Lenaerts <e-type AT sourcemage.org>
Commit: Pieter Lenaerts <e-type AT sourcemage.org>

libafterimage: should be pretty much ready

commit 8951a27978e88845fcfcac2d5f0899647f855361
Author: Pieter Lenaerts <e-type AT sourcemage.org>
Commit: Pieter Lenaerts <e-type AT sourcemage.org>

libafterimage: worked on DEPENDS a little

commit 220897b94400bf0215688852917191e40d99bfdc
Author: Pieter Lenaerts <e-type AT sourcemage.org>
Commit: Pieter Lenaerts <e-type AT sourcemage.org>

libafterstep: started adding spell, WIP

diff --git a/shell-term-fm/aterm/DEPENDS b/shell-term-fm/aterm/DEPENDS
index d87abbd..7a35044 100755
--- a/shell-term-fm/aterm/DEPENDS
+++ b/shell-term-fm/aterm/DEPENDS
@@ -1,5 +1,5 @@
depends X11-LIBS &&
-optional_depends afterstep \
+optional_depends LIBAFTERIMAGE \
"" \
"" \
"to enable background image support"
diff --git a/shell-term-fm/aterm/HISTORY b/shell-term-fm/aterm/HISTORY
index 791ab18..6dc7913 100644
--- a/shell-term-fm/aterm/HISTORY
+++ b/shell-term-fm/aterm/HISTORY
@@ -1,3 +1,6 @@
+2006-09-21 Pieter Lenaerts <e-type AT sourcemage.org>
+ * DEPENDS: depends LIBAFTERIMAGE
+
2006-09-08 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 1.0.0, removed UPDATED, fixed SOURCE_URL
* DEPENDS: made afterstep optional [Bug 13082]
diff --git a/windowmanagers/afterstep/CONFLICTS
b/windowmanagers/afterstep/CONFLICTS
new file mode 100755
index 0000000..cdcaa21
--- /dev/null
+++ b/windowmanagers/afterstep/CONFLICTS
@@ -0,0 +1 @@
+conflicts libafterimage
diff --git a/windowmanagers/afterstep/HISTORY
b/windowmanagers/afterstep/HISTORY
index 4d44d69..17b0bef 100644
--- a/windowmanagers/afterstep/HISTORY
+++ b/windowmanagers/afterstep/HISTORY
@@ -1,3 +1,7 @@
+2006-09-21 Pieter Lenaerts <e-type AT sourcemage.org>
+ * added PROVIDES: provides LIBAFTERIMAGE
+ * added CONFLICTS: conflicts libafterimage
+
2006-09-21 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed BUILD_API=2.

diff --git a/windowmanagers/afterstep/PROVIDES
b/windowmanagers/afterstep/PROVIDES
new file mode 100755
index 0000000..61084b7
--- /dev/null
+++ b/windowmanagers/afterstep/PROVIDES
@@ -0,0 +1 @@
+LIBAFTERIMAGE
diff --git a/x11-libs/libafterimage/BUILD b/x11-libs/libafterimage/BUILD
new file mode 100755
index 0000000..2d06067
--- /dev/null
+++ b/x11-libs/libafterimage/BUILD
@@ -0,0 +1,5 @@
+if [ "${LIBAFTERSTEP_SO}" == "y" ]
+then OPTS="${OPTS} --enable-sharedlibs --disable-staticlibs"
+else OPTS="${OPTS} --disable-sharedlibs --enable-staticlibs"
+fi &&
+default_build
diff --git a/x11-libs/libafterimage/CONFIGURE
b/x11-libs/libafterimage/CONFIGURE
new file mode 100755
index 0000000..a5dc035
--- /dev/null
+++ b/x11-libs/libafterimage/CONFIGURE
@@ -0,0 +1,2 @@
+config_query LIBAFTERSTEP_SO "Enable building shared library?" y &&
+config_query LIBAFTERSTEP_GIF "Use external provider of LIBGIF?" y
diff --git a/x11-libs/libafterimage/DEPENDS b/x11-libs/libafterimage/DEPENDS
new file mode 100755
index 0000000..76954e3
--- /dev/null
+++ b/x11-libs/libafterimage/DEPENDS
@@ -0,0 +1,38 @@
+optional_depends afterstep \
+ "--with-afterbase" \
+ "--without-afterbase" \
+ "Use afterstep's libafterbase?" &&
+
+optional_depends freetype2 \
+ "--with-ttf" \
+ "--without-ttf" \
+ "Use freetype2 for True Type font support?" &&
+
+optional_depends jpeg \
+ "--with-jpeg" \
+ "--without-jpeg" \
+ "Support jpeg image format?" &&
+
+optional_depends libpng \
+ "--with-png" \
+ "--without-png" \
+ "Support png image format?" &&
+
+optional_depends tiff \
+ "--with-tiff" \
+ "--without-tiff" \
+ "Support tiff image format?" &&
+
+if [ "${LIBAFTERSTEP_GIF}" == "y" ] ; then
+ optional_depends LIBGIF \
+ "--without-builtin-ungif" \
+ "--with-builtin-ungif" \
+ "Use external gif library?"
+ # test for which LIBGIF is picked go here.
+ if is_depends_enabled ${SPELL} giflib
+ then depends giflib '--with-gif'
+ elif is_depends_enabled ${SPELL} libungif
+ then depends libungif '--with-ungif'
+ fi
+else OPTS="${OPTS} --without-gif --without-builtin-ungif"
+fi
diff --git a/x11-libs/libafterimage/DETAILS b/x11-libs/libafterimage/DETAILS
new file mode 100755
index 0000000..eb53b4e
--- /dev/null
+++ b/x11-libs/libafterimage/DETAILS
@@ -0,0 +1,14 @@
+ SPELL=libafterimage
+ VERSION=1.07
+ BUILD_API=2
+ SOURCE=libAfterImage-${VERSION}.tar.bz2
+SOURCE_DIRECTORY=${BUILD_DIRECTORY}/libAfterImage-${VERSION}
+ SOURCE_URL=ftp://ftp.afterstep.org/stable/libAfterImage/${SOURCE}
+ SOURCE_GPG=gurus.gpg:${SOURCE}.sig:WORKS_FOR_ME
+ WEB_SITE=http://www.afterstep.org/
+ ENTERED=20060920
+ LICENSE[0]=GPL
+ SHORT="afterstep library"
+cat << EOF
+Library providing part of the afterstep library functions.
+EOF
diff --git a/x11-libs/libafterimage/PROVIDES b/x11-libs/libafterimage/PROVIDES
new file mode 100755
index 0000000..61084b7
--- /dev/null
+++ b/x11-libs/libafterimage/PROVIDES
@@ -0,0 +1 @@
+LIBAFTERIMAGE
diff --git a/x11-libs/libafterimage/WIP b/x11-libs/libafterimage/WIP
new file mode 100644
index 0000000..81d4e2f
--- /dev/null
+++ b/x11-libs/libafterimage/WIP
@@ -0,0 +1,3 @@
+as needs to provide LIBAFTERIMAGE
+aterm needs to depend on LIBAFTERIMAGE
+needs HISTORY
diff --git a/x11-libs/libafterimage/libAfterImage-1.07.tar.bz2.sig
b/x11-libs/libafterimage/libAfterImage-1.07.tar.bz2.sig
new file mode 100644
index 0000000..451f125
Binary files /dev/null and
b/x11-libs/libafterimage/libAfterImage-1.07.tar.bz2.sig differ



  • [SM-Commit] GIT changes to master grimoire by Pieter Lenaerts (5cf1fc4ac7fd54dcc035093e766fbf073a2584bf), Pieter Lenaerts, 09/21/2006

Archive powered by MHonArc 2.6.24.

Top of Page