mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
commit
a10fb800f7
@ -2,8 +2,8 @@
|
|||||||
# Copyright (C) 2022-present Team LibreELEC (https://libreelec.tv)
|
# Copyright (C) 2022-present Team LibreELEC (https://libreelec.tv)
|
||||||
|
|
||||||
PKG_NAME="wireplumber"
|
PKG_NAME="wireplumber"
|
||||||
PKG_VERSION="0.4.12"
|
PKG_VERSION="0.4.13"
|
||||||
PKG_SHA256="afece031dd2d1a5f535de29e21ea94a1b261d3da62b5dbb977e19668f4453b27"
|
PKG_SHA256="2c3cd85a743249d418a64b137adaea475e9d36a3bb31e4230da83458c4d99e48"
|
||||||
PKG_LICENSE="MIT"
|
PKG_LICENSE="MIT"
|
||||||
PKG_SITE="https://gitlab.freedesktop.org/pipewire/wireplumber"
|
PKG_SITE="https://gitlab.freedesktop.org/pipewire/wireplumber"
|
||||||
PKG_URL="https://gitlab.freedesktop.org/pipewire/wireplumber/-/archive/${PKG_VERSION}/${PKG_NAME}-${PKG_VERSION}.tar.gz"
|
PKG_URL="https://gitlab.freedesktop.org/pipewire/wireplumber/-/archive/${PKG_VERSION}/${PKG_NAME}-${PKG_VERSION}.tar.gz"
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
# Copyright (C) 2017-present Team LibreELEC (https://libreelec.tv)
|
# Copyright (C) 2017-present Team LibreELEC (https://libreelec.tv)
|
||||||
|
|
||||||
PKG_NAME="libarchive"
|
PKG_NAME="libarchive"
|
||||||
PKG_VERSION="3.6.1"
|
PKG_VERSION="3.6.2"
|
||||||
PKG_SHA256="5a411aceb978f43e626f0c2d1812ddd8807b645ed892453acabd532376c148e6"
|
PKG_SHA256="9e2c1b80d5fbe59b61308fdfab6c79b5021d7ff4ff2489fb12daf0a96a83551d"
|
||||||
PKG_LICENSE="GPL"
|
PKG_LICENSE="GPL"
|
||||||
PKG_SITE="https://www.libarchive.org"
|
PKG_SITE="https://www.libarchive.org"
|
||||||
PKG_URL="https://www.libarchive.org/downloads/${PKG_NAME}-${PKG_VERSION}.tar.xz"
|
PKG_URL="https://www.libarchive.org/downloads/${PKG_NAME}-${PKG_VERSION}.tar.xz"
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
|
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
|
||||||
|
|
||||||
PKG_NAME="strace"
|
PKG_NAME="strace"
|
||||||
PKG_VERSION="6.0"
|
PKG_VERSION="6.1"
|
||||||
PKG_SHA256="92d720a666855e9f1c6a11512fd6e99674a82bbfe1442557815f2ce8e1293338"
|
PKG_SHA256="2579e9cec37dbb786f6ea0bebd15f40dd561ef2bde2a2a2ecdce5963b01859fd"
|
||||||
PKG_LICENSE="BSD"
|
PKG_LICENSE="BSD"
|
||||||
PKG_SITE="https://strace.io/"
|
PKG_SITE="https://strace.io/"
|
||||||
PKG_URL="https://strace.io/files/${PKG_VERSION}/strace-${PKG_VERSION}.tar.xz"
|
PKG_URL="https://strace.io/files/${PKG_VERSION}/strace-${PKG_VERSION}.tar.xz"
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
# Copyright (C) 2017-present Team LibreELEC (https://libreelec.tv)
|
# Copyright (C) 2017-present Team LibreELEC (https://libreelec.tv)
|
||||||
|
|
||||||
PKG_NAME="pcre2"
|
PKG_NAME="pcre2"
|
||||||
PKG_VERSION="10.41"
|
PKG_VERSION="10.42"
|
||||||
PKG_SHA256="0f78cebd3e28e346475fb92e95fe9999945b4cbaad5f3b42aca47b887fb53308"
|
PKG_SHA256="8d36cd8cb6ea2a4c2bb358ff6411b0c788633a2a45dabbf1aeb4b701d1b5e840"
|
||||||
PKG_LICENSE="BSD"
|
PKG_LICENSE="BSD"
|
||||||
PKG_SITE="http://www.pcre.org/"
|
PKG_SITE="http://www.pcre.org/"
|
||||||
PKG_URL="https://github.com/PCRE2Project/pcre2/releases/download/pcre2-${PKG_VERSION}/pcre2-${PKG_VERSION}.tar.bz2"
|
PKG_URL="https://github.com/PCRE2Project/pcre2/releases/download/pcre2-${PKG_VERSION}/pcre2-${PKG_VERSION}.tar.bz2"
|
||||||
|
@ -1,70 +0,0 @@
|
|||||||
From cd8dc40b901bdedf5bcc0b3acdd9eede16802f39 Mon Sep 17 00:00:00 2001
|
|
||||||
From: Philip Hazel <Philip.Hazel@gmail.com>
|
|
||||||
Date: Fri, 9 Dec 2022 09:40:52 +0000
|
|
||||||
Subject: [PATCH] Move default of PCRE2_CALL_CONVENTION from pcre2posix.c to
|
|
||||||
pcre2posix.h
|
|
||||||
|
|
||||||
---
|
|
||||||
src/pcre2posix.c | 14 --------------
|
|
||||||
src/pcre2posix.h | 16 +++++++++++++++-
|
|
||||||
2 files changed, 15 insertions(+), 15 deletions(-)
|
|
||||||
|
|
||||||
diff --git a/src/pcre2posix.c b/src/pcre2posix.c
|
|
||||||
index 3ffdc954..a15174dc 100644
|
|
||||||
--- a/src/pcre2posix.c
|
|
||||||
+++ b/src/pcre2posix.c
|
|
||||||
@@ -92,20 +92,6 @@ changed. This #define is a copy of the one in pcre2_internal.h. */
|
|
||||||
#include "pcre2.h"
|
|
||||||
#include "pcre2posix.h"
|
|
||||||
|
|
||||||
-/* When compiling with the MSVC compiler, it is sometimes necessary to include
|
|
||||||
-a "calling convention" before exported function names. (This is secondhand
|
|
||||||
-information; I know nothing about MSVC myself). For example, something like
|
|
||||||
-
|
|
||||||
- void __cdecl function(....)
|
|
||||||
-
|
|
||||||
-might be needed. In order to make this easy, all the exported functions have
|
|
||||||
-PCRE2_CALL_CONVENTION just before their names. It is rarely needed; if not
|
|
||||||
-set, we ensure here that it has no effect. */
|
|
||||||
-
|
|
||||||
-#ifndef PCRE2_CALL_CONVENTION
|
|
||||||
-#define PCRE2_CALL_CONVENTION
|
|
||||||
-#endif
|
|
||||||
-
|
|
||||||
/* Table to translate PCRE2 compile time error codes into POSIX error codes.
|
|
||||||
Only a few PCRE2 errors with a value greater than 23 turn into special POSIX
|
|
||||||
codes: most go to REG_BADPAT. The second table lists, in pairs, those that
|
|
||||||
diff --git a/src/pcre2posix.h b/src/pcre2posix.h
|
|
||||||
index 00b5c8a6..6e3b2cff 100644
|
|
||||||
--- a/src/pcre2posix.h
|
|
||||||
+++ b/src/pcre2posix.h
|
|
||||||
@@ -9,7 +9,7 @@ POSIX wrapper interface.
|
|
||||||
|
|
||||||
Written by Philip Hazel
|
|
||||||
Original API code Copyright (c) 1997-2012 University of Cambridge
|
|
||||||
- New API code Copyright (c) 2016-2019 University of Cambridge
|
|
||||||
+ New API code Copyright (c) 2016-2022 University of Cambridge
|
|
||||||
|
|
||||||
-----------------------------------------------------------------------------
|
|
||||||
Redistribution and use in source and binary forms, with or without
|
|
||||||
@@ -116,6 +116,20 @@ typedef struct {
|
|
||||||
regoff_t rm_eo;
|
|
||||||
} regmatch_t;
|
|
||||||
|
|
||||||
+/* When compiling with the MSVC compiler, it is sometimes necessary to include
|
|
||||||
+a "calling convention" before exported function names. (This is secondhand
|
|
||||||
+information; I know nothing about MSVC myself). For example, something like
|
|
||||||
+
|
|
||||||
+ void __cdecl function(....)
|
|
||||||
+
|
|
||||||
+might be needed. In order to make this easy, all the exported functions have
|
|
||||||
+PCRE2_CALL_CONVENTION just before their names. It is rarely needed; if not
|
|
||||||
+set, we ensure here that it has no effect. */
|
|
||||||
+
|
|
||||||
+#ifndef PCRE2_CALL_CONVENTION
|
|
||||||
+#define PCRE2_CALL_CONVENTION
|
|
||||||
+#endif
|
|
||||||
+
|
|
||||||
/* When an application links to a PCRE2 DLL in Windows, the symbols that are
|
|
||||||
imported have to be identified as such. When building PCRE2, the appropriate
|
|
||||||
export settings are needed, and are set in pcre2posix.c before including this
|
|
Loading…
x
Reference in New Issue
Block a user