mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
alarm/kodi-rpi-legacy to 20.5-3
This commit is contained in:
parent
f06e1052d0
commit
1169bad122
1 changed files with 2 additions and 5 deletions
|
@ -24,7 +24,7 @@ _commit=8ff17bbfc65c9b3c1923e85c4b40e5033aceebcc
|
||||||
_clangbuild=
|
_clangbuild=
|
||||||
|
|
||||||
pkgver=20.5
|
pkgver=20.5
|
||||||
pkgrel=2
|
pkgrel=3
|
||||||
arch=('armv7h')
|
arch=('armv7h')
|
||||||
url="https://github.com/graysky2/xbmc/tree/gs-gbm_nexus"
|
url="https://github.com/graysky2/xbmc/tree/gs-gbm_nexus"
|
||||||
license=('GPL2')
|
license=('GPL2')
|
||||||
|
@ -64,7 +64,6 @@ source=(
|
||||||
"ArchARM-kodi-init-v$_init_version.tar.gz::https://github.com/graysky2/kodi-standalone-service/archive/v$_init_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
|
kodi.config.txt
|
||||||
0001-ffmpeg-update-for-official-5.1.4.patch
|
0001-ffmpeg-update-for-official-5.1.4.patch
|
||||||
0002-ffmpeg-build-with-lto-when-DUSE_LTO-ON.patch
|
|
||||||
flatbuffers-23.3.3.patch::https://github.com/xbmc/xbmc/commit/35be40daa39965a9ea5b3569eb7d515e6a14da5d.patch
|
flatbuffers-23.3.3.patch::https://github.com/xbmc/xbmc/commit/35be40daa39965a9ea5b3569eb7d515e6a14da5d.patch
|
||||||
pr23703.patch::https://patch-diff.githubusercontent.com/raw/xbmc/xbmc/pull/23703.patch
|
pr23703.patch::https://patch-diff.githubusercontent.com/raw/xbmc/xbmc/pull/23703.patch
|
||||||
https://github.com/xbmc/xbmc/pull/23227.patch
|
https://github.com/xbmc/xbmc/pull/23227.patch
|
||||||
|
@ -92,7 +91,6 @@ sha256sums=('c57658cf04c18556fa7a60a9ec26cd8630da39438cf5f2e822395a47240162a1'
|
||||||
'8f8ab84a0cf3bd382edb118e475b336ca2fe1e1d4da3ad8e4637f8278ed9179c'
|
'8f8ab84a0cf3bd382edb118e475b336ca2fe1e1d4da3ad8e4637f8278ed9179c'
|
||||||
'590a2fcc8d4855ef1e1196b7a81954670cd1d7580d94e41c8b5e99c5f206d37d'
|
'590a2fcc8d4855ef1e1196b7a81954670cd1d7580d94e41c8b5e99c5f206d37d'
|
||||||
'9dd3923d87f645ed31d37bca6cd791798d7a486335e952dd09b8076bb4c1908b'
|
'9dd3923d87f645ed31d37bca6cd791798d7a486335e952dd09b8076bb4c1908b'
|
||||||
'9d2d52787abf59ceaf116e5d9e7b2ed33ce789d74766c9e407da34e86c796999'
|
|
||||||
'ea7a409c4e260bd8f4f949cbd02b7a6609ac0ec5a6920b405abc63ec1a3e312b'
|
'ea7a409c4e260bd8f4f949cbd02b7a6609ac0ec5a6920b405abc63ec1a3e312b'
|
||||||
'41ed62f58f531ee65278eba2c05411c8948957989c6a21af4e19ca2623d5c03c'
|
'41ed62f58f531ee65278eba2c05411c8948957989c6a21af4e19ca2623d5c03c'
|
||||||
'c0570dfddbd42a88446695ec4af38f6cf8a5a99f95210eeefb596c155a18f9d9')
|
'c0570dfddbd42a88446695ec4af38f6cf8a5a99f95210eeefb596c155a18f9d9')
|
||||||
|
@ -105,7 +103,6 @@ prepare() {
|
||||||
rm -rf system/certs # remove not needed cacert
|
rm -rf system/certs # remove not needed cacert
|
||||||
|
|
||||||
patch -p1 -i ../0001-ffmpeg-update-for-official-5.1.4.patch
|
patch -p1 -i ../0001-ffmpeg-update-for-official-5.1.4.patch
|
||||||
patch -p1 -i ../0002-ffmpeg-build-with-lto-when-DUSE_LTO-ON.patch
|
|
||||||
|
|
||||||
# use flatbuffers 23.3.3
|
# use flatbuffers 23.3.3
|
||||||
patch -p1 -i ../flatbuffers-23.3.3.patch
|
patch -p1 -i ../flatbuffers-23.3.3.patch
|
||||||
|
@ -133,7 +130,7 @@ build() {
|
||||||
-DCMAKE_BUILD_TYPE=Release
|
-DCMAKE_BUILD_TYPE=Release
|
||||||
-DCMAKE_INSTALL_PREFIX=/usr
|
-DCMAKE_INSTALL_PREFIX=/usr
|
||||||
-DCMAKE_INSTALL_LIBDIR=/usr/lib
|
-DCMAKE_INSTALL_LIBDIR=/usr/lib
|
||||||
-DUSE_LTO=ON
|
-DUSE_LTO=OFF
|
||||||
-DVERBOSE=ON
|
-DVERBOSE=ON
|
||||||
-DENABLE_LDGOLD=OFF
|
-DENABLE_LDGOLD=OFF
|
||||||
-DENABLE_AIRTUNES=ON
|
-DENABLE_AIRTUNES=ON
|
||||||
|
|
Loading…
Reference in a new issue