mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
alarm/kodi-rpi to 21.2-4
This commit is contained in:
parent
8b13d15c0a
commit
8675a94ed5
2 changed files with 10 additions and 9 deletions
|
@ -23,7 +23,7 @@ _commit=28071de478f275bafc8da798aa49d041bdeddc87
|
|||
_clangbuild=
|
||||
|
||||
pkgver=21.2
|
||||
pkgrel=3
|
||||
pkgrel=4
|
||||
arch=('aarch64' 'armv7h')
|
||||
url="https://github.com/graysky2/xbmc/tree/gs-gbm_omega"
|
||||
license=('GPL2')
|
||||
|
@ -31,10 +31,10 @@ makedepends=(
|
|||
'bluez-libs' 'cmake' 'curl' 'dav1d' 'doxygen' 'git' 'glew'
|
||||
'gperf' 'hicolor-icon-theme' 'fmt' 'libass'
|
||||
'libbluray' 'libcdio' 'libcec' 'libgl' 'mariadb-libs' 'libmicrohttpd'
|
||||
'libmodplug' 'libmpeg2' 'libnfs' 'libplist' 'libpulse'
|
||||
'libmodplug' 'libmpeg2' 'libnfs' 'libpulse'
|
||||
'libxrandr' 'libxslt' 'lirc' 'lzo' 'mesa' 'nasm'
|
||||
'pipewire' 'python-pycryptodomex' 'python-pillow' 'python-pybluez'
|
||||
'python-simplejson' 'shairplay' 'smbclient' 'sndio' 'spdlog'
|
||||
'python-simplejson' 'smbclient' 'sndio' 'spdlog'
|
||||
'tinyxml' 'swig' 'upower' 'giflib' 'rapidjson' 'ghostscript' 'meson' 'gtest'
|
||||
'graphviz' 'libinput' 'libxkbcommon' 'pcre' 'libdisplay-info' 'tinyxml2' 'python-setuptools'
|
||||
)
|
||||
|
@ -156,7 +156,8 @@ build() {
|
|||
-DCMAKE_INSTALL_LIBDIR=/usr/lib
|
||||
-DVERBOSE=ON
|
||||
-DENABLE_LDGOLD=OFF
|
||||
-DENABLE_AIRTUNES=ON
|
||||
-DENABLE_AIRTUNES=OFF
|
||||
-DENABLE_PLIST=OFF
|
||||
-DENABLE_AVAHI=ON
|
||||
-DENABLE_BLURAY=ON
|
||||
-DENABLE_CEC=ON
|
||||
|
@ -205,9 +206,9 @@ package_kodi-rpi() {
|
|||
depends=(
|
||||
'bluez-libs' 'curl' 'dav1d' 'desktop-file-utils' 'hicolor-icon-theme' 'fmt'
|
||||
'lcms2' 'libass' 'libbluray' 'libcdio' 'libcec' 'libmicrohttpd' 'libnfs'
|
||||
'libplist' 'libpulse' 'libxslt' 'lirc' 'mariadb-libs'
|
||||
'libpulse' 'libxslt' 'lirc' 'mariadb-libs'
|
||||
'mesa' 'libpipewire' 'python-pillow' 'python-pycryptodomex'
|
||||
'python-simplejson' 'shairplay' 'smbclient' 'sndio' 'spdlog' 'sqlite'
|
||||
'python-simplejson' 'smbclient' 'sndio' 'spdlog' 'sqlite'
|
||||
'tinyxml' 'libxkbcommon' 'polkit' 'linux>=5.4.35' 'lzo' 'libinput'
|
||||
'pcre' 'libdisplay-info' 'tinyxml2'
|
||||
)
|
||||
|
|
|
@ -3,14 +3,14 @@
|
|||
pkgbase=rpi-eeprom
|
||||
pkgname=(rpi4-eeprom rpi5-eeprom)
|
||||
|
||||
_commit=eefb7b83bc9b602455d9eaf34a51149a6e9cca96
|
||||
pkgver=20241125
|
||||
_commit=b67b21ddda8b6468090fcdc5034bb075344a8903
|
||||
pkgver=20250122
|
||||
pkgrel=1
|
||||
arch=(any)
|
||||
url='https://github.com/raspberrypi/rpi-eeprom'
|
||||
license=(custom)
|
||||
source=("$pkgbase-$pkgver-${_commit:0:10}.tar.gz::https://github.com/raspberrypi/rpi-eeprom/archive/$_commit.tar.gz")
|
||||
md5sums=('895f924e08dd169395cc532b26d6f345')
|
||||
md5sums=('3a968541d277e782c2d45b2eaee4732b')
|
||||
|
||||
package_rpi4-eeprom() {
|
||||
pkgdesc="Bootloader and VLI USB controller EEPROM update for bcm2711/RPi4 SoC"
|
||||
|
|
Loading…
Reference in a new issue