[Lunar-commits] <moonbase> libcaca: version bumped
Michael 'v4hn' Goerner
v4hn at lunar-linux.org
Fri Jun 15 13:51:04 CEST 2012
commit 9a5eff5fa93fa8f0470b5d7f86df76ab464fbf90
Author: Michael 'v4hn' Goerner <v4hn at lunar-linux.org>
Date: Fri Jun 15 13:07:45 2012 +0200
libcaca: version bumped
---
graphics/libcaca/BUILD | 7 ++++++-
graphics/libcaca/DEPENDS | 2 +-
graphics/libcaca/DETAILS | 8 ++++----
3 files changed, 11 insertions(+), 6 deletions(-)
diff --git a/graphics/libcaca/BUILD b/graphics/libcaca/BUILD
index bd6d0b9..1d132ae 100644
--- a/graphics/libcaca/BUILD
+++ b/graphics/libcaca/BUILD
@@ -1,6 +1,11 @@
(
- OPTS+=" --disable-debug --disable-doc"
+ sedit "s:\$(am__py_compile) --destdir \"\$(DESTDIR)\":\$(am__py_compile):" python/Makefile.in &&
+
+ OPTS+=" --disable-debug --disable-doc" &&
+
+ #java bindings are broken
+ OPTS+=" --disable-java" &&
bad_flags "-Wl,-O1,--as-needed" &&
bad_flags "-Wl,--as-needed" &&
diff --git a/graphics/libcaca/DEPENDS b/graphics/libcaca/DEPENDS
index 024a32a..b618c04 100644
--- a/graphics/libcaca/DEPENDS
+++ b/graphics/libcaca/DEPENDS
@@ -1 +1 @@
-depends imlib2
+optional_depends imlib2 "--enable-imlib2" "--disable-imlib2" "for Imlib2 graphics support"
diff --git a/graphics/libcaca/DETAILS b/graphics/libcaca/DETAILS
index be29b25..d82d56a 100644
--- a/graphics/libcaca/DETAILS
+++ b/graphics/libcaca/DETAILS
@@ -1,11 +1,11 @@
MODULE=libcaca
- VERSION=0.9
+ VERSION=0.99.beta18
SOURCE=$MODULE-$VERSION.tar.gz
- SOURCE_URL=$MIRROR_URL
- SOURCE_VFY=sha1:6dee4d8b5f5f606333fb6d6e92b1ecfef94dc241
+ SOURCE_URL=http://caca.zoy.org/files/libcaca
+ SOURCE_VFY=sha1:0cbf8075c01d59b53c3cdfec7df9818696a41128
WEB_SITE=http://sam.zoy.org/libcaca/
ENTERED=20050602
- UPDATED=20050602
+ UPDATED=20120615
SHORT="Graphical output represented with ASCII text, similar to AAlib"
cat << EOF
The libcaca library is a graphics library that outputs text instead of
More information about the Lunar-commits
mailing list