From: "David Roman" <davidroman96@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: games-action/ddnet/
Date: Mon, 20 Nov 2023 14:14:32 +0000 (UTC) [thread overview]
Message-ID: <1700475816.e750c63f83cdbc7d38fd003c3bb9b7c71112c4a5.davidroman@gentoo> (raw)
commit: e750c63f83cdbc7d38fd003c3bb9b7c71112c4a5
Author: Edgar Luque <edgar <AT> edgarluque <DOT> com>
AuthorDate: Mon Nov 20 10:23:36 2023 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Mon Nov 20 10:23:36 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e750c63f
games-action/ddnet: add 17.4
Signed-off-by: Edgar Luque <edgar <AT> edgarluque.com>
games-action/ddnet/Manifest | 1 +
games-action/ddnet/ddnet-17.4.ebuild | 92 ++++++++++++++++++++++++++++++++++++
2 files changed, 93 insertions(+)
diff --git a/games-action/ddnet/Manifest b/games-action/ddnet/Manifest
index 99d4137afe..70488ad145 100644
--- a/games-action/ddnet/Manifest
+++ b/games-action/ddnet/Manifest
@@ -3,6 +3,7 @@ DIST cxx-1.0.71.crate 195479 BLAKE2B 956f735ad6a417337dd6e0f71ba49d21e8ad9724e28
DIST cxxbridge-flags-1.0.71.crate 5593 BLAKE2B 4f3c72079b42cf41c66dc779a792c76d860e7b85220508b9284b23645b8fae3911864b76719457952bb3b7e666312022def72204c2d096afa2683716cb9f0c5d SHA512 53f5783c4c15b87eac8f6c7ca911b5b3c92a5821040c4000586a118b441aaab17f798f878433436e881f0edd531d9243234cdb4bacfea16fe1f60df080a2d6b9
DIST cxxbridge-macro-1.0.71.crate 59620 BLAKE2B ce4b5bfc016a799312cfc2000bcc7b0b701636a558b66d079e3a69ed3a4c83c3c22cbba7bcd3168107d5dd3a0728e2e8887c0089ac7ef022957cc0559ed7a2c5 SHA512 13b0f742ecf4724214b896bcd3c4fedff011751661bd657ca902f123fcb869e835ce850acb1cb9ebe0cb1d13fb9aecc74c7730586ebd465500c2e01cfe686dbc
DIST ddnet-17.3.tar.gz 45689515 BLAKE2B a8221cd9781e85a75f730c836b01693e4a3f9bec1ec3fda5434f836005c3b1943521bb8c16d5577ebf6293e289d09e833625299fa28aa0d63e1b3eda96fa3fb8 SHA512 f8210772a669768ff940494f2fd80cc13b30d9367c9d5c43f84b6d73728f8676b4a026a709ea9be7263d61a280bea086f9c9ba12f8250596854d8d5e9618a279
+DIST ddnet-17.4.tar.gz 45734312 BLAKE2B 52e3b3692a564abd549fb669a85b6a8b4bbf6c750be79befb528d4599138704433769cfe17bce6b6977e29dca260b3949e0fb4575ce3e6b16f24f2aa0f370c48 SHA512 e0e1bb584d779421105936ef0d032f61994093fc63bcebda37941abe59e8d5fdbafd83f4d3bcee6e16784ed649f607b9314c7dc3a22521a8a254136159923da3
DIST link-cplusplus-1.0.6.crate 8150 BLAKE2B 82b0eb89926a7f3b7e427242ff3f65eba78f467f1ab972f7f280daf09e2be7188d8e851a21018a268871d5dc9cf7dfda4ef24952b5bc38bd722a5537504c1ddb SHA512 9f77f71f7261472de0d97b2c26efb43f3d49dafbaa1eb853340467260a65d85344e94e023540e068051108afd63cc48c6a5c8025f50922a73dc6409134418e74
DIST proc-macro2-1.0.40.crate 40559 BLAKE2B d83cf7283393a82ca65263afc375d123bd2f48b719c9eab6859c52dc0c2b9b4b5af3090a0ebd0fedf0e1095f0bafbc443016f751a0485dc654bcd80a6f71e326 SHA512 bb179524bd41e36735010a7ec53e096359ffc3688ab97806a45ed9cfb17e8688ce352bbb8cd3bd4e15a4299e8500603c86591b17cfa31bca03f299f6f6347992
DIST quote-1.0.20.crate 28160 BLAKE2B db257025f64817b1b58eecb8e64e63f1782d8a7fcb42ed6c3364254ec5a26705e49ce0637c880b0355b99a77473ce3083caae2cfabbd1a1a7e4fc826bae2cb7c SHA512 d12f4a425273b99ae655da11fcf5dad2609e20ad3e7d85cde08c7d09f444a5c7a3505470bad2d48b1ba8ea59ebf38ab87aa1052e47ec414acfc05dcb07d438be
diff --git a/games-action/ddnet/ddnet-17.4.ebuild b/games-action/ddnet/ddnet-17.4.ebuild
new file mode 100644
index 0000000000..08aaed5b8f
--- /dev/null
+++ b/games-action/ddnet/ddnet-17.4.ebuild
@@ -0,0 +1,92 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..11} )
+
+CRATES="
+cc-1.0.73
+cxx-1.0.71
+cxxbridge-flags-1.0.71
+cxxbridge-macro-1.0.71
+link-cplusplus-1.0.6
+proc-macro2-1.0.40
+quote-1.0.20
+syn-1.0.98
+unicode-ident-1.0.1
+"
+
+inherit cargo cmake python-any-r1 xdg
+
+DESCRIPTION="DDraceNetwork, a cooperative racing mod of Teeworlds "
+HOMEPAGE="https://ddnet.org/
+ https://github.com/ddnet/ddnet"
+SRC_URI="https://github.com/ddnet/ddnet/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz
+$(cargo_crate_uris ${CRATES})"
+
+LICENSE="CC-BY-SA-3.0 OFL-1.1 BSD"
+SLOT="0"
+IUSE="antibot autoupdate +client download-gtest headless-client +inform-update +server +tools upnp +videorecorder vulkan websockets"
+KEYWORDS="~amd64"
+
+DEPEND="
+ client? (
+ media-libs/freetype
+ media-libs/glew
+ media-libs/libogg
+ media-libs/libsdl2
+ media-libs/opus
+ media-libs/opusfile
+ media-libs/libpng
+ media-libs/x264
+ media-sound/wavpack
+ x11-libs/libnotify
+ videorecorder? ( media-video/ffmpeg )
+ )
+ sys-libs/zlib
+ dev-libs/openssl
+ dev-db/sqlite
+ download-gtest? (
+ dev-cpp/gtest
+ dev-vcs/git
+ )
+ net-misc/curl
+ upnp? ( net-libs/miniupnpc )
+ vulkan? (
+ media-libs/vulkan-loader
+ media-libs/libsdl2[vulkan]
+ )
+ websockets? ( net-libs/libwebsockets[client] )
+"
+RDEPEND="${DEPEND}"
+BDEPEND="
+ >=dev-lang/python-3.9
+ dev-util/cmake
+ dev-util/glslang
+ dev-util/spirv-tools
+"
+
+src_unpack() {
+ default_src_unpack
+ cargo_src_unpack
+}
+
+src_configure(){
+ local mycmakeargs=(
+ -DANTIBOT=$(usex antibot ON OFF)
+ -DAUTOUPDATE=$(usex autoupdate ON OFF)
+ -DCLIENT=$(usex client ON OFF)
+ -DDOWNLOAD_GTEST=$(usex download-gtest ON OFF)
+ -DHEADLESS_CLIENT=$(usex headless-client ON OFF)
+ -DINFORM_UPDATE=$(usex inform-update ON OFF)
+ -DSERVER=$(usex server ON OFF)
+ -DTOOLS=$(usex tools ON OFF)
+ -DUPNP=$(usex upnp ON OFF)
+ -DVIDEORECORDER=$(usex videorecorder ON OFF)
+ -DVULKAN=$(usex vulkan ON OFF)
+ -DWEBSOCKETS=$(usex websockets ON OFF)
+ -DSECURITY_COMPILER_FLAGS=OFF # Set by gentoo toolchain, see https://bugs.gentoo.org/888875
+ )
+ cmake_src_configure
+}
next reply other threads:[~2023-11-20 14:14 UTC|newest]
Thread overview: 29+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-11-20 14:14 David Roman [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-02-25 15:25 [gentoo-commits] repo/proj/guru:master commit in: games-action/ddnet/ David Roman
2025-02-25 15:25 David Roman
2025-01-10 15:44 Julien Roy
2024-12-27 15:34 Julien Roy
2024-10-10 9:30 David Roman
2024-09-19 13:52 David Roman
2024-09-09 15:25 David Roman
2024-07-25 10:10 David Roman
2024-07-08 16:47 David Roman
2024-05-04 1:19 David Roman
2024-03-19 10:44 Julien Roy
2024-02-01 22:00 David Roman
2023-12-18 11:52 David Roman
2023-12-18 11:52 David Roman
2023-12-18 11:52 David Roman
2023-12-15 17:36 David Roman
2023-09-28 10:01 David Roman
2023-08-28 16:33 David Roman
2023-08-17 11:54 David Roman
2023-07-08 2:43 Haelwenn Monnier
2023-05-28 15:01 Viorel Munteanu
2023-04-04 7:48 Florian Schmaus
2023-03-10 12:53 Andrew Ammerlaan
2023-03-06 13:38 Florian Schmaus
2023-02-01 21:36 Viorel Munteanu
2022-12-29 11:33 Florian Schmaus
2022-09-26 9:48 Andrew Ammerlaan
2022-09-13 10:53 Andrew Ammerlaan
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=1700475816.e750c63f83cdbc7d38fd003c3bb9b7c71112c4a5.davidroman@gentoo \
--to=davidroman96@gmail.com \
--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