* [gentoo-commits] repo/gentoo:master commit in: media-sound/munt-mt32emu-alsadrv/
@ 2018-01-22 21:14 James Le Cuirot
0 siblings, 0 replies; 3+ messages in thread
From: James Le Cuirot @ 2018-01-22 21:14 UTC (permalink / raw
To: gentoo-commits
commit: 4a7fe9ae85028acd7b15aa7c188fbd5aba56bcc4
Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 22 21:12:55 2018 +0000
Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Mon Jan 22 21:14:23 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a7fe9ae
media-sound/munt-mt32emu-alsadrv: New package
Upstream has labelled this obsolete but I still use it with
DOSBox. Maybe I'll add the DOSBox patch sometime.
Closes: https://bugs.gentoo.org/395307
Package-Manager: Portage-2.3.20, Repoman-2.3.6
media-sound/munt-mt32emu-alsadrv/Manifest | 1 +
media-sound/munt-mt32emu-alsadrv/metadata.xml | 15 +++++++
.../munt-mt32emu-alsadrv-2.3.0.ebuild | 52 ++++++++++++++++++++++
3 files changed, 68 insertions(+)
diff --git a/media-sound/munt-mt32emu-alsadrv/Manifest b/media-sound/munt-mt32emu-alsadrv/Manifest
new file mode 100644
index 00000000000..c34079940fc
--- /dev/null
+++ b/media-sound/munt-mt32emu-alsadrv/Manifest
@@ -0,0 +1 @@
+DIST munt_2_3_0.tar.gz 418703 BLAKE2B d9c4290f11f4114b26aa45d6591c04a73d56981e7f618c1466db81fd35be3588b2853fb60b9cf65dd523ce8ea120a5a187bd805b58ba2f75719d460929c2e4e1 SHA512 87fe4891628ea33967270fe3c6c3840e40deb14bd7c8d61490d4c0057438af6bc0099c10e24e813ef1613ca9cc9fc1567a0340c7ea1f4254b209f7fc99c8c7a1
diff --git a/media-sound/munt-mt32emu-alsadrv/metadata.xml b/media-sound/munt-mt32emu-alsadrv/metadata.xml
new file mode 100644
index 00000000000..3ee0e2c84df
--- /dev/null
+++ b/media-sound/munt-mt32emu-alsadrv/metadata.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>chewi@gentoo.org</email>
+ <name>James Le Cuirot</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="sourceforge">munt</remote-id>
+ <remote-id type="github">munt/munt</remote-id>
+ </upstream>
+ <longdescription lang="en">
+ mt32emu_alsadrv is a module of the Munt project. It uses the mt32emu library and provides an ALSA MIDI driver which emulates (approximately) the Roland MT-32, CM-32L and LAPC-I synthesiser modules.
+ </longdescription>
+</pkgmetadata>
diff --git a/media-sound/munt-mt32emu-alsadrv/munt-mt32emu-alsadrv-2.3.0.ebuild b/media-sound/munt-mt32emu-alsadrv/munt-mt32emu-alsadrv-2.3.0.ebuild
new file mode 100644
index 00000000000..135f9f12155
--- /dev/null
+++ b/media-sound/munt-mt32emu-alsadrv/munt-mt32emu-alsadrv-2.3.0.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit toolchain-funcs prefix
+
+MY_P="munt_${PV//./_}"
+DESCRIPTION="ALSA MIDI driver for emulating the Roland MT-32, CM-32L, CM-64 and LAPC-I"
+HOMEPAGE="https://github.com/munt/munt"
+SRC_URI="https://github.com/munt/munt/archive/${MY_P}.tar.gz"
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="X"
+
+DEPEND="media-libs/alsa-lib
+ media-libs/munt-mt32emu
+ X? (
+ x11-libs/libX11
+ x11-libs/libXpm
+ x11-libs/libXt
+ )"
+
+RDEPEND="${DEPEND}"
+
+S="${WORKDIR}/munt-${MY_P}/mt32emu_alsadrv"
+DATA="/usr/share/mt32-rom-data"
+
+src_prepare() {
+ default
+
+ # Fix MT32 ROM path.
+ hprefixify src/alsadrv.cpp
+}
+
+src_compile() {
+ emake mt32d CXX="$(tc-getCXX)" CXXFLAGS="${CXXFLAGS} ${LDFLAGS}"
+ use X && emake xmt32 CXX="$(tc-getCXX)" CXXFLAGS="${CXXFLAGS} ${LDFLAGS}"
+}
+
+src_install() {
+ dobin mt32d
+ use X && dobin xmt32
+ dodoc {AUTHORS,README}.txt
+ keepdir "${DATA}"
+}
+
+pkg_postinst() {
+ einfo "MT32_CONTROL.ROM and MT32_PCM.ROM cannot be legally included so you must"
+ einfo "obtain them and place them in ${EPREFIX}${DATA}."
+}
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/munt-mt32emu-alsadrv/
@ 2022-03-15 23:39 James Le Cuirot
0 siblings, 0 replies; 3+ messages in thread
From: James Le Cuirot @ 2022-03-15 23:39 UTC (permalink / raw
To: gentoo-commits
commit: b246d623d11ef80cee57fa98a51fb2c01426e212
Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 15 23:37:26 2022 +0000
Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Tue Mar 15 23:39:01 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b246d623
media-sound/munt-mt32emu-alsadrv: Version bump to 2.6.1, EAPI 8
Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
media-sound/munt-mt32emu-alsadrv/Manifest | 1 +
.../munt-mt32emu-alsadrv-2.6.1.ebuild | 52 ++++++++++++++++++++++
2 files changed, 53 insertions(+)
diff --git a/media-sound/munt-mt32emu-alsadrv/Manifest b/media-sound/munt-mt32emu-alsadrv/Manifest
index c34079940fcf..d1c9e887b9a7 100644
--- a/media-sound/munt-mt32emu-alsadrv/Manifest
+++ b/media-sound/munt-mt32emu-alsadrv/Manifest
@@ -1 +1,2 @@
+DIST libmt32emu_2_6_1.tar.gz 572860 BLAKE2B 3ba8ec7d9b73a83341eafc990e2c5a2c5c439564ad43ac3d6f9ab3325225c863418fd901e5424e57343b40cb8cc873345003fd299d6a22d02ff3872681ff164e SHA512 888c417cce04b31b45858220a6615105611471567be8cce91c2053885c4b677a09667310bfab702bbf62f4b7230bb7c2357cb480087f6e4daecbd58e464e4212
DIST munt_2_3_0.tar.gz 418703 BLAKE2B d9c4290f11f4114b26aa45d6591c04a73d56981e7f618c1466db81fd35be3588b2853fb60b9cf65dd523ce8ea120a5a187bd805b58ba2f75719d460929c2e4e1 SHA512 87fe4891628ea33967270fe3c6c3840e40deb14bd7c8d61490d4c0057438af6bc0099c10e24e813ef1613ca9cc9fc1567a0340c7ea1f4254b209f7fc99c8c7a1
diff --git a/media-sound/munt-mt32emu-alsadrv/munt-mt32emu-alsadrv-2.6.1.ebuild b/media-sound/munt-mt32emu-alsadrv/munt-mt32emu-alsadrv-2.6.1.ebuild
new file mode 100644
index 000000000000..63bdf8498eeb
--- /dev/null
+++ b/media-sound/munt-mt32emu-alsadrv/munt-mt32emu-alsadrv-2.6.1.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit toolchain-funcs prefix
+
+MY_P="libmt32emu_${PV//./_}"
+DESCRIPTION="ALSA MIDI driver for emulating the Roland MT-32, CM-32L, CM-64 and LAPC-I"
+HOMEPAGE="https://github.com/munt/munt"
+SRC_URI="https://github.com/munt/munt/archive/${MY_P}.tar.gz"
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="X"
+
+DEPEND="media-libs/alsa-lib
+ >=media-libs/munt-mt32emu-2.6.0
+ X? (
+ x11-libs/libX11
+ x11-libs/libXpm
+ x11-libs/libXt
+ )"
+
+RDEPEND="${DEPEND}"
+
+S="${WORKDIR}/munt-${MY_P}/mt32emu_alsadrv"
+DATA="/usr/share/mt32-rom-data"
+
+src_prepare() {
+ default
+
+ # Fix MT32 ROM path.
+ hprefixify src/alsadrv.cpp
+}
+
+src_compile() {
+ emake mt32d CXX="$(tc-getCXX)" CXXFLAGS="${CXXFLAGS} ${LDFLAGS}"
+ use X && emake xmt32 CXX="$(tc-getCXX)" CXXFLAGS="${CXXFLAGS} ${LDFLAGS}"
+}
+
+src_install() {
+ dobin mt32d
+ use X && dobin xmt32
+ dodoc {AUTHORS,README}.txt
+ keepdir "${DATA}"
+}
+
+pkg_postinst() {
+ einfo "MT32_CONTROL.ROM and MT32_PCM.ROM cannot be legally included so you must"
+ einfo "obtain them and place them in ${EPREFIX}${DATA}."
+}
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/munt-mt32emu-alsadrv/
@ 2022-04-27 21:59 James Le Cuirot
0 siblings, 0 replies; 3+ messages in thread
From: James Le Cuirot @ 2022-04-27 21:59 UTC (permalink / raw
To: gentoo-commits
commit: 76dd43bd7a39c9f2385b720db3ec30bf1c669851
Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 27 21:55:29 2022 +0000
Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Wed Apr 27 21:58:43 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76dd43bd
media-sound/munt-mt32emu-alsadrv: Drop old 2.3.0
Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
media-sound/munt-mt32emu-alsadrv/Manifest | 1 -
.../munt-mt32emu-alsadrv-2.3.0.ebuild | 52 ----------------------
2 files changed, 53 deletions(-)
diff --git a/media-sound/munt-mt32emu-alsadrv/Manifest b/media-sound/munt-mt32emu-alsadrv/Manifest
index d1c9e887b9a7..8ae7549df066 100644
--- a/media-sound/munt-mt32emu-alsadrv/Manifest
+++ b/media-sound/munt-mt32emu-alsadrv/Manifest
@@ -1,2 +1 @@
DIST libmt32emu_2_6_1.tar.gz 572860 BLAKE2B 3ba8ec7d9b73a83341eafc990e2c5a2c5c439564ad43ac3d6f9ab3325225c863418fd901e5424e57343b40cb8cc873345003fd299d6a22d02ff3872681ff164e SHA512 888c417cce04b31b45858220a6615105611471567be8cce91c2053885c4b677a09667310bfab702bbf62f4b7230bb7c2357cb480087f6e4daecbd58e464e4212
-DIST munt_2_3_0.tar.gz 418703 BLAKE2B d9c4290f11f4114b26aa45d6591c04a73d56981e7f618c1466db81fd35be3588b2853fb60b9cf65dd523ce8ea120a5a187bd805b58ba2f75719d460929c2e4e1 SHA512 87fe4891628ea33967270fe3c6c3840e40deb14bd7c8d61490d4c0057438af6bc0099c10e24e813ef1613ca9cc9fc1567a0340c7ea1f4254b209f7fc99c8c7a1
diff --git a/media-sound/munt-mt32emu-alsadrv/munt-mt32emu-alsadrv-2.3.0.ebuild b/media-sound/munt-mt32emu-alsadrv/munt-mt32emu-alsadrv-2.3.0.ebuild
deleted file mode 100644
index 135f9f121553..000000000000
--- a/media-sound/munt-mt32emu-alsadrv/munt-mt32emu-alsadrv-2.3.0.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit toolchain-funcs prefix
-
-MY_P="munt_${PV//./_}"
-DESCRIPTION="ALSA MIDI driver for emulating the Roland MT-32, CM-32L, CM-64 and LAPC-I"
-HOMEPAGE="https://github.com/munt/munt"
-SRC_URI="https://github.com/munt/munt/archive/${MY_P}.tar.gz"
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="X"
-
-DEPEND="media-libs/alsa-lib
- media-libs/munt-mt32emu
- X? (
- x11-libs/libX11
- x11-libs/libXpm
- x11-libs/libXt
- )"
-
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/munt-${MY_P}/mt32emu_alsadrv"
-DATA="/usr/share/mt32-rom-data"
-
-src_prepare() {
- default
-
- # Fix MT32 ROM path.
- hprefixify src/alsadrv.cpp
-}
-
-src_compile() {
- emake mt32d CXX="$(tc-getCXX)" CXXFLAGS="${CXXFLAGS} ${LDFLAGS}"
- use X && emake xmt32 CXX="$(tc-getCXX)" CXXFLAGS="${CXXFLAGS} ${LDFLAGS}"
-}
-
-src_install() {
- dobin mt32d
- use X && dobin xmt32
- dodoc {AUTHORS,README}.txt
- keepdir "${DATA}"
-}
-
-pkg_postinst() {
- einfo "MT32_CONTROL.ROM and MT32_PCM.ROM cannot be legally included so you must"
- einfo "obtain them and place them in ${EPREFIX}${DATA}."
-}
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2022-04-27 21:59 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-04-27 21:59 [gentoo-commits] repo/gentoo:master commit in: media-sound/munt-mt32emu-alsadrv/ James Le Cuirot
-- strict thread matches above, loose matches on Subject: below --
2022-03-15 23:39 James Le Cuirot
2018-01-22 21:14 James Le Cuirot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox