Skip to content

Commit

Permalink
update pkgs to gpkg
Browse files Browse the repository at this point in the history
gpkg/mesa
gpkg/pcre2
  • Loading branch information
Maxython committed Feb 17, 2024
1 parent e40b962 commit 71b240f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions gpkg/mesa/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ TERMUX_PKG_DESCRIPTION="An open-source implementation of the OpenGL specificatio
TERMUX_PKG_LICENSE="MIT"
TERMUX_PKG_LICENSE_FILE="docs/license.rst"
TERMUX_PKG_MAINTAINER="@termux-pacman"
TERMUX_PKG_VERSION="23.3.5"
TERMUX_PKG_VERSION="24.0.1"
TERMUX_PKG_SRCURL="https://archive.mesa3d.org/mesa-${TERMUX_PKG_VERSION}.tar.xz"
TERMUX_PKG_SHA256="69ccb1278641ff5bad71ca0f866188aeb1a92aadc4dbb9d35f50aebec5b8b50f"
TERMUX_PKG_SHA256="f387192b08c471c545590dd12230a2a343244804b5fe866fec6aea02eab57613"
TERMUX_PKG_DEPENDS="libglvnd-glibc, gcc-libs-glibc, libdrm-glibc, libllvm-glibc, libexpat-glibc, zlib-glibc, zstd-glibc, libx11-glibc, libxcb-glibc, libxext-glibc, libxfixes-glibc, libxshmfence-glibc, libxxf86vm-glibc, libwayland-glibc, libvdpau-glibc, libomxil-bellagio-glibc, libva-glibc, libxml2-glibc, libelf-glibc, libbz2-glibc, libclc-glibc"
TERMUX_PKG_SUGGESTS="mesa-dev-glibc"
TERMUX_PKG_BUILD_DEPENDS="llvm-glibc, libwayland-protocols-glibc, xorgproto-glibc, glslang-glibc"
Expand Down
10 changes: 5 additions & 5 deletions gpkg/mesa/gallium-targets-dri-meson-build.patch
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
We are using `install_symlink` which was introduced a version later.
--- a/meson.build 2023-06-02 15:36:19.536995471 +0300
+++ b/meson.build 2023-06-02 15:37:27.388995445 +0300
--- src/meson.build 2024-02-14 23:55:00.000000000 +0300
+++ src/meson.build.patch 2024-02-17 08:32:53.127999633 +0300
@@ -23,7 +23,7 @@
['c', 'cpp'],
version : files('VERSION'),
license : 'MIT',
- meson_version : '>= 0.60',
+ meson_version : '>= 0.61',
default_options : ['buildtype=debugoptimized', 'b_ndebug=if-release', 'c_std=c11', 'cpp_std=c++17', 'rust_std=2021']
)

default_options : [
'buildtype=debugoptimized',
'b_ndebug=if-release',
No, it isn't. Hardlinks won't work on Android.
--- a/src/gallium/targets/dri/meson.build 2024-01-10 23:39:55.000000000 +0300
+++ b/src/gallium/targets/dri/meson.build.patch 2024-01-11 14:21:53.100387236 +0300
Expand Down
4 changes: 2 additions & 2 deletions gpkg/pcre2/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ TERMUX_PKG_HOMEPAGE=https://www.pcre.org
TERMUX_PKG_DESCRIPTION="Perl 5 compatible regular expression library"
TERMUX_PKG_LICENSE="BSD 3-Clause"
TERMUX_PKG_MAINTAINER="@termux-pacman"
TERMUX_PKG_VERSION="10.42"
TERMUX_PKG_VERSION="10.43"
TERMUX_PKG_SRCURL=https://github.com/PhilipHazel/pcre2/releases/download/pcre2-${TERMUX_PKG_VERSION}/pcre2-${TERMUX_PKG_VERSION}.tar.bz2
TERMUX_PKG_SHA256=8d36cd8cb6ea2a4c2bb358ff6411b0c788633a2a45dabbf1aeb4b701d1b5e840
TERMUX_PKG_SHA256=e2a53984ff0b07dfdb5ae4486bbb9b21cca8e7df2434096cc9bf1b728c350bcb
TERMUX_PKG_DEPENDS="readline-glibc, zlib-glibc, bash-glibc, libbz2-glibc"
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
--enable-pcre2-16
Expand Down

0 comments on commit 71b240f

Please sign in to comment.