[arch-commits] Commit in libmng/repos/extra-x86_64 (4 files)

Eric Bélanger eric at archlinux.org
Thu Jan 1 02:11:26 UTC 2015


    Date: Thursday, January 1, 2015 @ 03:11:25
  Author: eric
Revision: 228295

archrelease: copy trunk to extra-x86_64

Added:
  libmng/repos/extra-x86_64/PKGBUILD
    (from rev 228294, libmng/trunk/PKGBUILD)
  libmng/repos/extra-x86_64/libmng-stdio.patch
    (from rev 228294, libmng/trunk/libmng-stdio.patch)
Deleted:
  libmng/repos/extra-x86_64/PKGBUILD
  libmng/repos/extra-x86_64/libmng-stdio.patch

--------------------+
 PKGBUILD           |   67 +++++++++++++++++++++++++--------------------------
 libmng-stdio.patch |   20 +++++++--------
 2 files changed, 44 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2015-01-01 02:10:06 UTC (rev 228294)
+++ PKGBUILD	2015-01-01 02:11:25 UTC (rev 228295)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger <eric at archlinux.org>
-
-pkgname=libmng
-pkgver=2.0.2
-pkgrel=3
-pkgdesc="A collection of routines used to create and manipulate MNG format graphics files"
-arch=('i686' 'x86_64')
-url="http://www.libmng.com/"
-license=('custom')
-depends=('lcms2')
-source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.asc}
-        libmng-stdio.patch)
-sha1sums=('7dd35369ff5916e1823cbacef984ab1b87714b69'
-          'SKIP'
-          '2f8b472d53791ba3a44dab9b18fb215e8b19dd77')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  patch -p5 -i "${srcdir}/libmng-stdio.patch"
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: libmng/repos/extra-x86_64/PKGBUILD (from rev 228294, libmng/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2015-01-01 02:11:25 UTC (rev 228295)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Eric Bélanger <eric at archlinux.org>
+
+pkgname=libmng
+pkgver=2.0.2
+pkgrel=3
+pkgdesc="A collection of routines used to create and manipulate MNG format graphics files"
+arch=('i686' 'x86_64')
+url="http://www.libmng.com/"
+license=('custom')
+depends=('lcms2')
+source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.asc}
+        libmng-stdio.patch)
+sha1sums=('7dd35369ff5916e1823cbacef984ab1b87714b69'
+          'SKIP'
+          '2f8b472d53791ba3a44dab9b18fb215e8b19dd77')
+validpgpkeys=('8048643BA2C840F4F92A195FF54984BFA16C640F')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -p5 -i "${srcdir}/libmng-stdio.patch"
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Deleted: libmng-stdio.patch
===================================================================
--- libmng-stdio.patch	2015-01-01 02:10:06 UTC (rev 228294)
+++ libmng-stdio.patch	2015-01-01 02:11:25 UTC (rev 228295)
@@ -1,10 +0,0 @@
---- /mnt/chrootstaging32/usr/include/libmng_types.h	2013-08-15 16:26:03.000000000 -0400
-+++ /mnt/chrootstaging64/usr/include/libmng_types.h	2013-08-16 19:53:39.165878412 -0400
-@@ -204,6 +204,7 @@
- #define HAVE_BOOLEAN
- typedef int boolean;
- #endif
-+#include <stdio.h>
- #include <jpeglib.h>
- #endif /* MNG_INCLUDE_IJG6B */
- 

Copied: libmng/repos/extra-x86_64/libmng-stdio.patch (from rev 228294, libmng/trunk/libmng-stdio.patch)
===================================================================
--- libmng-stdio.patch	                        (rev 0)
+++ libmng-stdio.patch	2015-01-01 02:11:25 UTC (rev 228295)
@@ -0,0 +1,10 @@
+--- /mnt/chrootstaging32/usr/include/libmng_types.h	2013-08-15 16:26:03.000000000 -0400
++++ /mnt/chrootstaging64/usr/include/libmng_types.h	2013-08-16 19:53:39.165878412 -0400
+@@ -204,6 +204,7 @@
+ #define HAVE_BOOLEAN
+ typedef int boolean;
+ #endif
++#include <stdio.h>
+ #include <jpeglib.h>
+ #endif /* MNG_INCLUDE_IJG6B */
+ 



More information about the arch-commits mailing list