[arch-commits] Commit in efl/repos (10 files)
Jan Steffens
heftig at archlinux.org
Sat Dec 26 03:24:13 UTC 2015
Date: Saturday, December 26, 2015 @ 04:24:12
Author: heftig
Revision: 257285
archrelease: copy trunk to staging-i686, staging-x86_64
Added:
efl/repos/staging-i686/
efl/repos/staging-i686/PKGBUILD
(from rev 257284, efl/trunk/PKGBUILD)
efl/repos/staging-i686/efl-1.10.0-giflib-5.1.0.patch
(from rev 257284, efl/trunk/efl-1.10.0-giflib-5.1.0.patch)
efl/repos/staging-i686/efl.install
(from rev 257284, efl/trunk/efl.install)
efl/repos/staging-i686/eina_doxygen.patch
(from rev 257284, efl/trunk/eina_doxygen.patch)
efl/repos/staging-x86_64/
efl/repos/staging-x86_64/PKGBUILD
(from rev 257284, efl/trunk/PKGBUILD)
efl/repos/staging-x86_64/efl-1.10.0-giflib-5.1.0.patch
(from rev 257284, efl/trunk/efl-1.10.0-giflib-5.1.0.patch)
efl/repos/staging-x86_64/efl.install
(from rev 257284, efl/trunk/efl.install)
efl/repos/staging-x86_64/eina_doxygen.patch
(from rev 257284, efl/trunk/eina_doxygen.patch)
----------------------------------------------+
staging-i686/PKGBUILD | 72 +++++++++++++++++++++++++
staging-i686/efl-1.10.0-giflib-5.1.0.patch | 39 +++++++++++++
staging-i686/efl.install | 16 +++++
staging-i686/eina_doxygen.patch | 10 +++
staging-x86_64/PKGBUILD | 72 +++++++++++++++++++++++++
staging-x86_64/efl-1.10.0-giflib-5.1.0.patch | 39 +++++++++++++
staging-x86_64/efl.install | 16 +++++
staging-x86_64/eina_doxygen.patch | 10 +++
8 files changed, 274 insertions(+)
Copied: efl/repos/staging-i686/PKGBUILD (from rev 257284, efl/trunk/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD (rev 0)
+++ staging-i686/PKGBUILD 2015-12-26 03:24:12 UTC (rev 257285)
@@ -0,0 +1,72 @@
+# $Id$
+# Maintainer: Ronald van Haren <ronald at archlinux.org>
+# Contributor: Enlightenment Developers <enlightenment-devel at enlightenment.org>
+
+pkgbase=efl
+pkgname=('efl' 'efl-docs')
+pkgver=1.16.0
+pkgrel=3
+pkgdesc="Enlightenment Foundation Libraries"
+arch=('i686' 'x86_64')
+url="http://www.enlightenment.org"
+license=('BSD' 'LGPL2.1' 'GPL2' 'custom')
+depends=('bullet' 'libjpeg-turbo' 'gst-plugins-base'
+ 'luajit' 'curl' 'fribidi' 'libpulse' 'libxcomposite'
+ 'libxinerama' 'libxrandr' 'libxss' 'libinput'
+ 'libxcursor' 'libxp' 'libwebp' 'shared-mime-info'
+ 'libxkbcommon' 'wayland' 'lz4' 'openjpeg' 'avahi')
+optdepends=('python2: einabench-cmp')
+makedepends=('doxygen' 'python' 'texlive-core' 'ghostscript')
+replaces=('ecore' 'edje' 'eet' 'eeze' 'efreet' 'eina' 'eio' 'embryo'
+ 'emotion' 'ethumb' 'evas')
+options=('!emptydirs')
+source=(http://download.enlightenment.org/rel/libs/${pkgname}/$pkgname-$pkgver.tar.xz
+ 'eina_doxygen.patch')
+install=efl.install
+sha1sums=('2535101d7ca0e2bfe59995942fc21d8f5162d7ce'
+ 'ef2b961e793c711685623a149ab55b1bec9a3676')
+
+prepare() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ sed -i 's/env python$/&2/' src/scripts/eina/eina-bench-cmp
+
+ # fix docs building
+ patch -Np0 -i ${srcdir}/eina_doxygen.patch
+}
+
+build() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+
+ export CFLAGS="$CFLAGS -fvisibility=hidden"
+
+ ./configure --prefix=/usr \
+ --disable-static --disable-tslib --enable-fb \
+ --enable-xinput22 --enable-multisense --enable-systemd \
+ --enable-image-loader-webp --enable-harfbuzz --enable-wayland \
+ --enable-liblz4 --enable-drm
+
+ make
+ make -j1 doc
+}
+
+package_efl(){
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ make -j1 DESTDIR=${pkgdir} install
+
+ # install non-standard license files
+ install -Dm644 "${srcdir}/${pkgname}-${pkgver}/licenses/COPYING.BSD" \
+ "${pkgdir}/usr/share/licenses/${pkgname}/COPYING.BSD"
+ install -Dm644 "${srcdir}/${pkgname}-${pkgver}/licenses/COPYING.SMALL" \
+ "${pkgdir}/usr/share/licenses/${pkgname}/COPYING.SMALL"
+}
+
+package_efl-docs() {
+ pkgdesc="Documentation for the Enlightenment Foundation Libraries"
+ depends=()
+
+ cd "${srcdir}/${pkgbase}-${pkgver}"
+ install -d "${pkgdir}/usr/share/doc/${pkgbase}"
+ cp -a doc/html "${pkgdir}/usr/share/doc/${pkgbase}/html"
+ cp -a doc/latex "${pkgdir}/usr/share/doc/${pkgbase}/latex"
+}
+
Copied: efl/repos/staging-i686/efl-1.10.0-giflib-5.1.0.patch (from rev 257284, efl/trunk/efl-1.10.0-giflib-5.1.0.patch)
===================================================================
--- staging-i686/efl-1.10.0-giflib-5.1.0.patch (rev 0)
+++ staging-i686/efl-1.10.0-giflib-5.1.0.patch 2015-12-26 03:24:12 UTC (rev 257285)
@@ -0,0 +1,39 @@
+diff -rupN a/src/modules/evas/loaders/gif/evas_image_load_gif.c b/src/modules/evas/loaders/gif/evas_image_load_gif.c
+--- a/src/modules/evas/loaders/gif/evas_image_load_gif.c 2014-05-19 16:10:12.000000000 +0000
++++ b/src/modules/evas/loaders/gif/evas_image_load_gif.c 2014-06-01 11:05:50.963850389 +0000
+@@ -528,7 +528,7 @@ evas_image_load_file_head_gif2(void *loa
+ ret = EINA_TRUE;
+
+ on_error: // jump here on any errors to clean up
+- if (gif) DGifCloseFile(gif);
++ if (gif) DGifCloseFile(gif, NULL);
+ if (fi.map) eina_file_map_free(f, fi.map);
+ return ret;
+ }
+@@ -606,7 +606,7 @@ open_file:
+ // start as we have nothnig to build on
+ if ((index > 0) && (index < loader->imgnum) && (animated->animated))
+ {
+- if (loader->gif) DGifCloseFile(loader->gif);
++ if (loader->gif) DGifCloseFile(loader->gif, NULL);
+ if ((loader->fi.map) && (loader->f))
+ eina_file_map_free(loader->f, loader->fi.map);
+ loader->gif = NULL;
+@@ -764,7 +764,7 @@ open_file:
+ loader->imgnum = imgnum;
+ if ((animated->frame_count <= 1) || (rec == TERMINATE_RECORD_TYPE))
+ {
+- if (loader->gif) DGifCloseFile(loader->gif);
++ if (loader->gif) DGifCloseFile(loader->gif, NULL);
+ if ((loader->fi.map) && (loader->f))
+ eina_file_map_free(loader->f, loader->fi.map);
+ loader->gif = NULL;
+@@ -848,7 +848,7 @@ static void
+ evas_image_load_file_close_gif2(void *loader_data)
+ {
+ Loader_Info *loader = loader_data;
+- if (loader->gif) DGifCloseFile(loader->gif);
++ if (loader->gif) DGifCloseFile(loader->gif, NULL);
+ if ((loader->fi.map) && (loader->f))
+ eina_file_map_free(loader->f, loader->fi.map);
+ free(loader);
Copied: efl/repos/staging-i686/efl.install (from rev 257284, efl/trunk/efl.install)
===================================================================
--- staging-i686/efl.install (rev 0)
+++ staging-i686/efl.install 2015-12-26 03:24:12 UTC (rev 257285)
@@ -0,0 +1,16 @@
+post_install() {
+ update-mime-database usr/share/mime > /dev/null
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
+
+
+
+
+
Copied: efl/repos/staging-i686/eina_doxygen.patch (from rev 257284, efl/trunk/eina_doxygen.patch)
===================================================================
--- staging-i686/eina_doxygen.patch (rev 0)
+++ staging-i686/eina_doxygen.patch 2015-12-26 03:24:12 UTC (rev 257285)
@@ -0,0 +1,10 @@
+--- src/lib/eina/eina_hamster.h 2013-02-16 12:52:32.000000000 +0100
++++ src/lib/eina/eina_hamster.h.new 2014-09-16 22:19:04.820163522 +0200
+@@ -24,7 +24,6 @@
+ *
+ * @brief These functions provide hamster calls.
+ *
+- * @{
+ */
+
+ /**
Copied: efl/repos/staging-x86_64/PKGBUILD (from rev 257284, efl/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-12-26 03:24:12 UTC (rev 257285)
@@ -0,0 +1,72 @@
+# $Id$
+# Maintainer: Ronald van Haren <ronald at archlinux.org>
+# Contributor: Enlightenment Developers <enlightenment-devel at enlightenment.org>
+
+pkgbase=efl
+pkgname=('efl' 'efl-docs')
+pkgver=1.16.0
+pkgrel=3
+pkgdesc="Enlightenment Foundation Libraries"
+arch=('i686' 'x86_64')
+url="http://www.enlightenment.org"
+license=('BSD' 'LGPL2.1' 'GPL2' 'custom')
+depends=('bullet' 'libjpeg-turbo' 'gst-plugins-base'
+ 'luajit' 'curl' 'fribidi' 'libpulse' 'libxcomposite'
+ 'libxinerama' 'libxrandr' 'libxss' 'libinput'
+ 'libxcursor' 'libxp' 'libwebp' 'shared-mime-info'
+ 'libxkbcommon' 'wayland' 'lz4' 'openjpeg' 'avahi')
+optdepends=('python2: einabench-cmp')
+makedepends=('doxygen' 'python' 'texlive-core' 'ghostscript')
+replaces=('ecore' 'edje' 'eet' 'eeze' 'efreet' 'eina' 'eio' 'embryo'
+ 'emotion' 'ethumb' 'evas')
+options=('!emptydirs')
+source=(http://download.enlightenment.org/rel/libs/${pkgname}/$pkgname-$pkgver.tar.xz
+ 'eina_doxygen.patch')
+install=efl.install
+sha1sums=('2535101d7ca0e2bfe59995942fc21d8f5162d7ce'
+ 'ef2b961e793c711685623a149ab55b1bec9a3676')
+
+prepare() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ sed -i 's/env python$/&2/' src/scripts/eina/eina-bench-cmp
+
+ # fix docs building
+ patch -Np0 -i ${srcdir}/eina_doxygen.patch
+}
+
+build() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+
+ export CFLAGS="$CFLAGS -fvisibility=hidden"
+
+ ./configure --prefix=/usr \
+ --disable-static --disable-tslib --enable-fb \
+ --enable-xinput22 --enable-multisense --enable-systemd \
+ --enable-image-loader-webp --enable-harfbuzz --enable-wayland \
+ --enable-liblz4 --enable-drm
+
+ make
+ make -j1 doc
+}
+
+package_efl(){
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ make -j1 DESTDIR=${pkgdir} install
+
+ # install non-standard license files
+ install -Dm644 "${srcdir}/${pkgname}-${pkgver}/licenses/COPYING.BSD" \
+ "${pkgdir}/usr/share/licenses/${pkgname}/COPYING.BSD"
+ install -Dm644 "${srcdir}/${pkgname}-${pkgver}/licenses/COPYING.SMALL" \
+ "${pkgdir}/usr/share/licenses/${pkgname}/COPYING.SMALL"
+}
+
+package_efl-docs() {
+ pkgdesc="Documentation for the Enlightenment Foundation Libraries"
+ depends=()
+
+ cd "${srcdir}/${pkgbase}-${pkgver}"
+ install -d "${pkgdir}/usr/share/doc/${pkgbase}"
+ cp -a doc/html "${pkgdir}/usr/share/doc/${pkgbase}/html"
+ cp -a doc/latex "${pkgdir}/usr/share/doc/${pkgbase}/latex"
+}
+
Copied: efl/repos/staging-x86_64/efl-1.10.0-giflib-5.1.0.patch (from rev 257284, efl/trunk/efl-1.10.0-giflib-5.1.0.patch)
===================================================================
--- staging-x86_64/efl-1.10.0-giflib-5.1.0.patch (rev 0)
+++ staging-x86_64/efl-1.10.0-giflib-5.1.0.patch 2015-12-26 03:24:12 UTC (rev 257285)
@@ -0,0 +1,39 @@
+diff -rupN a/src/modules/evas/loaders/gif/evas_image_load_gif.c b/src/modules/evas/loaders/gif/evas_image_load_gif.c
+--- a/src/modules/evas/loaders/gif/evas_image_load_gif.c 2014-05-19 16:10:12.000000000 +0000
++++ b/src/modules/evas/loaders/gif/evas_image_load_gif.c 2014-06-01 11:05:50.963850389 +0000
+@@ -528,7 +528,7 @@ evas_image_load_file_head_gif2(void *loa
+ ret = EINA_TRUE;
+
+ on_error: // jump here on any errors to clean up
+- if (gif) DGifCloseFile(gif);
++ if (gif) DGifCloseFile(gif, NULL);
+ if (fi.map) eina_file_map_free(f, fi.map);
+ return ret;
+ }
+@@ -606,7 +606,7 @@ open_file:
+ // start as we have nothnig to build on
+ if ((index > 0) && (index < loader->imgnum) && (animated->animated))
+ {
+- if (loader->gif) DGifCloseFile(loader->gif);
++ if (loader->gif) DGifCloseFile(loader->gif, NULL);
+ if ((loader->fi.map) && (loader->f))
+ eina_file_map_free(loader->f, loader->fi.map);
+ loader->gif = NULL;
+@@ -764,7 +764,7 @@ open_file:
+ loader->imgnum = imgnum;
+ if ((animated->frame_count <= 1) || (rec == TERMINATE_RECORD_TYPE))
+ {
+- if (loader->gif) DGifCloseFile(loader->gif);
++ if (loader->gif) DGifCloseFile(loader->gif, NULL);
+ if ((loader->fi.map) && (loader->f))
+ eina_file_map_free(loader->f, loader->fi.map);
+ loader->gif = NULL;
+@@ -848,7 +848,7 @@ static void
+ evas_image_load_file_close_gif2(void *loader_data)
+ {
+ Loader_Info *loader = loader_data;
+- if (loader->gif) DGifCloseFile(loader->gif);
++ if (loader->gif) DGifCloseFile(loader->gif, NULL);
+ if ((loader->fi.map) && (loader->f))
+ eina_file_map_free(loader->f, loader->fi.map);
+ free(loader);
Copied: efl/repos/staging-x86_64/efl.install (from rev 257284, efl/trunk/efl.install)
===================================================================
--- staging-x86_64/efl.install (rev 0)
+++ staging-x86_64/efl.install 2015-12-26 03:24:12 UTC (rev 257285)
@@ -0,0 +1,16 @@
+post_install() {
+ update-mime-database usr/share/mime > /dev/null
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
+
+
+
+
+
Copied: efl/repos/staging-x86_64/eina_doxygen.patch (from rev 257284, efl/trunk/eina_doxygen.patch)
===================================================================
--- staging-x86_64/eina_doxygen.patch (rev 0)
+++ staging-x86_64/eina_doxygen.patch 2015-12-26 03:24:12 UTC (rev 257285)
@@ -0,0 +1,10 @@
+--- src/lib/eina/eina_hamster.h 2013-02-16 12:52:32.000000000 +0100
++++ src/lib/eina/eina_hamster.h.new 2014-09-16 22:19:04.820163522 +0200
+@@ -24,7 +24,6 @@
+ *
+ * @brief These functions provide hamster calls.
+ *
+- * @{
+ */
+
+ /**
More information about the arch-commits
mailing list