[arch-commits] Commit in libmng/repos (6 files)

Eric Bélanger eric at nymeria.archlinux.org
Sat Aug 17 00:20:30 UTC 2013


    Date: Saturday, August 17, 2013 @ 02:20:29
  Author: eric
Revision: 193126

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

Added:
  libmng/repos/staging-i686/PKGBUILD
    (from rev 193125, libmng/trunk/PKGBUILD)
  libmng/repos/staging-i686/libmng-stdio.patch
    (from rev 193125, libmng/trunk/libmng-stdio.patch)
  libmng/repos/staging-x86_64/PKGBUILD
    (from rev 193125, libmng/trunk/PKGBUILD)
  libmng/repos/staging-x86_64/libmng-stdio.patch
    (from rev 193125, libmng/trunk/libmng-stdio.patch)
Deleted:
  libmng/repos/staging-i686/PKGBUILD
  libmng/repos/staging-x86_64/PKGBUILD

-----------------------------------+
 /PKGBUILD                         |   68 ++++++++++++++++++++++++++++++++++++
 staging-i686/PKGBUILD             |   27 --------------
 staging-i686/libmng-stdio.patch   |   10 +++++
 staging-x86_64/PKGBUILD           |   27 --------------
 staging-x86_64/libmng-stdio.patch |   10 +++++
 5 files changed, 88 insertions(+), 54 deletions(-)

Deleted: staging-i686/PKGBUILD
===================================================================
--- staging-i686/PKGBUILD	2013-08-17 00:19:55 UTC (rev 193125)
+++ staging-i686/PKGBUILD	2013-08-17 00:20:29 UTC (rev 193126)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger <eric at archlinux.org>
-
-pkgname=libmng
-pkgver=2.0.2
-pkgrel=1
-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')
-options=('!libtool')
-source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.asc})
-sha1sums=('7dd35369ff5916e1823cbacef984ab1b87714b69'
-          'SKIP')
-
-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/staging-i686/PKGBUILD (from rev 193125, libmng/trunk/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD	                        (rev 0)
+++ staging-i686/PKGBUILD	2013-08-17 00:20:29 UTC (rev 193126)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Eric Bélanger <eric at archlinux.org>
+
+pkgname=libmng
+pkgver=2.0.2
+pkgrel=2
+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')
+options=('!libtool')
+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/staging-i686/libmng-stdio.patch (from rev 193125, libmng/trunk/libmng-stdio.patch)
===================================================================
--- staging-i686/libmng-stdio.patch	                        (rev 0)
+++ staging-i686/libmng-stdio.patch	2013-08-17 00:20:29 UTC (rev 193126)
@@ -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 */
+ 

Deleted: staging-x86_64/PKGBUILD
===================================================================
--- staging-x86_64/PKGBUILD	2013-08-17 00:19:55 UTC (rev 193125)
+++ staging-x86_64/PKGBUILD	2013-08-17 00:20:29 UTC (rev 193126)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger <eric at archlinux.org>
-
-pkgname=libmng
-pkgver=2.0.2
-pkgrel=1
-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')
-options=('!libtool')
-source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.asc})
-sha1sums=('7dd35369ff5916e1823cbacef984ab1b87714b69'
-          'SKIP')
-
-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/staging-x86_64/PKGBUILD (from rev 193125, libmng/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2013-08-17 00:20:29 UTC (rev 193126)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Eric Bélanger <eric at archlinux.org>
+
+pkgname=libmng
+pkgver=2.0.2
+pkgrel=2
+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')
+options=('!libtool')
+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/staging-x86_64/libmng-stdio.patch (from rev 193125, libmng/trunk/libmng-stdio.patch)
===================================================================
--- staging-x86_64/libmng-stdio.patch	                        (rev 0)
+++ staging-x86_64/libmng-stdio.patch	2013-08-17 00:20:29 UTC (rev 193126)
@@ -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