mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
alarm/libbluray-kodi-rbp to 1.1.2-1 (#1782)
This commit is contained in:
parent
c44e616093
commit
126cf01eaa
1 changed files with 6 additions and 6 deletions
|
@ -7,7 +7,7 @@
|
||||||
buildarch=20
|
buildarch=20
|
||||||
|
|
||||||
pkgname=libbluray-kodi-rbp
|
pkgname=libbluray-kodi-rbp
|
||||||
pkgver=1.0.2
|
pkgver=1.1.2
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc='Library to access Blu-Ray disks for video playback patched for kodi-rbp enhancements'
|
pkgdesc='Library to access Blu-Ray disks for video playback patched for kodi-rbp enhancements'
|
||||||
arch=('armv7h' 'armv6h')
|
arch=('armv7h' 'armv6h')
|
||||||
|
@ -20,16 +20,16 @@ provides=('libbluray.so' 'libbluray')
|
||||||
conflicts=('libbluray')
|
conflicts=('libbluray')
|
||||||
_path="raw.githubusercontent.com/LibreELEC/LibreELEC.tv/master/packages/multimedia/libbluray/patches"
|
_path="raw.githubusercontent.com/LibreELEC/LibreELEC.tv/master/packages/multimedia/libbluray/patches"
|
||||||
source=("https://download.videolan.org/pub/videolan/libbluray/${pkgver}/libbluray-${pkgver}.tar.bz2"
|
source=("https://download.videolan.org/pub/videolan/libbluray/${pkgver}/libbluray-${pkgver}.tar.bz2"
|
||||||
https://$_path/libbluray-01-bump_to_Nevcairiel_vL20170904.patch
|
https://$_path/libbluray-01-bump_to_Nevcairiel.patch
|
||||||
https://$_path/libbluray-02-install-extra-MVC-headers.patch
|
https://$_path/libbluray-02-install-extra-MVC-headers.patch
|
||||||
)
|
)
|
||||||
sha256sums=('6d9e7c4e416f664c330d9fa5a05ad79a3fb39b95adfc3fd6910cbed503b7aeff'
|
sha256sums=('a3dd452239b100dc9da0d01b30e1692693e2a332a7d29917bf84bb10ea7c0b42'
|
||||||
'af1a9e416655929db6835d1d5342cf7f61b6f9966e7fe13f0cabfdb586160e62'
|
'229370ad553e318559e5caa44e0dc6a588982106737d395c852a395fd2fc4d7c'
|
||||||
'8d98f2387b3ffa3bca9addcf35b0fe268e9731f8eac5480d397e741263cca61b')
|
'f29d0c1a8abc615ed8d6176b6bf39d256fe89f0841be1d4dac587399e5aaeed7')
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
cd libbluray-${pkgver}
|
cd libbluray-${pkgver}
|
||||||
patch -Np1 -i ../libbluray-01-bump_to_Nevcairiel_vL20170904.patch
|
patch -Np1 -i ../libbluray-01-bump_to_Nevcairiel.patch
|
||||||
patch -Np1 -i ../libbluray-02-install-extra-MVC-headers.patch
|
patch -Np1 -i ../libbluray-02-install-extra-MVC-headers.patch
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue