[arch-commits] Commit in libdvdnav/trunk (PKGBUILD deadlock.patch)

Jan de Groot jgc at archlinux.org
Mon Dec 5 13:00:40 UTC 2011


    Date: Monday, December 5, 2011 @ 08:00:40
  Author: jgc
Revision: 144383

upgpkg: libdvdnav 4.2.0-1

Update to 4.2.0

Modified:
  libdvdnav/trunk/PKGBUILD
Deleted:
  libdvdnav/trunk/deadlock.patch

----------------+
 PKGBUILD       |   17 +++++++----------
 deadlock.patch |   17 -----------------
 2 files changed, 7 insertions(+), 27 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-12-05 12:59:46 UTC (rev 144382)
+++ PKGBUILD	2011-12-05 13:00:40 UTC (rev 144383)
@@ -1,26 +1,23 @@
 # $Id$
-# Maintainer: arjan <arjan at archlinux.org>
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+# Contributor: Arjan <arjan at archlinux.org>
 # contributor Sarah Hay <sarahhay at mb.sympatico.ca>
 
 pkgname=libdvdnav
-pkgver=4.1.3
-pkgrel=3
+pkgver=4.2.0
+pkgrel=1
 pkgdesc="The library for xine-dvdnav plugin."
 arch=('i686' 'x86_64')
 license=('GPL')
-url="http://www.mplayerhq.hu/MPlayer/releases/dvdnav/"
+url="http://http://dvdnav.mplayerhq.hu/"
 depends=('libdvdread')
 options=(!libtool)
-source=("http://www.mplayerhq.hu/MPlayer/releases/dvdnav-old/${pkgname}-${pkgver}.tar.bz2"
-        'deadlock.patch')
-md5sums=('d62383c45b28816771e283515f2c27fa'
-         '864529165a1136ae4c1ccbc7b43cdb1a')
+source=(http://dvdnav.mplayerhq.hu/releases/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('8c971b08276c89ddcecd26fc44204460fd250dc57346f03476d3077188c47550')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
   
-  patch -Np1 -i ${srcdir}/deadlock.patch
-
   ./autogen.sh --prefix=/usr
   make
 }

Deleted: deadlock.patch
===================================================================
--- deadlock.patch	2011-12-05 12:59:46 UTC (rev 144382)
+++ deadlock.patch	2011-12-05 13:00:40 UTC (rev 144383)
@@ -1,17 +0,0 @@
---- a/src/dvdnav.c	2009-11-08 16:58:25.000000000 +0300
-+++ b/src/dvdnav.c	2009-11-08 16:58:52.000000000 +0300
-@@ -180,12 +180,13 @@
-     pthread_mutex_unlock(&this->vm_lock);
-     return DVDNAV_STATUS_ERR;
-   }
-+  pthread_mutex_unlock(&this->vm_lock);
-+
- #ifdef LOG_DEBUG
-   fprintf(MSG_OUT, "libdvdnav: clearing dvdnav\n");
- #endif
-   result = dvdnav_clear(this);
- 
--  pthread_mutex_unlock(&this->vm_lock);
-   return result;
- }
- 




More information about the arch-commits mailing list