public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: media-libs/munt-mt32emu/
@ 2021-04-03 20:16 James Le Cuirot
  0 siblings, 0 replies; 11+ messages in thread
From: James Le Cuirot @ 2021-04-03 20:16 UTC (permalink / raw
  To: gentoo-commits

commit:     3f26e637fdaa025c0f255f4123fb771f74a95dbb
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Sat Apr  3 20:15:00 2021 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Sat Apr  3 20:16:23 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f26e637

media-libs/munt-mt32emu: Version bump to 2.5.0

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>

 media-libs/munt-mt32emu/Manifest                  |  1 +
 media-libs/munt-mt32emu/munt-mt32emu-2.5.0.ebuild | 28 +++++++++++++++++++++++
 2 files changed, 29 insertions(+)

diff --git a/media-libs/munt-mt32emu/Manifest b/media-libs/munt-mt32emu/Manifest
index 4832a7a1f66..2099c677ebd 100644
--- a/media-libs/munt-mt32emu/Manifest
+++ b/media-libs/munt-mt32emu/Manifest
@@ -1,2 +1,3 @@
 DIST libmt32emu_2_4_2.tar.gz 458962 BLAKE2B 43bd794fbb8e6483f4dd8384f375af3145f0297e974e7bc374764c40d90f0af971622004e052dff2e4235931d08e5ba3c154a45ad0f344c26811f92dc7a6d699 SHA512 6e567260bce4a7ba7f4696d08fde78a05402d8b3087d7720bf86cdbe8c6c392036ce4a5c0ec5951c547d2a98218145fa155d4730404e98ad2dcc573d3cca8da4
+DIST libmt32emu_2_5_0.tar.gz 526300 BLAKE2B a458e402a094e0ea6a42a408f0422c9d12a23126d5c6e5c2b69a15b5264463a436c02a963aaf2c30e3198df1dfb01845b279bc0b4e5f5680b372e98a706c866e SHA512 e86733bb26714a2a5f54a1b443db1e6f320bc3373dde6bbbe6662ecfb5b36c8ba0811919f2ddd54a11f264551add76e7032cd51f5803c502bfd4b1020fafb86b
 DIST munt_2_3_0.tar.gz 418703 BLAKE2B d9c4290f11f4114b26aa45d6591c04a73d56981e7f618c1466db81fd35be3588b2853fb60b9cf65dd523ce8ea120a5a187bd805b58ba2f75719d460929c2e4e1 SHA512 87fe4891628ea33967270fe3c6c3840e40deb14bd7c8d61490d4c0057438af6bc0099c10e24e813ef1613ca9cc9fc1567a0340c7ea1f4254b209f7fc99c8c7a1

diff --git a/media-libs/munt-mt32emu/munt-mt32emu-2.5.0.ebuild b/media-libs/munt-mt32emu/munt-mt32emu-2.5.0.ebuild
new file mode 100644
index 00000000000..f1a27e25b8c
--- /dev/null
+++ b/media-libs/munt-mt32emu/munt-mt32emu-2.5.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake
+
+MY_P="libmt32emu_${PV//./_}"
+DESCRIPTION="Library 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"
+
+S="${WORKDIR}/munt-${MY_P}/mt32emu"
+
+PATCHES=(
+	"${FILESDIR}"/${PN}-2.4.2-docs.patch
+)
+
+src_configure() {
+	local mycmakeargs=(
+		-DLIB_INSTALL_DIR="${EPREFIX}/usr/$(get_libdir)"
+	)
+
+	cmake_src_configure
+}


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-libs/munt-mt32emu/
@ 2021-06-08 13:35 James Le Cuirot
  0 siblings, 0 replies; 11+ messages in thread
From: James Le Cuirot @ 2021-06-08 13:35 UTC (permalink / raw
  To: gentoo-commits

commit:     5985496c3d9c7dda6fd111c34d5f3aa9e22a4f18
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Tue Jun  8 13:35:39 2021 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Tue Jun  8 13:35:39 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5985496c

media-libs/munt-mt32emu: Drop old 2.4.2

Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>

 media-libs/munt-mt32emu/Manifest                  |  1 -
 media-libs/munt-mt32emu/munt-mt32emu-2.4.2.ebuild | 28 -----------------------
 2 files changed, 29 deletions(-)

diff --git a/media-libs/munt-mt32emu/Manifest b/media-libs/munt-mt32emu/Manifest
index 31d906d221d..604ca71c0b7 100644
--- a/media-libs/munt-mt32emu/Manifest
+++ b/media-libs/munt-mt32emu/Manifest
@@ -1,3 +1,2 @@
-DIST libmt32emu_2_4_2.tar.gz 458962 BLAKE2B 43bd794fbb8e6483f4dd8384f375af3145f0297e974e7bc374764c40d90f0af971622004e052dff2e4235931d08e5ba3c154a45ad0f344c26811f92dc7a6d699 SHA512 6e567260bce4a7ba7f4696d08fde78a05402d8b3087d7720bf86cdbe8c6c392036ce4a5c0ec5951c547d2a98218145fa155d4730404e98ad2dcc573d3cca8da4
 DIST libmt32emu_2_5_0.tar.gz 526300 BLAKE2B a458e402a094e0ea6a42a408f0422c9d12a23126d5c6e5c2b69a15b5264463a436c02a963aaf2c30e3198df1dfb01845b279bc0b4e5f5680b372e98a706c866e SHA512 e86733bb26714a2a5f54a1b443db1e6f320bc3373dde6bbbe6662ecfb5b36c8ba0811919f2ddd54a11f264551add76e7032cd51f5803c502bfd4b1020fafb86b
 DIST libmt32emu_2_5_1.tar.gz 526351 BLAKE2B 34af97107f54e22513e31cd36d35c155acb2f83cfc5dd670ace9d888a3f5bb5a9af1b5424379b3904253073f2b7fe736099c08b17bd7cfc24406d118b81a9b6c SHA512 8775f095c6a759db6d62b5f0693b64b13408806549349760f703553f6eae5e0face7b84577cf2511f25da9f87eb2bd14d4df6153fb53ff5109510ff1876f1978

diff --git a/media-libs/munt-mt32emu/munt-mt32emu-2.4.2.ebuild b/media-libs/munt-mt32emu/munt-mt32emu-2.4.2.ebuild
deleted file mode 100644
index 93254801331..00000000000
--- a/media-libs/munt-mt32emu/munt-mt32emu-2.4.2.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake
-
-MY_P="libmt32emu_${PV//./_}"
-DESCRIPTION="Library 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"
-
-S="${WORKDIR}/munt-${MY_P}/mt32emu"
-
-PATCHES=(
-	"${FILESDIR}"/${P}-docs.patch
-)
-
-src_configure() {
-	local mycmakeargs=(
-		-DLIB_INSTALL_DIR="${EPREFIX}/usr/$(get_libdir)"
-	)
-
-	cmake_src_configure
-}


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-libs/munt-mt32emu/
@ 2021-06-08 13:35 James Le Cuirot
  0 siblings, 0 replies; 11+ messages in thread
From: James Le Cuirot @ 2021-06-08 13:35 UTC (permalink / raw
  To: gentoo-commits

commit:     80b7b8d52542d972fcd8b05ee8edfd6c7ac6cbed
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Tue Jun  8 13:35:11 2021 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Tue Jun  8 13:35:11 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80b7b8d5

media-libs/munt-mt32emu: Version bump to 2.5.1

Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>

 media-libs/munt-mt32emu/Manifest                  |  1 +
 media-libs/munt-mt32emu/munt-mt32emu-2.5.1.ebuild | 28 +++++++++++++++++++++++
 2 files changed, 29 insertions(+)

diff --git a/media-libs/munt-mt32emu/Manifest b/media-libs/munt-mt32emu/Manifest
index 3aa283adcf5..31d906d221d 100644
--- a/media-libs/munt-mt32emu/Manifest
+++ b/media-libs/munt-mt32emu/Manifest
@@ -1,2 +1,3 @@
 DIST libmt32emu_2_4_2.tar.gz 458962 BLAKE2B 43bd794fbb8e6483f4dd8384f375af3145f0297e974e7bc374764c40d90f0af971622004e052dff2e4235931d08e5ba3c154a45ad0f344c26811f92dc7a6d699 SHA512 6e567260bce4a7ba7f4696d08fde78a05402d8b3087d7720bf86cdbe8c6c392036ce4a5c0ec5951c547d2a98218145fa155d4730404e98ad2dcc573d3cca8da4
 DIST libmt32emu_2_5_0.tar.gz 526300 BLAKE2B a458e402a094e0ea6a42a408f0422c9d12a23126d5c6e5c2b69a15b5264463a436c02a963aaf2c30e3198df1dfb01845b279bc0b4e5f5680b372e98a706c866e SHA512 e86733bb26714a2a5f54a1b443db1e6f320bc3373dde6bbbe6662ecfb5b36c8ba0811919f2ddd54a11f264551add76e7032cd51f5803c502bfd4b1020fafb86b
+DIST libmt32emu_2_5_1.tar.gz 526351 BLAKE2B 34af97107f54e22513e31cd36d35c155acb2f83cfc5dd670ace9d888a3f5bb5a9af1b5424379b3904253073f2b7fe736099c08b17bd7cfc24406d118b81a9b6c SHA512 8775f095c6a759db6d62b5f0693b64b13408806549349760f703553f6eae5e0face7b84577cf2511f25da9f87eb2bd14d4df6153fb53ff5109510ff1876f1978

diff --git a/media-libs/munt-mt32emu/munt-mt32emu-2.5.1.ebuild b/media-libs/munt-mt32emu/munt-mt32emu-2.5.1.ebuild
new file mode 100644
index 00000000000..f1a27e25b8c
--- /dev/null
+++ b/media-libs/munt-mt32emu/munt-mt32emu-2.5.1.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake
+
+MY_P="libmt32emu_${PV//./_}"
+DESCRIPTION="Library 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"
+
+S="${WORKDIR}/munt-${MY_P}/mt32emu"
+
+PATCHES=(
+	"${FILESDIR}"/${PN}-2.4.2-docs.patch
+)
+
+src_configure() {
+	local mycmakeargs=(
+		-DLIB_INSTALL_DIR="${EPREFIX}/usr/$(get_libdir)"
+	)
+
+	cmake_src_configure
+}


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-libs/munt-mt32emu/
@ 2021-08-22 10:00 James Le Cuirot
  0 siblings, 0 replies; 11+ messages in thread
From: James Le Cuirot @ 2021-08-22 10:00 UTC (permalink / raw
  To: gentoo-commits

commit:     623dc619c06f445073abd8697d037351c99747ad
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 22 10:00:22 2021 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Sun Aug 22 10:00:22 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=623dc619

media-libs/munt-mt32emu: Drop old 2.5.0

Package-Manager: Portage-3.0.22, Repoman-3.0.3
Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>

 media-libs/munt-mt32emu/Manifest                  |  1 -
 media-libs/munt-mt32emu/munt-mt32emu-2.5.0.ebuild | 28 -----------------------
 2 files changed, 29 deletions(-)

diff --git a/media-libs/munt-mt32emu/Manifest b/media-libs/munt-mt32emu/Manifest
index 33f99675786..51b1288246e 100644
--- a/media-libs/munt-mt32emu/Manifest
+++ b/media-libs/munt-mt32emu/Manifest
@@ -1,3 +1,2 @@
-DIST libmt32emu_2_5_0.tar.gz 526300 BLAKE2B a458e402a094e0ea6a42a408f0422c9d12a23126d5c6e5c2b69a15b5264463a436c02a963aaf2c30e3198df1dfb01845b279bc0b4e5f5680b372e98a706c866e SHA512 e86733bb26714a2a5f54a1b443db1e6f320bc3373dde6bbbe6662ecfb5b36c8ba0811919f2ddd54a11f264551add76e7032cd51f5803c502bfd4b1020fafb86b
 DIST libmt32emu_2_5_1.tar.gz 526351 BLAKE2B 34af97107f54e22513e31cd36d35c155acb2f83cfc5dd670ace9d888a3f5bb5a9af1b5424379b3904253073f2b7fe736099c08b17bd7cfc24406d118b81a9b6c SHA512 8775f095c6a759db6d62b5f0693b64b13408806549349760f703553f6eae5e0face7b84577cf2511f25da9f87eb2bd14d4df6153fb53ff5109510ff1876f1978
 DIST libmt32emu_2_5_3.tar.gz 527698 BLAKE2B 1ca31f2da92d77f9c3d34bb8c9f19e34e83cc82751ba08dfda1240a28b49e36c2acf3a6d8aab6e62107df4d88645e77d447e332968007fe865882d54e71475de SHA512 c801e22e861898281316109533ca6264f5a9cf778d4f0bb14b49bb6d04d53b7e60cd8320d5b29a63534f6c470b4feb67c881e86c49b7860a98639ce01b99debf

diff --git a/media-libs/munt-mt32emu/munt-mt32emu-2.5.0.ebuild b/media-libs/munt-mt32emu/munt-mt32emu-2.5.0.ebuild
deleted file mode 100644
index f1a27e25b8c..00000000000
--- a/media-libs/munt-mt32emu/munt-mt32emu-2.5.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake
-
-MY_P="libmt32emu_${PV//./_}"
-DESCRIPTION="Library 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"
-
-S="${WORKDIR}/munt-${MY_P}/mt32emu"
-
-PATCHES=(
-	"${FILESDIR}"/${PN}-2.4.2-docs.patch
-)
-
-src_configure() {
-	local mycmakeargs=(
-		-DLIB_INSTALL_DIR="${EPREFIX}/usr/$(get_libdir)"
-	)
-
-	cmake_src_configure
-}


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-libs/munt-mt32emu/
@ 2021-08-22 10:00 James Le Cuirot
  0 siblings, 0 replies; 11+ messages in thread
From: James Le Cuirot @ 2021-08-22 10:00 UTC (permalink / raw
  To: gentoo-commits

commit:     335567be4dc604a175a13b51fa723344fc7bf6b8
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 22 09:59:54 2021 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Sun Aug 22 09:59:54 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=335567be

media-libs/munt-mt32emu: Version bump to 2.5.3

Package-Manager: Portage-3.0.22, Repoman-3.0.3
Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>

 media-libs/munt-mt32emu/Manifest                  |  1 +
 media-libs/munt-mt32emu/munt-mt32emu-2.5.3.ebuild | 28 +++++++++++++++++++++++
 2 files changed, 29 insertions(+)

diff --git a/media-libs/munt-mt32emu/Manifest b/media-libs/munt-mt32emu/Manifest
index 604ca71c0b7..33f99675786 100644
--- a/media-libs/munt-mt32emu/Manifest
+++ b/media-libs/munt-mt32emu/Manifest
@@ -1,2 +1,3 @@
 DIST libmt32emu_2_5_0.tar.gz 526300 BLAKE2B a458e402a094e0ea6a42a408f0422c9d12a23126d5c6e5c2b69a15b5264463a436c02a963aaf2c30e3198df1dfb01845b279bc0b4e5f5680b372e98a706c866e SHA512 e86733bb26714a2a5f54a1b443db1e6f320bc3373dde6bbbe6662ecfb5b36c8ba0811919f2ddd54a11f264551add76e7032cd51f5803c502bfd4b1020fafb86b
 DIST libmt32emu_2_5_1.tar.gz 526351 BLAKE2B 34af97107f54e22513e31cd36d35c155acb2f83cfc5dd670ace9d888a3f5bb5a9af1b5424379b3904253073f2b7fe736099c08b17bd7cfc24406d118b81a9b6c SHA512 8775f095c6a759db6d62b5f0693b64b13408806549349760f703553f6eae5e0face7b84577cf2511f25da9f87eb2bd14d4df6153fb53ff5109510ff1876f1978
+DIST libmt32emu_2_5_3.tar.gz 527698 BLAKE2B 1ca31f2da92d77f9c3d34bb8c9f19e34e83cc82751ba08dfda1240a28b49e36c2acf3a6d8aab6e62107df4d88645e77d447e332968007fe865882d54e71475de SHA512 c801e22e861898281316109533ca6264f5a9cf778d4f0bb14b49bb6d04d53b7e60cd8320d5b29a63534f6c470b4feb67c881e86c49b7860a98639ce01b99debf

diff --git a/media-libs/munt-mt32emu/munt-mt32emu-2.5.3.ebuild b/media-libs/munt-mt32emu/munt-mt32emu-2.5.3.ebuild
new file mode 100644
index 00000000000..f1a27e25b8c
--- /dev/null
+++ b/media-libs/munt-mt32emu/munt-mt32emu-2.5.3.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake
+
+MY_P="libmt32emu_${PV//./_}"
+DESCRIPTION="Library 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"
+
+S="${WORKDIR}/munt-${MY_P}/mt32emu"
+
+PATCHES=(
+	"${FILESDIR}"/${PN}-2.4.2-docs.patch
+)
+
+src_configure() {
+	local mycmakeargs=(
+		-DLIB_INSTALL_DIR="${EPREFIX}/usr/$(get_libdir)"
+	)
+
+	cmake_src_configure
+}


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-libs/munt-mt32emu/
@ 2021-10-02 12:26 James Le Cuirot
  0 siblings, 0 replies; 11+ messages in thread
From: James Le Cuirot @ 2021-10-02 12:26 UTC (permalink / raw
  To: gentoo-commits

commit:     1c86f2842cb6b2030398bb2832d739f326a14d6d
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Sat Oct  2 12:25:21 2021 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Sat Oct  2 12:25:21 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c86f284

media-libs/munt-mt32emu: Fix pkg-config file install location

Closes: https://bugs.gentoo.org/814044
Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>

 .../{munt-mt32emu-2.5.3.ebuild => munt-mt32emu-2.5.3-r1.ebuild}      | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/media-libs/munt-mt32emu/munt-mt32emu-2.5.3.ebuild b/media-libs/munt-mt32emu/munt-mt32emu-2.5.3-r1.ebuild
similarity index 80%
rename from media-libs/munt-mt32emu/munt-mt32emu-2.5.3.ebuild
rename to media-libs/munt-mt32emu/munt-mt32emu-2.5.3-r1.ebuild
index f1a27e25b8c..69e3f2578ea 100644
--- a/media-libs/munt-mt32emu/munt-mt32emu-2.5.3.ebuild
+++ b/media-libs/munt-mt32emu/munt-mt32emu-2.5.3-r1.ebuild
@@ -20,8 +20,11 @@ PATCHES=(
 )
 
 src_configure() {
+	local libdir=${EPREFIX}/usr/$(get_libdir)
+
 	local mycmakeargs=(
-		-DLIB_INSTALL_DIR="${EPREFIX}/usr/$(get_libdir)"
+		-DLIB_INSTALL_DIR="${libdir}"
+		-Dlibmt32emu_PKGCONFIG_INSTALL_PREFIX="${libdir}"
 	)
 
 	cmake_src_configure


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-libs/munt-mt32emu/
@ 2021-10-02 12:26 James Le Cuirot
  0 siblings, 0 replies; 11+ messages in thread
From: James Le Cuirot @ 2021-10-02 12:26 UTC (permalink / raw
  To: gentoo-commits

commit:     abc72203fa611557a3f2821057c5b2ac981ecf7d
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Sat Oct  2 12:26:04 2021 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Sat Oct  2 12:26:04 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abc72203

media-libs/munt-mt32emu: Drop old 2.5.1

Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>

 media-libs/munt-mt32emu/Manifest                  |  1 -
 media-libs/munt-mt32emu/munt-mt32emu-2.5.1.ebuild | 28 -----------------------
 2 files changed, 29 deletions(-)

diff --git a/media-libs/munt-mt32emu/Manifest b/media-libs/munt-mt32emu/Manifest
index 51b1288246e..6a00dd1d8f5 100644
--- a/media-libs/munt-mt32emu/Manifest
+++ b/media-libs/munt-mt32emu/Manifest
@@ -1,2 +1 @@
-DIST libmt32emu_2_5_1.tar.gz 526351 BLAKE2B 34af97107f54e22513e31cd36d35c155acb2f83cfc5dd670ace9d888a3f5bb5a9af1b5424379b3904253073f2b7fe736099c08b17bd7cfc24406d118b81a9b6c SHA512 8775f095c6a759db6d62b5f0693b64b13408806549349760f703553f6eae5e0face7b84577cf2511f25da9f87eb2bd14d4df6153fb53ff5109510ff1876f1978
 DIST libmt32emu_2_5_3.tar.gz 527698 BLAKE2B 1ca31f2da92d77f9c3d34bb8c9f19e34e83cc82751ba08dfda1240a28b49e36c2acf3a6d8aab6e62107df4d88645e77d447e332968007fe865882d54e71475de SHA512 c801e22e861898281316109533ca6264f5a9cf778d4f0bb14b49bb6d04d53b7e60cd8320d5b29a63534f6c470b4feb67c881e86c49b7860a98639ce01b99debf

diff --git a/media-libs/munt-mt32emu/munt-mt32emu-2.5.1.ebuild b/media-libs/munt-mt32emu/munt-mt32emu-2.5.1.ebuild
deleted file mode 100644
index f1a27e25b8c..00000000000
--- a/media-libs/munt-mt32emu/munt-mt32emu-2.5.1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake
-
-MY_P="libmt32emu_${PV//./_}"
-DESCRIPTION="Library 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"
-
-S="${WORKDIR}/munt-${MY_P}/mt32emu"
-
-PATCHES=(
-	"${FILESDIR}"/${PN}-2.4.2-docs.patch
-)
-
-src_configure() {
-	local mycmakeargs=(
-		-DLIB_INSTALL_DIR="${EPREFIX}/usr/$(get_libdir)"
-	)
-
-	cmake_src_configure
-}


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-libs/munt-mt32emu/
@ 2021-10-11  3:16 Sam James
  0 siblings, 0 replies; 11+ messages in thread
From: Sam James @ 2021-10-11  3:16 UTC (permalink / raw
  To: gentoo-commits

commit:     14831e7cbf5419616e00e417d94b5f7654634aab
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 11 03:16:18 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Oct 11 03:16:18 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14831e7c

media-libs/munt-mt32emu: Keyword 2.5.3-r1 ppc64, #813930

Signed-off-by: Sam James <sam <AT> gentoo.org>

 media-libs/munt-mt32emu/munt-mt32emu-2.5.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/munt-mt32emu/munt-mt32emu-2.5.3-r1.ebuild b/media-libs/munt-mt32emu/munt-mt32emu-2.5.3-r1.ebuild
index 69e3f2578ea..1faa3937989 100644
--- a/media-libs/munt-mt32emu/munt-mt32emu-2.5.3-r1.ebuild
+++ b/media-libs/munt-mt32emu/munt-mt32emu-2.5.3-r1.ebuild
@@ -11,7 +11,7 @@ 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"
+KEYWORDS="~amd64 ~ppc64 ~x86"
 
 S="${WORKDIR}/munt-${MY_P}/mt32emu"
 


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-libs/munt-mt32emu/
@ 2021-10-31 17:51 Sam James
  0 siblings, 0 replies; 11+ messages in thread
From: Sam James @ 2021-10-31 17:51 UTC (permalink / raw
  To: gentoo-commits

commit:     44a950fa2a5174f4931bc775557e0bfe2f87e259
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 31 17:51:02 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Oct 31 17:51:02 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44a950fa

media-libs/munt-mt32emu: Keyword 2.5.3-r1 ppc, #813930

Signed-off-by: Sam James <sam <AT> gentoo.org>

 media-libs/munt-mt32emu/munt-mt32emu-2.5.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/munt-mt32emu/munt-mt32emu-2.5.3-r1.ebuild b/media-libs/munt-mt32emu/munt-mt32emu-2.5.3-r1.ebuild
index 1faa3937989..ccfcba7eded 100644
--- a/media-libs/munt-mt32emu/munt-mt32emu-2.5.3-r1.ebuild
+++ b/media-libs/munt-mt32emu/munt-mt32emu-2.5.3-r1.ebuild
@@ -11,7 +11,7 @@ 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 ~ppc64 ~x86"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
 
 S="${WORKDIR}/munt-${MY_P}/mt32emu"
 


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-libs/munt-mt32emu/
@ 2022-04-27 21:59 James Le Cuirot
  0 siblings, 0 replies; 11+ messages in thread
From: James Le Cuirot @ 2022-04-27 21:59 UTC (permalink / raw
  To: gentoo-commits

commit:     3d10b959f86e43d9b1a79ade53f3c08ac5940e8a
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 27 21:57:37 2022 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Wed Apr 27 21:58:46 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d10b959

media-libs/munt-mt32emu: Version bump to 2.6.3

Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>

 media-libs/munt-mt32emu/Manifest                  |  1 +
 media-libs/munt-mt32emu/munt-mt32emu-2.6.3.ebuild | 31 +++++++++++++++++++++++
 2 files changed, 32 insertions(+)

diff --git a/media-libs/munt-mt32emu/Manifest b/media-libs/munt-mt32emu/Manifest
index 787acea436e1..26dd01187f99 100644
--- a/media-libs/munt-mt32emu/Manifest
+++ b/media-libs/munt-mt32emu/Manifest
@@ -1,2 +1,3 @@
 DIST libmt32emu_2_5_3.tar.gz 527698 BLAKE2B 1ca31f2da92d77f9c3d34bb8c9f19e34e83cc82751ba08dfda1240a28b49e36c2acf3a6d8aab6e62107df4d88645e77d447e332968007fe865882d54e71475de SHA512 c801e22e861898281316109533ca6264f5a9cf778d4f0bb14b49bb6d04d53b7e60cd8320d5b29a63534f6c470b4feb67c881e86c49b7860a98639ce01b99debf
 DIST libmt32emu_2_6_1.tar.gz 572860 BLAKE2B 3ba8ec7d9b73a83341eafc990e2c5a2c5c439564ad43ac3d6f9ab3325225c863418fd901e5424e57343b40cb8cc873345003fd299d6a22d02ff3872681ff164e SHA512 888c417cce04b31b45858220a6615105611471567be8cce91c2053885c4b677a09667310bfab702bbf62f4b7230bb7c2357cb480087f6e4daecbd58e464e4212
+DIST libmt32emu_2_6_3.tar.gz 573978 BLAKE2B 74f838380824cb334df2f2ef56709585e0cffd0ef4e317554f7df434b0c945eb0a18a994130766b3a5401abbbefe70df0be32c690ef8b21bcc3ac604291b020d SHA512 c81b80d63e7da5f57465ea09a0b7d9415591e30a4eb8797210d6409f7b985eec0f0fcff8b1d5d9e0f51805f5e0692c660a435c12ca5e0670c11d24cf0a327a24

diff --git a/media-libs/munt-mt32emu/munt-mt32emu-2.6.3.ebuild b/media-libs/munt-mt32emu/munt-mt32emu-2.6.3.ebuild
new file mode 100644
index 000000000000..4a07225533b4
--- /dev/null
+++ b/media-libs/munt-mt32emu/munt-mt32emu-2.6.3.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+MY_P="libmt32emu_${PV//./_}"
+DESCRIPTION="Library 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 ~ppc ~ppc64 ~x86"
+
+S="${WORKDIR}/munt-${MY_P}/mt32emu"
+
+PATCHES=(
+	"${FILESDIR}"/${PN}-2.6.1-docs.patch
+)
+
+src_configure() {
+	local libdir=${EPREFIX}/usr/$(get_libdir)
+
+	local mycmakeargs=(
+		-DLIB_INSTALL_DIR="${libdir}"
+		-Dlibmt32emu_PKGCONFIG_INSTALL_PREFIX="${libdir}"
+	)
+
+	cmake_src_configure
+}


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-libs/munt-mt32emu/
@ 2023-02-17 23:21 James Le Cuirot
  0 siblings, 0 replies; 11+ messages in thread
From: James Le Cuirot @ 2023-02-17 23:21 UTC (permalink / raw
  To: gentoo-commits

commit:     a189cf4a51398f0e1c4bb26706b199109003370b
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 16 23:01:30 2023 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Fri Feb 17 23:02:50 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a189cf4a

media-libs/munt-mt32emu: Bump to 2.7.0, drop old 2.6.3

Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>

 media-libs/munt-mt32emu/Manifest                                        | 2 +-
 .../{munt-mt32emu-2.6.3.ebuild => munt-mt32emu-2.7.0.ebuild}            | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-libs/munt-mt32emu/Manifest b/media-libs/munt-mt32emu/Manifest
index 2124499947af..4c5f28912334 100644
--- a/media-libs/munt-mt32emu/Manifest
+++ b/media-libs/munt-mt32emu/Manifest
@@ -1 +1 @@
-DIST libmt32emu_2_6_3.tar.gz 573978 BLAKE2B 74f838380824cb334df2f2ef56709585e0cffd0ef4e317554f7df434b0c945eb0a18a994130766b3a5401abbbefe70df0be32c690ef8b21bcc3ac604291b020d SHA512 c81b80d63e7da5f57465ea09a0b7d9415591e30a4eb8797210d6409f7b985eec0f0fcff8b1d5d9e0f51805f5e0692c660a435c12ca5e0670c11d24cf0a327a24
+DIST libmt32emu_2_7_0.tar.gz 583565 BLAKE2B 7cfdff3533553cb0db5d498b9ab3b963fe472cdff5f2008a627b2abac463c4ac600323429df4a04cca3dadcd7349d0c77931661f8eaa908a0cc5ab506f1f8c60 SHA512 d06a1ae3a7de1cc7e79aa9e642a05f1101f562f6da174cbbcb2d77732c086483aad4572e0406b7a92d498f45c083c73bb75bb28a909626d00bffe9249c18db1d

diff --git a/media-libs/munt-mt32emu/munt-mt32emu-2.6.3.ebuild b/media-libs/munt-mt32emu/munt-mt32emu-2.7.0.ebuild
similarity index 94%
rename from media-libs/munt-mt32emu/munt-mt32emu-2.6.3.ebuild
rename to media-libs/munt-mt32emu/munt-mt32emu-2.7.0.ebuild
index 4a07225533b4..a0d63213fbc7 100644
--- a/media-libs/munt-mt32emu/munt-mt32emu-2.6.3.ebuild
+++ b/media-libs/munt-mt32emu/munt-mt32emu-2.7.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8


^ permalink raw reply related	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2023-02-17 23:21 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-08-22 10:00 [gentoo-commits] repo/gentoo:master commit in: media-libs/munt-mt32emu/ James Le Cuirot
  -- strict thread matches above, loose matches on Subject: below --
2023-02-17 23:21 James Le Cuirot
2022-04-27 21:59 James Le Cuirot
2021-10-31 17:51 Sam James
2021-10-11  3:16 Sam James
2021-10-02 12:26 James Le Cuirot
2021-10-02 12:26 James Le Cuirot
2021-08-22 10:00 James Le Cuirot
2021-06-08 13:35 James Le Cuirot
2021-06-08 13:35 James Le Cuirot
2021-04-03 20:16 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