[arch-commits] Commit in libdv/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Jelle van der Waa jelle at archlinux.org
Wed May 6 13:43:59 UTC 2020


    Date: Wednesday, May 6, 2020 @ 13:43:58
  Author: jelle
Revision: 382385

archrelease: copy trunk to extra-x86_64

Added:
  libdv/repos/extra-x86_64/PKGBUILD
    (from rev 382384, libdv/trunk/PKGBUILD)
Deleted:
  libdv/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   49 ++++++++++++++++++++++++-------------------------
 1 file changed, 24 insertions(+), 25 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-06 13:43:48 UTC (rev 382384)
+++ PKGBUILD	2020-05-06 13:43:58 UTC (rev 382385)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
-
-pkgname=libdv
-pkgver=1.0.0
-pkgrel=7
-pkgdesc="The Quasar DV codec (libdv) is a software codec for DV video"
-arch=('i686' 'x86_64')
-url="http://libdv.sourceforge.net/"
-license=('LGPL')
-depends=('popt')
-source=(https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
-sha256sums=('a305734033a9c25541a59e8dd1c254409953269ea7c710c39e540bd8853389ba')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure --prefix=/usr --disable-gtk
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}

Copied: libdv/repos/extra-x86_64/PKGBUILD (from rev 382384, libdv/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-05-06 13:43:58 UTC (rev 382385)
@@ -0,0 +1,24 @@
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
+
+pkgname=libdv
+pkgver=1.0.0
+pkgrel=8
+pkgdesc="The Quasar DV codec (libdv) is a software codec for DV video"
+arch=('x86_64')
+url="http://libdv.sourceforge.net/"
+license=('LGPL')
+depends=('popt')
+source=(https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
+sha256sums=('a305734033a9c25541a59e8dd1c254409953269ea7c710c39e540bd8853389ba')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr --disable-gtk
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list