From: "Miroslav Šulc" <fordfrog@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/schismtracker/
Date: Tue, 16 Nov 2021 08:37:06 +0000 (UTC) [thread overview]
Message-ID: <1637051820.3e49068c74510e380ca7f848ce6dd5ca5c5b7145.fordfrog@gentoo> (raw)
commit: 3e49068c74510e380ca7f848ce6dd5ca5c5b7145
Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 16 08:36:52 2021 +0000
Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Tue Nov 16 08:37:00 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e49068c
media-sound/schismtracker: bump to 20211115
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
media-sound/schismtracker/Manifest | 1 +
.../schismtracker/schismtracker-20211115.ebuild | 52 ++++++++++++++++++++++
2 files changed, 53 insertions(+)
diff --git a/media-sound/schismtracker/Manifest b/media-sound/schismtracker/Manifest
index ff3fbd237e20..070f0f5dfed9 100644
--- a/media-sound/schismtracker/Manifest
+++ b/media-sound/schismtracker/Manifest
@@ -1 +1,2 @@
DIST schismtracker-20210525.tar.gz 1309489 BLAKE2B acc295bed4236d3161fd67a8c97ddadaa07d6d6319a0ad75710fb4d3c7ea251edd2648932533e9181b512fd78b54db929b07e3472ff754220f16cca2bd610932 SHA512 1f20535e4e3b5175ceea803a45b7286a99cab248829c39d11bc85780bc63e0e26c49ad78997a13e290fb4ad2c292d15eeb494a975d53fbe25dec80499e675b16
+DIST schismtracker-20211115.tar.gz 1309568 BLAKE2B 0cfd67c0d5acb1052c679179162538908ccaae5c858b657b0c00abc4c239278ab9b9e73844660b6eb59c091b4ec9feac1b5e1d3f166db3a6dbbb20f04db4a6b6 SHA512 100ce23c0569237ab21bdca74f2d6ef3ef140ee39d8db9dbc35683c04f1db9db9fad247c4aab7df2c16297ee5d5460db3474810cb45cb77ccf8c260317642aa7
diff --git a/media-sound/schismtracker/schismtracker-20211115.ebuild b/media-sound/schismtracker/schismtracker-20211115.ebuild
new file mode 100644
index 000000000000..1647d1e38ba2
--- /dev/null
+++ b/media-sound/schismtracker/schismtracker-20211115.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2021 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/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2 LGPL-2 public-domain"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+ media-libs/alsa-lib
+ media-libs/libsdl[X]
+ x11-libs/libX11
+ x11-libs/libXext
+ x11-libs/libXv
+"
+DEPEND="${RDEPEND}
+ virtual/os-headers
+ x11-base/xorg-proto
+"
+
+src_prepare() {
+ default
+ eautoreconf
+
+ sed -e "/^Categories/ s/Audio/AudioVideo;Audio/" -i sys/fd.org/schism.desktop || die
+
+ # 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
+
+ # 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
+}
next reply other threads:[~2021-11-16 8:37 UTC|newest]
Thread overview: 89+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-11-16 8:37 Miroslav Šulc [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-04-12 19:12 [gentoo-commits] repo/gentoo:master commit in: media-sound/schismtracker/ Miroslav Šulc
2025-02-15 17:25 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-10-29 9:00 Miroslav Šulc
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-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=1637051820.3e49068c74510e380ca7f848ce6dd5ca5c5b7145.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