[arch-commits] Commit in dvgrab/repos/community-x86_64 (PKGBUILD PKGBUILD)

David Runge dvzrv at gemini.archlinux.org
Fri Feb 4 23:02:18 UTC 2022


    Date: Friday, February 4, 2022 @ 23:02:18
  Author: dvzrv
Revision: 1126247

archrelease: copy trunk to community-x86_64

Added:
  dvgrab/repos/community-x86_64/PKGBUILD
    (from rev 1126246, dvgrab/trunk/PKGBUILD)
Deleted:
  dvgrab/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-04 23:02:09 UTC (rev 1126246)
+++ PKGBUILD	2022-02-04 23:02:18 UTC (rev 1126247)
@@ -1,32 +0,0 @@
-# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
-# Contributor: Jason Chu <jason at archlinux.org>
-
-pkgname=dvgrab
-pkgver=3.5
-_commit=e46042e0c7b3523b6854ee547b0534e8310b7460
-pkgrel=9
-pkgdesc="Saves audio and video data from an IEEE (FireWire) digital source"
-arch=('x86_64')
-url="http://www.kinodv.org/"
-license=('GPL')
-depends=('gcc-libs' 'libdv' 'libavc1394' 'libjpeg-turbo' 'libiec61883'
-         'libquicktime')
-makedepends=('git')
-source=("git+https://github.com/ddennedy/dvgrab.git#commit=$_commit")
-sha256sums=('SKIP')
-
-prepare() {
-  cd $pkgname
-  autoreconf -vi
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: dvgrab/repos/community-x86_64/PKGBUILD (from rev 1126246, dvgrab/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-02-04 23:02:18 UTC (rev 1126247)
@@ -0,0 +1,31 @@
+# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
+# Contributor: Jason Chu <jason at archlinux.org>
+
+pkgname=dvgrab
+pkgver=3.5
+_commit=e46042e0c7b3523b6854ee547b0534e8310b7460
+pkgrel=12
+pkgdesc="Saves audio and video data from an IEEE (FireWire) digital source"
+arch=('x86_64')
+url="http://www.kinodv.org/"
+license=('GPL')
+depends=('gcc-libs' 'libdv' 'libavc1394' 'libjpeg-turbo' 'libiec61883')
+makedepends=('git')
+source=("git+https://github.com/ddennedy/dvgrab.git#commit=$_commit")
+sha256sums=('SKIP')
+
+prepare() {
+  cd $pkgname
+  autoreconf -fiv
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list