From: "Miroslav Šulc" <fordfrog@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/din/
Date: Tue, 13 Apr 2021 09:14:49 +0000 (UTC) [thread overview]
Message-ID: <1618305273.a7a37023dfd2d73b17a1bf6fe3f7db960f4b544e.fordfrog@gentoo> (raw)
commit: a7a37023dfd2d73b17a1bf6fe3f7db960f4b544e
Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 13 09:14:33 2021 +0000
Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Tue Apr 13 09:14:33 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7a37023
media-sound/din: removed obsolete 49.1
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
media-sound/din/Manifest | 1 -
media-sound/din/din-49.1.ebuild | 57 -----------------------------------------
2 files changed, 58 deletions(-)
diff --git a/media-sound/din/Manifest b/media-sound/din/Manifest
index 676d3079e26..6d571a35f0b 100644
--- a/media-sound/din/Manifest
+++ b/media-sound/din/Manifest
@@ -1,3 +1,2 @@
-DIST din-49.1.tar.gz 3677087 BLAKE2B 7b696597327493d354c5efd31df243c70f23ec8d68514892c79212b9d3d398c7debb28ad95b6ccb04dc76ac0a9b01ee57d8245260dd4af99cd3f3b27bc2ecbcf SHA512 8f72fd1dce7197135e174bc8c4fb5325e7755e656d7817bbd82c964083ca48b0b5cc939472acf3464fd0404631767bbea1f20b7dea073b6829582e76d2879e04
DIST din-50.1.tar.gz 3684686 BLAKE2B 3d73f31f91a57188b63f1f5fc9a68923c4fb6d9a14cbfd602510d0006ff4079ab60865e49118a02e46381aebd4cc4ee9415172bac724f8491655326147b6466b SHA512 c860c70bb9f3c3db66e05dd9f9048daecab1b0c9d0588fde901ce26723e291b56d23086f792180fb5fc688165e4ed7efdc302d0d3d02efa913be5f2d4a90f5eb
DIST din-50.tar.gz 3684789 BLAKE2B 31efae8f031e41b04d0e1cb9dea011572b9516ed9962687d863b5cd2f77ec409a9dc6b449a299869a89abc554e673aa05bae1350a06cc850b898b878c02e8daa SHA512 58796353df9180dc6b12bfe71579fb3dd2d7ab029dc5f8d09b4f8a3cb6938db054702dc4c7344b8d8852926e052f9bdf304b9a71e3d8faa9c6a209ef0b94ff4d
diff --git a/media-sound/din/din-49.1.ebuild b/media-sound/din/din-49.1.ebuild
deleted file mode 100644
index 6872627e7dc..00000000000
--- a/media-sound/din/din-49.1.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools eutils 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}/${P}-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:[~2021-04-13 9:14 UTC|newest]
Thread overview: 54+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-04-13 9:14 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 8:09 Miroslav Šulc
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-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=1618305273.a7a37023dfd2d73b17a1bf6fe3f7db960f4b544e.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