[arch-commits] Commit in gegl/repos (4 files)
Daniel Isenmann
daniel at archlinux.org
Mon Oct 3 09:30:12 UTC 2016
Date: Monday, October 3, 2016 @ 09:30:11
Author: daniel
Revision: 277572
archrelease: copy trunk to extra-i686, extra-x86_64
Added:
gegl/repos/extra-i686/PKGBUILD
(from rev 277571, gegl/trunk/PKGBUILD)
gegl/repos/extra-x86_64/PKGBUILD
(from rev 277571, gegl/trunk/PKGBUILD)
Deleted:
gegl/repos/extra-i686/PKGBUILD
gegl/repos/extra-x86_64/PKGBUILD
-----------------------+
/PKGBUILD | 116 ++++++++++++++++++++++++++++++++++++++++++++++++
extra-i686/PKGBUILD | 58 ------------------------
extra-x86_64/PKGBUILD | 58 ------------------------
3 files changed, 116 insertions(+), 116 deletions(-)
Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2016-10-03 09:30:05 UTC (rev 277571)
+++ extra-i686/PKGBUILD 2016-10-03 09:30:11 UTC (rev 277572)
@@ -1,58 +0,0 @@
-# $Id$
-# Maintainer: Daniel Isenmann <daniel at archlinux.org>
-
-pkgname=gegl
-pkgver=0.3.6
-pkgrel=1
-pkgdesc="Graph based image processing framework"
-arch=('i686' 'x86_64')
-url="http://www.gegl.org/"
-license=('GPL3' 'LGPL3')
-depends=('babl' 'libspiro' 'json-glib')
-makedepends=('intltool' 'ruby' 'lua' 'libraw' 'openexr' 'mesa' 'glu' 'ffmpeg' 'librsvg'
- 'jasper' 'libtiff' 'exiv2' 'vala' 'python2' 'suitesparse' 'lensfun'
- 'gobject-introspection' 'git')
-optdepends=('libraw: raw plugin'
- 'openexr: openexr plugin'
- 'ffmpeg: ffmpeg plugin'
- 'suitesparse: matting-levin plugin'
- 'librsvg: svg plugin'
- 'jasper: jasper plugin'
- 'libtiff: tiff plugin'
- 'lua: lua plugin'
- 'lensfun: lens-correct plugin')
-source=("git://git.gnome.org/gegl#tag=GEGL_${pkgver//./_}")
-sha256sums=('SKIP')
-
-prepare() {
- mkdir path
- ln -s /usr/bin/python2 path/python
-
- cd ${pkgname}
- NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
- export PATH="$srcdir/path:$PATH" PYTHON=/usr/bin/python2
- cd ${pkgname}
- ./configure --prefix=/usr --with-sdl --with-librsvg \
- --with-libavformat --with-jasper --disable-docs \
- --enable-workshop
-
- # https://bugzilla.gnome.org/show_bug.cgi?id=655517
- sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
- make
-}
-
-check() {
- export PATH="$srcdir/path:$PATH" PYTHON=/usr/bin/python2
- cd ${pkgname}
- make -k check || :
-}
-
-package() {
- export PATH="$srcdir/path:$PATH" PYTHON=/usr/bin/python2
- cd ${pkgname}
- make DESTDIR="${pkgdir}" install
-}
Copied: gegl/repos/extra-i686/PKGBUILD (from rev 277571, gegl/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-10-03 09:30:11 UTC (rev 277572)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Daniel Isenmann <daniel at archlinux.org>
+
+pkgname=gegl
+pkgver=0.3.8
+pkgrel=1
+pkgdesc="Graph based image processing framework"
+arch=('i686' 'x86_64')
+url="http://www.gegl.org/"
+license=('GPL3' 'LGPL3')
+depends=('babl' 'libspiro' 'json-glib')
+makedepends=('intltool' 'ruby' 'lua' 'libraw' 'openexr' 'mesa' 'glu' 'ffmpeg' 'librsvg'
+ 'jasper' 'libtiff' 'exiv2' 'vala' 'python2' 'suitesparse' 'lensfun'
+ 'gobject-introspection' 'git')
+optdepends=('libraw: raw plugin'
+ 'openexr: openexr plugin'
+ 'ffmpeg: ffmpeg plugin'
+ 'suitesparse: matting-levin plugin'
+ 'librsvg: svg plugin'
+ 'jasper: jasper plugin'
+ 'libtiff: tiff plugin'
+ 'lua: lua plugin'
+ 'lensfun: lens-correct plugin')
+source=("git://git.gnome.org/gegl#tag=GEGL_${pkgver//./_}")
+sha256sums=('SKIP')
+
+prepare() {
+ mkdir path
+ ln -s /usr/bin/python2 path/python
+
+ cd ${pkgname}
+ NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+ export PATH="$srcdir/path:$PATH" PYTHON=/usr/bin/python2
+ cd ${pkgname}
+ ./configure --prefix=/usr --with-sdl --with-librsvg \
+ --with-libavformat --with-jasper --disable-docs \
+ --enable-workshop
+
+ # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+ sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+ make
+}
+
+check() {
+ export PATH="$srcdir/path:$PATH" PYTHON=/usr/bin/python2
+ cd ${pkgname}
+ make -k check || :
+}
+
+package() {
+ export PATH="$srcdir/path:$PATH" PYTHON=/usr/bin/python2
+ cd ${pkgname}
+ make DESTDIR="${pkgdir}" install
+}
Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD 2016-10-03 09:30:05 UTC (rev 277571)
+++ extra-x86_64/PKGBUILD 2016-10-03 09:30:11 UTC (rev 277572)
@@ -1,58 +0,0 @@
-# $Id$
-# Maintainer: Daniel Isenmann <daniel at archlinux.org>
-
-pkgname=gegl
-pkgver=0.3.6
-pkgrel=1
-pkgdesc="Graph based image processing framework"
-arch=('i686' 'x86_64')
-url="http://www.gegl.org/"
-license=('GPL3' 'LGPL3')
-depends=('babl' 'libspiro' 'json-glib')
-makedepends=('intltool' 'ruby' 'lua' 'libraw' 'openexr' 'mesa' 'glu' 'ffmpeg' 'librsvg'
- 'jasper' 'libtiff' 'exiv2' 'vala' 'python2' 'suitesparse' 'lensfun'
- 'gobject-introspection' 'git')
-optdepends=('libraw: raw plugin'
- 'openexr: openexr plugin'
- 'ffmpeg: ffmpeg plugin'
- 'suitesparse: matting-levin plugin'
- 'librsvg: svg plugin'
- 'jasper: jasper plugin'
- 'libtiff: tiff plugin'
- 'lua: lua plugin'
- 'lensfun: lens-correct plugin')
-source=("git://git.gnome.org/gegl#tag=GEGL_${pkgver//./_}")
-sha256sums=('SKIP')
-
-prepare() {
- mkdir path
- ln -s /usr/bin/python2 path/python
-
- cd ${pkgname}
- NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
- export PATH="$srcdir/path:$PATH" PYTHON=/usr/bin/python2
- cd ${pkgname}
- ./configure --prefix=/usr --with-sdl --with-librsvg \
- --with-libavformat --with-jasper --disable-docs \
- --enable-workshop
-
- # https://bugzilla.gnome.org/show_bug.cgi?id=655517
- sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
- make
-}
-
-check() {
- export PATH="$srcdir/path:$PATH" PYTHON=/usr/bin/python2
- cd ${pkgname}
- make -k check || :
-}
-
-package() {
- export PATH="$srcdir/path:$PATH" PYTHON=/usr/bin/python2
- cd ${pkgname}
- make DESTDIR="${pkgdir}" install
-}
Copied: gegl/repos/extra-x86_64/PKGBUILD (from rev 277571, gegl/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD (rev 0)
+++ extra-x86_64/PKGBUILD 2016-10-03 09:30:11 UTC (rev 277572)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Daniel Isenmann <daniel at archlinux.org>
+
+pkgname=gegl
+pkgver=0.3.8
+pkgrel=1
+pkgdesc="Graph based image processing framework"
+arch=('i686' 'x86_64')
+url="http://www.gegl.org/"
+license=('GPL3' 'LGPL3')
+depends=('babl' 'libspiro' 'json-glib')
+makedepends=('intltool' 'ruby' 'lua' 'libraw' 'openexr' 'mesa' 'glu' 'ffmpeg' 'librsvg'
+ 'jasper' 'libtiff' 'exiv2' 'vala' 'python2' 'suitesparse' 'lensfun'
+ 'gobject-introspection' 'git')
+optdepends=('libraw: raw plugin'
+ 'openexr: openexr plugin'
+ 'ffmpeg: ffmpeg plugin'
+ 'suitesparse: matting-levin plugin'
+ 'librsvg: svg plugin'
+ 'jasper: jasper plugin'
+ 'libtiff: tiff plugin'
+ 'lua: lua plugin'
+ 'lensfun: lens-correct plugin')
+source=("git://git.gnome.org/gegl#tag=GEGL_${pkgver//./_}")
+sha256sums=('SKIP')
+
+prepare() {
+ mkdir path
+ ln -s /usr/bin/python2 path/python
+
+ cd ${pkgname}
+ NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+ export PATH="$srcdir/path:$PATH" PYTHON=/usr/bin/python2
+ cd ${pkgname}
+ ./configure --prefix=/usr --with-sdl --with-librsvg \
+ --with-libavformat --with-jasper --disable-docs \
+ --enable-workshop
+
+ # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+ sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+ make
+}
+
+check() {
+ export PATH="$srcdir/path:$PATH" PYTHON=/usr/bin/python2
+ cd ${pkgname}
+ make -k check || :
+}
+
+package() {
+ export PATH="$srcdir/path:$PATH" PYTHON=/usr/bin/python2
+ cd ${pkgname}
+ make DESTDIR="${pkgdir}" install
+}
More information about the arch-commits
mailing list