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

Jelle van der Waa jelle at archlinux.org
Fri Nov 29 20:08:20 UTC 2019


    Date: Friday, November 29, 2019 @ 20:08:20
  Author: jelle
Revision: 369939

archrelease: copy trunk to testing-x86_64

Added:
  v4l-utils/repos/testing-x86_64/
  v4l-utils/repos/testing-x86_64/PKGBUILD
    (from rev 369938, v4l-utils/trunk/PKGBUILD)

----------+
 PKGBUILD |   32 ++++++++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)

Copied: v4l-utils/repos/testing-x86_64/PKGBUILD (from rev 369938, v4l-utils/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2019-11-29 20:08:20 UTC (rev 369939)
@@ -0,0 +1,32 @@
+# Maintainer: Thomas Bächler <thomas at archlinux.org>
+pkgname=v4l-utils
+pkgver=1.18.0
+pkgrel=1
+pkgdesc="Userspace tools and conversion library for Video 4 Linux"
+arch=('x86_64')
+url="https://linuxtv.org/"
+provides=("libv4l=$pkgver")
+replaces=('libv4l')
+conflicts=('libv4l')
+backup=(etc/rc_maps.cfg)
+license=('LGPL')
+makedepends=('qt5-base' 'alsa-lib')
+optdepends=('qt5-base' 'alsa-lib')
+depends=('hicolor-icon-theme' 'gcc-libs' 'sysfsutils' 'libjpeg-turbo')
+source=(https://linuxtv.org/downloads/v4l-utils/${pkgname}-${pkgver}.tar.bz2{,.asc})
+sha256sums=('6cb60d822eeed20486a03cc23e0fc65956fbc1e85e0c1a7477f68bbd9802880d'
+            'SKIP')
+validpgpkeys=('05D0169C26E41593418129DF199A64FADFB500FF') # Gregor Jasny <gjasny at googlemail.com>
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr --sysconfdir=/etc --sbindir=/usr/bin
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  MAKEFLAGS="-j1" make install DESTDIR="${pkgdir}/"
+  rm "${pkgdir}/usr/bin/ivtv-ctl"
+}



More information about the arch-commits mailing list