[arch-commits] Commit in gmic/repos (4 files)
Sergej Pupykin
spupykin at archlinux.org
Mon Oct 31 11:02:53 UTC 2016
Date: Monday, October 31, 2016 @ 11:02:52
Author: spupykin
Revision: 194136
archrelease: copy trunk to community-i686, community-x86_64
Added:
gmic/repos/community-i686/PKGBUILD
(from rev 194135, gmic/trunk/PKGBUILD)
gmic/repos/community-x86_64/PKGBUILD
(from rev 194135, gmic/trunk/PKGBUILD)
Deleted:
gmic/repos/community-i686/PKGBUILD
gmic/repos/community-x86_64/PKGBUILD
---------------------------+
/PKGBUILD | 130 ++++++++++++++++++++++++++++++++++++++++++++
community-i686/PKGBUILD | 65 ----------------------
community-x86_64/PKGBUILD | 65 ----------------------
3 files changed, 130 insertions(+), 130 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2016-10-31 11:02:28 UTC (rev 194135)
+++ community-i686/PKGBUILD 2016-10-31 11:02:52 UTC (rev 194136)
@@ -1,65 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Maintainer: Jan "heftig" Steffens <jan.steffens at gmail.com>
-# Contributor: farid <farid at archlinuc-br.org>
-# Contributor: Archie <Mymaud at gmail.com>
-
-pkgbase=gmic
-pkgname=("gmic" "gimp-plugin-gmic" "zart")
-pkgver=1.7.5
-_commit=cb34b9d1cb6125917905f82f8b2af8e2abacac7d
-pkgrel=1
-arch=("i686" "x86_64")
-url="http://gmic.eu/"
-license=("custom:CeCILL")
-makedepends=('gimp' 'qt4' 'fftw' 'openexr' 'opencv' 'mesa' 'gtk2' 'git')
-source=("http://gmic.eu/files/source/gmic_$pkgver.tar.gz"
- "git://github.com/dtschump/gmic-community.git#commit=${_commit}")
-md5sums=('d7c8c979d1c31e627b5ec799c76966dc'
- 'SKIP')
-
-prepare() {
- mv "${srcdir}/gmic-${pkgver}" "${srcdir}/gmic"
- cd "${srcdir}/gmic"
- sed -i -e 's|qmake zart.pro|qmake-qt4 zart.pro|g' \
- -e 's|/etc/bash_completion.d|/usr/share/bash-completion/completions|g' \
- src/Makefile
- ln -sf ../gmic-community/zart zart
-}
-
-build() {
- cd "${srcdir}/gmic"
- (cd zart && qmake-qt4 -o Makefile zart.pro)
- make -C src all
- make -C zart all
-}
-
-package_gmic() {
- pkgdesc="GREYC's Magic Image Converter: image processing framework"
- depends=("opencv" "fftw" "libtiff" "libjpeg" "libpng" "openexr" "libx11")
- replaces=("greycstoration")
-
- cd "${srcdir}/gmic"
- make -C src install DESTDIR="$pkgdir" USR="/usr"
- install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
- rm -rf "${pkgdir}/usr/"{bin/zart,lib/gimp,share/zart}
-}
-
-package_zart() {
- pkgdesc="A GUI for G'MIC real-time manipulations on the output of a webcam"
- depends=("opencv" "fftw" "qt4")
-
- cd "${srcdir}/gmic"
- install -Dm755 zart/zart "${pkgdir}/usr/bin/zart"
- install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-package_gimp-plugin-gmic() {
- pkgdesc="Gimp plugin for the G'MIC image processing framework"
- depends=("opencv" "gimp" "fftw")
- replaces=("gimp-plugin-greycstoration" "gimp-plugin-gmic4gimp")
-
- cd "${srcdir}/gmic"
- install -Dm755 src/gmic_gimp "${pkgdir}/usr/lib/gimp/2.0/plug-ins/gmic_gimp"
- install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
Copied: gmic/repos/community-i686/PKGBUILD (from rev 194135, gmic/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-10-31 11:02:52 UTC (rev 194136)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer: Jan "heftig" Steffens <jan.steffens at gmail.com>
+# Contributor: farid <farid at archlinuc-br.org>
+# Contributor: Archie <Mymaud at gmail.com>
+
+pkgbase=gmic
+pkgname=("gmic" "gimp-plugin-gmic" "zart")
+pkgver=1.7.8
+_commit=7c19f43888c714d18a13616ff805d246289f4786
+pkgrel=1
+arch=("i686" "x86_64")
+url="http://gmic.eu/"
+license=("custom:CeCILL")
+makedepends=('gimp' 'qt4' 'fftw' 'openexr' 'opencv' 'mesa' 'gtk2' 'git')
+source=("http://gmic.eu/files/source/gmic_$pkgver.tar.gz"
+ "git://github.com/dtschump/gmic-community.git#commit=${_commit}")
+md5sums=('5ef4a069a303c1cab3df9884477936f9'
+ 'SKIP')
+
+prepare() {
+ mv "${srcdir}/gmic-${pkgver}" "${srcdir}/gmic"
+ cd "${srcdir}/gmic"
+ sed -i -e 's|qmake zart.pro|qmake-qt4 zart.pro|g' \
+ -e 's|/etc/bash_completion.d|/usr/share/bash-completion/completions|g' \
+ src/Makefile
+ ln -sf ../gmic-community/zart zart
+}
+
+build() {
+ cd "${srcdir}/gmic"
+ (cd zart && qmake-qt4 -o Makefile zart.pro)
+ make -C src all
+ make -C zart all
+}
+
+package_gmic() {
+ pkgdesc="GREYC's Magic Image Converter: image processing framework"
+ depends=("opencv" "fftw" "libtiff" "libjpeg" "libpng" "openexr" "libx11")
+ replaces=("greycstoration")
+
+ cd "${srcdir}/gmic"
+ make -C src install DESTDIR="$pkgdir" USR="/usr"
+ install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+ rm -rf "${pkgdir}/usr/"{bin/zart,lib/gimp,share/zart}
+}
+
+package_zart() {
+ pkgdesc="A GUI for G'MIC real-time manipulations on the output of a webcam"
+ depends=("opencv" "fftw" "qt4")
+
+ cd "${srcdir}/gmic"
+ install -Dm755 zart/zart "${pkgdir}/usr/bin/zart"
+ install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+package_gimp-plugin-gmic() {
+ pkgdesc="Gimp plugin for the G'MIC image processing framework"
+ depends=("opencv" "gimp" "fftw")
+ replaces=("gimp-plugin-greycstoration" "gimp-plugin-gmic4gimp")
+
+ cd "${srcdir}/gmic"
+ install -Dm755 src/gmic_gimp "${pkgdir}/usr/lib/gimp/2.0/plug-ins/gmic_gimp"
+ install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2016-10-31 11:02:28 UTC (rev 194135)
+++ community-x86_64/PKGBUILD 2016-10-31 11:02:52 UTC (rev 194136)
@@ -1,65 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Maintainer: Jan "heftig" Steffens <jan.steffens at gmail.com>
-# Contributor: farid <farid at archlinuc-br.org>
-# Contributor: Archie <Mymaud at gmail.com>
-
-pkgbase=gmic
-pkgname=("gmic" "gimp-plugin-gmic" "zart")
-pkgver=1.7.5
-_commit=cb34b9d1cb6125917905f82f8b2af8e2abacac7d
-pkgrel=1
-arch=("i686" "x86_64")
-url="http://gmic.eu/"
-license=("custom:CeCILL")
-makedepends=('gimp' 'qt4' 'fftw' 'openexr' 'opencv' 'mesa' 'gtk2' 'git')
-source=("http://gmic.eu/files/source/gmic_$pkgver.tar.gz"
- "git://github.com/dtschump/gmic-community.git#commit=${_commit}")
-md5sums=('d7c8c979d1c31e627b5ec799c76966dc'
- 'SKIP')
-
-prepare() {
- mv "${srcdir}/gmic-${pkgver}" "${srcdir}/gmic"
- cd "${srcdir}/gmic"
- sed -i -e 's|qmake zart.pro|qmake-qt4 zart.pro|g' \
- -e 's|/etc/bash_completion.d|/usr/share/bash-completion/completions|g' \
- src/Makefile
- ln -sf ../gmic-community/zart zart
-}
-
-build() {
- cd "${srcdir}/gmic"
- (cd zart && qmake-qt4 -o Makefile zart.pro)
- make -C src all
- make -C zart all
-}
-
-package_gmic() {
- pkgdesc="GREYC's Magic Image Converter: image processing framework"
- depends=("opencv" "fftw" "libtiff" "libjpeg" "libpng" "openexr" "libx11")
- replaces=("greycstoration")
-
- cd "${srcdir}/gmic"
- make -C src install DESTDIR="$pkgdir" USR="/usr"
- install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
- rm -rf "${pkgdir}/usr/"{bin/zart,lib/gimp,share/zart}
-}
-
-package_zart() {
- pkgdesc="A GUI for G'MIC real-time manipulations on the output of a webcam"
- depends=("opencv" "fftw" "qt4")
-
- cd "${srcdir}/gmic"
- install -Dm755 zart/zart "${pkgdir}/usr/bin/zart"
- install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-package_gimp-plugin-gmic() {
- pkgdesc="Gimp plugin for the G'MIC image processing framework"
- depends=("opencv" "gimp" "fftw")
- replaces=("gimp-plugin-greycstoration" "gimp-plugin-gmic4gimp")
-
- cd "${srcdir}/gmic"
- install -Dm755 src/gmic_gimp "${pkgdir}/usr/lib/gimp/2.0/plug-ins/gmic_gimp"
- install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
Copied: gmic/repos/community-x86_64/PKGBUILD (from rev 194135, gmic/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2016-10-31 11:02:52 UTC (rev 194136)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer: Jan "heftig" Steffens <jan.steffens at gmail.com>
+# Contributor: farid <farid at archlinuc-br.org>
+# Contributor: Archie <Mymaud at gmail.com>
+
+pkgbase=gmic
+pkgname=("gmic" "gimp-plugin-gmic" "zart")
+pkgver=1.7.8
+_commit=7c19f43888c714d18a13616ff805d246289f4786
+pkgrel=1
+arch=("i686" "x86_64")
+url="http://gmic.eu/"
+license=("custom:CeCILL")
+makedepends=('gimp' 'qt4' 'fftw' 'openexr' 'opencv' 'mesa' 'gtk2' 'git')
+source=("http://gmic.eu/files/source/gmic_$pkgver.tar.gz"
+ "git://github.com/dtschump/gmic-community.git#commit=${_commit}")
+md5sums=('5ef4a069a303c1cab3df9884477936f9'
+ 'SKIP')
+
+prepare() {
+ mv "${srcdir}/gmic-${pkgver}" "${srcdir}/gmic"
+ cd "${srcdir}/gmic"
+ sed -i -e 's|qmake zart.pro|qmake-qt4 zart.pro|g' \
+ -e 's|/etc/bash_completion.d|/usr/share/bash-completion/completions|g' \
+ src/Makefile
+ ln -sf ../gmic-community/zart zart
+}
+
+build() {
+ cd "${srcdir}/gmic"
+ (cd zart && qmake-qt4 -o Makefile zart.pro)
+ make -C src all
+ make -C zart all
+}
+
+package_gmic() {
+ pkgdesc="GREYC's Magic Image Converter: image processing framework"
+ depends=("opencv" "fftw" "libtiff" "libjpeg" "libpng" "openexr" "libx11")
+ replaces=("greycstoration")
+
+ cd "${srcdir}/gmic"
+ make -C src install DESTDIR="$pkgdir" USR="/usr"
+ install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+ rm -rf "${pkgdir}/usr/"{bin/zart,lib/gimp,share/zart}
+}
+
+package_zart() {
+ pkgdesc="A GUI for G'MIC real-time manipulations on the output of a webcam"
+ depends=("opencv" "fftw" "qt4")
+
+ cd "${srcdir}/gmic"
+ install -Dm755 zart/zart "${pkgdir}/usr/bin/zart"
+ install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+package_gimp-plugin-gmic() {
+ pkgdesc="Gimp plugin for the G'MIC image processing framework"
+ depends=("opencv" "gimp" "fftw")
+ replaces=("gimp-plugin-greycstoration" "gimp-plugin-gmic4gimp")
+
+ cd "${srcdir}/gmic"
+ install -Dm755 src/gmic_gimp "${pkgdir}/usr/lib/gimp/2.0/plug-ins/gmic_gimp"
+ install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
More information about the arch-commits
mailing list