From: "Miroslav Šulc" <fordfrog@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/din/
Date: Wed, 25 May 2022 08:09:57 +0000 (UTC) [thread overview]
Message-ID: <1653466188.7cf2300c80c873ce67d79a11e2eee874dbe1c7c3.fordfrog@gentoo> (raw)
commit: 7cf2300c80c873ce67d79a11e2eee874dbe1c7c3
Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Wed May 25 08:09:48 2022 +0000
Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Wed May 25 08:09:48 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7cf2300c
media-sound/din: dropped obsolete 53.1
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
media-sound/din/Manifest | 1 -
media-sound/din/din-53.1.ebuild | 57 -----------------------------------------
2 files changed, 58 deletions(-)
diff --git a/media-sound/din/Manifest b/media-sound/din/Manifest
index ed7850d4c2a8..63db87a93dda 100644
--- a/media-sound/din/Manifest
+++ b/media-sound/din/Manifest
@@ -1,2 +1 @@
-DIST din-53.1.tar.gz 3708022 BLAKE2B 882d4ae6cbe24c3d7fc326df3f3630d7ea7cd65b5d53c4751844dc3edcf9d533cd7cfe58fed4c46766fab6b4983e75f75145206b5362bceb27382d02705b9a36 SHA512 42058b00402e726869af8a5cb8eb9b34e7b1709185c972d3f3b633a980ad7de57a143ca0ce854ce681ec67b81cd6dd2b2b06023a15d3f1b1bd54c4ac643b6096
DIST din-54.tar.gz 3710611 BLAKE2B 2a7540d9a413c0f83b2cfc7373b1c0fdd40012ae725f162810e4d3165e3bc669661860fd653eaed8c7f2eeed7f015ff50ce6082ce8de04bd035bf395ca018d6a SHA512 8831e6d838ba06373b13574701929f96a508f2899618509b3e79f23cb0aa11c34b347fa00b4fa765a7668c7db54733be2c9146b8e783d3fe07e3ea4ce2707bd8
diff --git a/media-sound/din/din-53.1.ebuild b/media-sound/din/din-53.1.ebuild
deleted file mode 100644
index a12ad9ed2cc6..000000000000
--- a/media-sound/din/din-53.1.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit autotools edos2unix xdg
-
-DESCRIPTION="a software musical instrument and audio synthesizer"
-HOMEPAGE="https://dinisnoise.org/"
-SRC_URI="https://archive.org/download/dinisnoise_source_code/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="+alsa jack"
-
-RDEPEND="
- dev-lang/tcl:0=
- media-libs/libsdl:=
- virtual/glu
- virtual/opengl
- alsa? ( media-libs/alsa-lib )
- jack? ( virtual/jack )
-"
-DEPEND="
- ${RDEPEND}
- dev-libs/boost
-"
-BDEPEND="
- virtual/pkgconfig
-"
-
-REQUIRED_USE="|| ( alsa jack )"
-
-PATCHES=(
- "${FILESDIR}/${PN}-52-makefile.patch"
- "${FILESDIR}/${PN}-48-fix-random-constants.patch"
-)
-
-src_prepare() {
- default
-
- edos2unix pixmaps/${PN}.desktop
-
- use jack && (sed -i "s/-lasound/-ljack/g" src/Makefile.am || die "Failed to fix jack linking")
-
- eautoreconf
-}
-
-src_configure() {
- # Jack takes over alsa.
- local sound_engine
-
- use jack && sound_engine="UNIX_JACK" || sound_engine="LINUX_ALSA"
-
- econf CXXFLAGS="${CXXFLAGS} -D__${sound_engine}__"
-}
next reply other threads:[~2022-05-25 8:10 UTC|newest]
Thread overview: 54+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-05-25 8:09 Miroslav Šulc [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-03-05 4:48 [gentoo-commits] repo/gentoo:master commit in: media-sound/din/ Sam James
2024-02-14 16:44 Sam James
2023-08-25 6:00 Miroslav Šulc
2023-08-24 12:40 Sam James
2023-08-24 12:40 Sam James
2023-07-24 7:50 Miroslav Šulc
2023-01-27 8:39 Miroslav Šulc
2023-01-26 17:52 Arthur Zamarin
2023-01-26 17:52 Arthur Zamarin
2022-12-26 8:03 Miroslav Šulc
2022-11-11 3:50 Sam James
2022-11-11 3:50 Sam James
2022-05-25 7:10 Jakov Smolić
2022-05-25 7:10 Jakov Smolić
2022-04-25 5:46 Miroslav Šulc
2022-03-24 18:30 Miroslav Šulc
2022-03-24 8:01 Jakov Smolić
2022-03-24 8:01 Jakov Smolić
2022-03-16 16:10 Miroslav Šulc
2022-03-16 11:19 Jakov Smolić
2022-03-16 11:19 Jakov Smolić
2022-02-21 9:30 Miroslav Šulc
2022-02-13 8:42 Miroslav Šulc
2022-01-11 9:35 Jakov Smolić
2022-01-11 9:35 Jakov Smolić
2021-10-28 14:03 Agostino Sarubbo
2021-10-27 22:33 Sam James
2021-06-15 6:53 Miroslav Šulc
2021-06-15 5:25 Sam James
2021-06-15 3:48 Sam James
2021-05-01 5:38 Miroslav Šulc
2021-04-30 23:29 Sam James
2021-04-30 15:23 Agostino Sarubbo
2021-04-18 13:39 Miroslav Šulc
2021-04-13 9:14 Miroslav Šulc
2021-04-12 15:52 Sam James
2021-04-12 15:50 Sam James
2021-03-31 8:51 Miroslav Šulc
2021-03-13 11:23 Miroslav Šulc
2020-12-20 19:07 Thomas Deutschmann
2020-10-14 19:22 Agostino Sarubbo
2020-10-14 19:08 Agostino Sarubbo
2020-08-11 14:23 Agostino Sarubbo
2020-08-10 13:09 Agostino Sarubbo
2020-06-04 9:06 David Seifert
2020-03-18 14:15 Miroslav Šulc
2020-03-18 11:04 Agostino Sarubbo
2020-03-17 16:01 Agostino Sarubbo
2020-02-11 23:28 Miroslav Šulc
2020-02-11 10:54 Agostino Sarubbo
2020-02-08 13:50 Mikle Kolyada
2020-01-17 3:30 Tim Harder
2019-12-17 21:06 Miroslav Šulc
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=1653466188.7cf2300c80c873ce67d79a11e2eee874dbe1c7c3.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