libdvdnav: update to 6.1.0

This commit is contained in:
Biswa96
2020-03-22 10:42:29 +05:30
parent 3837dc5145
commit 0bd6c812e2
2 changed files with 7 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
--- libdvdnav-5.0.0/Makefile.am.orig 2014-09-21 12:36:41.627200000 +0500
+++ libdvdnav-5.0.0/Makefile.am 2014-09-21 12:39:03.537400000 +0500
@@ -36,7 +36,7 @@
@@ -41,7 +41,7 @@
libdvdnav_la_LDFLAGS = \
-version-info $(DVDNAV_LT_CURRENT):$(DVDNAV_LT_REVISION):$(DVDNAV_LT_AGE) \

View File

@@ -3,7 +3,7 @@
_realname=libdvdnav
pkgbase=mingw-w64-${_realname}
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
pkgver=6.0.1
pkgver=6.1.0
pkgrel=1
pkgdesc="The library for xine-dvdnav plugin (mingw-w64)"
arch=('any')
@@ -16,10 +16,12 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-gcc"
depends=("${MINGW_PACKAGE_PREFIX}-libdvdread")
options=('staticlibs' 'strip')
source=(#"${_realname}-${pkgver}"::"git+https://git.videolan.org/git/${_realname}.git#tag=${pkgver}"
"https://www.videolan.org/pub/videolan/${_realname}/${pkgver}/${_realname}-${pkgver}.tar.bz2"
"https://www.videolan.org/pub/videolan/${_realname}/${pkgver}/${_realname}-${pkgver}.tar.bz2"{,.asc}
001-no-undefined.patch)
sha256sums=('e566a396f1950017088bfd760395b0565db44234195ada5413366c9d23926733'
'95a36364e015ef0a1e765d167c69e1bcb643bbcc0e9036ae0bc0b54145c07190')
sha256sums=('f697b15ea9f75e9f36bdf6ec3726308169f154e2b1e99865d0bbe823720cee5b'
'SKIP'
'c3329ad100f733786c8f263eff499b6dde97b186646db3494a03394c3eb7a0fa')
validpgpkeys=('65F7C6B4206BD057A7EB73787180713BE58D1ADC') # VideoLAN Release Signing Key
prepare() {
cd ${srcdir}/${_realname}-${pkgver}