public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "William Breathitt Gray" <vilhelm.gray@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: games-fps/crispy-doom/
Date: Tue, 12 May 2020 14:08:59 +0000 (UTC)	[thread overview]
Message-ID: <1589292509.58b6854ffb2895b07bf1e0824515fda30ae2131d.vilhelm.gray@gentoo> (raw)

commit:     58b6854ffb2895b07bf1e0824515fda30ae2131d
Author:     William Breathitt Gray <vilhelm.gray <AT> gmail <DOT> com>
AuthorDate: Tue May 12 14:04:16 2020 +0000
Commit:     William Breathitt Gray <vilhelm.gray <AT> gmail <DOT> com>
CommitDate: Tue May 12 14:08:29 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=58b6854f

games-fps/crispy-doom: Version bump to 5.8.0

The truecolor USE flag is introduced for experimental true-color
rendering.

Signed-off-by: William Breathitt Gray <vilhelm.gray <AT> gmail.com>

 games-fps/crispy-doom/Manifest                 |  1 +
 games-fps/crispy-doom/crispy-doom-5.8.0.ebuild | 43 ++++++++++++++++++++++++++
 games-fps/crispy-doom/metadata.xml             |  3 ++
 3 files changed, 47 insertions(+)

diff --git a/games-fps/crispy-doom/Manifest b/games-fps/crispy-doom/Manifest
index 6f3e148..1e60c1e 100644
--- a/games-fps/crispy-doom/Manifest
+++ b/games-fps/crispy-doom/Manifest
@@ -1 +1,2 @@
 DIST crispy-doom-5.7.2.tar.gz 2624917 BLAKE2B 2c381d234168c53fda79c17d5b3544dbb72131d591bc6161524cc16b2ef47fa1e93c80656c3c9629dd3193a78dedad8fd4bffa66a1816ad5eb63c9c06a928e39 SHA512 236826c98e2cd66edcc11336b9ab1e6942ec9db09b53cb9f23e472046222431c94dc597fa0768e006b0b1b32ab6a6073c715e0bd95effebde17ea70b8e5f11ad
+DIST crispy-doom-5.8.0.tar.gz 2627570 BLAKE2B f4495363216fe251566ffda6ff4dff0952661050ebb1221e536ab5a13f792b69ae4eb159f2a89b32843cc796cead43455216ddec8cc2047d44e565f0aaab302b SHA512 c6a4833c27b81e9808565b352214001a0d621f8bf6dbb7f4235d2bedaa35db68a1cf2567f77e7139da29df1d56a1097419e16791d1b49e5882674e33ce8c4649

diff --git a/games-fps/crispy-doom/crispy-doom-5.8.0.ebuild b/games-fps/crispy-doom/crispy-doom-5.8.0.ebuild
new file mode 100644
index 0000000..a2e79c4
--- /dev/null
+++ b/games-fps/crispy-doom/crispy-doom-5.8.0.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7,8} )
+
+inherit autotools python-any-r1 xdg
+
+DESCRIPTION="A limit-removing enhanced-resolution Doom source port based on Chocolate Doom"
+HOMEPAGE="https://github.com/fabiangreffrath/crispy-doom"
+SRC_URI="https://github.com/fabiangreffrath/${PN}/archive/${P}.tar.gz"
+
+LICENSE="BSD GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="libsamplerate png python timidity truecolor +vorbis zlib"
+
+DEPEND="
+	media-libs/libsdl2
+	media-libs/sdl2-mixer[timidity?,vorbis?]
+	media-libs/sdl2-net
+	libsamplerate? ( media-libs/libsamplerate )
+	png? ( media-libs/libpng:= )
+	zlib? ( sys-libs/zlib )"
+RDEPEND="${DEPEND}"
+BDEPEND="python? ( ${PYTHON_DEPS} )"
+
+S="${WORKDIR}"/${PN}-${P}
+
+src_prepare() {
+	default
+	eautoreconf
+}
+
+src_configure() {
+	econf \
+		--docdir="${EPREFIX}/usr/share/doc/${P}/docs" \
+		$(use_with libsamplerate) \
+		$(use_with png libpng) \
+		$(use_enable truecolor) \
+		$(use_with zlib)
+}

diff --git a/games-fps/crispy-doom/metadata.xml b/games-fps/crispy-doom/metadata.xml
index 5150d4b..a8959f1 100644
--- a/games-fps/crispy-doom/metadata.xml
+++ b/games-fps/crispy-doom/metadata.xml
@@ -8,6 +8,9 @@
 		<email>vilhelm.gray@gmail.com</email>
 		<name>William Breathitt Gray</name>
 	</maintainer>
+	<use>
+		<flag name="truecolor">Enable true-color rendering (experimental)</flag>
+	</use>
 	<upstream>
 		<bugs-to>https://github.com/fabiangreffrath/crispy-doom/issues</bugs-to>
 		<doc lang="en">https://github.com/fabiangreffrath/crispy-doom</doc>


             reply	other threads:[~2020-05-12 14:09 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-12 14:08 William Breathitt Gray [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-05-15 12:45 [gentoo-commits] repo/proj/guru:master commit in: games-fps/crispy-doom/ Julien Roy
2024-05-15 12:41 ` [gentoo-commits] repo/proj/guru:dev " Julien Roy
2024-05-15  0:45 Julien Roy
2023-04-02 13:35 William Breathitt Gray
2023-02-26 18:05 William Breathitt Gray
2022-09-08 16:17 William Breathitt Gray
2022-02-12  8:56 William Breathitt Gray
2021-08-17 22:52 William Breathitt Gray
2021-08-11  0:04 William Breathitt Gray
2021-08-10 12:26 William Breathitt Gray
2021-05-25  8:10 Anna Vyalkova
2021-03-24 23:49 William Breathitt Gray
2021-01-12 10:01 William Breathitt Gray
2020-09-22 12:42 William Breathitt Gray
2020-09-04 12:52 William Breathitt Gray
2020-08-19 12:37 William Breathitt Gray
2020-04-12 16:16 Andrew Ammerlaan
2020-03-13 14:34 Andrew Ammerlaan
2019-06-11 10:08 William Breathitt Gray
2019-05-21  2:21 William Breathitt Gray
2019-05-18  9:16 William Breathitt Gray
2019-05-18  8:55 William Breathitt Gray
2019-05-17  7:54 William Breathitt Gray
2019-05-16  2:31 William Breathitt Gray

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=1589292509.58b6854ffb2895b07bf1e0824515fda30ae2131d.vilhelm.gray@gentoo \
    --to=vilhelm.gray@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