[Pkg-e-commits] [SCM] Enlightenment DR17 advanced canvas library branch, new-svn-snapshot, updated. debian/0.9.9.050+svn20081206-1-2321-g02d50d4
Albin Tonnerre
albin.tonnerre at gmail.com
Wed Jun 24 20:07:24 UTC 2009
The following commit has been merged in the new-svn-snapshot branch:
commit 02d50d40658fcb06a0afad3e028464a8cfa4c94c
Author: Albin Tonnerre <albin.tonnerre at gmail.com>
Date: Wed Jun 24 22:07:06 2009 +0200
Disable fribidi support and add version name to the evas engines that are Provides:
diff --git a/debian/changelog b/debian/changelog
index 2fc768c..2aeea93 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,10 @@ evas (0.9.9.061-1) UNRELEASED; urgency=low
* New upstream snapshot
* Change packages name due to API changes
+ * Explicitly disable fribidi support for now
+ * Refactoring of the engine packages
+ - Add the version into the package name to avoid possible breakages, now
+ that different evas versions can be installed at the same time
-- Albin Tonnerre <albin.tonnerre at gmail.com> Wed, 17 Jun 2009 16:09:15 +0200
diff --git a/debian/control b/debian/control
index 353d124..e53ca07 100644
--- a/debian/control
+++ b/debian/control
@@ -79,7 +79,7 @@ Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Conflicts: libevas-0.9.9.050a-engines
Replaces: libevas-engines
-Provides: libevas-engine-buffer, libevas-engine-software-generic
+Provides: libevas-svn-02-engine-buffer, libevas-svn-02-engine-software-generic
Description: Evas module providingg the framebuffer render engine
Evas is an advanced canvas library, providing six engines for rendering: X11,
OpenGL (hardware accelerated), DirectFB, the framebuffer, Microsoft Windows
@@ -95,7 +95,7 @@ Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, libevas-svn-02-engines-core
Conflicts: libevas-0.9.9.050a-engines
Replaces: libevas-engines, libevas-engines-extras
-Provides: libevas-engine-software-x11, libevas-engine-xrender-x11, libevas-engine-gl-x11
+Provides: libevas-svn-02-engine-software-x11, libevas-svn-02-engine-xrender-x11, libevas-svn-02-engine-gl-x11
Description: Evas module providing the X11 engines
Evas is an advanced canvas library, providing six engines for rendering: X11,
OpenGL (hardware accelerated), DirectFB, the framebuffer, Microsoft Windows
@@ -112,7 +112,6 @@ Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, libevas-svn-02-engines-core
Conflicts: libevas-0.9.9.050a-engines-extras
Replaces: libevas-engines-extras
-Provides: libevas-engine-fb
Description: Evas module providing the Framebuffer engine
Evas is an advanced canvas library, providing six engines for rendering: X11,
OpenGL (hardware accelerated), DirectFB, the framebuffer, Microsoft Windows
diff --git a/debian/rules b/debian/rules
index 3b75254..b988b17 100755
--- a/debian/rules
+++ b/debian/rules
@@ -71,4 +71,5 @@ DEB_CONFIGURE_EXTRA_FLAGS := --enable-strict \
--disable-image-loader-edb \
--disable-software-16-x11 \
--enable-doc \
+ --disable-fribidi \
--disable-rpath $(arch_flags)
--
Enlightenment DR17 advanced canvas library
More information about the Pkg-e-commits
mailing list