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

Felix Yan felixonmars at archlinux.org
Mon Oct 29 17:16:49 UTC 2018


    Date: Monday, October 29, 2018 @ 17:16:49
  Author: felixonmars
Revision: 399467

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-v4l-utils/repos/multilib-x86_64/PKGBUILD
    (from rev 399466, lib32-v4l-utils/trunk/PKGBUILD)
Deleted:
  lib32-v4l-utils/repos/multilib-x86_64/PKGBUILD

----------+
 PKGBUILD |   70 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 35 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-10-29 17:16:26 UTC (rev 399466)
+++ PKGBUILD	2018-10-29 17:16:49 UTC (rev 399467)
@@ -1,35 +0,0 @@
-# Maintainer: Jan "heftig" Steffens <jan.steffens at gmail.com>
-_pkgbasename=v4l-utils
-pkgname=lib32-$_pkgbasename
-pkgver=1.16.0
-pkgrel=1
-pkgdesc="Userspace tools and conversion library for Video 4 Linux (32-bit)"
-arch=('x86_64')
-url="https://linuxtv.org/"
-provides=("lib32-libv4l=$pkgver")
-replaces=('lib32-libv4l')
-conflicts=('lib32-libv4l')
-license=('LGPL')
-depends=($_pkgbasename 'lib32-gcc-libs' 'lib32-libjpeg-turbo' 'lib32-systemd')
-source=(https://linuxtv.org/downloads/v4l-utils/${_pkgbasename}-${pkgver}.tar.bz2
-        https://linuxtv.org/downloads/v4l-utils/${_pkgbasename}-${pkgver}.tar.bz2.asc)
-validpgpkeys=('05D0169C26E41593418129DF199A64FADFB500FF') # Gregor Jasny <gjasny at googlemail.com>
-sha512sums=('164306fd80339de4a0cdae9bac9bd53a0ac2dbd8997b81c2233886189e0df49563ad575dc703a20b229749f657c99dd4f35b58fdaf52ce469936b3c81a35e20e'
-            'SKIP')
-
-build() {
-  cd "${srcdir}/${_pkgbasename}-${pkgver}"
-
-  export CC="gcc -m32"
-  export CXX="g++ -m32"
-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-
-  ./configure --prefix=/usr --libdir=/usr/lib32 --sysconfdir=/etc
-  make -C lib
-}
-
-package() {
-  cd "${srcdir}/${_pkgbasename}-${pkgver}"
-  MAKEFLAGS="-j1" make -C lib install DESTDIR="${pkgdir}/"
-  rm -rf "${pkgdir}"/{usr/{include,share,bin,sbin},etc,lib}
-}

Copied: lib32-v4l-utils/repos/multilib-x86_64/PKGBUILD (from rev 399466, lib32-v4l-utils/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-10-29 17:16:49 UTC (rev 399467)
@@ -0,0 +1,35 @@
+# Maintainer: Jan "heftig" Steffens <jan.steffens at gmail.com>
+_pkgbasename=v4l-utils
+pkgname=lib32-$_pkgbasename
+pkgver=1.16.1
+pkgrel=1
+pkgdesc="Userspace tools and conversion library for Video 4 Linux (32-bit)"
+arch=('x86_64')
+url="https://linuxtv.org/"
+provides=("lib32-libv4l=$pkgver")
+replaces=('lib32-libv4l')
+conflicts=('lib32-libv4l')
+license=('LGPL')
+depends=($_pkgbasename 'lib32-gcc-libs' 'lib32-libjpeg-turbo' 'lib32-systemd')
+source=(https://linuxtv.org/downloads/v4l-utils/${_pkgbasename}-${pkgver}.tar.bz2
+        https://linuxtv.org/downloads/v4l-utils/${_pkgbasename}-${pkgver}.tar.bz2.asc)
+validpgpkeys=('05D0169C26E41593418129DF199A64FADFB500FF') # Gregor Jasny <gjasny at googlemail.com>
+sha512sums=('5092e592e963ce7f174faedd03f5f2b4e262c648fea4f868ae9a8b40029a87412ca16566ce5f687e96588904cdb72b25349d9b26b81ce1285283195208f671b7'
+            'SKIP')
+
+build() {
+  cd "${srcdir}/${_pkgbasename}-${pkgver}"
+
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+  ./configure --prefix=/usr --libdir=/usr/lib32 --sysconfdir=/etc
+  make -C lib
+}
+
+package() {
+  cd "${srcdir}/${_pkgbasename}-${pkgver}"
+  MAKEFLAGS="-j1" make -C lib install DESTDIR="${pkgdir}/"
+  rm -rf "${pkgdir}"/{usr/{include,share,bin,sbin},etc,lib}
+}



More information about the arch-commits mailing list