[arch-commits] Commit in lsdvd/repos (6 files)

Jonathan Steel jsteel at archlinux.org
Fri Nov 14 18:34:24 UTC 2014


    Date: Friday, November 14, 2014 @ 19:34:24
  Author: jsteel
Revision: 122577

archrelease: copy trunk to community-i686, community-x86_64

Added:
  lsdvd/repos/community-i686/PKGBUILD
    (from rev 122576, lsdvd/trunk/PKGBUILD)
  lsdvd/repos/community-x86_64/PKGBUILD
    (from rev 122576, lsdvd/trunk/PKGBUILD)
Deleted:
  lsdvd/repos/community-i686/PKGBUILD
  lsdvd/repos/community-i686/stdint_usage.patch
  lsdvd/repos/community-x86_64/PKGBUILD
  lsdvd/repos/community-x86_64/stdint_usage.patch

-------------------------------------+
 /PKGBUILD                           |   58 ++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD             |   33 -------------------
 community-i686/stdint_usage.patch   |   22 ------------
 community-x86_64/PKGBUILD           |   33 -------------------
 community-x86_64/stdint_usage.patch |   22 ------------
 5 files changed, 58 insertions(+), 110 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2014-11-14 18:34:02 UTC (rev 122576)
+++ community-i686/PKGBUILD	2014-11-14 18:34:24 UTC (rev 122577)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Jonathan Steel <jsteel at aur.archlinux.org>
-# Contributor: Aaron Griffin <aaron at archlinux.org>
-# Contributor: Mathieu Clabaut <mathieu.clabaut at gmail.com>
-
-pkgname=lsdvd
-pkgver=0.16
-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')
-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
-
-  ./configure --prefix=/usr --mandir=/usr/share/man
-
-  make
-}
-
-package() {
-  cd "$srcdir"/$pkgname-$pkgver
-
-  make DESTDIR="$pkgdir"/ install
-}

Copied: lsdvd/repos/community-i686/PKGBUILD (from rev 122576, lsdvd/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-11-14 18:34:24 UTC (rev 122577)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jonathan Steel <jsteel at archlinux.org>
+# Contributor: Aaron Griffin <aaron at archlinux.org>
+# Contributor: Mathieu Clabaut <mathieu.clabaut at gmail.com>
+
+pkgname=lsdvd
+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)
+md5sums=('32e63ff932ee2867e023ad3e74e14dcb')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-i686/stdint_usage.patch
===================================================================
--- community-i686/stdint_usage.patch	2014-11-14 18:34:02 UTC (rev 122576)
+++ community-i686/stdint_usage.patch	2014-11-14 18:34:24 UTC (rev 122577)
@@ -1,22 +0,0 @@
---- a/lsdvd.c	2006-03-02 07:48:11.000000000 -0600
-+++ b/lsdvd.c	2007-09-27 19:15:28.000000000 -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 <stdint.h>
- #include <dvdread/ifo_read.h>
- #include <string.h>
- #include <sys/stat.h>
---- a/configure	2005-12-12 14:22:45.000000000 -0600
-+++ b/configure	2007-09-27 19:15:13.000000000 -0500
-@@ -2887,8 +2887,8 @@
- cat confdefs.h >>conftest.$ac_ext
- cat >>conftest.$ac_ext <<_ACEOF
- /* end confdefs.h.  */
--#include <dvdread/ifo_read.h>
- 		#include <stdint.h>
-+#include <dvdread/ifo_read.h>
- int
- main ()
- {

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2014-11-14 18:34:02 UTC (rev 122576)
+++ community-x86_64/PKGBUILD	2014-11-14 18:34:24 UTC (rev 122577)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Jonathan Steel <jsteel at aur.archlinux.org>
-# Contributor: Aaron Griffin <aaron at archlinux.org>
-# Contributor: Mathieu Clabaut <mathieu.clabaut at gmail.com>
-
-pkgname=lsdvd
-pkgver=0.16
-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')
-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
-
-  ./configure --prefix=/usr --mandir=/usr/share/man
-
-  make
-}
-
-package() {
-  cd "$srcdir"/$pkgname-$pkgver
-
-  make DESTDIR="$pkgdir"/ install
-}

Copied: lsdvd/repos/community-x86_64/PKGBUILD (from rev 122576, lsdvd/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-11-14 18:34:24 UTC (rev 122577)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jonathan Steel <jsteel at archlinux.org>
+# Contributor: Aaron Griffin <aaron at archlinux.org>
+# Contributor: Mathieu Clabaut <mathieu.clabaut at gmail.com>
+
+pkgname=lsdvd
+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)
+md5sums=('32e63ff932ee2867e023ad3e74e14dcb')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/stdint_usage.patch
===================================================================
--- community-x86_64/stdint_usage.patch	2014-11-14 18:34:02 UTC (rev 122576)
+++ community-x86_64/stdint_usage.patch	2014-11-14 18:34:24 UTC (rev 122577)
@@ -1,22 +0,0 @@
---- a/lsdvd.c	2006-03-02 07:48:11.000000000 -0600
-+++ b/lsdvd.c	2007-09-27 19:15:28.000000000 -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 <stdint.h>
- #include <dvdread/ifo_read.h>
- #include <string.h>
- #include <sys/stat.h>
---- a/configure	2005-12-12 14:22:45.000000000 -0600
-+++ b/configure	2007-09-27 19:15:13.000000000 -0500
-@@ -2887,8 +2887,8 @@
- cat confdefs.h >>conftest.$ac_ext
- cat >>conftest.$ac_ext <<_ACEOF
- /* end confdefs.h.  */
--#include <dvdread/ifo_read.h>
- 		#include <stdint.h>
-+#include <dvdread/ifo_read.h>
- int
- main ()
- {



More information about the arch-commits mailing list