public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Ionen Wolkens" <ionen@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libplacebo/
Date: Thu,  5 Jan 2023 02:42:41 +0000 (UTC)	[thread overview]
Message-ID: <1672886511.9474930068370f38773990e31878980dfc50e0d8.ionen@gentoo> (raw)

commit:     9474930068370f38773990e31878980dfc50e0d8
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Thu Jan  5 02:36:27 2023 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Thu Jan  5 02:41:51 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94749300

media-libs/libplacebo: add 5.229.2

Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 media-libs/libplacebo/Manifest                  |  1 +
 media-libs/libplacebo/libplacebo-5.229.2.ebuild | 96 +++++++++++++++++++++++++
 2 files changed, 97 insertions(+)

diff --git a/media-libs/libplacebo/Manifest b/media-libs/libplacebo/Manifest
index 9fdadf74970b..46d709c5a3d5 100644
--- a/media-libs/libplacebo/Manifest
+++ b/media-libs/libplacebo/Manifest
@@ -1,3 +1,4 @@
 DIST libplacebo-glad-2.0.1.tar.gz 581028 BLAKE2B 9c1a6dfdec44b9d55af4f410172958d5630408cebbbc86d17e73d0aa042b2d9765b9be7875a21ec4870f5efde589b8112a8d9ed785b0e9847c38a7b85ff1b5c4 SHA512 c924728695d524090894a0eb81fa8aa531ffc8ba8b3f02069ad31432854becb849025fc4b800f4cef4e267b3123fa6e1b7bba38d6aea99e691578fb4432ff262
 DIST libplacebo-v4.192.1.tar.gz 632762 BLAKE2B 19a3bee6f05632cde1739fe8c861c96035a7b1f5ed2af6bbc67776529551c88f5da63d49dede2d7ee2c8d96edd6faf733e0371714028b72eddcf4c4cf23b937f SHA512 780dff60a31a9c7fff47522385235077cc6b1a38be32bc0276c090d89ce25754dd0b910db5be631d0065337fe4700f68adabee06f48a4935d422f09f2e0e5525
 DIST libplacebo-v5.229.1.tar.gz 673121 BLAKE2B 0a59e16b4565b10b222c5a5a8e607670bd4010a2be9b99ebdc15638827fcaf21bbf3c16a3cd2b902bcef43041dec56441494a0f618094e14db8f99a9d314c621 SHA512 45efb252d5d44e5429790f9024b1b2a153051d6d604b07fcf3e4de7d49a2e91d20457be76e08b3b9ab43248c4a2e7268c9f8dc69837783e572f9b8735c955334
+DIST libplacebo-v5.229.2.tar.gz 673795 BLAKE2B d828cf97713a9d46c983da111c5400487d02e9c3d8ec874de67d9f9d753508e7dc941cfdcdd024e78ea7e08e0f3d6a71b82f92e3478ed9d8a8cadbc86462b236 SHA512 56723bb3df4229ecaa61189080f108ac7c953b435b9969f7fe85835eeaca88ee8ec90ef9dfdd5e99e92d4cccea5b8e24c676d3b318ab8e22ead09c003b3c6165

diff --git a/media-libs/libplacebo/libplacebo-5.229.2.ebuild b/media-libs/libplacebo/libplacebo-5.229.2.ebuild
new file mode 100644
index 000000000000..3f7e54297207
--- /dev/null
+++ b/media-libs/libplacebo/libplacebo-5.229.2.ebuild
@@ -0,0 +1,96 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..11} )
+inherit meson-multilib python-any-r1
+
+if [[ ${PV} == 9999 ]]; then
+	EGIT_REPO_URI="https://code.videolan.org/videolan/libplacebo.git"
+	inherit git-r3
+else
+	GLAD_PV=2.0.1 # verify bug #881999 before bumping
+	SRC_URI="
+		https://code.videolan.org/videolan/libplacebo/-/archive/v${PV}/libplacebo-v${PV}.tar.gz
+		opengl? ( https://github.com/Dav1dde/glad/archive/refs/tags/v${GLAD_PV}.tar.gz -> ${PN}-glad-${GLAD_PV}.tar.gz )"
+	S="${WORKDIR}/${PN}-v${PV}"
+	KEYWORDS="~amd64 ~ppc64 ~x86"
+fi
+
+DESCRIPTION="Reusable library for GPU-accelerated image processing primitives"
+HOMEPAGE="https://code.videolan.org/videolan/libplacebo/"
+
+LICENSE="LGPL-2.1+ opengl? ( MIT )"
+SLOT="0/$(ver_cut 2 ${PV}.9999)" # soname
+IUSE="glslang lcms llvm-libunwind +opengl +shaderc test unwind +vulkan"
+RESTRICT="!test? ( test )"
+REQUIRED_USE="vulkan? ( || ( glslang shaderc ) )"
+
+# libglvnd is used with dlopen() through glad (inc. egl/gles)
+RDEPEND="
+	lcms? ( media-libs/lcms:2[${MULTILIB_USEDEP}] )
+	opengl? ( media-libs/libglvnd[${MULTILIB_USEDEP}] )
+	shaderc? ( media-libs/shaderc[${MULTILIB_USEDEP}] )
+	!shaderc? ( glslang? ( dev-util/glslang:=[${MULTILIB_USEDEP}] ) )
+	unwind? (
+		llvm-libunwind? ( sys-libs/llvm-libunwind[${MULTILIB_USEDEP}] )
+		!llvm-libunwind? ( sys-libs/libunwind:=[${MULTILIB_USEDEP}] )
+	)
+	vulkan? ( media-libs/vulkan-loader[${MULTILIB_USEDEP}] )"
+# vulkan-headers is required even with USE=-vulkan (bug #882065)
+DEPEND="
+	${RDEPEND}
+	dev-util/vulkan-headers"
+BDEPEND="
+	$(python_gen_any_dep 'dev-python/jinja[${PYTHON_USEDEP}]')
+	virtual/pkgconfig"
+
+PATCHES=(
+	"${FILESDIR}"/${PN}-5.229.1-llvm-libunwind.patch
+	"${FILESDIR}"/${PN}-5.229.1-python-executable.patch
+	"${FILESDIR}"/${PN}-5.229.1-shared-glslang.patch
+)
+
+python_check_deps() {
+	python_has_version "dev-python/jinja[${PYTHON_USEDEP}]"
+}
+
+src_unpack() {
+	if [[ ${PV} == 9999 ]]; then
+		local EGIT_SUBMODULES=( $(usev opengl 3rdparty/glad) )
+		git-r3_src_unpack
+	else
+		default
+		if use opengl; then
+			rmdir "${S}"/3rdparty/glad || die
+			mv glad-${GLAD_PV} "${S}"/3rdparty/glad || die
+		fi
+	fi
+}
+
+src_prepare() {
+	default
+
+	# typically auto-skipped, but may assume usable opengl/vulkan then hang
+	sed -i "/tests += 'opengl_surfaceless.c'/d" src/opengl/meson.build || die
+	sed -i "/tests += 'vulkan.c'/d" src/vulkan/meson.build || die
+}
+
+multilib_src_configure() {
+	local emesonargs=(
+		-Ddemos=false #851927
+		$(meson_use test tests)
+		$(meson_feature lcms)
+		$(meson_feature opengl)
+		$(meson_feature opengl gl-proc-addr)
+		$(meson_feature shaderc)
+		$(usex shaderc -Dglslang=disabled $(meson_feature glslang))
+		$(meson_feature unwind)
+		$(meson_feature vulkan)
+		$(meson_feature vulkan vk-proc-addr)
+		-Dvulkan-registry="${ESYSROOT}"/usr/share/vulkan/registry/vk.xml
+	)
+
+	meson_src_configure
+}


             reply	other threads:[~2023-01-05  2:42 UTC|newest]

Thread overview: 127+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-05  2:42 Ionen Wolkens [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-09-03 12:31 [gentoo-commits] repo/gentoo:master commit in: media-libs/libplacebo/ Ionen Wolkens
2024-09-03 12:31 Ionen Wolkens
2024-07-22 15:50 Sam James
2024-07-22 10:29 Jakov Smolić
2024-07-22 10:29 Jakov Smolić
2024-07-22  6:57 Sam James
2024-07-22  6:57 Sam James
2024-07-02 16:19 Ionen Wolkens
2024-02-22  6:16 Ionen Wolkens
2024-02-03  6:56 Sam James
2024-02-02 18:44 Jakov Smolić
2024-02-02 18:44 Jakov Smolić
2024-02-02 17:51 Arthur Zamarin
2024-02-02 13:53 Arthur Zamarin
2024-01-22 18:38 Ionen Wolkens
2024-01-22 18:38 Ionen Wolkens
2024-01-13 13:11 Ionen Wolkens
2023-12-21  7:50 Arthur Zamarin
2023-12-12 16:55 Arthur Zamarin
2023-12-06 17:57 Ionen Wolkens
2023-12-05 11:03 Ionen Wolkens
2023-12-02  9:24 Arthur Zamarin
2023-11-09 15:49 Ionen Wolkens
2023-10-29 20:21 Sam James
2023-10-29 20:21 Sam James
2023-10-29  8:06 Arthur Zamarin
2023-10-25  7:58 Ionen Wolkens
2023-10-17 16:10 Ionen Wolkens
2023-10-17 16:10 Ionen Wolkens
2023-10-10  6:13 Yixun Lan
2023-10-10  1:10 WANG Xuerui
2023-10-10  1:10 WANG Xuerui
2023-10-10  1:10 WANG Xuerui
2023-10-09 21:45 Sam James
2023-10-09 21:45 Sam James
2023-09-26 15:16 Ionen Wolkens
2023-09-19 12:31 Ionen Wolkens
2023-09-13 21:05 Ionen Wolkens
2023-09-13 21:05 Ionen Wolkens
2023-09-13 21:05 Ionen Wolkens
2023-09-07 10:03 Ionen Wolkens
2023-09-06 19:10 Ionen Wolkens
2023-09-06 19:10 Ionen Wolkens
2023-08-27 17:18 Sam James
2023-08-27  1:54 Sam James
2023-08-27  1:26 Sam James
2023-08-27  0:13 Ionen Wolkens
2023-08-04  1:29 Ionen Wolkens
2023-08-04  1:29 Ionen Wolkens
2023-07-07  6:19 Ionen Wolkens
2023-07-07  6:19 Ionen Wolkens
2023-07-03  4:49 Ionen Wolkens
2023-07-03  4:49 Ionen Wolkens
2023-05-23 17:15 Ionen Wolkens
2023-05-23  2:52 Sam James
2023-04-17 21:16 Sam James
2023-04-17 21:16 Sam James
2023-04-17 21:16 Sam James
2023-04-17 20:45 Ionen Wolkens
2023-03-23 17:35 Ionen Wolkens
2023-03-13 16:13 Ionen Wolkens
2023-03-13 16:13 Ionen Wolkens
2023-01-30 19:11 Ionen Wolkens
2023-01-14 14:42 Ionen Wolkens
2023-01-14 14:42 Ionen Wolkens
2023-01-14 14:42 Ionen Wolkens
2023-01-14 12:07 Ionen Wolkens
2023-01-13  4:40 Sam James
2023-01-11 11:26 Ionen Wolkens
2023-01-05 16:37 Ionen Wolkens
2022-12-29 20:29 Ionen Wolkens
2022-12-29 20:29 Ionen Wolkens
2022-11-20  1:30 Ionen Wolkens
2022-11-20  1:30 Ionen Wolkens
2022-11-19 13:01 Ionen Wolkens
2022-11-19 12:31 Ionen Wolkens
2022-11-07 19:30 Ionen Wolkens
2022-11-06  9:23 Ionen Wolkens
2022-11-06  9:23 Ionen Wolkens
2022-10-01  9:43 Matthew Smith
2022-09-07  7:52 Michał Górny
2022-05-17 12:39 Agostino Sarubbo
2022-05-17  6:53 Jakov Smolić
2022-05-17  5:36 Sam James
2022-03-16 23:10 Sam James
2022-03-16 23:10 Sam James
2022-01-15  9:31 Joonas Niilola
2021-11-14  0:44 Vadim Misbakh-Soloviov
2021-06-04  1:14 Matt Turner
2021-05-29 15:53 Sam James
2021-05-18 20:40 Ulrich Müller
2021-05-18 20:05 Ulrich Müller
2021-05-18 17:16 Sam James
2021-05-16 18:33 Georgy Yakovlev
2021-05-11 20:35 Sam James
2021-01-18 16:33 Joonas Niilola
2021-01-18 16:27 Joonas Niilola
2021-01-18 16:27 Joonas Niilola
2021-01-18 16:27 Joonas Niilola
2021-01-18 14:10 Luca Barbato
2020-11-18 15:24 Joonas Niilola
2020-07-19 16:41 Andreas Sturmlechner
2020-07-02  6:36 Agostino Sarubbo
2020-06-21 16:54 Agostino Sarubbo
2020-06-18 15:44 Andreas Sturmlechner
2020-06-18 15:44 Andreas Sturmlechner
2020-06-18 15:44 Andreas Sturmlechner
2020-04-23 17:07 Georgy Yakovlev
2020-02-27  4:05 Georgy Yakovlev
2020-02-27  4:05 Georgy Yakovlev
2020-01-05 18:54 Mikle Kolyada
2020-01-03  9:15 Joonas Niilola
2020-01-03  9:15 Joonas Niilola
2019-12-23 19:56 Lars Wendler
2019-12-22 16:59 Joonas Niilola
2019-11-20 12:59 Andreas Sturmlechner
2019-11-20 12:22 Andreas Sturmlechner
2019-11-20 12:22 Andreas Sturmlechner
2019-11-20 12:22 Andreas Sturmlechner
2019-10-22  4:49 Joonas Niilola
2019-06-18 18:24 Thomas Deutschmann
2019-06-09 17:24 Andreas Sturmlechner
2019-05-09 19:16 Georgy Yakovlev
2019-05-09 19:16 Georgy Yakovlev
2019-05-09 19:16 Georgy Yakovlev
2019-04-03  7:54 Michał Górny

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1672886511.9474930068370f38773990e31878980dfc50e0d8.ionen@gentoo \
    --to=ionen@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox