[arch-commits] Commit in eina/repos (4 files)

Ronald van Haren ronald at archlinux.org
Sun Nov 25 21:13:38 UTC 2012


    Date: Sunday, November 25, 2012 @ 16:13:37
  Author: ronald
Revision: 171980

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  eina/repos/extra-i686/PKGBUILD
    (from rev 171979, eina/trunk/PKGBUILD)
  eina/repos/extra-x86_64/PKGBUILD
    (from rev 171979, eina/trunk/PKGBUILD)
Deleted:
  eina/repos/extra-i686/PKGBUILD
  eina/repos/extra-x86_64/PKGBUILD

-----------------------+
 extra-i686/PKGBUILD   |   81 +++++++++++++++++++++++++++++-------------------
 extra-x86_64/PKGBUILD |   81 +++++++++++++++++++++++++++++-------------------
 2 files changed, 100 insertions(+), 62 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2012-11-25 17:50:59 UTC (rev 171979)
+++ extra-i686/PKGBUILD	2012-11-25 21:13:37 UTC (rev 171980)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren <ronald.archlinux.org>
-# Contributor: Ronald van Haren <ronald.archlinux.org>
-
-pkgname=eina
-pkgver=1.7.1
-pkgrel=1
-pkgdesc="E17 file chunk reading/writing library"
-arch=('i686' 'x86_64')
-url="http://www.enlightenment.org"
-license=('LGPL2.1')
-depends=('glibc')
-options=('!libtool' '!emptydirs')
-source=(http://download.enlightenment.org/releases/eina-1.7.1.tar.gz)
-sha1sums=('6d5d7344aed93a71edf9c7cccf3d3c8bc28043a7')
-
-build() {
-   cd $srcdir/$pkgname-$pkgver
-
-  export CFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections ${CFLAGS}"
-  export CXXFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections ${CXXFLAGS}"
-  export LDFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections -Wl,--gc-sections -Wl,--as-needed  ${LDFLAGS}"
-
-  ./configure --prefix=/usr --enable-amalgamation
-  make
-}
-
-package(){
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: eina/repos/extra-i686/PKGBUILD (from rev 171979, eina/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2012-11-25 21:13:37 UTC (rev 171980)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Ronald van Haren <ronald.archlinux.org>
+# Contributor: Ronald van Haren <ronald.archlinux.org>
+
+pkgname=eina
+pkgver=1.7.2
+pkgrel=1
+pkgdesc="A core data structure and common utility library"
+arch=('i686' 'x86_64')
+url="http://www.enlightenment.org"
+license=('LGPL2.1')
+depends=('glibc')
+options=('!libtool' '!emptydirs')
+source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
+sha1sums=('cb56cf9ec28d7cb42ca168d9e261c5f580986c29')
+
+build() {
+   cd $srcdir/$pkgname-$pkgver
+
+  export CFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections ${CFLAGS}"
+  export CXXFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections ${CXXFLAGS}"
+  export LDFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections -Wl,--gc-sections -Wl,--as-needed  ${LDFLAGS}"
+
+  ./configure --prefix=/usr --enable-amalgamation \
+	--with-internal-maximum-log-level=3 \
+	--disable-static \
+	--disable-benchmark \
+	--disable-install-examples \
+	--disable-build-examples \
+	--disable-doc \
+	--disable-tests \
+	--enable-default-mempool \
+	--enable-mempool-chained-pool \
+	--enable-mempool-pass-through \
+	--disable-mempool-buddy \
+	--disable-mempool-ememoa-fixed \
+	--disable-mempool-ememoa-unknown \
+	--disable-mempool-fixed-bitmap \
+	--disable-assert \
+	--disable-ememoa 
+
+#	--disable-mempool-one-big ## this option causes a segfault in 1.7.2
+
+  make
+}
+
+package(){
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2012-11-25 17:50:59 UTC (rev 171979)
+++ extra-x86_64/PKGBUILD	2012-11-25 21:13:37 UTC (rev 171980)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren <ronald.archlinux.org>
-# Contributor: Ronald van Haren <ronald.archlinux.org>
-
-pkgname=eina
-pkgver=1.7.1
-pkgrel=1
-pkgdesc="E17 file chunk reading/writing library"
-arch=('i686' 'x86_64')
-url="http://www.enlightenment.org"
-license=('LGPL2.1')
-depends=('glibc')
-options=('!libtool' '!emptydirs')
-source=(http://download.enlightenment.org/releases/eina-1.7.1.tar.gz)
-sha1sums=('6d5d7344aed93a71edf9c7cccf3d3c8bc28043a7')
-
-build() {
-   cd $srcdir/$pkgname-$pkgver
-
-  export CFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections ${CFLAGS}"
-  export CXXFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections ${CXXFLAGS}"
-  export LDFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections -Wl,--gc-sections -Wl,--as-needed  ${LDFLAGS}"
-
-  ./configure --prefix=/usr --enable-amalgamation
-  make
-}
-
-package(){
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: eina/repos/extra-x86_64/PKGBUILD (from rev 171979, eina/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2012-11-25 21:13:37 UTC (rev 171980)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Ronald van Haren <ronald.archlinux.org>
+# Contributor: Ronald van Haren <ronald.archlinux.org>
+
+pkgname=eina
+pkgver=1.7.2
+pkgrel=1
+pkgdesc="A core data structure and common utility library"
+arch=('i686' 'x86_64')
+url="http://www.enlightenment.org"
+license=('LGPL2.1')
+depends=('glibc')
+options=('!libtool' '!emptydirs')
+source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
+sha1sums=('cb56cf9ec28d7cb42ca168d9e261c5f580986c29')
+
+build() {
+   cd $srcdir/$pkgname-$pkgver
+
+  export CFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections ${CFLAGS}"
+  export CXXFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections ${CXXFLAGS}"
+  export LDFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections -Wl,--gc-sections -Wl,--as-needed  ${LDFLAGS}"
+
+  ./configure --prefix=/usr --enable-amalgamation \
+	--with-internal-maximum-log-level=3 \
+	--disable-static \
+	--disable-benchmark \
+	--disable-install-examples \
+	--disable-build-examples \
+	--disable-doc \
+	--disable-tests \
+	--enable-default-mempool \
+	--enable-mempool-chained-pool \
+	--enable-mempool-pass-through \
+	--disable-mempool-buddy \
+	--disable-mempool-ememoa-fixed \
+	--disable-mempool-ememoa-unknown \
+	--disable-mempool-fixed-bitmap \
+	--disable-assert \
+	--disable-ememoa 
+
+#	--disable-mempool-one-big ## this option causes a segfault in 1.7.2
+
+  make
+}
+
+package(){
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}




More information about the arch-commits mailing list