[Pkg-e-commits] [SCM] Core abstraction layer for enlightenment DR 0.17 branch, new-svn-snapshot, updated. 0.9.9.050+svn20081201-1-2519-gb2340b1

Albin Tonnerre albin.tonnerre at gmail.com
Sun Aug 2 15:32:54 UTC 2009


The following commit has been merged in the new-svn-snapshot branch:
commit 250bc4371993af07ce3964bc868aa9430ede66f3
Author: Albin Tonnerre <albin.tonnerre at gmail.com>
Date:   Mon May 25 19:46:56 2009 +0200

    Build using libgnutls instead of libssl

diff --git a/debian/control b/debian/control
index e57cd1b..9e028ff 100644
--- a/debian/control
+++ b/debian/control
@@ -5,8 +5,8 @@ Maintainer: Debian Pkg-e Team <pkg-e-devel at lists.alioth.debian.org>
 Uploaders: Albin Tonnerre <albin.tonnerre at gmail.com>, Niv Sardi <xaiki at debian.org>,
  Xavier Oswald <x.oswald at free.fr>, Jan Lübbe <jluebbe at debian.org>
 Build-Depends: dpkg-dev (>= 1.14.8), debhelper (>= 6), cdbs, libeina-dev (>= 0.0.2.060),
- libeet-dev (>= 1.0.0), libevas-dev (>= 0.9.9.060), libssl-dev,
- libcurl4-openssl-dev, libxcursor-dev, libxss-dev, libxrender-dev, libxinerama-dev,
+ libeet-dev (>= 1.0.0), libevas-dev (>= 0.9.9.060), libgnutls-dev
+ libcurl4-gnutls-dev, libxcursor-dev, libxss-dev, libxrender-dev, libxinerama-dev,
  libxrandr-dev, libxext-dev, libxp-dev, libxcomposite-dev, libjpeg62-dev,
  libxdamage-dev, x11proto-xext-dev, libxtst-dev, doxygen
 Standards-Version: 3.8.1
diff --git a/debian/rules b/debian/rules
index 5044378..7d0deb5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -27,5 +27,6 @@ DEB_CONFIGURE_EXTRA_FLAGS := --enable-ecore-fb \
 	--disable-ecore-evas-dfb \
 	--enable-ecore-evas-fb \
 	--disable-rpath \
-	--enable-openssl \
+	--disable-openssl \
+	--enable-gnutls \
 	--enable-doc

-- 
Core abstraction layer for enlightenment DR 0.17



More information about the Pkg-e-commits mailing list