Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging / Packages / eglexternalplatform
Commits: 6e868bad by Jan Alexander Steffens (heftig) at 2024-09-16T00:50:58+02:00 1.2-2: Install pc file to share Fixes: https://gitlab.archlinux.org/archlinux/packaging/packages/eglexternalplatform/-/issues/1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = eglexternalplatform pkgdesc = EGL External Platform interface pkgver = 1.2 - pkgrel = 1 + pkgrel = 2 url = https://github.com/NVIDIA/eglexternalplatform arch = any license = MIT ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ pkgname=eglexternalplatform pkgver=1.2 -pkgrel=1 +pkgrel=2 pkgdesc="EGL External Platform interface" url=https://github.com/NVIDIA/eglexternalplatform arch=(any) @@ -16,7 +16,15 @@ source=("git+$url#tag=$pkgver") b2sums=('9da96c07158ad5e22720ebe25f675bcb11bc87f081622a04d12af2f4406984836b2c2078f89e5a0b441ceea2052073b614356abfe2000173f7a0bfaa9fc2c325') prepare() { + cd $pkgname + + # https://gitlab.archlinux.org/archlinux/packaging/packages/eglexternalplatform/-/issues/1 + git cherry-pick -n 70cd612f7da99449ba0c9bbbbc0ef1b3bef43f19 +} + +build() { arch-meson $pkgname build --includedir /usr/include/EGL + meson compile -C build } check() { View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/eglexternalplatform/-/commit/6e868bad0fc32509b1fef11103123fee4c512e67 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/eglexternalplatform/-/commit/6e868bad0fc32509b1fef11103123fee4c512e67 You're receiving this email because of your account on gitlab.archlinux.org.