[arch-commits] Commit in lib32-libraw1394/repos/multilib-x86_64 (PKGBUILD PKGBUILD)

Felix Yan fyan at archlinux.org
Fri Apr 22 09:57:51 UTC 2016


    Date: Friday, April 22, 2016 @ 11:57:51
  Author: fyan
Revision: 171579

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-libraw1394/repos/multilib-x86_64/PKGBUILD
    (from rev 171578, lib32-libraw1394/trunk/PKGBUILD)
Deleted:
  lib32-libraw1394/repos/multilib-x86_64/PKGBUILD

----------+
 PKGBUILD |   68 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2016-04-22 09:57:29 UTC (rev 171578)
+++ PKGBUILD	2016-04-22 09:57:51 UTC (rev 171579)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: GordonGR <ntheo1979 at gmail.com>
-# Contributor: josephgbr <rafael.f.f1 at gmail.com>
-
-_pkgname=libraw1394
-pkgname=lib32-${_pkgname}
-pkgver=2.1.1
-pkgrel=1
-pkgdesc="Provides an API to the Linux IEEE1394 (FireWire) driver (32 bit)"
-arch=('x86_64')
-url="https://ieee1394.wiki.kernel.org/index.php/Main_Page"
-license=('LGPL2.1')
-depends=('lib32-glibc' "${_pkgname}")
-makedepends=('gcc-multilib')
-source=(ftp://ftp.kernel.org/pub/linux/libs/ieee1394/${_pkgname}-${pkgver}.tar.xz)
-md5sums=('382191c753ca9241655a288f2caac73c')
-
-
-build() {
-  export CC='gcc -m32'
-  export CXX='g++ -m32'
-  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
-  
-  cd ${_pkgname}-${pkgver}
-  ./configure --prefix=/usr --libdir=/usr/lib32
-  make
-}
-
-package () {
-  cd ${_pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  rm -rf "${pkgdir}"/usr/{bin,include,share}
-}

Copied: lib32-libraw1394/repos/multilib-x86_64/PKGBUILD (from rev 171578, lib32-libraw1394/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2016-04-22 09:57:51 UTC (rev 171579)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: GordonGR <ntheo1979 at gmail.com>
+# Contributor: josephgbr <rafael.f.f1 at gmail.com>
+
+_pkgname=libraw1394
+pkgname=lib32-${_pkgname}
+pkgver=2.1.2
+pkgrel=1
+pkgdesc="Provides an API to the Linux IEEE1394 (FireWire) driver (32 bit)"
+arch=('x86_64')
+url="https://ieee1394.wiki.kernel.org/index.php/Main_Page"
+license=('LGPL2.1')
+depends=('lib32-glibc' "${_pkgname}")
+makedepends=('gcc-multilib')
+source=(ftp://ftp.kernel.org/pub/linux/libs/ieee1394/${_pkgname}-${pkgver}.tar.xz)
+md5sums=('118060584c04f1aa5e29c4d22c1c235a')
+
+
+build() {
+  export CC='gcc -m32'
+  export CXX='g++ -m32'
+  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+  
+  cd ${_pkgname}-${pkgver}
+  ./configure --prefix=/usr --libdir=/usr/lib32
+  make
+}
+
+package () {
+  cd ${_pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  rm -rf "${pkgdir}"/usr/{bin,include,share}
+}



More information about the arch-commits mailing list