summaryrefslogtreecommitdiffstats
path: root/e/imlib
diff options
context:
space:
mode:
authorroot2006-04-24 09:03:08 -0500
committerroot2006-04-24 09:03:08 -0500
commit84d8b510ac289af0a43bfa9e110844af27a90196 (patch)
treed7093929b954dd2f71114bff270755e18f737eb1 /e/imlib
initial commit from stable 0.3
Diffstat (limited to 'e/imlib')
-rwxr-xr-xe/imlib/BUILD3
-rwxr-xr-xe/imlib/DEPENDS6
-rwxr-xr-xe/imlib/DETAILS19
-rw-r--r--e/imlib/HISTORY71
-rwxr-xr-xe/imlib/TRIGGERS2
5 files changed, 101 insertions, 0 deletions
diff --git a/e/imlib/BUILD b/e/imlib/BUILD
new file mode 100755
index 0000000000..ac14d37c05
--- /dev/null
+++ b/e/imlib/BUILD
@@ -0,0 +1,3 @@
+export CPPFLAGS="$CPPFLAGS -w -I/usr/include/libpng12" &&
+OPTS="--sysconfdir=${INSTALL_ROOT}/etc/imlib" &&
+default_build
diff --git a/e/imlib/DEPENDS b/e/imlib/DEPENDS
new file mode 100755
index 0000000000..e7a110fc80
--- /dev/null
+++ b/e/imlib/DEPENDS
@@ -0,0 +1,6 @@
+depends tiff &&
+depends libpng &&
+depends zlib &&
+depends jpeg &&
+depends libungif &&
+depends gtk+
diff --git a/e/imlib/DETAILS b/e/imlib/DETAILS
new file mode 100755
index 0000000000..fd620f144a
--- /dev/null
+++ b/e/imlib/DETAILS
@@ -0,0 +1,19 @@
+ SPELL=imlib
+ VERSION=1.9.15
+ BRANCH=`echo $VERSION|cut -d . -f 1,2`
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=$GNOME_URL/sources/imlib/$BRANCH/$SOURCE
+ SOURCE_HASH=sha512:f83129468aee68d9bc5376f43613c5982da89cf010695ea7b25520c77be7d51cc408aa608bbfe8cdd3f1fc0af7891a982d45a62ea7f78770e15c1542217b1948
+ WEB_SITE=http://enlightenment.org/Libraries/Imlib/
+ ENTERED=20010922
+ UPDATED=20030721
+ LICENSE[0]=GPL
+ LICENSE[1]=LGPL
+ KEYWORDS="enlightenment"
+ SHORT="An advanced replacement library for libraries like libXpm"
+cat << EOF
+Imlib is an advanced replacement library for libraries like libXpm that
+provides many more features with much greater flexibility and speed. It
+was originally written for E, now used by the GNOME Project.
+EOF
diff --git a/e/imlib/HISTORY b/e/imlib/HISTORY
new file mode 100644
index 0000000000..b840708bcc
--- /dev/null
+++ b/e/imlib/HISTORY
@@ -0,0 +1,71 @@
+2006-04-14 Arwed v. Merkatz <v.merkatz@gmx.net>
+ * DEPENDS: changed LIBGIF to libungif as the LIBGIF provides isn't in
+ stable grimoire yet
+
+2006-03-12 Karsten Behrmann <BearPerson@sourcemage.org>
+ * DETAILS: (automated) Add KEYWORDS
+
+2005-12-16 Ladislav Hagara <hgr@vabo.cz>
+ * DEPENDS: libungif -> LIBGIF [Bug 10214]
+
+2005-11-29 Seth Woolley <seth@tautology.org>
+ * DETAILS: MD5 -> SHA512
+
+2005-10-28 Eric Sandall <eric@sandall.us>
+ * DETAILS: Changed WEB_SITE to actual package URL
+
+2005-09-21 Eric Sandall <eric@sandall.us>
+ * DETAILS: Removed BUILD_API=2, section-wide now
+
+2005-05-11 Eric Sandall <eric@sandall.us>
+ * DETAILS: Updated to 1.9.15
+ * BUILD: Override --sysconfdir with OPTS and use default_build
+
+2005-01-03 Eric Sandall <eric@sandall.us>
+ * DETAILS: Removed MAINTAINER
+ Shortened SHORT
+ * HISTORY: Formatted to Guru Handbook
+
+2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
+ * BUILD: converted to BUILD_API 2, install man pages to /usr/share/man
+
+2003-07-21 Robin Cook <rcook@wyrms.net>
+ * TRIGGER: Added to cast self in gdk-pixbuf cast
+
+2003-05-27 Robin Cook <rcook@wyrms.net>
+ * BUILD: Added ${INSTALL_ROOT}
+
+2003-04-08 M.L. <mlubrano@sourcemage.org>
+ * BUILD: Hadded $OPTS
+
+2002-10-23 Robin Cook <rcook@wyrms.net>
+ * DETAILS: Add MD5
+
+2002-10-18 Robin Cook <rcook@wyrms.net>
+ * TRIGGER: Added for zlib
+
+2002-09-20 Jon Svendsen <jon-sven@frisurf.no>
+ * DETAILS: URLs now match new ftp.gnome.org layout
+
+2002-06-25 Jon Svendsen <jon-sven@frisurf.no>
+ * BUILD: Disable preprocessor warnings, to make ./configure libpng
+ detection work with gcc3
+
+2002-06-19 Jon Svendsen <jon-sven@frisurf.no>
+ * DETAILS: Added licensing information
+
+2002-05-30 Jon Svendsen <jon-sven@frisurf.no>
+ * BUILD: Added libpng header hack
+
+2002-03-30 Jon Svendsen <jon-sven@frisurf.no>
+ * DETAILS: Updated to 1.9.14
+
+2002-03-15 Jon Svendsen <jon-sven@frisurf.no>
+ * DETAILS: Updated to 1.9.13
+
+2002-03-14 Jon Svendsen <jon-sven@frisurf.no>
+ * HISTORY: Added
+ * DETAILS: Added MAINTAINER=me
+ fixed backup url
+ * DEPENDS: cleaned up depends
+
diff --git a/e/imlib/TRIGGERS b/e/imlib/TRIGGERS
new file mode 100755
index 0000000000..56cfaa2944
--- /dev/null
+++ b/e/imlib/TRIGGERS
@@ -0,0 +1,2 @@
+on_cast zlib cast_self
+on_cast gdk-pixbuf cast_self