public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: media-plugins/ams-lv2/
@ 2017-08-22 21:31 Michał Górny
  0 siblings, 0 replies; 11+ messages in thread
From: Michał Górny @ 2017-08-22 21:31 UTC (permalink / raw
  To: gentoo-commits

commit:     e708ca4ee8f452e38762a378c8bf15703ed1a035
Author:     David Hicks <david <AT> hicks <DOT> id <DOT> au>
AuthorDate: Tue Aug 22 11:54:04 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Aug 22 21:31:47 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e708ca4e

media-plugins/ams-lv2: HOMEPAGE 301 redirect to HTTPS

Package-Manager: Portage-2.3.7, Repoman-2.3.3

 media-plugins/ams-lv2/ams-lv2-1.1.0.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/media-plugins/ams-lv2/ams-lv2-1.1.0.ebuild b/media-plugins/ams-lv2/ams-lv2-1.1.0.ebuild
index e2db6163db0..badb755250c 100644
--- a/media-plugins/ams-lv2/ams-lv2-1.1.0.ebuild
+++ b/media-plugins/ams-lv2/ams-lv2-1.1.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -7,8 +7,8 @@ PYTHON_REQ_USE="threads(+)"
 inherit waf-utils python-any-r1
 
 DESCRIPTION="A port of the AMS internal modules to LV2 plugins to create modular synthesizers"
-HOMEPAGE="http://objectivewave.wordpress.com/ams-lv2/"
-SRC_URI="https://github.com/blablack/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+HOMEPAGE="https://objectivewave.wordpress.com/ams-lv2/"
+SRC_URI="https://github.com/blablack/ams-lv2/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"


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

* [gentoo-commits] repo/gentoo:master commit in: media-plugins/ams-lv2/
@ 2017-12-03 14:37 Miroslav Šulc
  0 siblings, 0 replies; 11+ messages in thread
From: Miroslav Šulc @ 2017-12-03 14:37 UTC (permalink / raw
  To: gentoo-commits

commit:     0121b1512c8ff5fa98c2ccc4b8a0a18ca9bd28db
Author:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Sun Dec  3 14:37:27 2017 +0000
Commit:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Sun Dec  3 14:37:27 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0121b151

media-plugins/ams-lv2: bumped to 1.2.1 (does not suffer with bug #597492)

Package-Manager: Portage-2.3.16, Repoman-2.3.6

 media-plugins/ams-lv2/Manifest             |  1 +
 media-plugins/ams-lv2/ams-lv2-1.2.1.ebuild | 29 +++++++++++++++++++++++++++++
 2 files changed, 30 insertions(+)

diff --git a/media-plugins/ams-lv2/Manifest b/media-plugins/ams-lv2/Manifest
index aa8c407af9c..6d9a609f1e2 100644
--- a/media-plugins/ams-lv2/Manifest
+++ b/media-plugins/ams-lv2/Manifest
@@ -1 +1,2 @@
 DIST ams-lv2-1.1.0.tar.gz 217762 SHA256 a5b9320a3034b5bc9c26c0c1df972ea15f5a07cf0ea857d8113affc1f2a10bcf SHA512 4a994d21b9078ec84cbccc99d028a75a175bfc7a6648a7daf645da7877e2fda6a3ec31b351a01fa2ddf8f6a815f79e1dc1f9bf74ea8c5b82931076ceb645bf54 WHIRLPOOL 864b228f0888153f4db88f014cdaa667cfd22c5b54d6945445526bb4786d9580e03dafb285da4405d9f13b6f0d98c3044484aab900fe4c1a01d7f8a5975353b9
+DIST ams-lv2-1.2.1.tar.gz 233118 BLAKE2B 4ec5eca89c332405d9fe2b4c9bc25246f024cb9d629c1257d5dc6ad816fd45f4b7d7fea70f84a0715d7283022f348bcc1172d6ed9824f27d7e319dea308f4058 SHA512 216435bfc8620f7138791243dee60c27f7e3a38b972dcaba4150a47e1d8d53cec807246ace658b5136b45c43fd7e533df49f8b9bce8d40dc9d148121b9388886

diff --git a/media-plugins/ams-lv2/ams-lv2-1.2.1.ebuild b/media-plugins/ams-lv2/ams-lv2-1.2.1.ebuild
new file mode 100644
index 00000000000..ffc95013c95
--- /dev/null
+++ b/media-plugins/ams-lv2/ams-lv2-1.2.1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 )
+PYTHON_REQ_USE="threads(+)"
+inherit waf-utils python-any-r1
+
+DESCRIPTION="A port of the AMS internal modules to LV2 plugins to create modular synthesizers"
+HOMEPAGE="https://objectivewave.wordpress.com/ams-lv2/"
+SRC_URI="https://github.com/blablack/ams-lv2/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-cpp/gtkmm-2.24.0:2.4
+	>=media-libs/lv2-1.10.0
+	>=media-libs/lvtk-1.2.0[gtk2]
+	>=sci-libs/fftw-3.3.3:3.0
+	>=x11-libs/cairo-1.10.0
+	>=x11-libs/gtk+-2.24:2
+	virtual/jack"
+DEPEND="${RDEPEND}
+	${PYTHON_DEPS}
+	virtual/pkgconfig"
+
+DOCS=( LICENSE README.md THANKS )


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

* [gentoo-commits] repo/gentoo:master commit in: media-plugins/ams-lv2/
@ 2020-08-01 11:39 Miroslav Šulc
  0 siblings, 0 replies; 11+ messages in thread
From: Miroslav Šulc @ 2020-08-01 11:39 UTC (permalink / raw
  To: gentoo-commits

commit:     d09157da6be462e34800a6e41b35fe334f28fbe8
Author:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Sat Aug  1 11:38:49 2020 +0000
Commit:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Sat Aug  1 11:38:49 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d09157da

media-plugins/ams-lv2: removed old 1.1.0

Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>

 media-plugins/ams-lv2/Manifest             |  1 -
 media-plugins/ams-lv2/ams-lv2-1.1.0.ebuild | 29 -----------------------------
 2 files changed, 30 deletions(-)

diff --git a/media-plugins/ams-lv2/Manifest b/media-plugins/ams-lv2/Manifest
index bf661020206..6c08137652c 100644
--- a/media-plugins/ams-lv2/Manifest
+++ b/media-plugins/ams-lv2/Manifest
@@ -1,2 +1 @@
-DIST ams-lv2-1.1.0.tar.gz 217762 BLAKE2B 97320bf8314b3f8b208cc20db03511bd456e2268acf1d9453c494311fc00f0d1dc604ac12e9bef1429b1d9b75f93672a470aed4b2c0f7192036c4fff07e8f71d SHA512 4a994d21b9078ec84cbccc99d028a75a175bfc7a6648a7daf645da7877e2fda6a3ec31b351a01fa2ddf8f6a815f79e1dc1f9bf74ea8c5b82931076ceb645bf54
 DIST ams-lv2-1.2.1.tar.gz 233118 BLAKE2B 4ec5eca89c332405d9fe2b4c9bc25246f024cb9d629c1257d5dc6ad816fd45f4b7d7fea70f84a0715d7283022f348bcc1172d6ed9824f27d7e319dea308f4058 SHA512 216435bfc8620f7138791243dee60c27f7e3a38b972dcaba4150a47e1d8d53cec807246ace658b5136b45c43fd7e533df49f8b9bce8d40dc9d148121b9388886

diff --git a/media-plugins/ams-lv2/ams-lv2-1.1.0.ebuild b/media-plugins/ams-lv2/ams-lv2-1.1.0.ebuild
deleted file mode 100644
index badb755250c..00000000000
--- a/media-plugins/ams-lv2/ams-lv2-1.1.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 )
-PYTHON_REQ_USE="threads(+)"
-inherit waf-utils python-any-r1
-
-DESCRIPTION="A port of the AMS internal modules to LV2 plugins to create modular synthesizers"
-HOMEPAGE="https://objectivewave.wordpress.com/ams-lv2/"
-SRC_URI="https://github.com/blablack/ams-lv2/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=dev-cpp/gtkmm-2.24.0:2.4
-	>=media-libs/lv2-1.10.0
-	>=media-libs/lvtk-1.2.0[gtk2]
-	>=media-sound/jack-audio-connection-kit-0.120
-	>=sci-libs/fftw-3.3.3:3.0
-	>=x11-libs/cairo-1.10.0
-	>=x11-libs/gtk+-2.24:2"
-DEPEND="${RDEPEND}
-	${PYTHON_DEPS}
-	virtual/pkgconfig"
-
-DOCS=( LICENSE README.md THANKS )


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

* [gentoo-commits] repo/gentoo:master commit in: media-plugins/ams-lv2/
@ 2020-08-01 12:02 Miroslav Šulc
  0 siblings, 0 replies; 11+ messages in thread
From: Miroslav Šulc @ 2020-08-01 12:02 UTC (permalink / raw
  To: gentoo-commits

commit:     f61fabf35c8f842cfe182a715f99b571fdbb8216
Author:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Sat Aug  1 12:01:40 2020 +0000
Commit:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Sat Aug  1 12:01:40 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f61fabf3

media-plugins/ams-lv2: bump to 1.2.2 + added python3.6+

Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>

 media-plugins/ams-lv2/Manifest             |  1 +
 media-plugins/ams-lv2/ams-lv2-1.2.2.ebuild | 29 +++++++++++++++++++++++++++++
 2 files changed, 30 insertions(+)

diff --git a/media-plugins/ams-lv2/Manifest b/media-plugins/ams-lv2/Manifest
index 6c08137652c..fc911a9a94b 100644
--- a/media-plugins/ams-lv2/Manifest
+++ b/media-plugins/ams-lv2/Manifest
@@ -1 +1,2 @@
 DIST ams-lv2-1.2.1.tar.gz 233118 BLAKE2B 4ec5eca89c332405d9fe2b4c9bc25246f024cb9d629c1257d5dc6ad816fd45f4b7d7fea70f84a0715d7283022f348bcc1172d6ed9824f27d7e319dea308f4058 SHA512 216435bfc8620f7138791243dee60c27f7e3a38b972dcaba4150a47e1d8d53cec807246ace658b5136b45c43fd7e533df49f8b9bce8d40dc9d148121b9388886
+DIST ams-lv2-1.2.2.tar.gz 488234 BLAKE2B 1dfeaa2708bda64aadb00d8ec5f57fd3a7dd35a1fdce5fb2289f52f00fd73d25a11f39c91823c9322a5cd625ff369c4b05fd9de300b1635e172aefabb02825ea SHA512 6c1c6f3179a851f67e162d225a761c38678159d9f178d9bfa3991b84b84ea557f5a44882ea710626204f158c40ae18f0e87f24faec0a0bd6aa64e18eeb81c45f

diff --git a/media-plugins/ams-lv2/ams-lv2-1.2.2.ebuild b/media-plugins/ams-lv2/ams-lv2-1.2.2.ebuild
new file mode 100644
index 00000000000..77da5260069
--- /dev/null
+++ b/media-plugins/ams-lv2/ams-lv2-1.2.2.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python3_{6,7,8,9} )
+PYTHON_REQ_USE="threads(+)"
+inherit waf-utils python-any-r1
+
+DESCRIPTION="A port of the AMS internal modules to LV2 plugins to create modular synthesizers"
+HOMEPAGE="https://objectivewave.wordpress.com/ams-lv2/"
+SRC_URI="https://github.com/blablack/ams-lv2/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-cpp/gtkmm-2.24.0:2.4
+	>=media-libs/lv2-1.10.0
+	>=media-libs/lvtk-1.2.0[gtk2]
+	>=sci-libs/fftw-3.3.3:3.0
+	>=x11-libs/cairo-1.10.0
+	>=x11-libs/gtk+-2.24:2
+	virtual/jack"
+DEPEND="${RDEPEND}
+	${PYTHON_DEPS}
+	virtual/pkgconfig"
+
+DOCS=( LICENSE README.md THANKS )


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

* [gentoo-commits] repo/gentoo:master commit in: media-plugins/ams-lv2/
@ 2020-08-11 17:25 Miroslav Šulc
  0 siblings, 0 replies; 11+ messages in thread
From: Miroslav Šulc @ 2020-08-11 17:25 UTC (permalink / raw
  To: gentoo-commits

commit:     e63879b1aaa19bfbf27f1dc5718e2c0424c503b0
Author:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 11 17:25:00 2020 +0000
Commit:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Tue Aug 11 17:25:00 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e63879b1

media-plugins/ams-lv2: fixed homepage (original is gone)

Package-Manager: Portage-3.0.2, Repoman-2.3.23
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>

 media-plugins/ams-lv2/ams-lv2-1.2.1.ebuild | 2 +-
 media-plugins/ams-lv2/ams-lv2-1.2.2.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-plugins/ams-lv2/ams-lv2-1.2.1.ebuild b/media-plugins/ams-lv2/ams-lv2-1.2.1.ebuild
index 4bd7d903bd4..8e968f56181 100644
--- a/media-plugins/ams-lv2/ams-lv2-1.2.1.ebuild
+++ b/media-plugins/ams-lv2/ams-lv2-1.2.1.ebuild
@@ -7,7 +7,7 @@ PYTHON_REQ_USE="threads(+)"
 inherit waf-utils python-any-r1
 
 DESCRIPTION="A port of the AMS internal modules to LV2 plugins to create modular synthesizers"
-HOMEPAGE="https://objectivewave.wordpress.com/ams-lv2/"
+HOMEPAGE="https://github.com/blablack/ams-lv2"
 SRC_URI="https://github.com/blablack/ams-lv2/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-2"

diff --git a/media-plugins/ams-lv2/ams-lv2-1.2.2.ebuild b/media-plugins/ams-lv2/ams-lv2-1.2.2.ebuild
index 77da5260069..4bfd267c6c9 100644
--- a/media-plugins/ams-lv2/ams-lv2-1.2.2.ebuild
+++ b/media-plugins/ams-lv2/ams-lv2-1.2.2.ebuild
@@ -7,7 +7,7 @@ PYTHON_REQ_USE="threads(+)"
 inherit waf-utils python-any-r1
 
 DESCRIPTION="A port of the AMS internal modules to LV2 plugins to create modular synthesizers"
-HOMEPAGE="https://objectivewave.wordpress.com/ams-lv2/"
+HOMEPAGE="https://github.com/blablack/ams-lv2"
 SRC_URI="https://github.com/blablack/ams-lv2/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-2"


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

* [gentoo-commits] repo/gentoo:master commit in: media-plugins/ams-lv2/
@ 2020-09-05  2:35 Sam James
  0 siblings, 0 replies; 11+ messages in thread
From: Sam James @ 2020-09-05  2:35 UTC (permalink / raw
  To: gentoo-commits

commit:     e59a047b1cde6c0c9d27dfb1e7ae17776f5999a8
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Sep  5 02:35:02 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Sep  5 02:35:37 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e59a047b

media-plugins/ams-lv2: Stabilize 1.2.2 amd64, #739854

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

 media-plugins/ams-lv2/ams-lv2-1.2.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-plugins/ams-lv2/ams-lv2-1.2.2.ebuild b/media-plugins/ams-lv2/ams-lv2-1.2.2.ebuild
index a64305e2a17..b8508f33d27 100644
--- a/media-plugins/ams-lv2/ams-lv2-1.2.2.ebuild
+++ b/media-plugins/ams-lv2/ams-lv2-1.2.2.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/blablack/ams-lv2/archive/${PV}.tar.gz -> ${P}.tar.gz
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 RDEPEND=">=dev-cpp/gtkmm-2.24.0:2.4


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

* [gentoo-commits] repo/gentoo:master commit in: media-plugins/ams-lv2/
@ 2020-09-05  4:59 Miroslav Šulc
  0 siblings, 0 replies; 11+ messages in thread
From: Miroslav Šulc @ 2020-09-05  4:59 UTC (permalink / raw
  To: gentoo-commits

commit:     26ba9afe5e298be0b92f4a9d80082bb4358b7c6a
Author:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Sat Sep  5 04:59:32 2020 +0000
Commit:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Sat Sep  5 04:59:32 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26ba9afe

media-plugins/ams-lv2: removed old 1.2.1

Package-Manager: Portage-3.0.5, Repoman-3.0.1
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>

 media-plugins/ams-lv2/Manifest             |  1 -
 media-plugins/ams-lv2/ams-lv2-1.2.1.ebuild | 29 -----------------------------
 2 files changed, 30 deletions(-)

diff --git a/media-plugins/ams-lv2/Manifest b/media-plugins/ams-lv2/Manifest
index fc911a9a94b..2fbe44da61f 100644
--- a/media-plugins/ams-lv2/Manifest
+++ b/media-plugins/ams-lv2/Manifest
@@ -1,2 +1 @@
-DIST ams-lv2-1.2.1.tar.gz 233118 BLAKE2B 4ec5eca89c332405d9fe2b4c9bc25246f024cb9d629c1257d5dc6ad816fd45f4b7d7fea70f84a0715d7283022f348bcc1172d6ed9824f27d7e319dea308f4058 SHA512 216435bfc8620f7138791243dee60c27f7e3a38b972dcaba4150a47e1d8d53cec807246ace658b5136b45c43fd7e533df49f8b9bce8d40dc9d148121b9388886
 DIST ams-lv2-1.2.2.tar.gz 488234 BLAKE2B 1dfeaa2708bda64aadb00d8ec5f57fd3a7dd35a1fdce5fb2289f52f00fd73d25a11f39c91823c9322a5cd625ff369c4b05fd9de300b1635e172aefabb02825ea SHA512 6c1c6f3179a851f67e162d225a761c38678159d9f178d9bfa3991b84b84ea557f5a44882ea710626204f158c40ae18f0e87f24faec0a0bd6aa64e18eeb81c45f

diff --git a/media-plugins/ams-lv2/ams-lv2-1.2.1.ebuild b/media-plugins/ams-lv2/ams-lv2-1.2.1.ebuild
deleted file mode 100644
index 8e968f56181..00000000000
--- a/media-plugins/ams-lv2/ams-lv2-1.2.1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python2_7 )
-PYTHON_REQ_USE="threads(+)"
-inherit waf-utils python-any-r1
-
-DESCRIPTION="A port of the AMS internal modules to LV2 plugins to create modular synthesizers"
-HOMEPAGE="https://github.com/blablack/ams-lv2"
-SRC_URI="https://github.com/blablack/ams-lv2/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND=">=dev-cpp/gtkmm-2.24.0:2.4
-	>=media-libs/lv2-1.10.0
-	>=media-libs/lvtk-1.2.0[gtk2]
-	>=sci-libs/fftw-3.3.3:3.0
-	>=x11-libs/cairo-1.10.0
-	>=x11-libs/gtk+-2.24:2
-	virtual/jack"
-DEPEND="${RDEPEND}
-	${PYTHON_DEPS}
-	virtual/pkgconfig"
-
-DOCS=( LICENSE README.md THANKS )


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

* [gentoo-commits] repo/gentoo:master commit in: media-plugins/ams-lv2/
@ 2022-06-26  7:56 Miroslav Šulc
  0 siblings, 0 replies; 11+ messages in thread
From: Miroslav Šulc @ 2022-06-26  7:56 UTC (permalink / raw
  To: gentoo-commits

commit:     22d4858088ec63b12fd4b76be3aa536f2c2c468e
Author:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 26 07:56:35 2022 +0000
Commit:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Sun Jun 26 07:56:35 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22d48580

media-plugins/ams-lv2: eapi7, added python 3.10, deps versions cleanup

Bug: https://bugs.gentoo.org/846035
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>

 media-plugins/ams-lv2/ams-lv2-1.2.2-r1.ebuild | 30 +++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)

diff --git a/media-plugins/ams-lv2/ams-lv2-1.2.2-r1.ebuild b/media-plugins/ams-lv2/ams-lv2-1.2.2-r1.ebuild
new file mode 100644
index 000000000000..b695320fd5aa
--- /dev/null
+++ b/media-plugins/ams-lv2/ams-lv2-1.2.2-r1.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+# version 1.2.2 does not compile with python 3.11
+PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_REQ_USE="threads(+)"
+inherit waf-utils python-any-r1
+
+DESCRIPTION="A port of the AMS internal modules to LV2 plugins to create modular synthesizers"
+HOMEPAGE="https://github.com/blablack/ams-lv2"
+SRC_URI="https://github.com/blablack/ams-lv2/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="dev-cpp/gtkmm:2.4
+	media-libs/lv2
+	media-libs/lvtk[gtk2]
+	sci-libs/fftw:3.0
+	x11-libs/cairo
+	x11-libs/gtk+:2
+	virtual/jack"
+DEPEND="${RDEPEND}
+	${PYTHON_DEPS}
+	virtual/pkgconfig"
+
+DOCS=( LICENSE README.md THANKS )


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

* [gentoo-commits] repo/gentoo:master commit in: media-plugins/ams-lv2/
@ 2022-06-29  0:11 Sam James
  0 siblings, 0 replies; 11+ messages in thread
From: Sam James @ 2022-06-29  0:11 UTC (permalink / raw
  To: gentoo-commits

commit:     1b90c5599443e822b6c7fef11a557e74b3555f45
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 29 00:09:38 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jun 29 00:09:38 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b90c559

media-plugins/ams-lv2: Stabilize 1.2.2-r1 x86, #854801

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

 media-plugins/ams-lv2/ams-lv2-1.2.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-plugins/ams-lv2/ams-lv2-1.2.2-r1.ebuild b/media-plugins/ams-lv2/ams-lv2-1.2.2-r1.ebuild
index b695320fd5aa..9a5f5341bbaa 100644
--- a/media-plugins/ams-lv2/ams-lv2-1.2.2-r1.ebuild
+++ b/media-plugins/ams-lv2/ams-lv2-1.2.2-r1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/blablack/ams-lv2/archive/${PV}.tar.gz -> ${P}.tar.gz
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 IUSE=""
 
 RDEPEND="dev-cpp/gtkmm:2.4


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

* [gentoo-commits] repo/gentoo:master commit in: media-plugins/ams-lv2/
@ 2022-06-29  7:52 Agostino Sarubbo
  0 siblings, 0 replies; 11+ messages in thread
From: Agostino Sarubbo @ 2022-06-29  7:52 UTC (permalink / raw
  To: gentoo-commits

commit:     9c909f32b3eaa0b25ce0310c2b84d25080ef099b
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 29 07:51:53 2022 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Wed Jun 29 07:51:53 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c909f32

media-plugins/ams-lv2: amd64 stable wrt bug #854801

Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 media-plugins/ams-lv2/ams-lv2-1.2.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-plugins/ams-lv2/ams-lv2-1.2.2-r1.ebuild b/media-plugins/ams-lv2/ams-lv2-1.2.2-r1.ebuild
index 9a5f5341bbaa..7666af42e9ce 100644
--- a/media-plugins/ams-lv2/ams-lv2-1.2.2-r1.ebuild
+++ b/media-plugins/ams-lv2/ams-lv2-1.2.2-r1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/blablack/ams-lv2/archive/${PV}.tar.gz -> ${P}.tar.gz
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 RDEPEND="dev-cpp/gtkmm:2.4


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

* [gentoo-commits] repo/gentoo:master commit in: media-plugins/ams-lv2/
@ 2022-06-29 18:06 Miroslav Šulc
  0 siblings, 0 replies; 11+ messages in thread
From: Miroslav Šulc @ 2022-06-29 18:06 UTC (permalink / raw
  To: gentoo-commits

commit:     9a65b30f920869ce4a20cb0ce93a8a6dd3857639
Author:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 29 18:06:46 2022 +0000
Commit:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Wed Jun 29 18:06:51 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a65b30f

media-plugins/ams-lv2: dropped obsolete 1.2.2

Bug: https://bugs.gentoo.org/854801
Closes: https://bugs.gentoo.org/846035
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>

 media-plugins/ams-lv2/ams-lv2-1.2.2.ebuild | 29 -----------------------------
 1 file changed, 29 deletions(-)

diff --git a/media-plugins/ams-lv2/ams-lv2-1.2.2.ebuild b/media-plugins/ams-lv2/ams-lv2-1.2.2.ebuild
deleted file mode 100644
index f1e6ea5ca25e..000000000000
--- a/media-plugins/ams-lv2/ams-lv2-1.2.2.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python3_{7,8,9} )
-PYTHON_REQ_USE="threads(+)"
-inherit waf-utils python-any-r1
-
-DESCRIPTION="A port of the AMS internal modules to LV2 plugins to create modular synthesizers"
-HOMEPAGE="https://github.com/blablack/ams-lv2"
-SRC_URI="https://github.com/blablack/ams-lv2/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND=">=dev-cpp/gtkmm-2.24.0:2.4
-	>=media-libs/lv2-1.10.0
-	>=media-libs/lvtk-1.2.0[gtk2]
-	>=sci-libs/fftw-3.3.3:3.0
-	>=x11-libs/cairo-1.10.0
-	>=x11-libs/gtk+-2.24:2
-	virtual/jack"
-DEPEND="${RDEPEND}
-	${PYTHON_DEPS}
-	virtual/pkgconfig"
-
-DOCS=( LICENSE README.md THANKS )


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

end of thread, other threads:[~2022-06-29 18:06 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-06-29 18:06 [gentoo-commits] repo/gentoo:master commit in: media-plugins/ams-lv2/ Miroslav Šulc
  -- strict thread matches above, loose matches on Subject: below --
2022-06-29  7:52 Agostino Sarubbo
2022-06-29  0:11 Sam James
2022-06-26  7:56 Miroslav Šulc
2020-09-05  4:59 Miroslav Šulc
2020-09-05  2:35 Sam James
2020-08-11 17:25 Miroslav Šulc
2020-08-01 12:02 Miroslav Šulc
2020-08-01 11:39 Miroslav Šulc
2017-12-03 14:37 Miroslav Šulc
2017-08-22 21:31 Michał Górny

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox