[arch-commits] Commit in gimp-plugin-wavelet-denoise/repos (12 files)

Lukas Jirkovsky stativ at nymeria.archlinux.org
Wed Jul 2 20:09:34 UTC 2014


    Date: Wednesday, July 2, 2014 @ 22:09:34
  Author: stativ
Revision: 114676

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

Added:
  gimp-plugin-wavelet-denoise/repos/community-i686/PKGBUILD
    (from rev 114675, gimp-plugin-wavelet-denoise/trunk/PKGBUILD)
  gimp-plugin-wavelet-denoise/repos/community-i686/libm_buildfix.diff
    (from rev 114675, gimp-plugin-wavelet-denoise/trunk/libm_buildfix.diff)
  gimp-plugin-wavelet-denoise/repos/community-i686/po_install.diff
    (from rev 114675, gimp-plugin-wavelet-denoise/trunk/po_install.diff)
  gimp-plugin-wavelet-denoise/repos/community-x86_64/PKGBUILD
    (from rev 114675, gimp-plugin-wavelet-denoise/trunk/PKGBUILD)
  gimp-plugin-wavelet-denoise/repos/community-x86_64/libm_buildfix.diff
    (from rev 114675, gimp-plugin-wavelet-denoise/trunk/libm_buildfix.diff)
  gimp-plugin-wavelet-denoise/repos/community-x86_64/po_install.diff
    (from rev 114675, gimp-plugin-wavelet-denoise/trunk/po_install.diff)
Deleted:
  gimp-plugin-wavelet-denoise/repos/community-i686/PKGBUILD
  gimp-plugin-wavelet-denoise/repos/community-i686/libm_buildfix.diff
  gimp-plugin-wavelet-denoise/repos/community-i686/po_install.diff
  gimp-plugin-wavelet-denoise/repos/community-x86_64/PKGBUILD
  gimp-plugin-wavelet-denoise/repos/community-x86_64/libm_buildfix.diff
  gimp-plugin-wavelet-denoise/repos/community-x86_64/po_install.diff

-------------------------------------+
 /PKGBUILD                           |   64 ++++++++++++++++++++++++++++++++++
 /libm_buildfix.diff                 |   20 ++++++++++
 /po_install.diff                    |   42 ++++++++++++++++++++++
 community-i686/PKGBUILD             |   32 -----------------
 community-i686/libm_buildfix.diff   |   10 -----
 community-i686/po_install.diff      |   21 -----------
 community-x86_64/PKGBUILD           |   32 -----------------
 community-x86_64/libm_buildfix.diff |   10 -----
 community-x86_64/po_install.diff    |   21 -----------
 9 files changed, 126 insertions(+), 126 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2014-07-02 20:09:25 UTC (rev 114675)
+++ community-i686/PKGBUILD	2014-07-02 20:09:34 UTC (rev 114676)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Lukas Jirkovsky <l.jirkovsky at gmail.com>
-pkgname=gimp-plugin-wavelet-denoise
-pkgver=0.3.1
-pkgrel=2
-pkgdesc="Tool to reduce noise in each channel of an image separately"
-arch=('i686' 'x86_64')
-url="http://registry.gimp.org/node/4235"
-license=('GPL')
-depends=('gimp')
-source=(http://registry.gimp.org/files/wavelet-denoise-$pkgver.tar.gz \
-        po_install.diff libm_buildfix.diff)
-md5sums=('a02862026857575cdf81b24477e42f4b'
-         '4de9e41a535f200c2502f0dd8458c43e'
-         '46940ecd5970bc4b0d4b38de89f8efbf')
-
-build() {
-  cd "$srcdir/wavelet-denoise-$pkgver"
-
-  patch -Np1 < ../po_install.diff || true
-  patch -Np1 < ../libm_buildfix.diff || true
-  make
-}
-
-package() {
-  cd "$srcdir/wavelet-denoise-$pkgver"
-
-  install -Dvm755 src/wavelet-denoise \
-    "$pkgdir"/usr/lib/gimp/2.0/plug-ins/wavelet-denoise
-  cd po
-  make LOCALEDIR="$pkgdir"/usr/share/locale install
-}

Copied: gimp-plugin-wavelet-denoise/repos/community-i686/PKGBUILD (from rev 114675, gimp-plugin-wavelet-denoise/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-07-02 20:09:34 UTC (rev 114676)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Lukas Jirkovsky <l.jirkovsky at gmail.com>
+pkgname=gimp-plugin-wavelet-denoise
+pkgver=0.3.1
+pkgrel=3
+pkgdesc="Tool to reduce noise in each channel of an image separately"
+arch=('i686' 'x86_64')
+url="http://registry.gimp.org/node/4235"
+license=('GPL')
+depends=('gimp')
+source=(http://registry.gimp.org/files/wavelet-denoise-$pkgver.tar.gz \
+        po_install.diff libm_buildfix.diff)
+md5sums=('a02862026857575cdf81b24477e42f4b'
+         '4de9e41a535f200c2502f0dd8458c43e'
+         '46940ecd5970bc4b0d4b38de89f8efbf')
+
+build() {
+  cd "$srcdir/wavelet-denoise-$pkgver"
+
+  patch -Np1 < ../po_install.diff || true
+  patch -Np1 < ../libm_buildfix.diff || true
+  make
+}
+
+package() {
+  cd "$srcdir/wavelet-denoise-$pkgver"
+
+  install -Dvm755 src/wavelet-denoise \
+    "$pkgdir"/usr/lib/gimp/2.0/plug-ins/wavelet-denoise
+  cd po
+  make LOCALEDIR="$pkgdir"/usr/share/locale install
+}

Deleted: community-i686/libm_buildfix.diff
===================================================================
--- community-i686/libm_buildfix.diff	2014-07-02 20:09:25 UTC (rev 114675)
+++ community-i686/libm_buildfix.diff	2014-07-02 20:09:34 UTC (rev 114676)
@@ -1,10 +0,0 @@
-diff -rup wavelet-denoise-0.3.1/src/Makefile wavelet-denoise-0.3.1.new/src/Makefile
---- wavelet-denoise-0.3.1/src/Makefile	2008-12-14 12:19:28.000000000 +0100
-+++ wavelet-denoise-0.3.1.new/src/Makefile	2012-02-18 19:01:22.264677086 +0100
-@@ -1,5 +1,5 @@
- CFLAGS = -O3 -Wall $(shell gimptool-2.0 --cflags)
--LIBS = $(shell gimptool-2.0 --libs)
-+LIBS = -lm $(shell gimptool-2.0 --libs)
- PLUGIN = wavelet-denoise
- SOURCES = plugin.c colorspace.c denoise.c wavelet.c events.c interface.c
- HEADERS = plugin.h interface.h messages.h

Copied: gimp-plugin-wavelet-denoise/repos/community-i686/libm_buildfix.diff (from rev 114675, gimp-plugin-wavelet-denoise/trunk/libm_buildfix.diff)
===================================================================
--- community-i686/libm_buildfix.diff	                        (rev 0)
+++ community-i686/libm_buildfix.diff	2014-07-02 20:09:34 UTC (rev 114676)
@@ -0,0 +1,10 @@
+diff -rup wavelet-denoise-0.3.1/src/Makefile wavelet-denoise-0.3.1.new/src/Makefile
+--- wavelet-denoise-0.3.1/src/Makefile	2008-12-14 12:19:28.000000000 +0100
++++ wavelet-denoise-0.3.1.new/src/Makefile	2012-02-18 19:01:22.264677086 +0100
+@@ -1,5 +1,5 @@
+ CFLAGS = -O3 -Wall $(shell gimptool-2.0 --cflags)
+-LIBS = $(shell gimptool-2.0 --libs)
++LIBS = -lm $(shell gimptool-2.0 --libs)
+ PLUGIN = wavelet-denoise
+ SOURCES = plugin.c colorspace.c denoise.c wavelet.c events.c interface.c
+ HEADERS = plugin.h interface.h messages.h

Deleted: community-i686/po_install.diff
===================================================================
--- community-i686/po_install.diff	2014-07-02 20:09:25 UTC (rev 114675)
+++ community-i686/po_install.diff	2014-07-02 20:09:34 UTC (rev 114676)
@@ -1,21 +0,0 @@
-diff -c -r wavelet-denoise-0.3/po/Makefile wavelet-denoise-0.3-new/po/Makefile
-*** wavelet-denoise-0.3/po/Makefile	2008-12-14 12:19:22.000000000 +0100
---- wavelet-denoise-0.3-new/po/Makefile	2008-12-20 14:57:51.000000000 +0100
-***************
-*** 24,30 ****
-  
-  install: $(LANGUAGES)
-  	for L in $(LANGUAGES); \
-! 	do install -v -m 0644 $$L.mo "$(LOCALEDIR)/$$L/LC_MESSAGES/gimp20-$(PLUGIN)-plug-in.mo"; \
-  done
-  
-  uninstall: $(LANGUAGES)
---- 24,31 ----
-  
-  install: $(LANGUAGES)
-  	for L in $(LANGUAGES); \
-! 	do mkdir -p "$(LOCALEDIR)/$$L/LC_MESSAGES"; \
-! 	install -v -m 0644 $$L.mo "$(LOCALEDIR)/$$L/LC_MESSAGES/gimp20-$(PLUGIN)-plug-in.mo"; \
-  done
-  
-  uninstall: $(LANGUAGES)

Copied: gimp-plugin-wavelet-denoise/repos/community-i686/po_install.diff (from rev 114675, gimp-plugin-wavelet-denoise/trunk/po_install.diff)
===================================================================
--- community-i686/po_install.diff	                        (rev 0)
+++ community-i686/po_install.diff	2014-07-02 20:09:34 UTC (rev 114676)
@@ -0,0 +1,21 @@
+diff -c -r wavelet-denoise-0.3/po/Makefile wavelet-denoise-0.3-new/po/Makefile
+*** wavelet-denoise-0.3/po/Makefile	2008-12-14 12:19:22.000000000 +0100
+--- wavelet-denoise-0.3-new/po/Makefile	2008-12-20 14:57:51.000000000 +0100
+***************
+*** 24,30 ****
+  
+  install: $(LANGUAGES)
+  	for L in $(LANGUAGES); \
+! 	do install -v -m 0644 $$L.mo "$(LOCALEDIR)/$$L/LC_MESSAGES/gimp20-$(PLUGIN)-plug-in.mo"; \
+  done
+  
+  uninstall: $(LANGUAGES)
+--- 24,31 ----
+  
+  install: $(LANGUAGES)
+  	for L in $(LANGUAGES); \
+! 	do mkdir -p "$(LOCALEDIR)/$$L/LC_MESSAGES"; \
+! 	install -v -m 0644 $$L.mo "$(LOCALEDIR)/$$L/LC_MESSAGES/gimp20-$(PLUGIN)-plug-in.mo"; \
+  done
+  
+  uninstall: $(LANGUAGES)

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2014-07-02 20:09:25 UTC (rev 114675)
+++ community-x86_64/PKGBUILD	2014-07-02 20:09:34 UTC (rev 114676)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Lukas Jirkovsky <l.jirkovsky at gmail.com>
-pkgname=gimp-plugin-wavelet-denoise
-pkgver=0.3.1
-pkgrel=2
-pkgdesc="Tool to reduce noise in each channel of an image separately"
-arch=('i686' 'x86_64')
-url="http://registry.gimp.org/node/4235"
-license=('GPL')
-depends=('gimp')
-source=(http://registry.gimp.org/files/wavelet-denoise-$pkgver.tar.gz \
-        po_install.diff libm_buildfix.diff)
-md5sums=('a02862026857575cdf81b24477e42f4b'
-         '4de9e41a535f200c2502f0dd8458c43e'
-         '46940ecd5970bc4b0d4b38de89f8efbf')
-
-build() {
-  cd "$srcdir/wavelet-denoise-$pkgver"
-
-  patch -Np1 < ../po_install.diff || true
-  patch -Np1 < ../libm_buildfix.diff || true
-  make
-}
-
-package() {
-  cd "$srcdir/wavelet-denoise-$pkgver"
-
-  install -Dvm755 src/wavelet-denoise \
-    "$pkgdir"/usr/lib/gimp/2.0/plug-ins/wavelet-denoise
-  cd po
-  make LOCALEDIR="$pkgdir"/usr/share/locale install
-}

Copied: gimp-plugin-wavelet-denoise/repos/community-x86_64/PKGBUILD (from rev 114675, gimp-plugin-wavelet-denoise/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-07-02 20:09:34 UTC (rev 114676)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Lukas Jirkovsky <l.jirkovsky at gmail.com>
+pkgname=gimp-plugin-wavelet-denoise
+pkgver=0.3.1
+pkgrel=3
+pkgdesc="Tool to reduce noise in each channel of an image separately"
+arch=('i686' 'x86_64')
+url="http://registry.gimp.org/node/4235"
+license=('GPL')
+depends=('gimp')
+source=(http://registry.gimp.org/files/wavelet-denoise-$pkgver.tar.gz \
+        po_install.diff libm_buildfix.diff)
+md5sums=('a02862026857575cdf81b24477e42f4b'
+         '4de9e41a535f200c2502f0dd8458c43e'
+         '46940ecd5970bc4b0d4b38de89f8efbf')
+
+build() {
+  cd "$srcdir/wavelet-denoise-$pkgver"
+
+  patch -Np1 < ../po_install.diff || true
+  patch -Np1 < ../libm_buildfix.diff || true
+  make
+}
+
+package() {
+  cd "$srcdir/wavelet-denoise-$pkgver"
+
+  install -Dvm755 src/wavelet-denoise \
+    "$pkgdir"/usr/lib/gimp/2.0/plug-ins/wavelet-denoise
+  cd po
+  make LOCALEDIR="$pkgdir"/usr/share/locale install
+}

Deleted: community-x86_64/libm_buildfix.diff
===================================================================
--- community-x86_64/libm_buildfix.diff	2014-07-02 20:09:25 UTC (rev 114675)
+++ community-x86_64/libm_buildfix.diff	2014-07-02 20:09:34 UTC (rev 114676)
@@ -1,10 +0,0 @@
-diff -rup wavelet-denoise-0.3.1/src/Makefile wavelet-denoise-0.3.1.new/src/Makefile
---- wavelet-denoise-0.3.1/src/Makefile	2008-12-14 12:19:28.000000000 +0100
-+++ wavelet-denoise-0.3.1.new/src/Makefile	2012-02-18 19:01:22.264677086 +0100
-@@ -1,5 +1,5 @@
- CFLAGS = -O3 -Wall $(shell gimptool-2.0 --cflags)
--LIBS = $(shell gimptool-2.0 --libs)
-+LIBS = -lm $(shell gimptool-2.0 --libs)
- PLUGIN = wavelet-denoise
- SOURCES = plugin.c colorspace.c denoise.c wavelet.c events.c interface.c
- HEADERS = plugin.h interface.h messages.h

Copied: gimp-plugin-wavelet-denoise/repos/community-x86_64/libm_buildfix.diff (from rev 114675, gimp-plugin-wavelet-denoise/trunk/libm_buildfix.diff)
===================================================================
--- community-x86_64/libm_buildfix.diff	                        (rev 0)
+++ community-x86_64/libm_buildfix.diff	2014-07-02 20:09:34 UTC (rev 114676)
@@ -0,0 +1,10 @@
+diff -rup wavelet-denoise-0.3.1/src/Makefile wavelet-denoise-0.3.1.new/src/Makefile
+--- wavelet-denoise-0.3.1/src/Makefile	2008-12-14 12:19:28.000000000 +0100
++++ wavelet-denoise-0.3.1.new/src/Makefile	2012-02-18 19:01:22.264677086 +0100
+@@ -1,5 +1,5 @@
+ CFLAGS = -O3 -Wall $(shell gimptool-2.0 --cflags)
+-LIBS = $(shell gimptool-2.0 --libs)
++LIBS = -lm $(shell gimptool-2.0 --libs)
+ PLUGIN = wavelet-denoise
+ SOURCES = plugin.c colorspace.c denoise.c wavelet.c events.c interface.c
+ HEADERS = plugin.h interface.h messages.h

Deleted: community-x86_64/po_install.diff
===================================================================
--- community-x86_64/po_install.diff	2014-07-02 20:09:25 UTC (rev 114675)
+++ community-x86_64/po_install.diff	2014-07-02 20:09:34 UTC (rev 114676)
@@ -1,21 +0,0 @@
-diff -c -r wavelet-denoise-0.3/po/Makefile wavelet-denoise-0.3-new/po/Makefile
-*** wavelet-denoise-0.3/po/Makefile	2008-12-14 12:19:22.000000000 +0100
---- wavelet-denoise-0.3-new/po/Makefile	2008-12-20 14:57:51.000000000 +0100
-***************
-*** 24,30 ****
-  
-  install: $(LANGUAGES)
-  	for L in $(LANGUAGES); \
-! 	do install -v -m 0644 $$L.mo "$(LOCALEDIR)/$$L/LC_MESSAGES/gimp20-$(PLUGIN)-plug-in.mo"; \
-  done
-  
-  uninstall: $(LANGUAGES)
---- 24,31 ----
-  
-  install: $(LANGUAGES)
-  	for L in $(LANGUAGES); \
-! 	do mkdir -p "$(LOCALEDIR)/$$L/LC_MESSAGES"; \
-! 	install -v -m 0644 $$L.mo "$(LOCALEDIR)/$$L/LC_MESSAGES/gimp20-$(PLUGIN)-plug-in.mo"; \
-  done
-  
-  uninstall: $(LANGUAGES)

Copied: gimp-plugin-wavelet-denoise/repos/community-x86_64/po_install.diff (from rev 114675, gimp-plugin-wavelet-denoise/trunk/po_install.diff)
===================================================================
--- community-x86_64/po_install.diff	                        (rev 0)
+++ community-x86_64/po_install.diff	2014-07-02 20:09:34 UTC (rev 114676)
@@ -0,0 +1,21 @@
+diff -c -r wavelet-denoise-0.3/po/Makefile wavelet-denoise-0.3-new/po/Makefile
+*** wavelet-denoise-0.3/po/Makefile	2008-12-14 12:19:22.000000000 +0100
+--- wavelet-denoise-0.3-new/po/Makefile	2008-12-20 14:57:51.000000000 +0100
+***************
+*** 24,30 ****
+  
+  install: $(LANGUAGES)
+  	for L in $(LANGUAGES); \
+! 	do install -v -m 0644 $$L.mo "$(LOCALEDIR)/$$L/LC_MESSAGES/gimp20-$(PLUGIN)-plug-in.mo"; \
+  done
+  
+  uninstall: $(LANGUAGES)
+--- 24,31 ----
+  
+  install: $(LANGUAGES)
+  	for L in $(LANGUAGES); \
+! 	do mkdir -p "$(LOCALEDIR)/$$L/LC_MESSAGES"; \
+! 	install -v -m 0644 $$L.mo "$(LOCALEDIR)/$$L/LC_MESSAGES/gimp20-$(PLUGIN)-plug-in.mo"; \
+  done
+  
+  uninstall: $(LANGUAGES)




More information about the arch-commits mailing list