public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Bernard Cafarelli" <voyageur@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/munt/
Date: Tue,  6 Jul 2021 07:29:15 +0000 (UTC)	[thread overview]
Message-ID: <1625556538.0b724b2a598ec08f5f29f8aebda6ffcd5571421f.voyageur@gentoo> (raw)

commit:     0b724b2a598ec08f5f29f8aebda6ffcd5571421f
Author:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Tue Jul  6 07:28:09 2021 +0000
Commit:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Tue Jul  6 07:28:58 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b724b2a

media-sound/munt: added erroneously, instead of munt-mt32emu

Closes: https://bugs.gentoo.org/800761
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org>

 media-sound/munt/Manifest          |  1 -
 media-sound/munt/metadata.xml      |  9 -------
 media-sound/munt/munt-2.5.0.ebuild | 50 --------------------------------------
 3 files changed, 60 deletions(-)

diff --git a/media-sound/munt/Manifest b/media-sound/munt/Manifest
deleted file mode 100644
index a16864fe986..00000000000
--- a/media-sound/munt/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST munt-2.5.0.tar.gz 548622 BLAKE2B aa691f038bb78bf8f60db811e13c9cac75f6fe775b1414f32c5d7587fe758cb669b156397f0a349b5ab12e4a0b49402532a56b40cef62c5bc1f4ff0b9adc7baa SHA512 86240ecc0854e52350437aa70af2437dcec015cf3de876ddfb902c251516fa993d35758812158820e6b103847a9d6d5873c71c4f2391c79503c137d3b982c6fe

diff --git a/media-sound/munt/metadata.xml b/media-sound/munt/metadata.xml
deleted file mode 100644
index f5f2f401d7d..00000000000
--- a/media-sound/munt/metadata.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-	<maintainer type="person">
-		<email>voyageur@gentoo.org</email>
-		<name>Bernard Cafarelli</name>
-	</maintainer>
-	<longdescription>Munt is a multi-platform software synthesiser emulating (somewhat inaccurately) pre-GM MIDI devices such as the Roland MT-32, CM-32L, CM-64 and LAPC-I.</longdescription>
-</pkgmetadata>

diff --git a/media-sound/munt/munt-2.5.0.ebuild b/media-sound/munt/munt-2.5.0.ebuild
deleted file mode 100644
index 36824638a56..00000000000
--- a/media-sound/munt/munt-2.5.0.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit cmake xdg
-
-DESCRIPTION="software synthesiser emulating pre-GM MIDI devices (Roland MT-32)"
-HOMEPAGE="http://munt.sourceforge.net"
-SRC_URI="mirror://sourceforge/munt/${PV}/${P}.tar.gz"
-
-# library: GPL-2 and LGPL-2.1, qt frontend: GPL-3
-LICENSE="LGPL-2.1+ GPL-2+ GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="alsa pulseaudio qt5"
-
-DEPEND="
-	qt5? ( dev-qt/qtcore:5
-		dev-qt/qtgui:5
-		dev-qt/qtmultimedia:5
-		alsa? ( media-libs/alsa-lib )
-		pulseaudio? ( media-sound/pulseaudio )
-	)
-	|| ( media-libs/soxr media-libs/libsamplerate )"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
-	sed -e "s#share/doc/${PN}#share/doc/${PF}#" \
-		-e "s#COPYING\(.LESSER\)\?.txt ##g" \
-		-i */CMakeLists.txt || die
-
-	cmake_src_prepare
-}
-
-src_configure() {
-	local mycmakeargs=(
-		-DLIB_INSTALL_DIR="${EPREFIX}/usr/$(get_libdir)"
-		-Dlibmt32emu_SHARED=yes
-		-Dmunt_WITH_MT32EMU_SMF2WAV=yes
-		-Dmunt_WITH_MT32EMU_QT=$(usex qt5)
-	)
-	if use qt5; then
-		mycmakeargs+=(
-			-Dmt32emu-qt_WITH_ALSA_MIDI_SEQUENCER=$(usex alsa)
-			-Dmt32emu-qt_USE_PULSEAUDIO_DYNAMIC_LOADING=$(usex pulseaudio)
-			-Dmt32emu-qt_WITH_QT5=ON
-		)
-	fi
-	cmake_src_configure
-}


             reply	other threads:[~2021-07-06  7:29 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-07-06  7:29 Bernard Cafarelli [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-07-05 18:24 [gentoo-commits] repo/gentoo:master commit in: media-sound/munt/ Bernard Cafarelli

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=1625556538.0b724b2a598ec08f5f29f8aebda6ffcd5571421f.voyageur@gentoo \
    --to=voyageur@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