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

Antonio Rojas arojas at archlinux.org
Sun Jun 25 10:33:08 UTC 2017


    Date: Sunday, June 25, 2017 @ 10:33:06
  Author: arojas
Revision: 240919

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  enblend-enfuse/repos/community-staging-i686/
  enblend-enfuse/repos/community-staging-i686/PKGBUILD
    (from rev 240918, enblend-enfuse/trunk/PKGBUILD)
  enblend-enfuse/repos/community-staging-x86_64/
  enblend-enfuse/repos/community-staging-x86_64/PKGBUILD
    (from rev 240918, enblend-enfuse/trunk/PKGBUILD)

-----------------------------------+
 community-staging-i686/PKGBUILD   |   36 ++++++++++++++++++++++++++++++++++++
 community-staging-x86_64/PKGBUILD |   36 ++++++++++++++++++++++++++++++++++++
 2 files changed, 72 insertions(+)

Copied: enblend-enfuse/repos/community-staging-i686/PKGBUILD (from rev 240918, enblend-enfuse/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2017-06-25 10:33:06 UTC (rev 240919)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Daniel Isenmann <daniel at archlinux.org>
+# Contributor: Dominik Ryba <domryba at post.pl>
+
+pkgname=enblend-enfuse
+pkgver=4.2
+pkgrel=3
+pkgdesc="Intelligent blend tool for overlapping picture"
+arch=("i686" "x86_64")
+license=('GPL')
+url="http://enblend.sourceforge.net"
+#depends=('openexr' 'glew' 'freeglut' 'lcms2' 'boost-libs' 'vigra' 'gsl')
+#makedepends=('boost' 'mesa' 'help2man')
+depends=('vigra' 'lcms2' 'gsl')
+makedepends=('libtiff'  'openexr' 'libgl' 'glu' 'boost' 
+             # to build the docs
+             'texlive-latexextra' 'texlive-formatsextra' 'help2man')
+             # additional packages required to fully rebuild all docs
+             #'imagemagick' 'hevea' 'perl-readonly' 'perl-time-modules' 'gnuplot'  'graphviz')
+replaces=('enblend')
+conflicts=('enblend')
+provides=('enblend')
+#options=('!makeflags')
+source=(http://downloads.sourceforge.net/sourceforge/enblend/${pkgname}-${pkgver}.tar.gz)
+sha1sums=('bc03ddb0066a0682cc8c08fa2529e602d671735a')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Copied: enblend-enfuse/repos/community-staging-x86_64/PKGBUILD (from rev 240918, enblend-enfuse/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2017-06-25 10:33:06 UTC (rev 240919)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Daniel Isenmann <daniel at archlinux.org>
+# Contributor: Dominik Ryba <domryba at post.pl>
+
+pkgname=enblend-enfuse
+pkgver=4.2
+pkgrel=3
+pkgdesc="Intelligent blend tool for overlapping picture"
+arch=("i686" "x86_64")
+license=('GPL')
+url="http://enblend.sourceforge.net"
+#depends=('openexr' 'glew' 'freeglut' 'lcms2' 'boost-libs' 'vigra' 'gsl')
+#makedepends=('boost' 'mesa' 'help2man')
+depends=('vigra' 'lcms2' 'gsl')
+makedepends=('libtiff'  'openexr' 'libgl' 'glu' 'boost' 
+             # to build the docs
+             'texlive-latexextra' 'texlive-formatsextra' 'help2man')
+             # additional packages required to fully rebuild all docs
+             #'imagemagick' 'hevea' 'perl-readonly' 'perl-time-modules' 'gnuplot'  'graphviz')
+replaces=('enblend')
+conflicts=('enblend')
+provides=('enblend')
+#options=('!makeflags')
+source=(http://downloads.sourceforge.net/sourceforge/enblend/${pkgname}-${pkgver}.tar.gz)
+sha1sums=('bc03ddb0066a0682cc8c08fa2529e602d671735a')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list