[arch-commits] Commit in dvdbackup/trunk (PKGBUILD)

2020-04-05 Thread Antonio Rojas via arch-commits
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
===
--- PKGBUILD2020-04-05 10:46:28 UTC (rev 611823)
+++ PKGBUILD2020-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
 


[arch-commits] Commit in dvdbackup/trunk (PKGBUILD)

2019-11-07 Thread Antonio Rojas via arch-commits
Date: Thursday, November 7, 2019 @ 22:16:40
  Author: arojas
Revision: 524556

libdvdread 6.0.2 rebuild

Modified:
  dvdbackup/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-11-07 22:14:19 UTC (rev 524555)
+++ PKGBUILD2019-11-07 22:16:40 UTC (rev 524556)
@@ -5,7 +5,7 @@
 
 pkgname=dvdbackup
 pkgver=0.4.2
-pkgrel=4
+pkgrel=5
 pkgdesc="Tool to rip video DVDs from the command line"
 arch=('x86_64')
 url="https://dvdbackup.sourceforge.net;


[arch-commits] Commit in dvdbackup/trunk (PKGBUILD)

2018-06-06 Thread Jonathan Steel via arch-commits
Date: Wednesday, June 6, 2018 @ 09:36:18
  Author: jsteel
Revision: 341121

upgpkg: dvdbackup 0.4.2-4

Update license

Modified:
  dvdbackup/trunk/PKGBUILD

--+
 PKGBUILD |   14 +++---
 1 file changed, 7 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-06-06 09:35:38 UTC (rev 341120)
+++ PKGBUILD2018-06-06 09:36:18 UTC (rev 341121)
@@ -1,5 +1,5 @@
 # $Id$
-# Maintainer: Jonathan Steel 
+# Maintainer: Jonathan Steel 
 # Contributor: yugrotavele 
 # Contributor: Varun Acharya 
 # Contributor: Nicolai Lissner 
@@ -6,11 +6,11 @@
 
 pkgname=dvdbackup
 pkgver=0.4.2
-pkgrel=3
-pkgdesc="A tool to rip video DVDs from the command line"
+pkgrel=4
+pkgdesc="Tool to rip video DVDs from the command line"
 arch=('x86_64')
 url="https://dvdbackup.sourceforge.net;
-license=('GPL')
+license=('GPL3')
 depends=('libdvdread')
 optdepends=('libdvdcss: to decrypt encrypted DVDs')
 source=(https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.xz)
@@ -17,7 +17,7 @@
 
sha512sums=('df9abb2ca0b8a7cd7855ddff94dae249b06b2ec0ee42f3e9c53aa46aebd9885bdf26dacecbd4a20ff5f642ea10c0c64b811d25c23802c8a2b1489281900fbe0d')
 
 build() {
-  cd "$srcdir"/$pkgname-$pkgver
+  cd $pkgname-$pkgver
 
   ./configure --prefix=/usr
 
@@ -25,7 +25,7 @@
 }
 
 package() {
-  cd "$srcdir"/$pkgname-$pkgver
+  cd $pkgname-$pkgver
 
-  make DESTDIR="$pkgdir"/ install
+  make DESTDIR="$pkgdir" install
 }


[arch-commits] Commit in dvdbackup/trunk (PKGBUILD)

2018-06-03 Thread Felix Yan via arch-commits
Date: Sunday, June 3, 2018 @ 17:40:30
  Author: felixonmars
Revision: 339465

upgpkg: dvdbackup 0.4.2-3

BUILDINFO Rebuild

Modified:
  dvdbackup/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-06-03 17:39:33 UTC (rev 339464)
+++ PKGBUILD2018-06-03 17:40:30 UTC (rev 339465)
@@ -6,7 +6,7 @@
 
 pkgname=dvdbackup
 pkgver=0.4.2
-pkgrel=2
+pkgrel=3
 pkgdesc="A tool to rip video DVDs from the command line"
 arch=('x86_64')
 url="https://dvdbackup.sourceforge.net;
@@ -14,7 +14,7 @@
 depends=('libdvdread')
 optdepends=('libdvdcss: to decrypt encrypted DVDs')
 source=(https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.xz)
-md5sums=('28f273b2f27a3afea3a3c965ddbede86')
+sha512sums=('df9abb2ca0b8a7cd7855ddff94dae249b06b2ec0ee42f3e9c53aa46aebd9885bdf26dacecbd4a20ff5f642ea10c0c64b811d25c23802c8a2b1489281900fbe0d')
 
 build() {
   cd "$srcdir"/$pkgname-$pkgver


[arch-commits] Commit in dvdbackup/trunk (PKGBUILD)

2013-08-10 Thread Jonathan Steel
Date: Saturday, August 10, 2013 @ 18:37:27
  Author: jsteel
Revision: 95391

Fixed mismatched signature

Modified:
  dvdbackup/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-08-10 15:55:39 UTC (rev 95390)
+++ PKGBUILD2013-08-10 16:37:27 UTC (rev 95391)
@@ -9,10 +9,10 @@
 pkgrel=1
 pkgdesc=A tool to rip video DVDs from the command line
 arch=('i686' 'x86_64')
-url=http://dvdbackup.sourceforge.net/;
+url=http://dvdbackup.sourceforge.net;
 license=('GPL')
 depends=('libdvdread')
-optdepends=('libdvdcss: to decrypt encrypted dvds')
+optdepends=('libdvdcss: to decrypt encrypted DVDs')
 source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.xz)
 md5sums=('28f273b2f27a3afea3a3c965ddbede86')
 
@@ -27,5 +27,5 @@
 package() {
   cd $srcdir/$pkgname-$pkgver
 
-  make DESTDIR=$pkgdir install
+  make DESTDIR=$pkgdir/ install
 }



[arch-commits] Commit in dvdbackup/trunk (PKGBUILD)

2013-08-10 Thread Jonathan Steel
Date: Saturday, August 10, 2013 @ 18:45:09
  Author: jsteel
Revision: 95393

Fixed mismatched signature

Modified:
  dvdbackup/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-08-10 16:38:00 UTC (rev 95392)
+++ PKGBUILD2013-08-10 16:45:09 UTC (rev 95393)
@@ -6,7 +6,7 @@
 
 pkgname=dvdbackup
 pkgver=0.4.2
-pkgrel=1
+pkgrel=2
 pkgdesc=A tool to rip video DVDs from the command line
 arch=('i686' 'x86_64')
 url=http://dvdbackup.sourceforge.net;