From acfd7c956a7b45da7af1452ec12e0b2d5e6ac65b Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 26 Feb 2025 19:26:07 +0000 Subject: gentoo auto-resync : 26:02:2025 - 19:26:07 --- media-libs/libplacebo/Manifest | 1 - .../files/libplacebo-5.229.1-python-executable.patch | 18 ------------------ 2 files changed, 19 deletions(-) delete mode 100644 media-libs/libplacebo/files/libplacebo-5.229.1-python-executable.patch (limited to 'media-libs/libplacebo') diff --git a/media-libs/libplacebo/Manifest b/media-libs/libplacebo/Manifest index 9959199881cc..7ea9a9c56475 100644 --- a/media-libs/libplacebo/Manifest +++ b/media-libs/libplacebo/Manifest @@ -1,5 +1,4 @@ AUX libplacebo-5.229.1-llvm-libunwind.patch 418 BLAKE2B 0042bc6404de57fbbb814ebc91bb51ee5a6bb279a960af81bd2bc71b9eb092c0ee183e31614a892d26508516dd550837a6d5c8038512e8f8e899cddf1236f600 SHA512 b6a40675f0ea5b6e36fb47b56e08dc1ec7425ff8193dfd92aeccd3830da91b77410b9f5792b233b630bdd7422993d6d0f22b82761e29d17336357bb47c89bc48 -AUX libplacebo-5.229.1-python-executable.patch 699 BLAKE2B 5c3f1afb2e8a8992bd411cd73e600254e76722788049a9c1eb44a5677f19214f3066685a16d30e679f38ddbb929f60721d38cfb679d3d803d46585153f3ef2ba SHA512 0f7e169fcb261a3229c24c6cc4a2bdc59a68c3dd97327f5b34495b801c43f4ae34d4f48f9456c07b1e444b4b74f06796534fbe450fa421fe6cf260842928ec1e DIST fast_float-5.2.0.tar.gz 84800 BLAKE2B 39133eda20acd5f1f049e8040815a67aee588ab93be4953bde3b9227fb691e099581ef79b12b740437b78a9b4c9007762b44d9726ca07505ad5cb51394d8e3fd SHA512 c703c7cba3c69775317c66a62ce145646fd7d3d063124501e3d6a7deebb8c62c14a2ccdffed18de2d73d9d3a8ba2061ef1d34cc780ee0b6d607935d5f1b1de81 DIST libplacebo-glad-2.0.4.tar.gz 599932 BLAKE2B 788d2b70222fd09eea02515bdf3cbc147540631bf35fe39f12aa21fdbabf3d229f4234a430217dfaf3363934b8be12dd6a19871049a7b117deb8260ec69f8c67 SHA512 328d0dbe33e69f846d1c54226c6675694404f41e53c4762e6013c7bfe76b0700f0b28f4117a2018a09c9c23ccb6ad94d7b20882fefc2513941a4515686c9b9e7 DIST libplacebo-v7.349.0.tar.bz2 701309 BLAKE2B 6d0b546776c0326ab8305e7e12341b13e560e1ef53600913ece82341c762cdd466fd2d172781c769e59a57058769d5c0e48ca408ba0c2c7f936459bba6fb4212 SHA512 2e8cec7928aaafaaf9825cbacfb4758024ff04e40b98061fc6f178225647c90344e5aad23b02d82483062dbccf966a7d0178075151cefc6abaef1890f2b0c128 diff --git a/media-libs/libplacebo/files/libplacebo-5.229.1-python-executable.patch b/media-libs/libplacebo/files/libplacebo-5.229.1-python-executable.patch deleted file mode 100644 index 3626292d873d..000000000000 --- a/media-libs/libplacebo/files/libplacebo-5.229.1-python-executable.patch +++ /dev/null @@ -1,18 +0,0 @@ -Ensure we get the interpreter from python-any-r1 rather than same -as meson. Plus find_program() is quicker than find_installation(), -and the latter also needs distutils that is unavailable with -python3_12 without setuptools. - -https://bugs.gentoo.org/731728 - -Update: former should no longer be an issue since [1], but keeping -patch given [2] is still an issue -[1] https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0686381dfc3d -[2] https://github.com/mesonbuild/meson/issues/7702 ---- a/meson.build -+++ b/meson.build -@@ -323,3 +323,3 @@ - thirdparty = meson.project_source_root()/'3rdparty' --python = import('python').find_installation() -+python = find_program('python3') - python_env = environment() -- cgit v1.2.3