[arch-commits] Commit in dvdbackup/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Sun Apr 5 11:13:46 UTC 2020
Date: Sunday, April 5, 2020 @ 11:13:46
Author: arojas
Revision: 611824
libdvdread 6.1.1 rebuild
Modified:
dvdbackup/trunk/PKGBUILD
----------+
PKGBUILD | 15 ++++++++++++---
1 file changed, 12 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-04-05 10:46:28 UTC (rev 611823)
+++ PKGBUILD 2020-04-05 11:13:46 UTC (rev 611824)
@@ -5,7 +5,7 @@
pkgname=dvdbackup
pkgver=0.4.2
-pkgrel=5
+pkgrel=6
pkgdesc="Tool to rip video DVDs from the command line"
arch=('x86_64')
url="https://dvdbackup.sourceforge.net"
@@ -12,9 +12,18 @@
license=('GPL3')
depends=('libdvdread')
optdepends=('libdvdcss: to decrypt encrypted DVDs')
-source=(https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.xz)
-sha512sums=('df9abb2ca0b8a7cd7855ddff94dae249b06b2ec0ee42f3e9c53aa46aebd9885bdf26dacecbd4a20ff5f642ea10c0c64b811d25c23802c8a2b1489281900fbe0d')
+source=(https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.xz
+ dvdbackup-dvdread-6.1.patch)
+sha512sums=('df9abb2ca0b8a7cd7855ddff94dae249b06b2ec0ee42f3e9c53aa46aebd9885bdf26dacecbd4a20ff5f642ea10c0c64b811d25c23802c8a2b1489281900fbe0d'
+ '3cdbf37b89c9723bff4212e994e194c4da62c9509cadccb47a63eb423675152e7f7fabf866225beef8e6831ac33365648eeccd737c6c54cf211dd354aacd2382')
+prepare() {
+ cd $pkgname-$pkgver
+
+# fix build with libdvdread 6.1 https://bugs.launchpad.net/dvdbackup/+bug/1869226
+ patch -p0 -i ../dvdbackup-dvdread-6.1.patch
+}
+
build() {
cd $pkgname-$pkgver
More information about the arch-commits
mailing list