[arch-commits] Commit in libpng/trunk (PKGBUILD)
Date: Monday, July 6, 2020 @ 21:26:49 Author: eworm Revision: 390923 upgpkg: libpng 1.6.37-3: drop apng support Modified: libpng/trunk/PKGBUILD --+ PKGBUILD | 17 +++-- 1 file changed, 3 insertions(+), 14 deletions(-) Modified: PKGBUILD === --- PKGBUILD2020-07-06 20:34:18 UTC (rev 390922) +++ PKGBUILD2020-07-06 21:26:49 UTC (rev 390923) @@ -5,8 +5,7 @@ pkgname=libpng pkgver=1.6.37 -_apngver=1.6.37 -pkgrel=2 +pkgrel=3 pkgdesc="A collection of routines used to create PNG format graphics files" arch=('x86_64') url="http://www.libpng.org/pub/png/libpng.html"; @@ -13,19 +12,9 @@ license=('custom') depends=('zlib' 'sh') validpgpkeys=('8048643BA2C840F4F92A195FF54984BFA16C640F') # Glenn Randers-Pehrson (mozilla) -source=("https://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.xz"; - "https://downloads.sourceforge.net/sourceforge/libpng-apng/libpng-$_apngver-apng.patch.gz";) -sha256sums=('505e70834d35383537b6491e7ae8641f1a4bed1876dbfe361201fc80868d88ca' -'823bb2d1f09dc7dae4f91ff56d6c22b4b533e912cbd6c64e8762255e411100b6') +source=("https://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.xz";) +sha256sums=('505e70834d35383537b6491e7ae8641f1a4bed1876dbfe361201fc80868d88ca') -prepare() { - cd $pkgname-$pkgver - - # Add animated PNG (apng) support. Required by Firefox - # see http://sourceforge.net/projects/libpng-apng/ - gzip -cd ../libpng-$_apngver-apng.patch.gz | patch -Np1 -} - build() { cd $pkgname-$pkgver
[arch-commits] Commit in libpng/trunk (PKGBUILD)
Date: Saturday, May 16, 2020 @ 09:08:03 Author: felixonmars Revision: 383769 upgpkg: libpng 1.6.37-2: reproducibility rebuild Modified: libpng/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2020-05-16 09:07:57 UTC (rev 383768) +++ PKGBUILD2020-05-16 09:08:03 UTC (rev 383769) @@ -6,7 +6,7 @@ pkgname=libpng pkgver=1.6.37 _apngver=1.6.37 -pkgrel=1 +pkgrel=2 pkgdesc="A collection of routines used to create PNG format graphics files" arch=('x86_64') url="http://www.libpng.org/pub/png/libpng.html";
[arch-commits] Commit in libpng/trunk (PKGBUILD)
Date: Monday, July 1, 2019 @ 20:34:04 Author: eworm Revision: 357219 fix build Modified: libpng/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2019-07-01 20:16:30 UTC (rev 357218) +++ PKGBUILD2019-07-01 20:34:04 UTC (rev 357219) @@ -5,7 +5,7 @@ pkgname=libpng pkgver=1.6.37 -_apngver=1.6.36 +_apngver=1.6.37 pkgrel=1 pkgdesc="A collection of routines used to create PNG format graphics files" arch=('x86_64') @@ -16,7 +16,7 @@ source=("https://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.xz"; "https://downloads.sourceforge.net/sourceforge/libpng-apng/libpng-$_apngver-apng.patch.gz";) sha256sums=('505e70834d35383537b6491e7ae8641f1a4bed1876dbfe361201fc80868d88ca' -'8c1f33da739b29a77e35e5a1ebcdffaab63bfe184be8b5a97677cc80156fdc0f') +'823bb2d1f09dc7dae4f91ff56d6c22b4b533e912cbd6c64e8762255e411100b6') prepare() { cd $pkgname-$pkgver @@ -23,7 +23,7 @@ # Add animated PNG (apng) support. Required by Firefox # see http://sourceforge.net/projects/libpng-apng/ - patch -Np1 -i ../libpng-$_apngver-apng.patch + gzip -cd ../libpng-$_apngver-apng.patch.gz | patch -Np1 } build() {
[arch-commits] Commit in libpng/trunk (PKGBUILD)
Date: Monday, April 15, 2019 @ 14:43:16 Author: eworm Revision: 350789 upgpkg: libpng 1.6.37-1 new upstream release Modified: libpng/trunk/PKGBUILD --+ PKGBUILD | 17 +++-- 1 file changed, 11 insertions(+), 6 deletions(-) Modified: PKGBUILD === --- PKGBUILD2019-04-15 13:26:07 UTC (rev 350788) +++ PKGBUILD2019-04-15 14:43:16 UTC (rev 350789) @@ -4,7 +4,7 @@ # Contributor: Douglas Soares de Andrade pkgname=libpng -pkgver=1.6.36 +pkgver=1.6.37 _apngver=1.6.36 pkgrel=1 pkgdesc="A collection of routines used to create PNG format graphics files" @@ -15,7 +15,7 @@ validpgpkeys=('8048643BA2C840F4F92A195FF54984BFA16C640F') # Glenn Randers-Pehrson (mozilla) source=("https://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.xz"; "https://downloads.sourceforge.net/sourceforge/libpng-apng/libpng-$_apngver-apng.patch.gz";) -sha256sums=('eceb924c1fa6b79172fdfd008d335f0e59172a86a66481e09d4089df872aa319' +sha256sums=('505e70834d35383537b6491e7ae8641f1a4bed1876dbfe361201fc80868d88ca' '8c1f33da739b29a77e35e5a1ebcdffaab63bfe184be8b5a97677cc80156fdc0f') prepare() { @@ -29,21 +29,26 @@ build() { cd $pkgname-$pkgver - ./configure --prefix=/usr --disable-static + ./configure \ +--prefix=/usr \ +--disable-static make } check() { cd $pkgname-$pkgver + make check } package() { cd $pkgname-$pkgver + make DESTDIR="$pkgdir" install + install -D -m0644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" + 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" + make PNGLIB_SHARED="-L$pkgdir/usr/lib -lpng" CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" png2pnm pnm2png + install -m0755 png2pnm pnm2png "$pkgdir/usr/bin/" }
[arch-commits] Commit in libpng/trunk (PKGBUILD)
Date: Thursday, December 20, 2018 @ 08:04:15 Author: eworm Revision: 342594 upgpkg: libpng 1.6.36-1 new upstream release (still without tarball signatures) Modified: libpng/trunk/PKGBUILD --+ PKGBUILD |8 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD === --- PKGBUILD2018-12-20 07:24:59 UTC (rev 342593) +++ PKGBUILD2018-12-20 08:04:15 UTC (rev 342594) @@ -4,8 +4,8 @@ # Contributor: Douglas Soares de Andrade pkgname=libpng -pkgver=1.6.35 -_apngver=1.6.35 +pkgver=1.6.36 +_apngver=1.6.36 pkgrel=1 pkgdesc="A collection of routines used to create PNG format graphics files" arch=('x86_64') @@ -15,8 +15,8 @@ validpgpkeys=('8048643BA2C840F4F92A195FF54984BFA16C640F') # Glenn Randers-Pehrson (mozilla) source=("https://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.xz"; "https://downloads.sourceforge.net/sourceforge/libpng-apng/libpng-$_apngver-apng.patch.gz";) -sha256sums=('23912ec8c9584917ed9b09c5023465d71709dce089be503c7867fec68a93bcd7' -'18ceb239857bbd32ca706cdad29f1a5dcfb87a5c54258db3bb077cff78c12e04') +sha256sums=('eceb924c1fa6b79172fdfd008d335f0e59172a86a66481e09d4089df872aa319' +'8c1f33da739b29a77e35e5a1ebcdffaab63bfe184be8b5a97677cc80156fdc0f') prepare() { cd $pkgname-$pkgver
[arch-commits] Commit in libpng/trunk (PKGBUILD)
Date: Friday, September 14, 2018 @ 22:00:34 Author: jgc Revision: 334597 upgpkg: libpng 1.6.35-1 Modified: libpng/trunk/PKGBUILD --+ PKGBUILD | 13 ++--- 1 file changed, 6 insertions(+), 7 deletions(-) Modified: PKGBUILD === --- PKGBUILD2018-09-14 21:49:58 UTC (rev 334596) +++ PKGBUILD2018-09-14 22:00:34 UTC (rev 334597) @@ -4,9 +4,9 @@ # Contributor: Douglas Soares de Andrade pkgname=libpng -pkgver=1.6.34 -_apngver=1.6.34 -pkgrel=2 +pkgver=1.6.35 +_apngver=1.6.35 +pkgrel=1 pkgdesc="A collection of routines used to create PNG format graphics files" arch=('x86_64') url="http://www.libpng.org/pub/png/libpng.html"; @@ -13,11 +13,10 @@ license=('custom') depends=('zlib' 'sh') validpgpkeys=('8048643BA2C840F4F92A195FF54984BFA16C640F') # Glenn Randers-Pehrson (mozilla) -source=("https://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.xz"{,.asc} +source=("https://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.xz"; "https://downloads.sourceforge.net/sourceforge/libpng-apng/libpng-$_apngver-apng.patch.gz";) -sha256sums=('2f1e960d92ce3b3abd03d06dfec9637dfbd22febf107a536b44f7a47c60659f6' -'SKIP' -'e661944e54574a3f26927ac9eb7e2788f3a2675545a19735b83fbb9adcb544c1') +sha256sums=('23912ec8c9584917ed9b09c5023465d71709dce089be503c7867fec68a93bcd7' +'18ceb239857bbd32ca706cdad29f1a5dcfb87a5c54258db3bb077cff78c12e04') prepare() { cd $pkgname-$pkgver
[arch-commits] Commit in libpng/trunk (PKGBUILD)
Date: Saturday, September 30, 2017 @ 17:41:22 Author: eworm Revision: 306495 upgpkg: libpng 1.6.34-2 With libpng 1.6.33 failing some tests I temporarily disabled the apng patch for testing purpose. Looks like I forgot to reenabled... Modified: libpng/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2017-09-30 16:07:36 UTC (rev 306494) +++ PKGBUILD2017-09-30 17:41:22 UTC (rev 306495) @@ -7,7 +7,7 @@ pkgname=libpng pkgver=1.6.34 _apngver=1.6.34 -pkgrel=1 +pkgrel=2 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"; @@ -25,7 +25,7 @@ # Add animated PNG (apng) support. Required by Firefox # see http://sourceforge.net/projects/libpng-apng/ -# patch -Np1 -i ../libpng-$_apngver-apng.patch + patch -Np1 -i ../libpng-$_apngver-apng.patch } build() {
[arch-commits] Commit in libpng/trunk (PKGBUILD)
Date: Friday, September 29, 2017 @ 21:06:43 Author: eworm Revision: 306480 update to latest apng patch no functional change, so no need to rebuild Modified: libpng/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2017-09-29 20:00:45 UTC (rev 306479) +++ PKGBUILD2017-09-29 21:06:43 UTC (rev 306480) @@ -6,7 +6,7 @@ pkgname=libpng pkgver=1.6.34 -_apngver=1.6.33 +_apngver=1.6.34 pkgrel=1 pkgdesc="A collection of routines used to create PNG format graphics files" arch=('i686' 'x86_64') @@ -18,7 +18,7 @@ "https://downloads.sourceforge.net/sourceforge/libpng-apng/libpng-$_apngver-apng.patch.gz";) sha256sums=('2f1e960d92ce3b3abd03d06dfec9637dfbd22febf107a536b44f7a47c60659f6' 'SKIP' -'e37a4762b402038a4770aa8fc0727c8021e485619b2961a7af50515678962dcf') +'e661944e54574a3f26927ac9eb7e2788f3a2675545a19735b83fbb9adcb544c1') prepare() { cd $pkgname-$pkgver
[arch-commits] Commit in libpng/trunk (PKGBUILD)
Date: Sunday, July 30, 2017 @ 17:44:22 Author: eworm Revision: 301427 upgpkg: libpng 1.6.31-1 new upstream release Modified: libpng/trunk/PKGBUILD --+ PKGBUILD |8 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD === --- PKGBUILD2017-07-30 16:20:19 UTC (rev 301426) +++ PKGBUILD2017-07-30 17:44:22 UTC (rev 301427) @@ -5,8 +5,8 @@ # Contributor: Douglas Soares de Andrade pkgname=libpng -pkgver=1.6.30 -_apngver=1.6.30 +pkgver=1.6.31 +_apngver=1.6.31 pkgrel=1 pkgdesc="A collection of routines used to create PNG format graphics files" arch=('i686' 'x86_64') @@ -16,9 +16,9 @@ validpgpkeys=('8048643BA2C840F4F92A195FF54984BFA16C640F') # Glenn Randers-Pehrson (mozilla) source=(https://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.xz{,.asc} https://downloads.sourceforge.net/sourceforge/libpng-apng/libpng-$_apngver-apng.patch.gz) -sha256sums=('267c33270cc599d3929207869f698798f1df143aa5f9597b007c14353666' +sha256sums=('232a602de04916b2b5ce6f901829caf419519e6a16cc9cd7c1c91187d3ee8b41' 'SKIP' -'1a6359b1fa7855ed8afcf11be57725093d29cc7ee921c8e030c59d63c565d91a') +'8ae6147298248bf4bcd64c94878e95956d74c6bc2052bdef26a148540c8c2038') prepare() { cd $pkgname-$pkgver
[arch-commits] Commit in libpng/trunk (PKGBUILD)
Date: Sunday, July 2, 2017 @ 12:02:24 Author: eworm Revision: 299542 upgpkg: libpng 1.6.30-1 new upstream release Modified: libpng/trunk/PKGBUILD --+ PKGBUILD |8 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD === --- PKGBUILD2017-07-02 10:18:10 UTC (rev 299541) +++ PKGBUILD2017-07-02 12:02:24 UTC (rev 299542) @@ -5,8 +5,8 @@ # Contributor: Douglas Soares de Andrade pkgname=libpng -pkgver=1.6.29 -_apngver=1.6.29 +pkgver=1.6.30 +_apngver=1.6.30 pkgrel=1 pkgdesc="A collection of routines used to create PNG format graphics files" arch=('i686' 'x86_64') @@ -16,9 +16,9 @@ validpgpkeys=('8048643BA2C840F4F92A195FF54984BFA16C640F') # Glenn Randers-Pehrson (mozilla) source=(https://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.xz{,.asc} https://downloads.sourceforge.net/sourceforge/libpng-apng/libpng-$_apngver-apng.patch.gz) -sha256sums=('4245b684e8fe829ebb76186327bb37ce5a639938b219882b53d64bd3cfc5f239' +sha256sums=('267c33270cc599d3929207869f698798f1df143aa5f9597b007c14353666' 'SKIP' -'06f3c9b23f61a5a16310170d10a29d0ba1a9350e23b8ce90ae870333b513285b') +'1a6359b1fa7855ed8afcf11be57725093d29cc7ee921c8e030c59d63c565d91a') prepare() { cd $pkgname-$pkgver
[arch-commits] Commit in libpng/trunk (PKGBUILD)
Date: Thursday, March 30, 2017 @ 19:41:19 Author: eworm Revision: 291872 update upstream apng patch * update upstream apng patch (no functionaly changes, so not rebuilding) * download from https Modified: libpng/trunk/PKGBUILD --+ PKGBUILD |8 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD === --- PKGBUILD2017-03-30 16:21:17 UTC (rev 291871) +++ PKGBUILD2017-03-30 19:41:19 UTC (rev 291872) @@ -6,7 +6,7 @@ pkgname=libpng pkgver=1.6.29 -_apngver=1.6.28 +_apngver=1.6.29 pkgrel=1 pkgdesc="A collection of routines used to create PNG format graphics files" arch=('i686' 'x86_64') @@ -14,11 +14,11 @@ license=('custom') depends=('zlib' 'sh') validpgpkeys=('8048643BA2C840F4F92A195FF54984BFA16C640F') # Glenn Randers-Pehrson (mozilla) -source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.xz{,.asc} - http://downloads.sourceforge.net/sourceforge/libpng-apng/libpng-$_apngver-apng.patch.gz) +source=(https://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.xz{,.asc} + https://downloads.sourceforge.net/sourceforge/libpng-apng/libpng-$_apngver-apng.patch.gz) sha256sums=('4245b684e8fe829ebb76186327bb37ce5a639938b219882b53d64bd3cfc5f239' 'SKIP' -'4b294933e3c875d0e3331d286840b859b8a70dc338f1fefbe803a464c1d9b654') +'06f3c9b23f61a5a16310170d10a29d0ba1a9350e23b8ce90ae870333b513285b') prepare() { cd $pkgname-$pkgver
[arch-commits] Commit in libpng/trunk (PKGBUILD)
Date: Sunday, March 26, 2017 @ 14:06:13 Author: eworm Revision: 291660 upgpkg: libpng 1.6.29-1 new upstream release Modified: libpng/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2017-03-26 14:06:02 UTC (rev 291659) +++ PKGBUILD2017-03-26 14:06:13 UTC (rev 291660) @@ -5,7 +5,7 @@ # Contributor: Douglas Soares de Andrade pkgname=libpng -pkgver=1.6.28 +pkgver=1.6.29 _apngver=1.6.28 pkgrel=1 pkgdesc="A collection of routines used to create PNG format graphics files" @@ -16,7 +16,7 @@ validpgpkeys=('8048643BA2C840F4F92A195FF54984BFA16C640F') # Glenn Randers-Pehrson (mozilla) source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.xz{,.asc} http://downloads.sourceforge.net/sourceforge/libpng-apng/libpng-$_apngver-apng.patch.gz) -sha256sums=('d8d3ec9de6b5db740fefac702c37ffcf96ae46cb17c18c1544635a3852f78f7a' +sha256sums=('4245b684e8fe829ebb76186327bb37ce5a639938b219882b53d64bd3cfc5f239' 'SKIP' '4b294933e3c875d0e3331d286840b859b8a70dc338f1fefbe803a464c1d9b654')
[arch-commits] Commit in libpng/trunk (PKGBUILD)
Date: Friday, January 6, 2017 @ 14:58:57 Author: eworm Revision: 285486 update apng patch, no functional change Modified: libpng/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2017-01-06 12:07:31 UTC (rev 285485) +++ PKGBUILD2017-01-06 14:58:57 UTC (rev 285486) @@ -6,7 +6,7 @@ pkgname=libpng pkgver=1.6.28 -_apngver=1.6.27 +_apngver=1.6.28 pkgrel=1 pkgdesc="A collection of routines used to create PNG format graphics files" arch=('i686' 'x86_64') @@ -18,7 +18,7 @@ http://downloads.sourceforge.net/sourceforge/libpng-apng/libpng-$_apngver-apng.patch.gz) sha256sums=('d8d3ec9de6b5db740fefac702c37ffcf96ae46cb17c18c1544635a3852f78f7a' 'SKIP' -'6c8357de2450567be5eec2bb8ba24832f9c5bb5c508661d36cca207425289ef6') +'4b294933e3c875d0e3331d286840b859b8a70dc338f1fefbe803a464c1d9b654') prepare() { cd $pkgname-$pkgver
[arch-commits] Commit in libpng/trunk (PKGBUILD)
Date: Thursday, January 5, 2017 @ 19:35:46 Author: eworm Revision: 285303 upgpkg: libpng 1.6.28-1 new upstream release Modified: libpng/trunk/PKGBUILD --+ PKGBUILD |8 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD === --- PKGBUILD2017-01-05 19:35:00 UTC (rev 285302) +++ PKGBUILD2017-01-05 19:35:46 UTC (rev 285303) @@ -5,8 +5,8 @@ # Contributor: Douglas Soares de Andrade pkgname=libpng -pkgver=1.6.27 -_apngver=1.6.26 +pkgver=1.6.28 +_apngver=1.6.27 pkgrel=1 pkgdesc="A collection of routines used to create PNG format graphics files" arch=('i686' 'x86_64') @@ -16,9 +16,9 @@ validpgpkeys=('8048643BA2C840F4F92A195FF54984BFA16C640F') # Glenn Randers-Pehrson (mozilla) source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.xz{,.asc} http://downloads.sourceforge.net/sourceforge/libpng-apng/libpng-$_apngver-apng.patch.gz) -sha256sums=('fca2ffd97336356cdab9bfa8936b9d6dfd580a70205e5dfead3ac42cb054b57b' +sha256sums=('d8d3ec9de6b5db740fefac702c37ffcf96ae46cb17c18c1544635a3852f78f7a' 'SKIP' -'01dec904d91ee8c90a9a78f253d01d8fac0e37a3f4beacb60e136ea7c814d72c') +'6c8357de2450567be5eec2bb8ba24832f9c5bb5c508661d36cca207425289ef6') prepare() { cd $pkgname-$pkgver
[arch-commits] Commit in libpng/trunk (PKGBUILD)
Date: Thursday, December 29, 2016 @ 14:44:51 Author: eworm Revision: 284970 upgpkg: libpng 1.6.27-1 new upstream release Modified: libpng/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2016-12-29 11:42:51 UTC (rev 284969) +++ PKGBUILD2016-12-29 14:44:51 UTC (rev 284970) @@ -5,9 +5,9 @@ # Contributor: Douglas Soares de Andrade pkgname=libpng -pkgver=1.6.26 +pkgver=1.6.27 _apngver=1.6.26 -pkgrel=2 +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"; @@ -16,7 +16,7 @@ validpgpkeys=('8048643BA2C840F4F92A195FF54984BFA16C640F') # Glenn Randers-Pehrson (mozilla) source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.xz{,.asc} http://downloads.sourceforge.net/sourceforge/libpng-apng/libpng-$_apngver-apng.patch.gz) -sha256sums=('266743a326986c3dbcee9d89b640595f6b16a293fd02b37d8c91348d317b73f9' +sha256sums=('fca2ffd97336356cdab9bfa8936b9d6dfd580a70205e5dfead3ac42cb054b57b' 'SKIP' '01dec904d91ee8c90a9a78f253d01d8fac0e37a3f4beacb60e136ea7c814d72c')
[arch-commits] Commit in libpng/trunk (PKGBUILD)
Date: Thursday, October 20, 2016 @ 19:15:32 Author: eworm Revision: 279063 upgpkg: libpng 1.6.26-2 update libpng-apng patch Modified: libpng/trunk/PKGBUILD --+ PKGBUILD |7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) Modified: PKGBUILD === --- PKGBUILD2016-10-20 19:12:01 UTC (rev 279062) +++ PKGBUILD2016-10-20 19:15:32 UTC (rev 279063) @@ -6,8 +6,8 @@ pkgname=libpng pkgver=1.6.26 -_apngver=1.6.25 -pkgrel=1 +_apngver=1.6.26 +pkgrel=2 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"; @@ -18,7 +18,7 @@ http://downloads.sourceforge.net/sourceforge/libpng-apng/libpng-$_apngver-apng.patch.gz) sha256sums=('266743a326986c3dbcee9d89b640595f6b16a293fd02b37d8c91348d317b73f9' 'SKIP' -'053a27e2145b2b25a41666fac0442552234b7b630228c649d9a61937d703d908') +'01dec904d91ee8c90a9a78f253d01d8fac0e37a3f4beacb60e136ea7c814d72c') prepare() { cd $pkgname-$pkgver @@ -25,7 +25,6 @@ # Add animated PNG (apng) support. Required by Firefox # see http://sourceforge.net/projects/libpng-apng/ - sed -i '/pngpriv.h/,/#define PNG_BGR/s|0x[0-9]*|&U|' ../libpng-$_apngver-apng.patch patch -Np1 -i ../libpng-$_apngver-apng.patch }
[arch-commits] Commit in libpng/trunk (PKGBUILD)
Date: Thursday, October 20, 2016 @ 07:31:45 Author: eworm Revision: 279030 upgpkg: libpng 1.6.26-1 new upstream release Modified: libpng/trunk/PKGBUILD --+ PKGBUILD | 13 +++-- 1 file changed, 7 insertions(+), 6 deletions(-) Modified: PKGBUILD === --- PKGBUILD2016-10-20 05:22:25 UTC (rev 279029) +++ PKGBUILD2016-10-20 07:31:45 UTC (rev 279030) @@ -5,8 +5,8 @@ # Contributor: Douglas Soares de Andrade pkgname=libpng -pkgver=1.6.25 -_apngver=1.6.24 +pkgver=1.6.26 +_apngver=1.6.25 pkgrel=1 pkgdesc="A collection of routines used to create PNG format graphics files" arch=('i686' 'x86_64') @@ -13,12 +13,12 @@ url="http://www.libpng.org/pub/png/libpng.html"; license=('custom') depends=('zlib' 'sh') +validpgpkeys=('8048643BA2C840F4F92A195FF54984BFA16C640F') # Glenn Randers-Pehrson (mozilla) 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=('0cb72ef57a576bfed1b6cb4b5a09b554' - 'SKIP' - 'd42f27f9836dcada5d737a3558c6659b') -validpgpkeys=('8048643BA2C840F4F92A195FF54984BFA16C640F') +sha256sums=('266743a326986c3dbcee9d89b640595f6b16a293fd02b37d8c91348d317b73f9' +'SKIP' +'053a27e2145b2b25a41666fac0442552234b7b630228c649d9a61937d703d908') prepare() { cd $pkgname-$pkgver @@ -25,6 +25,7 @@ # Add animated PNG (apng) support. Required by Firefox # see http://sourceforge.net/projects/libpng-apng/ + sed -i '/pngpriv.h/,/#define PNG_BGR/s|0x[0-9]*|&U|' ../libpng-$_apngver-apng.patch patch -Np1 -i ../libpng-$_apngver-apng.patch }
[arch-commits] Commit in libpng/trunk (PKGBUILD)
Date: Thursday, September 1, 2016 @ 06:11:37 Author: eworm Revision: 275637 upgpkg: libpng 1.6.25-1 new upstream release Modified: libpng/trunk/PKGBUILD --+ PKGBUILD |8 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD === --- PKGBUILD2016-09-01 00:27:39 UTC (rev 275636) +++ PKGBUILD2016-09-01 06:11:37 UTC (rev 275637) @@ -5,8 +5,8 @@ # Contributor: Douglas Soares de Andrade pkgname=libpng -pkgver=1.6.24 -_apngver=1.6.23 +pkgver=1.6.25 +_apngver=1.6.24 pkgrel=1 pkgdesc="A collection of routines used to create PNG format graphics files" arch=('i686' 'x86_64') @@ -15,9 +15,9 @@ depends=('zlib' 'sh') 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=('ffcdbd549814787fa8010c372e35ff25' +md5sums=('0cb72ef57a576bfed1b6cb4b5a09b554' 'SKIP' - 'bf44929a1c272f585a11baeca05af500') + 'd42f27f9836dcada5d737a3558c6659b') validpgpkeys=('8048643BA2C840F4F92A195FF54984BFA16C640F') prepare() {
[arch-commits] Commit in libpng/trunk (PKGBUILD)
Date: Friday, August 5, 2016 @ 19:25:08 Author: eworm Revision: 273338 upgpkg: libpng 1.6.24-1 new upstream release Modified: libpng/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2016-08-05 18:32:54 UTC (rev 273337) +++ PKGBUILD2016-08-05 19:25:08 UTC (rev 273338) @@ -5,7 +5,7 @@ # Contributor: Douglas Soares de Andrade pkgname=libpng -pkgver=1.6.23 +pkgver=1.6.24 _apngver=1.6.23 pkgrel=1 pkgdesc="A collection of routines used to create PNG format graphics files" @@ -15,7 +15,7 @@ depends=('zlib' 'sh') 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=('9b320a05ed4db1f3f0865c8a951fd9aa' +md5sums=('ffcdbd549814787fa8010c372e35ff25' 'SKIP' 'bf44929a1c272f585a11baeca05af500') validpgpkeys=('8048643BA2C840F4F92A195FF54984BFA16C640F')
[arch-commits] Commit in libpng/trunk (PKGBUILD)
Date: Thursday, June 9, 2016 @ 22:39:33 Author: eworm Revision: 269246 upgpkg: libpng 1.6.23-1 new upstream release Modified: libpng/trunk/PKGBUILD --+ PKGBUILD |8 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD === --- PKGBUILD2016-06-09 20:23:50 UTC (rev 269245) +++ PKGBUILD2016-06-09 20:39:33 UTC (rev 269246) @@ -5,8 +5,8 @@ # Contributor: Douglas Soares de Andrade pkgname=libpng -pkgver=1.6.22 -_apngver=1.6.22 +pkgver=1.6.23 +_apngver=1.6.23 pkgrel=1 pkgdesc="A collection of routines used to create PNG format graphics files" arch=('i686' 'x86_64') @@ -15,9 +15,9 @@ depends=('zlib' 'sh') 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=('f4ca54a3d945b8678fafed168c503f3b' +md5sums=('9b320a05ed4db1f3f0865c8a951fd9aa' 'SKIP' - '910526e60f82d3f91ffe3fa9e247216e') + 'bf44929a1c272f585a11baeca05af500') validpgpkeys=('8048643BA2C840F4F92A195FF54984BFA16C640F') prepare() {
[arch-commits] Commit in libpng/trunk (PKGBUILD)
Date: Tuesday, May 31, 2016 @ 20:10:16 Author: bpiotrowski Revision: 268783 upgpkg: libpng 1.6.22-1 new upstream release Modified: libpng/trunk/PKGBUILD --+ PKGBUILD |8 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD === --- PKGBUILD2016-05-31 15:57:24 UTC (rev 268782) +++ PKGBUILD2016-05-31 18:10:16 UTC (rev 268783) @@ -5,8 +5,8 @@ # Contributor: Douglas Soares de Andrade pkgname=libpng -pkgver=1.6.21 -_apngver=1.6.21 +pkgver=1.6.22 +_apngver=1.6.22 pkgrel=1 pkgdesc="A collection of routines used to create PNG format graphics files" arch=('i686' 'x86_64') @@ -15,9 +15,9 @@ depends=('zlib' 'sh') 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=('3bacb4728f6694a64ad9052769d6a4ce' +md5sums=('f4ca54a3d945b8678fafed168c503f3b' 'SKIP' - '360346394543ec0a880f61830541608f') + '910526e60f82d3f91ffe3fa9e247216e') validpgpkeys=('8048643BA2C840F4F92A195FF54984BFA16C640F') prepare() {
[arch-commits] Commit in libpng/trunk (PKGBUILD)
Date: Sunday, January 24, 2016 @ 22:17:44 Author: bpiotrowski Revision: 258571 upgpkg: libpng 1.6.21-1 new upstream release Modified: libpng/trunk/PKGBUILD --+ PKGBUILD |8 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD === --- PKGBUILD2016-01-24 21:05:34 UTC (rev 258570) +++ PKGBUILD2016-01-24 21:17:44 UTC (rev 258571) @@ -5,8 +5,8 @@ # Contributor: Douglas Soares de Andrade pkgname=libpng -pkgver=1.6.20 -_apngver=1.6.20 +pkgver=1.6.21 +_apngver=1.6.21 pkgrel=1 pkgdesc="A collection of routines used to create PNG format graphics files" arch=('i686' 'x86_64') @@ -15,9 +15,9 @@ depends=('zlib' 'sh') 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=('3968acb7c66ef81a9dab867f35d0eb4b' +md5sums=('3bacb4728f6694a64ad9052769d6a4ce' 'SKIP' - 'b2186d5e7853890e25b34b03c7f2ddde') + '360346394543ec0a880f61830541608f') validpgpkeys=('8048643BA2C840F4F92A195FF54984BFA16C640F') prepare() {
[arch-commits] Commit in libpng/trunk (PKGBUILD)
Date: Sunday, December 27, 2015 @ 19:54:56 Author: bpiotrowski Revision: 257305 upgpkg: libpng 1.6.20-1 new upstream release Modified: libpng/trunk/PKGBUILD --+ PKGBUILD |8 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-12-27 18:53:03 UTC (rev 257304) +++ PKGBUILD2015-12-27 18:54:56 UTC (rev 257305) @@ -5,8 +5,8 @@ # Contributor: Douglas Soares de Andrade pkgname=libpng -pkgver=1.6.19 -_apngver=1.6.19 +pkgver=1.6.20 +_apngver=1.6.20 pkgrel=1 pkgdesc="A collection of routines used to create PNG format graphics files" arch=('i686' 'x86_64') @@ -15,9 +15,9 @@ depends=('zlib' 'sh') 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=('1e6a458429e850fc93c1f3b6dc00a48f' +md5sums=('3968acb7c66ef81a9dab867f35d0eb4b' 'SKIP' - 'b215830867151242fb4ef9d246f050c4') + 'b2186d5e7853890e25b34b03c7f2ddde') validpgpkeys=('8048643BA2C840F4F92A195FF54984BFA16C640F') prepare() {
[arch-commits] Commit in libpng/trunk (PKGBUILD)
Date: Tuesday, November 17, 2015 @ 02:01:26 Author: foutrelis Revision: 251101 upgpkg: libpng 1.6.19-1 New upstream release. Modified: libpng/trunk/PKGBUILD --+ PKGBUILD |8 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-11-16 22:43:14 UTC (rev 251100) +++ PKGBUILD2015-11-17 01:01:26 UTC (rev 251101) @@ -5,8 +5,8 @@ # Contributor: Douglas Soares de Andrade pkgname=libpng -pkgver=1.6.18 -_apngver=1.6.18 +pkgver=1.6.19 +_apngver=1.6.19 pkgrel=1 pkgdesc="A collection of routines used to create PNG format graphics files" arch=('i686' 'x86_64') @@ -15,9 +15,9 @@ depends=('zlib' 'sh') 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=('6a57c8e0f5469b9c9949a4b43d57b3a1' +md5sums=('1e6a458429e850fc93c1f3b6dc00a48f' 'SKIP' - 'a9c85fe3cf0347ea94356f1e70d07973') + 'b215830867151242fb4ef9d246f050c4') validpgpkeys=('8048643BA2C840F4F92A195FF54984BFA16C640F') prepare() {
[arch-commits] Commit in libpng/trunk (PKGBUILD)
Date: Monday, August 3, 2015 @ 04:40:33 Author: anatolik Revision: 242934 upgpkg: libpng 1.6.18-1 Modified: libpng/trunk/PKGBUILD --+ PKGBUILD |8 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-08-02 16:09:37 UTC (rev 242933) +++ PKGBUILD2015-08-03 02:40:33 UTC (rev 242934) @@ -5,8 +5,8 @@ # Contributor: Douglas Soares de Andrade pkgname=libpng -pkgver=1.6.16 -_apngver=1.6.16 +pkgver=1.6.18 +_apngver=1.6.18 pkgrel=1 pkgdesc="A collection of routines used to create PNG format graphics files" arch=('i686' 'x86_64') @@ -15,9 +15,9 @@ depends=('zlib' 'sh') 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=('23b7286b5d4a86de950fd2ffc5cac742' +md5sums=('6a57c8e0f5469b9c9949a4b43d57b3a1' 'SKIP' - '52de72a29e5d0428a0e527be74b99c24') + 'a9c85fe3cf0347ea94356f1e70d07973') validpgpkeys=('8048643BA2C840F4F92A195FF54984BFA16C640F') prepare() {
[arch-commits] Commit in libpng/trunk (PKGBUILD)
Date: Wednesday, December 24, 2014 @ 13:03:54 Author: jgc Revision: 227998 upgpkg: libpng 1.6.16-1 Modified: libpng/trunk/PKGBUILD --+ PKGBUILD |9 + 1 file changed, 5 insertions(+), 4 deletions(-) Modified: PKGBUILD === --- PKGBUILD2014-12-24 11:39:07 UTC (rev 227997) +++ PKGBUILD2014-12-24 12:03:54 UTC (rev 227998) @@ -5,8 +5,8 @@ # Contributor: Douglas Soares de Andrade pkgname=libpng -pkgver=1.6.15 -_apngver=1.6.15 +pkgver=1.6.16 +_apngver=1.6.16 pkgrel=1 pkgdesc="A collection of routines used to create PNG format graphics files" arch=('i686' 'x86_64') @@ -15,9 +15,10 @@ depends=('zlib' 'sh') 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=('a95cb387c53215b034203b41ec57c7e5' +md5sums=('23b7286b5d4a86de950fd2ffc5cac742' 'SKIP' - '612524080d5515f4ea81541a9b13bf61') + '52de72a29e5d0428a0e527be74b99c24') +validpgpkeys=('8048643BA2C840F4F92A195FF54984BFA16C640F') prepare() { cd $pkgname-$pkgver
[arch-commits] Commit in libpng/trunk (PKGBUILD)
Date: Friday, November 21, 2014 @ 22:11:34 Author: anatolik Revision: 226801 upgpkg: libpng 1.6.15-1 Modified: libpng/trunk/PKGBUILD --+ PKGBUILD |8 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD === --- PKGBUILD2014-11-21 21:02:01 UTC (rev 226800) +++ PKGBUILD2014-11-21 21:11:34 UTC (rev 226801) @@ -5,8 +5,8 @@ # Contributor: Douglas Soares de Andrade pkgname=libpng -pkgver=1.6.14 -_apngver=1.6.14 +pkgver=1.6.15 +_apngver=1.6.15 pkgrel=1 pkgdesc="A collection of routines used to create PNG format graphics files" arch=('i686' 'x86_64') @@ -15,9 +15,9 @@ depends=('zlib' 'sh') 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=('aefd9fda2178acab908707737174a0cd' +md5sums=('a95cb387c53215b034203b41ec57c7e5' 'SKIP' - '39f35cde00159c24b5a10258d8f2c5ce') + '612524080d5515f4ea81541a9b13bf61') prepare() { cd $pkgname-$pkgver
[arch-commits] Commit in libpng/trunk (PKGBUILD)
Date: Tuesday, November 11, 2014 @ 23:00:05 Author: anatolik Revision: 226079 upgpkg: libpng 1.6.14-1 Modified: libpng/trunk/PKGBUILD --+ PKGBUILD |8 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD === --- PKGBUILD2014-11-11 20:50:28 UTC (rev 226078) +++ PKGBUILD2014-11-11 22:00:05 UTC (rev 226079) @@ -5,8 +5,8 @@ # Contributor: Douglas Soares de Andrade pkgname=libpng -pkgver=1.6.13 -_apngver=1.6.13 +pkgver=1.6.14 +_apngver=1.6.14 pkgrel=1 pkgdesc="A collection of routines used to create PNG format graphics files" arch=('i686' 'x86_64') @@ -15,9 +15,9 @@ depends=('zlib' 'sh') 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=('9822c25466f060142359f80ed142c9e5' +md5sums=('aefd9fda2178acab908707737174a0cd' 'SKIP' - '1ecbf7811d6da8a35ad7d4485df2290a') + '39f35cde00159c24b5a10258d8f2c5ce') prepare() { cd $pkgname-$pkgver
[arch-commits] Commit in libpng/trunk (PKGBUILD)
Date: Wednesday, August 27, 2014 @ 08:24:55 Author: fyan Revision: 220692 upgpkg: libpng 1.6.13-1 Modified: libpng/trunk/PKGBUILD --+ PKGBUILD |8 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD === --- PKGBUILD2014-08-27 06:18:11 UTC (rev 220691) +++ PKGBUILD2014-08-27 06:24:55 UTC (rev 220692) @@ -5,8 +5,8 @@ # Contributor: Douglas Soares de Andrade pkgname=libpng -pkgver=1.6.12 -_apngver=1.6.12 +pkgver=1.6.13 +_apngver=1.6.13 pkgrel=1 pkgdesc="A collection of routines used to create PNG format graphics files" arch=('i686' 'x86_64') @@ -15,9 +15,9 @@ depends=('zlib' 'sh') 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=('ee752da8aa75076500e4cf31318e636e' +md5sums=('9822c25466f060142359f80ed142c9e5' 'SKIP' - 'f959e8b1cb9876ce946a2701e8aca519') + '1ecbf7811d6da8a35ad7d4485df2290a') prepare() { cd $pkgname-$pkgver
[arch-commits] Commit in libpng/trunk (PKGBUILD)
Date: Saturday, June 28, 2014 @ 02:56:44 Author: anatolik Revision: 215527 upgpkg: libpng 1.6.12-1 Modified: libpng/trunk/PKGBUILD --+ PKGBUILD |8 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD === --- PKGBUILD2014-06-28 00:48:29 UTC (rev 215526) +++ PKGBUILD2014-06-28 00:56:44 UTC (rev 215527) @@ -5,8 +5,8 @@ # Contributor: Douglas Soares de Andrade pkgname=libpng -pkgver=1.6.10 -_apngver=1.6.10 +pkgver=1.6.12 +_apngver=1.6.12 pkgrel=1 pkgdesc="A collection of routines used to create PNG format graphics files" arch=('i686' 'x86_64') @@ -15,9 +15,9 @@ depends=('zlib' 'sh') 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=('5f414b20f683b1d96b163c89e3eff768' +md5sums=('ee752da8aa75076500e4cf31318e636e' 'SKIP' - '3404257f66d4a118b26ccc3fc4788810') + 'f959e8b1cb9876ce946a2701e8aca519') prepare() { cd $pkgname-$pkgver
[arch-commits] Commit in libpng/trunk (PKGBUILD)
Date: Sunday, March 9, 2014 @ 14:38:42 Author: bpiotrowski Revision: 207449 upgpkg: libpng 1.6.10-1 new upstream release Modified: libpng/trunk/PKGBUILD --+ PKGBUILD |8 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD === --- PKGBUILD2014-03-09 13:14:57 UTC (rev 207448) +++ PKGBUILD2014-03-09 13:38:42 UTC (rev 207449) @@ -5,8 +5,8 @@ # Contributor: Douglas Soares de Andrade pkgname=libpng -pkgver=1.6.9 -_apngver=1.6.9 +pkgver=1.6.10 +_apngver=1.6.10 pkgrel=1 pkgdesc="A collection of routines used to create PNG format graphics files" arch=('i686' 'x86_64') @@ -15,9 +15,9 @@ depends=('zlib' 'sh') 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=('14e037c5c9f1db16844760285ad5c2d6' +md5sums=('5f414b20f683b1d96b163c89e3eff768' 'SKIP' - 'd784762a28f6a6c697a162873807f479') + '3404257f66d4a118b26ccc3fc4788810') prepare() { cd $pkgname-$pkgver
[arch-commits] Commit in libpng/trunk (PKGBUILD)
Date: Monday, February 17, 2014 @ 14:11:21 Author: jgc Revision: 206100 upgpkg: libpng 1.6.9-1 Add testsuite Modified: libpng/trunk/PKGBUILD --+ PKGBUILD | 13 + 1 file changed, 9 insertions(+), 4 deletions(-) Modified: PKGBUILD === --- PKGBUILD2014-02-17 13:11:01 UTC (rev 206099) +++ PKGBUILD2014-02-17 13:11:21 UTC (rev 206100) @@ -5,8 +5,8 @@ # Contributor: Douglas Soares de Andrade pkgname=libpng -pkgver=1.6.8 -_apngver=1.6.8 +pkgver=1.6.9 +_apngver=1.6.9 pkgrel=1 pkgdesc="A collection of routines used to create PNG format graphics files" arch=('i686' 'x86_64') @@ -15,9 +15,9 @@ depends=('zlib' 'sh') 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=('51ce71a1642cdde1f4485a7ff82193c0' +md5sums=('14e037c5c9f1db16844760285ad5c2d6' 'SKIP' - '6ddeea37e1945d809959a152d4258987') + 'd784762a28f6a6c697a162873807f479') prepare() { cd $pkgname-$pkgver @@ -34,6 +34,11 @@ make } +check() { + cd $pkgname-$pkgver + make check +} + package() { cd $pkgname-$pkgver make DESTDIR="$pkgdir" install
[arch-commits] Commit in libpng/trunk (PKGBUILD)
Date: Saturday, January 25, 2014 @ 22:53:10 Author: bluewind Revision: 204722 upgpkg: libpng 1.6.8-1 upstream update Modified: libpng/trunk/PKGBUILD --+ PKGBUILD |8 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD === --- PKGBUILD2014-01-25 21:21:43 UTC (rev 204721) +++ PKGBUILD2014-01-25 21:53:10 UTC (rev 204722) @@ -5,8 +5,8 @@ # Contributor: Douglas Soares de Andrade pkgname=libpng -pkgver=1.6.7 -_apngver=1.6.7 +pkgver=1.6.8 +_apngver=1.6.8 pkgrel=1 pkgdesc="A collection of routines used to create PNG format graphics files" arch=('i686' 'x86_64') @@ -15,9 +15,9 @@ depends=('zlib' 'sh') 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=('7023a9eacd7b6a3eb95761a2f574d456' +md5sums=('51ce71a1642cdde1f4485a7ff82193c0' 'SKIP' - 'aad92ea0cc3e29415b90c78f1d267799') + '6ddeea37e1945d809959a152d4258987') prepare() { cd $pkgname-$pkgver
[arch-commits] Commit in libpng/trunk (PKGBUILD)
Date: Sunday, November 24, 2013 @ 17:59:33 Author: bpiotrowski Revision: 200276 upgpkg: libpng 1.6.7-1 - new upstream release Modified: libpng/trunk/PKGBUILD --+ PKGBUILD |8 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD === --- PKGBUILD2013-11-24 13:01:51 UTC (rev 200275) +++ PKGBUILD2013-11-24 16:59:33 UTC (rev 200276) @@ -5,8 +5,8 @@ # Contributor: Douglas Soares de Andrade pkgname=libpng -pkgver=1.6.6 -_apngver=1.6.6 +pkgver=1.6.7 +_apngver=1.6.7 pkgrel=1 pkgdesc="A collection of routines used to create PNG format graphics files" arch=('i686' 'x86_64') @@ -15,9 +15,9 @@ depends=('zlib' 'sh') 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=('3a41dcd58bcac7cc191c2ec80c7fb2ac' +md5sums=('7023a9eacd7b6a3eb95761a2f574d456' 'SKIP' - '8af242769611daf62a8a17349b6059f7') + 'aad92ea0cc3e29415b90c78f1d267799') prepare() { cd $pkgname-$pkgver
[arch-commits] Commit in libpng/trunk (PKGBUILD)
Date: Monday, October 21, 2013 @ 17:24:17 Author: jgc Revision: 197057 upgpkg: libpng 1.6.6-1 no static libs Modified: libpng/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2013-10-21 15:20:28 UTC (rev 197056) +++ PKGBUILD2013-10-21 15:24:17 UTC (rev 197057) @@ -31,7 +31,7 @@ build() { cd $pkgname-$pkgver - ./configure --prefix=/usr + ./configure --prefix=/usr --disable-static make }
[arch-commits] Commit in libpng/trunk (PKGBUILD)
Date: Wednesday, September 18, 2013 @ 06:16:13 Author: heftig Revision: 194540 Update to 1.6.6; No change for us (only ARM), so not rebuilding Modified: libpng/trunk/PKGBUILD --+ PKGBUILD | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) Modified: PKGBUILD === --- PKGBUILD2013-09-18 03:52:49 UTC (rev 194539) +++ PKGBUILD2013-09-18 04:16:13 UTC (rev 194540) @@ -5,8 +5,8 @@ # Contributor: Douglas Soares de Andrade pkgname=libpng -pkgver=1.6.5 -_apngver=1.6.3 +pkgver=1.6.6 +_apngver=1.6.6 pkgrel=1 pkgdesc="A collection of routines used to create PNG format graphics files" arch=('i686' 'x86_64') @@ -16,14 +16,14 @@ 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=('dec292dd99b094cea03bdd7232f5a80c' +md5sums=('3a41dcd58bcac7cc191c2ec80c7fb2ac' 'SKIP' - '57007fc121baa2cdc48abcfb26300e78') + '8af242769611daf62a8a17349b6059f7') prepare() { cd $pkgname-$pkgver - # Add animated PNG (apng) support + # Add animated PNG (apng) support. Required by Firefox # see http://sourceforge.net/projects/libpng-apng/ patch -Np1 -i ../libpng-$_apngver-apng.patch }
[arch-commits] Commit in libpng/trunk (PKGBUILD)
Date: Monday, September 16, 2013 @ 12:41:55 Author: jgc Revision: 194431 upgpkg: libpng 1.6.5-1 Modified: libpng/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2013-09-16 10:39:31 UTC (rev 194430) +++ PKGBUILD2013-09-16 10:41:55 UTC (rev 194431) @@ -5,7 +5,7 @@ # Contributor: Douglas Soares de Andrade pkgname=libpng -pkgver=1.6.3 +pkgver=1.6.5 _apngver=1.6.3 pkgrel=1 pkgdesc="A collection of routines used to create PNG format graphics files" @@ -16,7 +16,7 @@ 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' +md5sums=('dec292dd99b094cea03bdd7232f5a80c' 'SKIP' '57007fc121baa2cdc48abcfb26300e78')
[arch-commits] Commit in libpng/trunk (PKGBUILD)
Date: Tuesday, July 23, 2013 @ 15:38:21 Author: jgc Revision: 191310 Add gpg verification Modified: libpng/trunk/PKGBUILD --+ PKGBUILD |5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2013-07-23 13:29:40 UTC (rev 191309) +++ PKGBUILD2013-07-23 13:38:21 UTC (rev 191310) @@ -14,9 +14,10 @@ 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";) +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() {
[arch-commits] Commit in libpng/trunk (PKGBUILD)
Date: Thursday, May 2, 2013 @ 19:25:05 Author: bpiotrowski Revision: 184145 upgpkg: libpng 1.6.2-2 - update apng patch to 1.6.2 Modified: libpng/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2013-05-02 17:00:09 UTC (rev 184144) +++ PKGBUILD2013-05-02 17:25:05 UTC (rev 184145) @@ -6,8 +6,8 @@ pkgname=libpng pkgver=1.6.2 -_apngver=1.6.1 -pkgrel=1 +_apngver=1.6.2 +pkgrel=2 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"; @@ -17,7 +17,7 @@ source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.xz"; "http://downloads.sourceforge.net/sourceforge/libpng-apng/libpng-$_apngver-apng.patch.gz";) md5sums=('9d838f6fca9948a9f360a0cc1b516d5f' - '39c34060c2f0e48f3849dcdbd4a16b7a') + '7d0c9f4b9a7f45dd5d1088e54b623c98') build() { cd $pkgname-$pkgver
[arch-commits] Commit in libpng/trunk (PKGBUILD)
Date: Saturday, April 27, 2013 @ 14:24:51 Author: ioni Revision: 183710 update to 1.6.2 Modified: libpng/trunk/PKGBUILD --+ PKGBUILD |8 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD === --- PKGBUILD2013-04-27 11:21:26 UTC (rev 183709) +++ PKGBUILD2013-04-27 12:24:51 UTC (rev 183710) @@ -5,8 +5,8 @@ # Contributor: Douglas Soares de Andrade pkgname=libpng -pkgver=1.5.15 -_apngver=1.5.15 +pkgver=1.6.2 +_apngver=1.6.1 pkgrel=1 pkgdesc="A collection of routines used to create PNG format graphics files" arch=('i686' 'x86_64') @@ -16,8 +16,8 @@ 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=('e3122e7b5b5c36c034a4624c65f8a9d8' - '3ae9ea7e4bd201f0b25e25cd6049b094') +md5sums=('9d838f6fca9948a9f360a0cc1b516d5f' + '39c34060c2f0e48f3849dcdbd4a16b7a') build() { cd $pkgname-$pkgver
[arch-commits] Commit in libpng/trunk (PKGBUILD)
Date: Tuesday, April 9, 2013 @ 20:12:24 Author: ioni Revision: 182371 update to 1.5.15 Modified: libpng/trunk/PKGBUILD --+ PKGBUILD |8 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD === --- PKGBUILD2013-04-09 18:07:19 UTC (rev 182370) +++ PKGBUILD2013-04-09 18:12:24 UTC (rev 182371) @@ -5,8 +5,8 @@ # Contributor: Douglas Soares de Andrade pkgname=libpng -pkgver=1.5.14 -_apngver=1.5.14 +pkgver=1.5.15 +_apngver=1.5.15 pkgrel=1 pkgdesc="A collection of routines used to create PNG format graphics files" arch=('i686' 'x86_64') @@ -16,8 +16,8 @@ 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=('94284b01d62ca43c5eb3f6702db08ed8' - '89fbc11f19ec1f181587bdde1dd9402f') +md5sums=('e3122e7b5b5c36c034a4624c65f8a9d8' + '3ae9ea7e4bd201f0b25e25cd6049b094') build() { cd $pkgname-$pkgver
[arch-commits] Commit in libpng/trunk (PKGBUILD)
Date: Tuesday, February 26, 2013 @ 19:10:04 Author: ioni Revision: 178757 update to 1.5.14 Modified: libpng/trunk/PKGBUILD --+ PKGBUILD |8 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD === --- PKGBUILD2013-02-26 18:03:18 UTC (rev 178756) +++ PKGBUILD2013-02-26 18:10:04 UTC (rev 178757) @@ -5,8 +5,8 @@ # Contributor: Douglas Soares de Andrade pkgname=libpng -pkgver=1.5.13 -_apngver=1.5.13 +pkgver=1.5.14 +_apngver=1.5.14 pkgrel=1 pkgdesc="A collection of routines used to create PNG format graphics files" arch=('i686' 'x86_64') @@ -16,8 +16,8 @@ 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=('0b607a685da977f1bfc96e1c47055183' - '23c8765aa6ca188c0575386d5ea8fe70') +md5sums=('94284b01d62ca43c5eb3f6702db08ed8' + '89fbc11f19ec1f181587bdde1dd9402f') build() { cd $pkgname-$pkgver
[arch-commits] Commit in libpng/trunk (PKGBUILD)
Date: Sunday, October 21, 2012 @ 06:48:45 Author: ibiru Revision: 169445 update to 1.5.13 Modified: libpng/trunk/PKGBUILD --+ PKGBUILD |8 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD === --- PKGBUILD2012-10-21 10:28:57 UTC (rev 169444) +++ PKGBUILD2012-10-21 10:48:45 UTC (rev 169445) @@ -5,8 +5,8 @@ # Contributor: Douglas Soares de Andrade pkgname=libpng -pkgver=1.5.12 -_apngver=1.5.12 +pkgver=1.5.13 +_apngver=1.5.13 pkgrel=1 pkgdesc="A collection of routines used to create PNG format graphics files" arch=('i686' 'x86_64') @@ -16,8 +16,8 @@ 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=('0fd51add1da6a0e470e0c726c59171b9' - '7f2924b1fe0cca9080e18b8720443716') +md5sums=('0b607a685da977f1bfc96e1c47055183' + '23c8765aa6ca188c0575386d5ea8fe70') build() { cd $pkgname-$pkgver
[arch-commits] Commit in libpng/trunk (PKGBUILD)
Date: Tuesday, July 24, 2012 @ 12:51:33 Author: ibiru Revision: 164029 update to 1.5.12 Modified: libpng/trunk/PKGBUILD --+ PKGBUILD |8 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD === --- PKGBUILD2012-07-24 15:51:28 UTC (rev 164028) +++ PKGBUILD2012-07-24 16:51:33 UTC (rev 164029) @@ -5,8 +5,8 @@ # Contributor: Douglas Soares de Andrade pkgname=libpng -pkgver=1.5.11 -_apngver=1.5.11 +pkgver=1.5.12 +_apngver=1.5.12 pkgrel=1 pkgdesc="A collection of routines used to create PNG format graphics files" arch=('i686' 'x86_64') @@ -16,8 +16,8 @@ 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=('57f838299e701b6db9e8389c5602dc18' - 'e9ddf7670e78ad93f4cc189c884d4f26') +md5sums=('0fd51add1da6a0e470e0c726c59171b9' + '7f2924b1fe0cca9080e18b8720443716') build() { cd $pkgname-$pkgver
[arch-commits] Commit in libpng/trunk (PKGBUILD)
Date: Friday, June 15, 2012 @ 20:25:05 Author: ibiru Revision: 161870 update to 1.5.11 Modified: libpng/trunk/PKGBUILD --+ PKGBUILD | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) Modified: PKGBUILD === --- PKGBUILD2012-06-16 00:19:50 UTC (rev 161869) +++ PKGBUILD2012-06-16 00:25:05 UTC (rev 161870) @@ -5,8 +5,8 @@ # Contributor: Douglas Soares de Andrade pkgname=libpng -pkgver=1.5.10 -_apngver=1.5.10 +pkgver=1.5.11 +_apngver=1.5.11 pkgrel=1 pkgdesc="A collection of routines used to create PNG format graphics files" arch=('i686' 'x86_64') @@ -16,22 +16,22 @@ 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=('9c2ac3c3a31de2ab867875718f8de18e' - '88517ab0e9c0be2590800116e2b50c8d') +md5sums=('57f838299e701b6db9e8389c5602dc18' + 'e9ddf7670e78ad93f4cc189c884d4f26') build() { - cd "$pkgname-$pkgver" + cd $pkgname-$pkgver # Add animated PNG (apng) support # see http://sourceforge.net/projects/libpng-apng/ - patch -p1 -i "$srcdir/libpng-$_apngver-apng.patch" + patch -p1 -i ../libpng-$_apngver-apng.patch ./configure --prefix=/usr make } package() { - cd "$pkgname-$pkgver" + cd $pkgname-$pkgver make DESTDIR="$pkgdir" install cd contrib/pngminus
[arch-commits] Commit in libpng/trunk (PKGBUILD)
Date: Thursday, April 5, 2012 @ 03:16:46 Author: ibiru Revision: 155694 update to 1.5.10 Modified: libpng/trunk/PKGBUILD --+ PKGBUILD | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) Modified: PKGBUILD === --- PKGBUILD2012-04-05 06:04:51 UTC (rev 155693) +++ PKGBUILD2012-04-05 07:16:46 UTC (rev 155694) @@ -5,8 +5,8 @@ # Contributor: Douglas Soares de Andrade pkgname=libpng -pkgver=1.5.9 -_apngver=1.5.9 +pkgver=1.5.10 +_apngver=1.5.10 pkgrel=1 pkgdesc="A collection of routines used to create PNG format graphics files" arch=('i686' 'x86_64') @@ -16,11 +16,11 @@ 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=('05d9ab3705c34954c0032b71318b678a' - '268f7db97b292d5f14a24ea7940f6f1c') +md5sums=('9c2ac3c3a31de2ab867875718f8de18e' + '88517ab0e9c0be2590800116e2b50c8d') build() { - cd "$srcdir/$pkgname-$pkgver" + cd "$pkgname-$pkgver" # Add animated PNG (apng) support # see http://sourceforge.net/projects/libpng-apng/ @@ -31,7 +31,7 @@ } package() { - cd "$srcdir/$pkgname-$pkgver" + cd "$pkgname-$pkgver" make DESTDIR="$pkgdir" install cd contrib/pngminus
[arch-commits] Commit in libpng/trunk (PKGBUILD)
Date: Thursday, February 2, 2012 @ 17:24:52 Author: ibiru Revision: 148512 update to 1.5.8 Modified: libpng/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2012-02-02 22:12:50 UTC (rev 148511) +++ PKGBUILD2012-02-02 22:24:52 UTC (rev 148512) @@ -5,7 +5,7 @@ # Contributor: Douglas Soares de Andrade pkgname=libpng -pkgver=1.5.7 +pkgver=1.5.8 _apngver=1.5.7 pkgrel=1 pkgdesc="A collection of routines used to create PNG format graphics files" @@ -16,7 +16,7 @@ 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=('c3ae9ce4e81ec0aafdd4ac961586ee0d' +md5sums=('0f7ae352beadaff78073733905613041' '6c6a674048cec94db1bc35decf0d142c') build() {
[arch-commits] Commit in libpng/trunk (PKGBUILD)
Date: Wednesday, January 18, 2012 @ 14:23:51 Author: ibiru Revision: 146821 update to 1.5.7 Modified: libpng/trunk/PKGBUILD --+ PKGBUILD | 26 +- 1 file changed, 13 insertions(+), 13 deletions(-) Modified: PKGBUILD === --- PKGBUILD2012-01-18 18:28:11 UTC (rev 146820) +++ PKGBUILD2012-01-18 19:23:51 UTC (rev 146821) @@ -5,8 +5,8 @@ # Contributor: Douglas Soares de Andrade pkgname=libpng -pkgver=1.4.8 -_apngver=1.4.7 +pkgver=1.5.7 +_apngver=1.5.7 pkgrel=1 pkgdesc="A collection of routines used to create PNG format graphics files" arch=('i686' 'x86_64') @@ -14,28 +14,28 @@ 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=('2ce595d571f2b06a9403ed5bcfa4ecbd' - '4842a4cba3487a64084ca0a7417ff1c7') +source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.xz"; + "http://downloads.sourceforge.net/sourceforge/libpng-apng/libpng-$_apngver-apng.patch.gz";) +md5sums=('c3ae9ce4e81ec0aafdd4ac961586ee0d' + '6c6a674048cec94db1bc35decf0d142c') build() { - cd "${srcdir}/${pkgname}-${pkgver}" + cd "$srcdir/$pkgname-$pkgver" # Add animated PNG (apng) support # see http://sourceforge.net/projects/libpng-apng/ - patch -p1 -i "${srcdir}/libpng-${_apngver}-apng.patch" + patch -p1 -i "$srcdir/libpng-$_apngver-apng.patch" ./configure --prefix=/usr make } package() { - cd "${srcdir}/${pkgname}-${pkgver}" - make DESTDIR="${pkgdir}" install + cd "$srcdir/$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" + 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/trunk (PKGBUILD)
Date: Friday, July 8, 2011 @ 03:28:34 Author: andyrtr Revision: 130820 upgpkg: libpng 1.4.8-1 upstream update 1.4.8; includes security fixes Modified: libpng/trunk/PKGBUILD --+ PKGBUILD | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) Modified: PKGBUILD === --- PKGBUILD2011-07-08 06:27:20 UTC (rev 130819) +++ PKGBUILD2011-07-08 07:28:34 UTC (rev 130820) @@ -5,19 +5,19 @@ # Contributor: Douglas Soares de Andrade pkgname=libpng -pkgver=1.5.1 -_apngver=1.5.0 +pkgver=1.4.8 +_apngver=1.4.7 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') +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=('35455234375f1adff8083f408a099e3a' - 'bca1df39480ceb021b835f93745dfd8d') +md5sums=('2ce595d571f2b06a9403ed5bcfa4ecbd' + '4842a4cba3487a64084ca0a7417ff1c7') build() { cd "${srcdir}/${pkgname}-${pkgver}"
[arch-commits] Commit in libpng/trunk (PKGBUILD)
Date: Saturday, February 5, 2011 @ 11:50:58 Author: andyrtr Revision: 109071 prepare new release Modified: libpng/trunk/PKGBUILD --+ PKGBUILD | 12 1 file changed, 8 insertions(+), 4 deletions(-) Modified: PKGBUILD === --- PKGBUILD2011-02-05 16:42:17 UTC (rev 109070) +++ PKGBUILD2011-02-05 16:50:58 UTC (rev 109071) @@ -5,8 +5,8 @@ # Contributor: Douglas Soares de Andrade pkgname=libpng -pkgver=1.4.5 -_apngver=1.4.5 +pkgver=1.5.1 +_apngver=1.5.0 pkgrel=1 pkgdesc="A collection of routines used to create PNG format graphics files" arch=('i686' 'x86_64') @@ -16,8 +16,8 @@ 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=('37d420c7d8294aac438c150bb4335901' - '459affb0ac7e0f1ae4d99b88234cb3db') +md5sums=('35455234375f1adff8083f408a099e3a' + 'bca1df39480ceb021b835f93745dfd8d') build() { cd "${srcdir}/${pkgname}-${pkgver}" @@ -28,6 +28,10 @@ ./configure --prefix=/usr make +} + +package() { + cd "${srcdir}/${pkgname}-${pkgver}" make DESTDIR="${pkgdir}" install cd contrib/pngminus
[arch-commits] Commit in libpng/trunk (PKGBUILD)
Date: Wednesday, December 22, 2010 @ 09:49:59 Author: jgc Revision: 103693 upgpkg: libpng 1.4.5-1 Update to 1.4.5 Modified: libpng/trunk/PKGBUILD --+ PKGBUILD | 13 - 1 file changed, 4 insertions(+), 9 deletions(-) Modified: PKGBUILD === --- PKGBUILD2010-12-22 14:46:52 UTC (rev 103692) +++ PKGBUILD2010-12-22 14:49:59 UTC (rev 103693) @@ -5,8 +5,8 @@ # Contributor: Douglas Soares de Andrade pkgname=libpng -pkgver=1.4.4 -_apngver=1.4.4 +pkgver=1.4.5 +_apngver=1.4.5 pkgrel=1 pkgdesc="A collection of routines used to create PNG format graphics files" arch=('i686' 'x86_64') @@ -16,8 +16,8 @@ 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=('0342d1cedb9b9a80294dd1b1e2ec9ae9' - 'd5cd185e7da764a10ff9046d42449259') +md5sums=('37d420c7d8294aac438c150bb4335901' + '459affb0ac7e0f1ae4d99b88234cb3db') build() { cd "${srcdir}/${pkgname}-${pkgver}" @@ -26,11 +26,6 @@ # see http://sourceforge.net/projects/libpng-apng/ patch -p1 -i "${srcdir}/libpng-${_apngver}-apng.patch" - #libtoolize --force --copy - #aclocal - #autoconf - #automake --add-missing - ./configure --prefix=/usr make make DESTDIR="${pkgdir}" install
[arch-commits] Commit in libpng/trunk (PKGBUILD)
Date: Tuesday, October 5, 2010 @ 04:24:27 Author: jgc Revision: 94202 upgpkg: libpng 1.4.4-1 Update to 1.4.4 Modified: libpng/trunk/PKGBUILD --+ PKGBUILD | 16 1 file changed, 8 insertions(+), 8 deletions(-) Modified: PKGBUILD === --- PKGBUILD2010-10-05 08:15:31 UTC (rev 94201) +++ PKGBUILD2010-10-05 08:24:27 UTC (rev 94202) @@ -5,8 +5,8 @@ # Contributor: Douglas Soares de Andrade pkgname=libpng -pkgver=1.4.3 -_apngver=1.4.2 +pkgver=1.4.4 +_apngver=1.4.4 pkgrel=1 pkgdesc="A collection of routines used to create PNG format graphics files" arch=('i686' 'x86_64') @@ -16,8 +16,8 @@ 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=('322e2e0c0dea7a374ce6e60d9a72e604' - '378ade7c68c25d00e099b28911d06561') +md5sums=('0342d1cedb9b9a80294dd1b1e2ec9ae9' + 'd5cd185e7da764a10ff9046d42449259') build() { cd "${srcdir}/${pkgname}-${pkgver}" @@ -26,10 +26,10 @@ # see http://sourceforge.net/projects/libpng-apng/ patch -p1 -i "${srcdir}/libpng-${_apngver}-apng.patch" - libtoolize --force --copy - aclocal - autoconf - automake --add-missing + #libtoolize --force --copy + #aclocal + #autoconf + #automake --add-missing ./configure --prefix=/usr make
[arch-commits] Commit in libpng/trunk (PKGBUILD)
Date: Sunday, June 27, 2010 @ 03:28:57 Author: pierre Revision: 84179 upgpkg: libpng 1.4.3-1 security update Modified: libpng/trunk/PKGBUILD --+ PKGBUILD | 27 ++- 1 file changed, 14 insertions(+), 13 deletions(-) Modified: PKGBUILD === --- PKGBUILD2010-06-27 03:58:53 UTC (rev 84178) +++ PKGBUILD2010-06-27 07:28:57 UTC (rev 84179) @@ -5,7 +5,8 @@ # Contributor: Douglas Soares de Andrade pkgname=libpng -pkgver=1.4.2 +pkgver=1.4.3 +_apngver=1.4.2 pkgrel=1 pkgdesc="A collection of routines used to create PNG format graphics files" arch=('i686' 'x86_64') @@ -13,9 +14,9 @@ license=('custom') depends=('zlib') options=('!libtool') -source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.xz - http://downloads.sourceforge.net/sourceforge/libpng-apng/libpng-${pkgver}-apng.patch.gz) -md5sums=('d22ef5878842d918d6d110c0e7cc3afc' +source=("http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.xz"; + "http://downloads.sourceforge.net/sourceforge/libpng-apng/libpng-${_apngver}-apng.patch.gz";) +md5sums=('322e2e0c0dea7a374ce6e60d9a72e604' '378ade7c68c25d00e099b28911d06561') build() { @@ -23,19 +24,19 @@ # Add animated PNG (apng) support # see http://sourceforge.net/projects/libpng-apng/ - patch -p1 -i "${srcdir}/libpng-${pkgver}-apng.patch" || return 1 + patch -p1 -i "${srcdir}/libpng-${_apngver}-apng.patch" - libtoolize --force --copy || return 1 - aclocal || return 1 - autoconf || return 1 - automake --add-missing || return 1 + libtoolize --force --copy + aclocal + autoconf + automake --add-missing - ./configure --prefix=/usr || return 1 - make || return 1 - make DESTDIR="${pkgdir}" install || return 1 + ./configure --prefix=/usr + make + 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" || return 1 + install -D -m644 ../../LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" }
[arch-commits] Commit in libpng/trunk (PKGBUILD libpng14-enable-read-dither.patch)
Date: Wednesday, May 26, 2010 @ 06:07:00 Author: jgc Revision: 81055 upgpkg: libpng 1.4.2-1 Update to 1.4.2. Move to testing as the png_set_dither function has been renamed in this release Modified: libpng/trunk/PKGBUILD Deleted: libpng/trunk/libpng14-enable-read-dither.patch ---+ PKGBUILD | 21 + libpng14-enable-read-dither.patch | 15 --- 2 files changed, 9 insertions(+), 27 deletions(-) Modified: PKGBUILD === --- PKGBUILD2010-05-26 09:49:23 UTC (rev 81054) +++ PKGBUILD2010-05-26 10:07:00 UTC (rev 81055) @@ -1,10 +1,11 @@ # $Id$ +# Maintainer: Jan de Groot # Contributor: dorphell # Contributor: Travis Willard # Contributor: Douglas Soares de Andrade pkgname=libpng -pkgver=1.4.1 +pkgver=1.4.2 pkgrel=1 pkgdesc="A collection of routines used to create PNG format graphics files" arch=('i686' 'x86_64') @@ -12,12 +13,10 @@ license=('custom') depends=('zlib') options=('!libtool') -source=("http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.xz"; - "http://downloads.sourceforge.net/sourceforge/libpng-apng/libpng-${pkgver}-apng.patch.gz"; - 'libpng14-enable-read-dither.patch') -md5sums=('d4cb0236cce9ce8ff49a22994a01f9e0' - 'cdf7cde368a4e0de8d5400a99a79957f' - 'd4696db4af61b175b705f51aeb9c8d7e') +source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.xz + http://downloads.sourceforge.net/sourceforge/libpng-apng/libpng-${pkgver}-apng.patch.gz) +md5sums=('d22ef5878842d918d6d110c0e7cc3afc' + '378ade7c68c25d00e099b28911d06561') build() { cd "${srcdir}/${pkgname}-${pkgver}" @@ -25,8 +24,6 @@ # Add animated PNG (apng) support # see http://sourceforge.net/projects/libpng-apng/ patch -p1 -i "${srcdir}/libpng-${pkgver}-apng.patch" || return 1 - # Enabling read dither support - needed for xfig and transfig - patch -p1 -i "${srcdir}/libpng14-enable-read-dither.patch" || return 1 libtoolize --force --copy || return 1 aclocal || return 1 @@ -34,11 +31,11 @@ automake --add-missing || return 1 ./configure --prefix=/usr || return 1 - make ECHO=echo || return 1 - make ECHO=echo DESTDIR="${pkgdir}" install || return 1 + make || return 1 + make DESTDIR="${pkgdir}" install || return 1 cd contrib/pngminus - make ECHO=echo PNGLIB="-L${pkgdir}/usr/lib -lpng" -f makefile.std png2pnm pnm2png + 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" || return 1 } Deleted: libpng14-enable-read-dither.patch === --- libpng14-enable-read-dither.patch 2010-05-26 09:49:23 UTC (rev 81054) +++ libpng14-enable-read-dither.patch 2010-05-26 10:07:00 UTC (rev 81055) @@ -1,15 +0,0 @@ -diff -Naur libpng-1.4.0-orig/pngconf.h libpng-1.4.0/pngconf.h libpng-1.4.0-orig/pngconf.h2010-01-27 20:38:27.0 -0500 -+++ libpng-1.4.0/pngconf.h 2010-01-27 20:44:44.0 -0500 -@@ -497,11 +497,9 @@ - # ifndef PNG_NO_READ_INVERT - #define PNG_READ_INVERT_SUPPORTED - # endif --#if 0 /* removed from libpng-1.4.0 */ - # ifndef PNG_NO_READ_DITHER - #define PNG_READ_DITHER_SUPPORTED - # endif --#endif /* 0 */ - # ifndef PNG_NO_READ_BACKGROUND - #define PNG_READ_BACKGROUND_SUPPORTED - # endif
[arch-commits] Commit in libpng/trunk (PKGBUILD libpng14-enable-read-dither.patch)
Date: Wednesday, January 27, 2010 @ 21:23:17 Author: eric Revision: 65330 upgpkg: libpng 1.4.0-2 Enabling read dither support - needed for xfig and transfig Added: libpng/trunk/libpng14-enable-read-dither.patch Modified: libpng/trunk/PKGBUILD ---+ PKGBUILD | 13 + libpng14-enable-read-dither.patch | 15 +++ 2 files changed, 24 insertions(+), 4 deletions(-) Modified: PKGBUILD === --- PKGBUILD2010-01-27 22:19:27 UTC (rev 65329) +++ PKGBUILD2010-01-28 02:23:17 UTC (rev 65330) @@ -5,7 +5,7 @@ pkgname=libpng pkgver=1.4.0 -pkgrel=1 +pkgrel=2 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"; @@ -13,9 +13,12 @@ depends=('zlib') options=('!libtool') source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2 - http://downloads.sourceforge.net/sourceforge/libpng-apng/libpng-${pkgver}-apng.patch.gz) -md5sums=('fd73b764e92c711c219d766d03889b64' - '1a1a1ac18b7c4a23aa9b1441f2c0f2e9') + http://downloads.sourceforge.net/sourceforge/libpng-apng/libpng-${pkgver}-apng.patch.gz + libpng14-enable-read-dither.patch) +md5sums=('fd73b764e92c711c219d766d03889b64' '1a1a1ac18b7c4a23aa9b1441f2c0f2e9'\ + 'd4696db4af61b175b705f51aeb9c8d7e') +sha1sums=('886d651394024b5cab7e9cb5afac41b391f1ccd2' '9c47d62e4ea6e774e008abf4cf8df3461b39fe5d'\ + 'ac26267be933abb0f5fbfe632bac22cc5ed4de49') build() { cd "${srcdir}/${pkgname}-${pkgver}" @@ -24,6 +27,8 @@ # see http://hp.vector.co.jp/authors/VA013651/freeSoftware/apng.html patch -p1 -i "${srcdir}/libpng-${pkgver}-apng.patch" || return 1 + patch -p1 -i "${srcdir}/libpng14-enable-read-dither.patch" || return 1 + libtoolize --force --copy || return 1 aclocal || return 1 autoconf || return 1 Added: libpng14-enable-read-dither.patch === --- libpng14-enable-read-dither.patch (rev 0) +++ libpng14-enable-read-dither.patch 2010-01-28 02:23:17 UTC (rev 65330) @@ -0,0 +1,15 @@ +diff -Naur libpng-1.4.0-orig/pngconf.h libpng-1.4.0/pngconf.h +--- libpng-1.4.0-orig/pngconf.h2010-01-27 20:38:27.0 -0500 libpng-1.4.0/pngconf.h 2010-01-27 20:44:44.0 -0500 +@@ -497,11 +497,9 @@ + # ifndef PNG_NO_READ_INVERT + #define PNG_READ_INVERT_SUPPORTED + # endif +-#if 0 /* removed from libpng-1.4.0 */ + # ifndef PNG_NO_READ_DITHER + #define PNG_READ_DITHER_SUPPORTED + # endif +-#endif /* 0 */ + # ifndef PNG_NO_READ_BACKGROUND + #define PNG_READ_BACKGROUND_SUPPORTED + # endif
[arch-commits] Commit in libpng/trunk (PKGBUILD)
Date: Saturday, January 16, 2010 @ 13:21:09 Author: jgc Revision: 63233 upgpkg: libpng 1.4.0-1 Update to libpng 1.4.0: New major version, needs lots of rebuilds. Grab apng patch from sourceforge now Modified: libpng/trunk/PKGBUILD --+ PKGBUILD | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) Modified: PKGBUILD === --- PKGBUILD2010-01-16 17:46:28 UTC (rev 63232) +++ PKGBUILD2010-01-16 18:21:09 UTC (rev 63233) @@ -4,7 +4,7 @@ # Maintainer: Douglas Soares de Andrade pkgname=libpng -pkgver=1.2.40 +pkgver=1.4.0 pkgrel=1 pkgdesc="A collection of routines used to create PNG format graphics files" arch=('i686' 'x86_64') @@ -12,17 +12,17 @@ license=('custom') depends=('zlib') options=('!libtool') -source=("http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2"; - "http://hp.vector.co.jp/authors/VA013651/lib/libpng-1.2.38-apng.patch.gz";) -md5sums=('29bbd1c3cbe54b04bfc2bda43067ccb5' '40ee503d0ff5386ad537df2162fb9c4e') -sha1sums=('776cf18a799af58303590f6996f6d3aa5a7908ff' '1746e03734b2967481330ade3fb8513896ec2f95') +source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2 + http://downloads.sourceforge.net/sourceforge/libpng-apng/libpng-${pkgver}-apng.patch.gz) +md5sums=('fd73b764e92c711c219d766d03889b64' + '1a1a1ac18b7c4a23aa9b1441f2c0f2e9') build() { cd "${srcdir}/${pkgname}-${pkgver}" # Add animated PNG (apng) support # see http://hp.vector.co.jp/authors/VA013651/freeSoftware/apng.html - patch -p1 -i "${srcdir}/libpng-1.2.38-apng.patch" || return 1 + patch -p1 -i "${srcdir}/libpng-${pkgver}-apng.patch" || return 1 libtoolize --force --copy || return 1 aclocal || return 1
[arch-commits] Commit in libpng/trunk (PKGBUILD)
Date: Sunday, November 8, 2009 @ 17:27:35 Author: eric Revision: 58549 upgpkg: libpng 1.2.40-1 Upstream update Modified: libpng/trunk/PKGBUILD --+ PKGBUILD | 20 +--- 1 file changed, 9 insertions(+), 11 deletions(-) Modified: PKGBUILD === --- PKGBUILD2009-11-08 22:23:55 UTC (rev 58548) +++ PKGBUILD2009-11-08 22:27:35 UTC (rev 58549) @@ -4,7 +4,7 @@ # Maintainer: Douglas Soares de Andrade pkgname=libpng -pkgver=1.2.39 +pkgver=1.2.40 pkgrel=1 pkgdesc="A collection of routines used to create PNG format graphics files" arch=('i686' 'x86_64') @@ -14,14 +14,15 @@ options=('!libtool') source=("http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2"; "http://hp.vector.co.jp/authors/VA013651/lib/libpng-1.2.38-apng.patch.gz";) -options=('!libtool') +md5sums=('29bbd1c3cbe54b04bfc2bda43067ccb5' '40ee503d0ff5386ad537df2162fb9c4e') +sha1sums=('776cf18a799af58303590f6996f6d3aa5a7908ff' '1746e03734b2967481330ade3fb8513896ec2f95') build() { - cd ${startdir}/src/${pkgname}-${pkgver} + cd "${srcdir}/${pkgname}-${pkgver}" # Add animated PNG (apng) support # see http://hp.vector.co.jp/authors/VA013651/freeSoftware/apng.html - patch -p1 -i $srcdir/libpng-1.2.38-apng.patch || return 1 + patch -p1 -i "${srcdir}/libpng-1.2.38-apng.patch" || return 1 libtoolize --force --copy || return 1 aclocal || return 1 @@ -30,13 +31,10 @@ ./configure --prefix=/usr || return 1 make ECHO=echo || return 1 - make ECHO=echo DESTDIR=${startdir}/pkg install || return 1 + make ECHO=echo DESTDIR="${pkgdir}" install || return 1 cd contrib/pngminus - make ECHO=echo PNGLIB="-L${startdir}/pkg/usr/lib -lpng" -f makefile.std png2pnm pnm2png - install -m755 png2pnm pnm2png ${startdir}/pkg/usr/bin/ - install -m755 -d ${startdir}/pkg/usr/share/licenses/${pkgname} - install -m644 ../../LICENSE ${startdir}/pkg/usr/share/licenses/${pkgname}/ || return 1 + make ECHO=echo 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" || return 1 } -md5sums=('4d48ecff6fc7ab12e97b07d0f65ec2f0' - '40ee503d0ff5386ad537df2162fb9c4e')