[arch-commits] Commit in libpng/repos/testing-i686 (PKGBUILD PKGBUILD)

2013-07-23 Thread Jan de Groot
Date: Tuesday, July 23, 2013 @ 15:39:19
  Author: jgc
Revision: 191311

archrelease: copy trunk to testing-i686

Added:
  libpng/repos/testing-i686/PKGBUILD
(from rev 191310, libpng/trunk/PKGBUILD)
Deleted:
  libpng/repos/testing-i686/PKGBUILD

--+
 PKGBUILD |   91 ++---
 1 file changed, 46 insertions(+), 45 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-07-23 13:38:21 UTC (rev 191310)
+++ PKGBUILD2013-07-23 13:39:19 UTC (rev 191311)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Contributor: dorphell dorph...@archlinux.org
-# Contributor: Travis Willard tra...@archlinux.org
-# Contributor: Douglas Soares de Andrade doug...@archlinux.org
-
-pkgname=libpng
-pkgver=1.6.3
-_apngver=1.6.3
-pkgrel=1
-pkgdesc=A collection of routines used to create PNG format graphics files
-arch=('i686' 'x86_64')
-url=http://www.libpng.org/pub/png/libpng.html;
-license=('custom')
-depends=('zlib' 'sh')
-options=('!libtool')
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.xz;
-
http://downloads.sourceforge.net/sourceforge/libpng-apng/libpng-$_apngver-apng.patch.gz;)
-md5sums=('9307f8ab04f4be3c1889ffb504f0fe5c'
- '57007fc121baa2cdc48abcfb26300e78')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  # Add animated PNG (apng) support
-  # see http://sourceforge.net/projects/libpng-apng/
-  patch -Np1 -i ../libpng-$_apngver-apng.patch
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  cd contrib/pngminus
-  make PNGLIB=-L$pkgdir/usr/lib -lpng -f makefile.std png2pnm pnm2png
-  install -m755 png2pnm pnm2png $pkgdir/usr/bin/
-  install -D -m644 ../../LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: libpng/repos/testing-i686/PKGBUILD (from rev 191310, 
libpng/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-07-23 13:39:19 UTC (rev 191311)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: dorphell dorph...@archlinux.org
+# Contributor: Travis Willard tra...@archlinux.org
+# Contributor: Douglas Soares de Andrade doug...@archlinux.org
+
+pkgname=libpng
+pkgver=1.6.3
+_apngver=1.6.3
+pkgrel=1
+pkgdesc=A collection of routines used to create PNG format graphics files
+arch=('i686' 'x86_64')
+url=http://www.libpng.org/pub/png/libpng.html;
+license=('custom')
+depends=('zlib' 'sh')
+options=('!libtool')
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.xz{,.asc}
+
http://downloads.sourceforge.net/sourceforge/libpng-apng/libpng-$_apngver-apng.patch.gz)
+md5sums=('9307f8ab04f4be3c1889ffb504f0fe5c'
+ 'SKIP'
+ '57007fc121baa2cdc48abcfb26300e78')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # Add animated PNG (apng) support
+  # see http://sourceforge.net/projects/libpng-apng/
+  patch -Np1 -i ../libpng-$_apngver-apng.patch
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  cd contrib/pngminus
+  make PNGLIB=-L$pkgdir/usr/lib -lpng -f makefile.std png2pnm pnm2png
+  install -m755 png2pnm pnm2png $pkgdir/usr/bin/
+  install -D -m644 ../../LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}



[arch-commits] Commit in libpng/repos (testing-i686)

2010-05-26 Thread Jan de Groot
Date: Wednesday, May 26, 2010 @ 06:07:08
  Author: jgc
Revision: 81056

archrelease: copy trunk to testing-i686

Added:
  libpng/repos/testing-i686/



[arch-commits] Commit in libpng/repos (testing-i686)

2010-03-04 Thread Pierre Schmitz
Date: Thursday, March 4, 2010 @ 23:20:30
  Author: pierre
Revision: 71182

archrelease: copy trunk to testing-i686

Added:
  libpng/repos/testing-i686/