Maxime Gauduin pushed to branch main at Arch Linux / Packaging / Packages /
retroarch
Commits:
f5fac361 by Maxime Gauduin at 2024-05-22T16:27:30+02:00
ffmpeg rebuild
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = retroarch
pkgdesc = Reference frontend for the libretro API
pkgver = 1.18.0
- pkgrel = 2
+ pkgrel = 3
url = http://www.libretro.com/
arch = x86_64
groups = libretro
@@ -34,7 +34,6 @@ pkgbase = retroarch
depends = libxrandr
depends = libxxf86vm
depends = libxv
- depends = mbedtls2
depends = mesa
depends = openssl
depends = qt5-base
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
pkgname=retroarch
pkgver=1.18.0
-pkgrel=2
+pkgrel=3
pkgdesc='Reference frontend for the libretro API'
arch=(x86_64)
url=http://www.libretro.com/
@@ -34,7 +34,6 @@ depends=(
libxrandr
libxxf86vm
libxv
- mbedtls2
mesa
openssl
qt5-base
@@ -75,17 +74,16 @@ pkgver() {
prepare() {
cd RetroArch
+ git cherry-pick -n bff678c48a3d453244486b64a21fd4e00f56cbfb
patch -Np1 -i ../retroarch-config.patch
}
build() {
cd RetroArch
- export CFLAGS+=' -I/usr/include/mbedtls2'
- export LDFLAGS+=' -L/usr/lib/mbedtls2'
./configure \
--prefix=/usr \
--disable-builtinflac \
- --disable-builtinmbedtls \
+ --enable-builtinmbedtls \
--disable-builtinzlib \
--disable-cg \
--disable-jack \
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/retroarch/-/commit/f5fac3613a707729a80a45d7f0f9b0a74a59a519
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/retroarch/-/commit/f5fac3613a707729a80a45d7f0f9b0a74a59a519
You're receiving this email because of your account on gitlab.archlinux.org.