public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Miroslav Šulc" <fordfrog@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/schismtracker/
Date: Sun, 29 Oct 2023 09:00:02 +0000 (UTC)	[thread overview]
Message-ID: <1698569999.9a6a5a84e6e70e9ff066d739cda3535b65b142fc.fordfrog@gentoo> (raw)

commit:     9a6a5a84e6e70e9ff066d739cda3535b65b142fc
Author:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 29 08:59:50 2023 +0000
Commit:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Sun Oct 29 08:59:59 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a6a5a84

media-sound/schismtracker: bump to 20231029

Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>

 media-sound/schismtracker/Manifest                 |  1 +
 .../schismtracker/schismtracker-20231029.ebuild    | 50 ++++++++++++++++++++++
 2 files changed, 51 insertions(+)

diff --git a/media-sound/schismtracker/Manifest b/media-sound/schismtracker/Manifest
index 90eecf904fe5..351a76e7b896 100644
--- a/media-sound/schismtracker/Manifest
+++ b/media-sound/schismtracker/Manifest
@@ -1,2 +1,3 @@
 DIST schismtracker-20221201.source.tar.gz 1633099 BLAKE2B 6f376323002f85031140be7d54b1ab8bd830f8654e90c07596c9a45ce2ce76dfda51f124ff01247c1a371269b2924470faab06d7692a76ced694fdf05937f384 SHA512 062dc54b541709be0a5c8b0c5edadc9710106154c15b2a40847998db33aaba7d07740cdd32da94f56725e66834221bc5470f9a111eb41a06fbfbd70fdc920113
 DIST schismtracker-20230906.source.tar.gz 1397771 BLAKE2B aac39f9dec4eb4a0e0056aebc6f665a90cfddd18d59c480130c8b4ca3dcd2913e6802146b0a92766d6384cb185c24a9ad8d240f2c0ad3d46c5590108f0543e6c SHA512 806a265802f0e4d0b98c3d390cf865d822df7d8bcca42966970ed6593d694276d57d1b0fa7dc16d6208b44e9f0f4898b017daed7ed810f2994e4cd31fa0f6930
+DIST schismtracker-20231029.source.tar.gz 1402347 BLAKE2B 80d1b1da9cf0704068b96ea92d81e12ad4b19cb9b4d96d536d1214b8c9deac948fadb7f4f21cd38159086e6757f4237c1c33c13cff6227eb5216482e2d4b6c74 SHA512 42b01e6945380f346d2bca6c650fcd282df29ddcec0692014e1abb3d215110b455ae95cb0c11de981369adf8d03109e3517c34fb433081d01170d7bc8c29a67d

diff --git a/media-sound/schismtracker/schismtracker-20231029.ebuild b/media-sound/schismtracker/schismtracker-20231029.ebuild
new file mode 100644
index 000000000000..afca563bb1f7
--- /dev/null
+++ b/media-sound/schismtracker/schismtracker-20231029.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools desktop xdg
+
+DESCRIPTION="Free implementation of Impulse Tracker, a tool used to create high quality music"
+HOMEPAGE="http://schismtracker.org/"
+SRC_URI="https://github.com/schismtracker/schismtracker/releases/download/${PV}/${P}.source.tar.gz"
+S="${WORKDIR}"
+
+LICENSE="GPL-2 LGPL-2 public-domain"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+	>=media-libs/libsdl2-2.0.5[X]
+	x11-libs/libX11
+	x11-libs/libXv
+"
+DEPEND="${RDEPEND}
+	virtual/os-headers
+	x11-base/xorg-proto
+"
+
+src_prepare() {
+	default
+
+	# Can drop this once bashism patch unnecessary
+	eautoreconf
+
+	# workaround for temporary files (missing directory). Fixes:
+	# sh ./scripts/build-font.sh . font/default-lower.fnt font/default-upper-alt.fnt font/default-upper-itf.fnt font/half-width.fnt >auto/default-font.c
+	# /bin/sh: auto/default-font.c: No such file or directory
+	mkdir auto || die
+
+	#   sys-devel/binutils[multitarget] provides ${CHOST}-windres
+	#   wine provides /usr/bin/windres
+	# and schismtracker fails to use it properly:
+	# sys/win32/schismres.rc:2:20: fatal error: winver.h: No such file or directory
+	[[ ${CHOST} = *mingw32* ]] || export WINDRES= ac_cv_prog_WINDRES= ac_cv_prog_ac_ct_WINDRES=
+}
+
+src_install() {
+	default
+
+	domenu sys/fd.org/*.desktop
+	doicon icons/schism{,-itf}-icon-128.png
+}


             reply	other threads:[~2023-10-29  9:00 UTC|newest]

Thread overview: 88+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-10-29  9:00 Miroslav Šulc [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-02-15 17:25 [gentoo-commits] repo/gentoo:master commit in: media-sound/schismtracker/ Miroslav Šulc
2025-02-15  4:01 Sam James
2025-02-14 20:48 Jakov Smolić
2025-02-10 18:20 Miroslav Šulc
2025-02-06 19:19 Miroslav Šulc
2025-01-14 19:08 Miroslav Šulc
2025-01-14  8:51 Miroslav Šulc
2024-10-26  7:29 Miroslav Šulc
2024-10-25 12:30 Arthur Zamarin
2024-06-30 12:22 Sam James
2024-06-04  9:41 Miroslav Šulc
2024-06-03 11:20 Sam James
2024-06-03 11:17 Sam James
2024-05-31 10:42 Miroslav Šulc
2024-05-26  8:37 Miroslav Šulc
2024-05-17 11:28 Miroslav Šulc
2024-05-14  8:39 Miroslav Šulc
2024-05-09 11:33 Sam James
2024-05-09 11:33 Sam James
2024-05-04  7:58 Miroslav Šulc
2024-05-01  8:23 Miroslav Šulc
2024-04-30 15:31 Sam James
2024-04-30 15:31 Sam James
2024-04-27  8:54 Miroslav Šulc
2024-04-17  9:27 Miroslav Šulc
2024-04-17  6:54 Sam James
2024-04-09 15:54 Arthur Zamarin
2024-04-09  7:22 Miroslav Šulc
2024-03-30  9:11 Miroslav Šulc
2024-03-09  9:40 Miroslav Šulc
2024-03-01 11:10 Miroslav Šulc
2024-03-01 11:08 Miroslav Šulc
2024-02-29 23:17 Sam James
2024-02-29 22:23 Sam James
2024-01-30  9:48 Miroslav Šulc
2023-11-29  9:33 Miroslav Šulc
2023-11-28 19:18 Sam James
2023-11-28 16:34 Sam James
2023-09-07  7:45 Miroslav Šulc
2023-01-02  9:03 Miroslav Šulc
2023-01-01 16:05 Sam James
2023-01-01 16:05 Sam James
2023-01-01  8:44 Miroslav Šulc
2022-11-23 23:03 Sam James
2022-11-23 23:03 Sam James
2022-10-23  7:16 Miroslav Šulc
2022-10-09  6:20 Miroslav Šulc
2022-10-08 10:12 Agostino Sarubbo
2022-10-08 10:08 Agostino Sarubbo
2022-09-09  4:04 Miroslav Šulc
2022-09-08  6:23 Jakov Smolić
2022-09-08  6:23 Jakov Smolić
2022-09-07  3:59 Miroslav Šulc
2022-08-08  8:01 Miroslav Šulc
2022-08-08  5:50 Miroslav Šulc
2022-06-08  7:22 Miroslav Šulc
2022-06-07  8:26 Jakov Smolić
2022-06-07  8:26 Jakov Smolić
2022-05-07  7:37 Miroslav Šulc
2022-02-26 20:24 Miroslav Šulc
2022-02-26 18:52 Sam James
2022-02-26 18:52 Sam James
2022-01-26  9:03 Miroslav Šulc
2021-12-20 10:37 Jakov Smolić
2021-12-20 10:37 Jakov Smolić
2021-11-18  8:40 Miroslav Šulc
2021-11-16  8:37 Miroslav Šulc
2021-07-01  8:56 Miroslav Šulc
2021-07-01  8:25 Agostino Sarubbo
2021-07-01  8:22 Agostino Sarubbo
2021-06-09  7:00 Miroslav Šulc
2021-06-08 23:25 Sam James
2021-06-08 23:25 Sam James
2021-05-29  8:56 Miroslav Šulc
2021-05-09  7:58 Miroslav Šulc
2021-05-09  7:46 Sam James
2021-05-09  6:00 Sam James
2021-05-09  4:54 Sam James
2021-05-09  4:54 Sam James
2021-04-29  7:28 Miroslav Šulc
2020-05-03  0:38 Matt Turner
2018-10-02 14:49 Mikle Kolyada
2018-10-02 14:49 Mikle Kolyada
2018-10-01 21:47 Thomas Deutschmann
2018-08-22  8:40 Andreas Sturmlechner
2016-03-17  1:04 Manuel Rüger
2016-03-17  1:04 Manuel Rüger

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=1698569999.9a6a5a84e6e70e9ff066d739cda3535b65b142fc.fordfrog@gentoo \
    --to=fordfrog@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