mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
alarm/rpi-eeprom to 20221018-1
This commit is contained in:
parent
f5e3c0bcee
commit
e7239d8c72
2 changed files with 10 additions and 8 deletions
|
@ -13,8 +13,8 @@ pkgname=(
|
|||
'kodi-rpi-git-eventclients' 'kodi-rpi-git-tools-texturepacker' 'kodi-rpi-git-dev'
|
||||
)
|
||||
|
||||
_commitnumber=61461
|
||||
_commit=c45f6ffa3ba17ff7b177123d0788a8baad125020
|
||||
_commitnumber=61498
|
||||
_commit=21b5dda2678bcacb8f1b74348d5b61aa0f4037ef
|
||||
|
||||
# set this to anything to build with clang
|
||||
# recommend manually setting -DUSE_LTO=OFF to -DUSE_LTO=$(nproc) in build()
|
||||
|
@ -23,7 +23,7 @@ _clangbuild=
|
|||
pkgver="20.x.$_commitnumber.${_commit:0:10}"
|
||||
pkgrel=1
|
||||
arch=('armv7h' 'aarch64')
|
||||
url="https://github.com/graysky2/xbmc/tree/gs-gbm_nexus"
|
||||
url="https://github.com/graysky2/xbmc/tree/newer-ffmpeg"
|
||||
license=('GPL2')
|
||||
makedepends=(
|
||||
'afpfs-ng' 'bluez-libs' 'cmake' 'curl' 'dav1d' 'doxygen' 'git' 'glew'
|
||||
|
@ -43,7 +43,7 @@ _init_version=1.136
|
|||
_libdvdcss_version="1.4.3-Next-Nexus-Alpha2-2"
|
||||
_libdvdnav_version="6.1.1-Next-Nexus-Alpha2-2"
|
||||
_libdvdread_version="6.1.3-Next-Nexus-Alpha2-2"
|
||||
_ffmpeg_version="4.4.1-Nexus-Alpha1"
|
||||
_ffmpeg_version="5.1.2-Nexus-Alpha3"
|
||||
_fmt_version="9.1.0"
|
||||
_spdlog_version="1.10.0"
|
||||
_crossguid_version="ca1bf4b810e2d188d04cb6286f957008ee1b7681"
|
||||
|
@ -65,6 +65,7 @@ source=(
|
|||
"http://mirrors.kodi.tv/build-deps/sources/rapidjson-$_rapidjson_version.tar.gz"
|
||||
"ArchARM-kodi-init-v$_init_version.tar.gz::https://github.com/graysky2/kodi-standalone-service/archive/v$_init_version.tar.gz"
|
||||
kodi.config.txt
|
||||
0001-ffmpeg-bump-to-5.1.2-Nexus-Alpha3.patch
|
||||
)
|
||||
backup=(boot/kodi.config.txt etc/conf.d/kodi-standalone)
|
||||
noextract=(
|
||||
|
@ -96,8 +97,9 @@ sha256sums=('9eaef06e48d931d427c8ebe073a7c29c26f8197b21f917ab56e84040f755005d'
|
|||
prepare() {
|
||||
[[ -d kodi-build ]] && rm -rf kodi-build
|
||||
mkdir "$srcdir/kodi-build"
|
||||
#cd "xbmc-$_commit"
|
||||
cd "xbmc-$_commit"
|
||||
# patches go here
|
||||
patch -p1 -i "$srcdir"/0001-ffmpeg-bump-to-5.1.2-Nexus-Alpha3.patch
|
||||
}
|
||||
|
||||
build() {
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
# Maintainer: graysky <therealgraysky AT protonmail DOT com>
|
||||
|
||||
pkgname=rpi-eeprom
|
||||
_commit=19362b763fe69582b469022042b55e586dfb343f
|
||||
pkgver=20221012
|
||||
_commit=d995c13dd99c8060fa61adebc5714a693166b01d
|
||||
pkgver=20221018
|
||||
pkgrel=1
|
||||
pkgdesc="Bootloader and VL805 USB controller EEPROM update tool for RPi4"
|
||||
arch=('any')
|
||||
|
@ -11,7 +11,7 @@ license=('custom')
|
|||
depends=(python pciutils raspberrypi-firmware coreutils binutils)
|
||||
backup=("etc/default/$pkgname-update")
|
||||
source=("$pkgname-$pkgver-${_commit:0:10}.tar.gz::https://github.com/raspberrypi/rpi-eeprom/archive/$_commit.tar.gz")
|
||||
md5sums=('c44fabd8b5d595b025fafd5af85c2ef6')
|
||||
md5sums=('fa0401913c917a4739b5ab4896d0883d')
|
||||
install="$pkgname.install"
|
||||
|
||||
package() {
|
||||
|
|
Loading…
Reference in a new issue