[Pkg-e-commits] [SCM] Enlightenment DR17 advanced canvas library branch, new-svn-snapshot, updated. debian/0.9.9.050+svn20081206-1-2324-g5514acc
Albin Tonnerre
albin.tonnerre at gmail.com
Sun Aug 2 16:11:25 UTC 2009
The following commit has been merged in the new-svn-snapshot branch:
commit b6308f0e37d44c5f2254a99ec36ebb1f18dcccc6
Author: Albin Tonnerre <albin.tonnerre at gmail.com>
Date: Tue Jul 14 20:21:42 2009 +0200
Fix fb-related issues, thanks to Cyril Brulebois
diff --git a/debian/changelog b/debian/changelog
index 68be2b0..b9650d6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+evas (0.9.9.061-2) unstable; urgency=low
+
+ * Patch from Cyril Brulebois to fix framebuffer-related issues on non-linux
+ architectures (Closes: #536086)
+
+ -- Albin Tonnerre <albin.tonnerre at gmail.com> Tue, 14 Jul 2009 20:20:21 +0200
+
evas (0.9.9.061-1) unstable; urgency=low
* New upstream snapshot
diff --git a/debian/control b/debian/control
index e53ca07..7bb997d 100644
--- a/debian/control
+++ b/debian/control
@@ -108,7 +108,7 @@ Description: Evas module providing the X11 engines
- Xrender/X11
Package: libevas-svn-02-engine-fb
-Architecture: any
+Architecture: alpha amd64 armel hppa i386 ia64 m68k mips mipsel powerpc s390 sparc
Depends: ${shlibs:Depends}, ${misc:Depends}, libevas-svn-02-engines-core
Conflicts: libevas-0.9.9.050a-engines-extras
Replaces: libevas-engines-extras
diff --git a/debian/rules b/debian/rules
index b988b17..53933f4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -21,10 +21,13 @@ else
arch_flags += --enable-pthreads
endif
+ifeq (linux,$(DEB_HOST_ARCH_OS))
+ arch_flags += --enable-fb
+endif
+
DEB_CONFIGURE_EXTRA_FLAGS := --enable-strict \
--enable-fontconfig \
--enable-software-x11 \
- --enable-fb \
--enable-buffer \
--enable-gl-x11 \
--enable-xrender-x11 \
--
Enlightenment DR17 advanced canvas library
More information about the Pkg-e-commits
mailing list