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

2020-04-05 Thread Antonio Rojas via arch-commits
Date: Sunday, April 5, 2020 @ 11:15:27
  Author: arojas
Revision: 611827

libdvdread 6.1.1 rebuild

Modified:
  lsdvd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-05 11:14:32 UTC (rev 611826)
+++ PKGBUILD2020-04-05 11:15:27 UTC (rev 611827)
@@ -4,7 +4,7 @@
 
 pkgname=lsdvd
 pkgver=0.17
-pkgrel=3
+pkgrel=4
 pkgdesc="Console application that displays the content of a DVD"
 arch=('x86_64')
 url="https://sourceforge.net/projects/lsdvd/";


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

2019-11-07 Thread Antonio Rojas via arch-commits
Date: Thursday, November 7, 2019 @ 22:18:12
  Author: arojas
Revision: 524563

libdvdread 6.0.2 rebuild

Modified:
  lsdvd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-07 22:18:05 UTC (rev 524562)
+++ PKGBUILD2019-11-07 22:18:12 UTC (rev 524563)
@@ -4,7 +4,7 @@
 
 pkgname=lsdvd
 pkgver=0.17
-pkgrel=2
+pkgrel=3
 pkgdesc="Console application that displays the content of a DVD"
 arch=('x86_64')
 url="https://sourceforge.net/projects/lsdvd/";


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

2018-06-06 Thread Jonathan Steel via arch-commits
Date: Wednesday, June 6, 2018 @ 09:26:39
  Author: jsteel
Revision: 341004

upgpkg: lsdvd 0.17-2

BUILDINFO Rebuild

Modified:
  lsdvd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-06 09:26:37 UTC (rev 341003)
+++ PKGBUILD2018-06-06 09:26:39 UTC (rev 341004)
@@ -5,7 +5,7 @@
 
 pkgname=lsdvd
 pkgver=0.17
-pkgrel=1
+pkgrel=2
 pkgdesc="Console application that displays the content of a DVD"
 arch=('x86_64')
 url="https://sourceforge.net/projects/lsdvd/";


[arch-commits] Commit in lsdvd/trunk (PKGBUILD stdint_usage.patch)

2014-11-14 Thread Jonathan Steel
Date: Friday, November 14, 2014 @ 19:34:02
  Author: jsteel
Revision: 122576

upgpkg: lsdvd 0.17-1

Modified:
  lsdvd/trunk/PKGBUILD
Deleted:
  lsdvd/trunk/stdint_usage.patch

+
 PKGBUILD   |   22 +-
 stdint_usage.patch |   22 --
 2 files changed, 9 insertions(+), 35 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-11-14 17:28:43 UTC (rev 122575)
+++ PKGBUILD2014-11-14 18:34:02 UTC (rev 122576)
@@ -1,33 +1,29 @@
 # $Id$
-# Maintainer: Jonathan Steel 
+# Maintainer: Jonathan Steel 
 # Contributor: Aaron Griffin 
 # Contributor: Mathieu Clabaut 
 
 pkgname=lsdvd
-pkgver=0.16
-pkgrel=7
+pkgver=0.17
+pkgrel=1
 pkgdesc="Console application that displays the content of a DVD"
 arch=('i686' 'x86_64')
 url="http://sourceforge.net/projects/lsdvd/";
 license=('GPL2')
 depends=('libdvdread')
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz
-stdint_usage.patch)
-md5sums=('340e1abe5c5e5abf7ff8031e78f49ee7'
- '6cbcbfde873f894bd3c784f65141b2fc')
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('32e63ff932ee2867e023ad3e74e14dcb')
 
 build() {
-  cd "$srcdir"/$pkgname-$pkgver
+  cd $pkgname-$pkgver
 
-  patch -Np1 -i "$srcdir"/stdint_usage.patch
+  ./configure --prefix=/usr
 
-  ./configure --prefix=/usr --mandir=/usr/share/man
-
   make
 }
 
 package() {
-  cd "$srcdir"/$pkgname-$pkgver
+  cd $pkgname-$pkgver
 
-  make DESTDIR="$pkgdir"/ install
+  make DESTDIR="$pkgdir" install
 }

Deleted: stdint_usage.patch
===
--- stdint_usage.patch  2014-11-14 17:28:43 UTC (rev 122575)
+++ stdint_usage.patch  2014-11-14 18:34:02 UTC (rev 122576)
@@ -1,22 +0,0 @@
 a/lsdvd.c  2006-03-02 07:48:11.0 -0600
-+++ b/lsdvd.c  2007-09-27 19:15:28.0 -0500
-@@ -13,6 +13,7 @@
-  *  2003-04-19  Cleanups get_title_name, added dvdtime2msec, added helper 
macros,
-  *  output info structures in form of a Perl module, by 
Henk Vergonet.
-  */
-+#include 
- #include 
- #include 
- #include 
 a/configure2005-12-12 14:22:45.0 -0600
-+++ b/configure2007-09-27 19:15:13.0 -0500
-@@ -2887,8 +2887,8 @@
- cat confdefs.h >>conftest.$ac_ext
- cat >>conftest.$ac_ext <<_ACEOF
- /* end confdefs.h.  */
--#include 
-   #include 
-+#include 
- int
- main ()
- {


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

2014-07-13 Thread Jonathan Steel
Date: Sunday, July 13, 2014 @ 18:11:24
  Author: jsteel
Revision: 115654

mtree rebuilds

Modified:
  lsdvd/trunk/PKGBUILD

--+
 PKGBUILD |   27 ---
 1 file changed, 16 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-07-13 15:38:37 UTC (rev 115653)
+++ PKGBUILD2014-07-13 16:11:24 UTC (rev 115654)
@@ -1,28 +1,33 @@
 # $Id$
-# Maintainer: Aaron Griffin 
+# Maintainer: Jonathan Steel 
+# Contributor: Aaron Griffin 
+# Contributor: Mathieu Clabaut 
 
 pkgname=lsdvd
 pkgver=0.16
-pkgrel=6
-pkgdesc="A C application for reading the contents of a DVD and printing the 
contents to your terminal"
+pkgrel=7
+pkgdesc="Console application that displays the content of a DVD"
 arch=('i686' 'x86_64')
 url="http://sourceforge.net/projects/lsdvd/";
+license=('GPL2')
 depends=('libdvdread')
-license=('GPL2')
-#Special thanks to Mathieu Clabaut  for patches
-source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz";
-'stdint_usage.patch')
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz
+stdint_usage.patch)
 md5sums=('340e1abe5c5e5abf7ff8031e78f49ee7'
  '6cbcbfde873f894bd3c784f65141b2fc')
 
 build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  patch -Np1 -i "${srcdir}/stdint_usage.patch"
+  cd "$srcdir"/$pkgname-$pkgver
+
+  patch -Np1 -i "$srcdir"/stdint_usage.patch
+
   ./configure --prefix=/usr --mandir=/usr/share/man
+
   make
 }
 
 package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
+  cd "$srcdir"/$pkgname-$pkgver
+
+  make DESTDIR="$pkgdir"/ install
 }



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

2012-02-24 Thread Pierre Schmitz
Date: Friday, February 24, 2012 @ 04:46:22
  Author: pierre
Revision: 150945

upgpkg: lsdvd 0.16-6

rebuild old package

Modified:
  lsdvd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-02-24 09:43:04 UTC (rev 150944)
+++ PKGBUILD2012-02-24 09:46:22 UTC (rev 150945)
@@ -3,15 +3,15 @@
 
 pkgname=lsdvd
 pkgver=0.16
-pkgrel=5
+pkgrel=6
 pkgdesc="A C application for reading the contents of a DVD and printing the 
contents to your terminal"
 arch=('i686' 'x86_64')
 url="http://sourceforge.net/projects/lsdvd/";
 depends=('libdvdread')
 license=('GPL2')
 #Special thanks to Mathieu Clabaut  for patches
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz
-stdint_usage.patch)
+source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz";
+'stdint_usage.patch')
 md5sums=('340e1abe5c5e5abf7ff8031e78f49ee7'
  '6cbcbfde873f894bd3c784f65141b2fc')
 



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

2011-05-22 Thread Andrea Scarpino
Date: Sunday, May 22, 2011 @ 07:21:47
  Author: andrea
Revision: 124465

upgpkg: lsdvd 0.16-5
old package rebuild; fix url; fix description; use package()

Modified:
  lsdvd/trunk/PKGBUILD

--+
 PKGBUILD |   27 ---
 1 file changed, 16 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-05-22 09:56:36 UTC (rev 124464)
+++ PKGBUILD2011-05-22 11:21:47 UTC (rev 124465)
@@ -3,21 +3,26 @@
 
 pkgname=lsdvd
 pkgver=0.16
-pkgrel=4
-pkgdesc="lsdvd is a C application for reading the contents of a DVD and 
printing the contents to your terminal"
-arch=(i686 x86_64)
-url="http://untrepid.com/acidrip/lsdvd.html";
-depends=('libdvdread>=4.1.3')
+pkgrel=5
+pkgdesc="A C application for reading the contents of a DVD and printing the 
contents to your terminal"
+arch=('i686' 'x86_64')
+url="http://sourceforge.net/projects/lsdvd/";
+depends=('libdvdread')
 license=('GPL2')
 #Special thanks to Mathieu Clabaut  for patches
-source=(http://downloads.sourceforge.net/lsdvd/${pkgname}-${pkgver}.tar.gz
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz
 stdint_usage.patch)
-md5sums=('340e1abe5c5e5abf7ff8031e78f49ee7' '6cbcbfde873f894bd3c784f65141b2fc')
+md5sums=('340e1abe5c5e5abf7ff8031e78f49ee7'
+ '6cbcbfde873f894bd3c784f65141b2fc')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
-  patch -Np1 -i "${srcdir}/stdint_usage.patch" || return 1
-  ./configure --prefix=/usr --mandir=/usr/share/man || return 1
-  make || return 1
-  make DESTDIR="${pkgdir}" install || return 1
+  patch -Np1 -i "${srcdir}/stdint_usage.patch"
+  ./configure --prefix=/usr --mandir=/usr/share/man
+  make
 }
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}