From: "Ionen Wolkens" <ionen@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/vkd3d/
Date: Sun, 24 Nov 2024 11:01:19 +0000 (UTC) [thread overview]
Message-ID: <1732445607.3f87f2d28a5b6bc615a0d75a17998f07ebe2793a.ionen@gentoo> (raw)
commit: 3f87f2d28a5b6bc615a0d75a17998f07ebe2793a
Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 24 09:32:51 2024 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Sun Nov 24 10:53:27 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f87f2d2
app-emulation/vkd3d: add 1.14
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
app-emulation/vkd3d/Manifest | 1 +
app-emulation/vkd3d/vkd3d-1.14.ebuild | 61 +++++++++++++++++++++++++++++++++++
2 files changed, 62 insertions(+)
diff --git a/app-emulation/vkd3d/Manifest b/app-emulation/vkd3d/Manifest
index f47090fd8de5..bb3d32242dba 100644
--- a/app-emulation/vkd3d/Manifest
+++ b/app-emulation/vkd3d/Manifest
@@ -1 +1,2 @@
DIST vkd3d-1.13.tar.xz 1123980 BLAKE2B 1b144ce9bd4351b59f1fc36f342d40f448ae45e8293968c1326ad74ec2a065a45ca543f7837fb0ab905caeaff2b38e54b76d81174839655465ed8a5cc3d024d5 SHA512 a2cb339aa68c01d961a67236fb3f5d247f359fce73aabe948933a02102a63029fb697ea8577e3086458c5fd59b787f74957b7a79534394960df8b6052fd0f993
+DIST vkd3d-1.14.tar.xz 1185324 BLAKE2B 17f719f6b28cb4b795ebfde5923dc36e97dfb0f7ba8687818c31a7b8c9c55e29eaee29504772a1c917ff90c38d77dceb76973bdc5b102978942810a930904b6e SHA512 db4429b591aa4a129361e9225241b6e5ec703f6877cafba235cbbf5d5dfc31eb37a80470f8d1295c46f68b99db715c8a54dced0d287fcea1c9174aa19ac4577d
diff --git a/app-emulation/vkd3d/vkd3d-1.14.ebuild b/app-emulation/vkd3d/vkd3d-1.14.ebuild
new file mode 100644
index 000000000000..92d9d092e4bf
--- /dev/null
+++ b/app-emulation/vkd3d/vkd3d-1.14.ebuild
@@ -0,0 +1,61 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+# Note: This package is only needed by old wine-7 given >=8 builds a
+# bundled PE vkd3d using mingw rather than use the shared ELF library.
+#
+# Also unclear if bumping is safe, newer vkd3d is hardly tested with
+# old Wine and its old vulkan support. Quite possibly already unusable
+# but there is very few users of wine-7+d3d12 to report issues.
+#
+# Either way can be last-rited whenever wine-{vanilla,proton}-7 are gone,
+# or alternatively USE=vkd3d could be masked/removed if broken.
+
+inherit multilib-minimal
+
+DESCRIPTION="D3D12 to Vulkan translation library"
+HOMEPAGE="https://gitlab.winehq.org/wine/vkd3d/"
+SRC_URI="https://dl.winehq.org/vkd3d/source/${P}.tar.xz"
+
+LICENSE="LGPL-2.1+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="ncurses spirv-tools"
+RESTRICT="test" #838655
+
+RDEPEND="
+ media-libs/vulkan-loader[${MULTILIB_USEDEP}]
+ ncurses? ( sys-libs/ncurses:= )
+ spirv-tools? ( dev-util/spirv-tools[${MULTILIB_USEDEP}] )
+"
+DEPEND="
+ ${RDEPEND}
+ dev-util/spirv-headers
+ dev-util/vulkan-headers
+"
+BDEPEND="
+ sys-devel/flex
+ sys-devel/bison
+ virtual/pkgconfig
+"
+
+multilib_src_configure() {
+ local conf=(
+ $(multilib_native_use_with ncurses)
+ $(use_with spirv-tools)
+ --disable-doxygen-pdf
+ --without-xcb
+ # let users' flags control lto (bug #933178)
+ vkd3d_cv_cflags__flto_auto=
+ )
+
+ ECONF_SOURCE=${S} econf "${conf[@]}"
+}
+
+multilib_src_install_all() {
+ einstalldocs
+
+ find "${ED}" -type f -name '*.la' -delete || die
+}
next reply other threads:[~2024-11-24 11:01 UTC|newest]
Thread overview: 66+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-11-24 11:01 Ionen Wolkens [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-12-14 19:30 [gentoo-commits] repo/gentoo:master commit in: app-emulation/vkd3d/ Arthur Zamarin
2024-12-14 18:12 Sam James
2024-11-04 16:15 Ionen Wolkens
2024-09-25 10:27 Jakov Smolić
2024-09-25 10:27 Jakov Smolić
2024-09-03 12:31 Ionen Wolkens
2024-06-28 14:45 Ionen Wolkens
2024-06-19 19:43 Arthur Zamarin
2024-06-19 19:43 Arthur Zamarin
2024-05-30 10:53 Ionen Wolkens
2024-03-12 4:10 Ionen Wolkens
2024-01-08 13:57 Ionen Wolkens
2024-01-08 12:59 Ionen Wolkens
2024-01-08 12:59 Ionen Wolkens
2024-01-03 6:58 Sam James
2024-01-03 6:58 Sam James
2023-12-07 8:57 Ionen Wolkens
2023-10-25 7:58 Ionen Wolkens
2023-10-12 23:32 Sam James
2023-10-12 12:05 Sam James
2023-08-06 4:32 Ionen Wolkens
2023-07-22 18:36 Sam James
2023-07-22 18:36 Sam James
2023-06-23 18:45 Ionen Wolkens
2023-05-26 23:16 Ionen Wolkens
2023-05-23 10:49 Arthur Zamarin
2023-05-23 10:49 Arthur Zamarin
2023-05-04 18:32 Ionen Wolkens
2023-04-24 3:43 Ionen Wolkens
2023-04-17 21:16 Sam James
2023-04-17 21:16 Sam James
2023-03-24 15:26 Ionen Wolkens
2023-01-11 11:26 Ionen Wolkens
2022-12-29 20:29 Ionen Wolkens
2022-12-08 5:31 Ionen Wolkens
2022-10-12 13:47 Ionen Wolkens
2022-10-12 13:47 Ionen Wolkens
2022-09-23 4:40 Ionen Wolkens
2022-09-17 8:42 Ionen Wolkens
2022-09-17 8:42 Ionen Wolkens
2022-08-11 19:34 Nick Sarnie
2022-04-15 19:31 Nick Sarnie
2022-03-13 5:54 Sam James
2021-02-28 15:39 Sam James
2021-02-28 15:39 Sam James
2021-01-17 4:10 Sam James
2020-09-29 22:35 Nick Sarnie
2020-09-28 2:40 Nick Sarnie
2020-09-18 8:26 Agostino Sarubbo
2020-09-18 7:29 Agostino Sarubbo
2019-12-08 23:40 Nick Sarnie
2019-07-13 15:11 Nick Sarnie
2019-06-04 14:45 Thomas Deutschmann
2019-05-14 23:05 Nick Sarnie
2019-03-09 19:18 Thomas Deutschmann
2019-03-03 11:59 Mikle Kolyada
2018-12-23 3:49 Nick Sarnie
2018-12-11 15:33 Michał Górny
2018-06-03 20:31 Nick Sarnie
2018-05-30 22:47 Nick Sarnie
2018-05-29 1:49 Nick Sarnie
2018-05-28 20:05 Nick Sarnie
2018-05-28 20:01 Nick Sarnie
2018-05-28 16:33 Nick Sarnie
2018-05-28 16:02 Nick Sarnie
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=1732445607.3f87f2d28a5b6bc615a0d75a17998f07ebe2793a.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