[Lunar-commits] <moonbase> Revert "eet, evas and ecore deleted"
samuel verstraete
samuel.verstraete at gmail.com
Tue Dec 16 21:36:29 CET 2008
commit 4a3ed58eafbff3ad24621097ee6b8e5401d21add
Author: samuel verstraete <samuel.verstraete at gmail.com>
Date: Tue Dec 16 21:36:29 2008 +0100
Revert "eet, evas and ecore deleted"
This reverts commit 4ceccbdada88db46c82b5dff3991a69a3c75068c.
---
graphics/evas/DEPENDS | 2 ++
graphics/evas/DETAILS | 17 +++++++++++++++++
libs/ecore/DEPENDS | 1 +
libs/ecore/DETAILS | 14 ++++++++++++++
libs/eet/CONFLICTS | 1 +
libs/eet/DEPENDS | 2 ++
libs/eet/DETAILS | 17 +++++++++++++++++
libs/eet/POST_INSTALL | 4 ++++
8 files changed, 58 insertions(+), 0 deletions(-)
diff --git a/graphics/evas/DEPENDS b/graphics/evas/DEPENDS
new file mode 100644
index 0000000..6571d2f
--- /dev/null
+++ b/graphics/evas/DEPENDS
@@ -0,0 +1,2 @@
+depends imlib2_loaders &&
+depends %GLUT
diff --git a/graphics/evas/DETAILS b/graphics/evas/DETAILS
new file mode 100644
index 0000000..4cd3071
--- /dev/null
+++ b/graphics/evas/DETAILS
@@ -0,0 +1,17 @@
+ MODULE=evas
+ VERSION=0.6.0
+ SOURCE=$MODULE-$VERSION.tar.bz2
+ SOURCE_URL=$SFORGE_URL/enlightenment/
+ WEB_SITE=http://www.enlightenment.org
+ MAINTAINER="nhudson at speakeasy.net"
+ ENTERED=20011101
+ UPDATED=20011101
+ SHORT="canvis for e17"
+
+cat << EOF
+Evas is a canvas library, designed to work with the X Window System.
+It is designed to be able to take advantage of any graphics hardware
+or CPU processing power you may have, or to adjust for the lack of
+it. It has a simplistic API to access the features of a canvas to aid
+in making development using Evas easy.
+EOF
diff --git a/libs/ecore/DEPENDS b/libs/ecore/DEPENDS
new file mode 100644
index 0000000..7e93fb7
--- /dev/null
+++ b/libs/ecore/DEPENDS
@@ -0,0 +1 @@
+depends evas
diff --git a/libs/ecore/DETAILS b/libs/ecore/DETAILS
new file mode 100644
index 0000000..cdc91da
--- /dev/null
+++ b/libs/ecore/DETAILS
@@ -0,0 +1,14 @@
+ MODULE=ecore
+ VERSION=0.0.2
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=$SFORGE_URL/enlightenment/
+ WEB_SITE=http://www.enlightenment.org
+ MAINTAINER="nhudson at speakeasy.net"
+ ENTERED=20011101
+ UPDATED=20011101
+ SHORT="core functions for e17"
+
+cat << EOF
+Ecore is a core event abstraction layer and X abstraction layer
+for the enlightenment 0.17 window manager.
+EOF
diff --git a/libs/eet/CONFLICTS b/libs/eet/CONFLICTS
new file mode 100644
index 0000000..94587e2
--- /dev/null
+++ b/libs/eet/CONFLICTS
@@ -0,0 +1 @@
+conflicts eet-cvs
diff --git a/libs/eet/DEPENDS b/libs/eet/DEPENDS
new file mode 100644
index 0000000..ad6319a
--- /dev/null
+++ b/libs/eet/DEPENDS
@@ -0,0 +1,2 @@
+depends jpeg
+depends zlib
diff --git a/libs/eet/DETAILS b/libs/eet/DETAILS
new file mode 100644
index 0000000..8db4669
--- /dev/null
+++ b/libs/eet/DETAILS
@@ -0,0 +1,17 @@
+ MODULE=eet
+ VERSION=1.0.0
+ SOURCE=$MODULE-$VERSION.tar.bz2
+ SOURCE_URL=http://download.enlightenment.org/releases
+ SOURCE_VFY=sha1:aff404db4b3761c945d2d07b767f8443624e65eb
+ WEB_SITE=http://www.enlightenment.org
+ ENTERED=20050108
+ UPDATED=20080810
+ SHORT="A compression library for enlightenment"
+
+cat << EOF
+Eet is a tiny library designed to write an arbitary set of chunks of
+data to a file and optionally compress each chunk (very much like a
+zip file) and allow fast random-access reading of the file later on.
+It does not do zip as a zip itself has more complexity than is needed,
+and it was much simpler to impliment this once here.
+EOF
diff --git a/libs/eet/POST_INSTALL b/libs/eet/POST_INSTALL
new file mode 100644
index 0000000..01381d2
--- /dev/null
+++ b/libs/eet/POST_INSTALL
@@ -0,0 +1,4 @@
+if ! grep -q "/opt/lunar/enlightenment/lib" /etc/ld.so.conf; then
+ echo /opt/lunar/enlightenment/lib >> /etc/ld.so.conf
+ ldconfig
+fi
More information about the Lunar-commits
mailing list