Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Eric Sandall (41643d5b9974caca65a2b1e4bf60981d55278038)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (41643d5b9974caca65a2b1e4bf60981d55278038)
  • Date: Sat, 5 Jan 2008 19:23:27 -0600

GIT changes to master grimoire by Eric Sandall <sandalle AT sourcemage.org>:

graphics-libs/devil/DETAILS | 5 +++--
graphics-libs/devil/HISTORY | 5 +++++
graphics-libs/devil/PRE_BUILD | 2 ++
3 files changed, 10 insertions(+), 2 deletions(-)

New commits:
commit 41643d5b9974caca65a2b1e4bf60981d55278038
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

devil: Fix header inclusion with gcc 4.2 (devil bug #1651292)

diff --git a/graphics-libs/devil/DETAILS b/graphics-libs/devil/DETAILS
index 3c8ac46..fced657 100755
--- a/graphics-libs/devil/DETAILS
+++ b/graphics-libs/devil/DETAILS
@@ -5,10 +5,11 @@
SOURCE=$SNAME-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SNAME-${VERSION//-rc?}
SOURCE_URL[0]=${SOURCEFORGE_URL}/openil/${SOURCE}
- WEB_SITE=http://openil.sourceforge.net/
- ENTERED=20031008
+ PATCHLEVEL=1
LICENSE[0]=LGPL
+ WEB_SITE=http://openil.sourceforge.net/
KEYWORDS="graphics libs"
+ ENTERED=20031008
SHORT="Developer's Image Library"
cat << EOF
Developer's Image Library (DevIL) is a programmer's library to develop
applications with very powerful image loading capabilities, yet is easy for a
developer to learn and use. Ultimate control of images is left to the
developer, so unnecessary conversions, etc. are not performed. DevIL utilizes
a simple, yet powerful, syntax. DevIL can load, save, convert, manipulate,
filter and display a wide variety of image formats.
diff --git a/graphics-libs/devil/HISTORY b/graphics-libs/devil/HISTORY
index 8b4d79b..a1494be 100644
--- a/graphics-libs/devil/HISTORY
+++ b/graphics-libs/devil/HISTORY
@@ -1,3 +1,8 @@
+2008-01-05 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: PATCHLEVEL=1
+ * PRE_BUILD: Fix upstream bug #1651292 (header inclusion fails with
gcc
+ 4.2) with fix from Debian Bug #376620
+
2007-07-21 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.6.8-rc2
* DEPENDS: libungif -> LIBGIF
diff --git a/graphics-libs/devil/PRE_BUILD b/graphics-libs/devil/PRE_BUILD
new file mode 100755
index 0000000..ccecc1b
--- /dev/null
+++ b/graphics-libs/devil/PRE_BUILD
@@ -0,0 +1,2 @@
+default_pre_build &&
+sed -i 's:(ILvoid):(void):g' $SOURCE_DIRECTORY/include/IL/*.h



  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (41643d5b9974caca65a2b1e4bf60981d55278038), Eric Sandall, 01/05/2008

Archive powered by MHonArc 2.6.24.

Top of Page