* [gentoo-commits] repo/gentoo:master commit in: media-libs/lvtk/
@ 2022-06-29 0:11 Sam James
0 siblings, 0 replies; 15+ messages in thread
From: Sam James @ 2022-06-29 0:11 UTC (permalink / raw
To: gentoo-commits
commit: 036e31d860ee6318b3c297fd3027137706c14696
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 29 00:09:43 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jun 29 00:09:43 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=036e31d8
media-libs/lvtk: Stabilize 1.2.0-r2 x86, #854804
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-libs/lvtk/lvtk-1.2.0-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/lvtk/lvtk-1.2.0-r2.ebuild b/media-libs/lvtk/lvtk-1.2.0-r2.ebuild
index ed83c4388978..25fca610488e 100644
--- a/media-libs/lvtk/lvtk-1.2.0-r2.ebuild
+++ b/media-libs/lvtk/lvtk-1.2.0-r2.ebuild
@@ -17,7 +17,7 @@ SRC_URI="https://github.com/lvtk/lvtk/archive/${PV}.tar.gz -> ${P}.tar.gz
LICENSE="GPL-3+"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
IUSE="debug doc examples +gtk2 +tools"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/lvtk/
@ 2024-06-08 7:14 Miroslav Šulc
0 siblings, 0 replies; 15+ messages in thread
From: Miroslav Šulc @ 2024-06-08 7:14 UTC (permalink / raw
To: gentoo-commits
commit: a6b3644bb1842a072a71f2e162332b208a3b053f
Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 8 07:14:25 2024 +0000
Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Sat Jun 8 07:14:39 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6b3644b
media-libs/lvtk: eapi8 + python 3.12 & 3.13
Closes: https://bugs.gentoo.org/929647
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
media-libs/lvtk/lvtk-1.2.0-r2.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/media-libs/lvtk/lvtk-1.2.0-r2.ebuild b/media-libs/lvtk/lvtk-1.2.0-r2.ebuild
index d60742ba0a10..b30ada57dd81 100644
--- a/media-libs/lvtk/lvtk-1.2.0-r2.ebuild
+++ b/media-libs/lvtk/lvtk-1.2.0-r2.ebuild
@@ -1,9 +1,9 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{9..13} )
PYTHON_REQ_USE="threads(+)"
inherit python-single-r1 waf-utils
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/lvtk/
@ 2022-06-29 18:08 Miroslav Šulc
0 siblings, 0 replies; 15+ messages in thread
From: Miroslav Šulc @ 2022-06-29 18:08 UTC (permalink / raw
To: gentoo-commits
commit: 7b3ba20b2513eb53a64e8d5fa8152d95e1a80817
Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 29 18:08:40 2022 +0000
Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Wed Jun 29 18:08:40 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b3ba20b
media-libs/lvtk: dropped obsolete 1.2.0-r1
Bug: https://bugs.gentoo.org/854804
Closes: https://bugs.gentoo.org/846026
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
media-libs/lvtk/lvtk-1.2.0-r1.ebuild | 66 ------------------------------------
1 file changed, 66 deletions(-)
diff --git a/media-libs/lvtk/lvtk-1.2.0-r1.ebuild b/media-libs/lvtk/lvtk-1.2.0-r1.ebuild
deleted file mode 100644
index cc249035b06c..000000000000
--- a/media-libs/lvtk/lvtk-1.2.0-r1.ebuild
+++ /dev/null
@@ -1,66 +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 python-single-r1 waf-utils
-
-WAF_VER=2.0.20
-
-DESCRIPTION="A set of C++ wrappers around the LV2 C API"
-HOMEPAGE="https://lvtk.org/"
-SRC_URI="https://github.com/lvtk/lvtk/archive/${PV}.tar.gz -> ${P}.tar.gz
- https://waf.io/waf-${WAF_VER}"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="debug doc examples +gtk2 +tools"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="media-libs/lv2
- >=dev-libs/boost-1.40.0
- ${PYTHON_DEPS}
- gtk2? ( dev-cpp/gtkmm:2.4 )"
-DEPEND="${RDEPEND}
- doc? ( app-doc/doxygen
- media-gfx/graphviz )
- virtual/pkgconfig"
-
-PATCHES=(
- "${FILESDIR}/${P}-boost-system-underlinking.patch"
- "${FILESDIR}/${P}-py3.patch"
-)
-
-src_unpack() {
- unpack ${P}.tar.gz || die
-
- # we need newer version of waf to work with py3
- cp "${DISTDIR}/waf-${WAF_VER}" "${S}/waf" || die
-}
-
-src_configure() {
- local mywafconfargs=(
- "--docdir=${EPREFIX}/usr/share/doc/${PF}"
- "--lv2dir=${EPREFIX}/usr/$(get_libdir)/lv2"
- )
- use debug && mywafconfargs+=( "--debug" )
- use doc && mywafconfargs+=( "--docs" )
- use examples || mywafconfargs+=( "--disable-examples" )
- use tools || mywafconfargs+=( "--disable-tools" )
- use gtk2 || mywafconfargs+=( "--disable-ui" )
- waf-utils_src_configure ${mywafconfargs[@]}
-}
-
-src_install() {
- waf-utils_src_install
-
- # It does not respect docdir properly, reported upstream
- if use doc; then
- mv "${ED}/usr/share/doc/${PF}/lvtk-1/html" "${ED}/usr/share/doc/${PF}/html" || die
- rmdir "${ED}/usr/share/doc/${PF}/lvtk-1" || die
- fi
-}
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/lvtk/
@ 2022-06-29 7:52 Agostino Sarubbo
0 siblings, 0 replies; 15+ messages in thread
From: Agostino Sarubbo @ 2022-06-29 7:52 UTC (permalink / raw
To: gentoo-commits
commit: 9d94060f65a6156349a94ff8e62e0132b0bce787
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 29 07:52:00 2022 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Wed Jun 29 07:52:00 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d94060f
media-libs/lvtk: amd64 stable wrt bug #854804
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-libs/lvtk/lvtk-1.2.0-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/lvtk/lvtk-1.2.0-r2.ebuild b/media-libs/lvtk/lvtk-1.2.0-r2.ebuild
index 25fca610488e..6a4417f7eb30 100644
--- a/media-libs/lvtk/lvtk-1.2.0-r2.ebuild
+++ b/media-libs/lvtk/lvtk-1.2.0-r2.ebuild
@@ -17,7 +17,7 @@ SRC_URI="https://github.com/lvtk/lvtk/archive/${PV}.tar.gz -> ${P}.tar.gz
LICENSE="GPL-3+"
SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
IUSE="debug doc examples +gtk2 +tools"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/lvtk/
@ 2022-06-26 8:01 Miroslav Šulc
0 siblings, 0 replies; 15+ messages in thread
From: Miroslav Šulc @ 2022-06-26 8:01 UTC (permalink / raw
To: gentoo-commits
commit: e22226ff6ee2a4956a3f6a48934ee4f91b717977
Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 26 08:01:07 2022 +0000
Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Sun Jun 26 08:01:12 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e22226ff
media-libs/lvtk: eapi7, added python 3.10 & 3.11, deps versions cleanup
Bug: https://bugs.gentoo.org/846026
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
media-libs/lvtk/lvtk-1.2.0-r2.ebuild | 66 ++++++++++++++++++++++++++++++++++++
1 file changed, 66 insertions(+)
diff --git a/media-libs/lvtk/lvtk-1.2.0-r2.ebuild b/media-libs/lvtk/lvtk-1.2.0-r2.ebuild
new file mode 100644
index 000000000000..ed83c4388978
--- /dev/null
+++ b/media-libs/lvtk/lvtk-1.2.0-r2.ebuild
@@ -0,0 +1,66 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{8..11} )
+PYTHON_REQ_USE="threads(+)"
+
+inherit python-single-r1 waf-utils
+
+WAF_VER=2.0.20
+
+DESCRIPTION="A set of C++ wrappers around the LV2 C API"
+HOMEPAGE="https://lvtk.org/"
+SRC_URI="https://github.com/lvtk/lvtk/archive/${PV}.tar.gz -> ${P}.tar.gz
+ https://waf.io/waf-${WAF_VER}"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="debug doc examples +gtk2 +tools"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="media-libs/lv2
+ dev-libs/boost
+ ${PYTHON_DEPS}
+ gtk2? ( dev-cpp/gtkmm:2.4 )"
+DEPEND="${RDEPEND}
+ doc? ( app-doc/doxygen
+ media-gfx/graphviz )
+ virtual/pkgconfig"
+
+PATCHES=(
+ "${FILESDIR}/${P}-boost-system-underlinking.patch"
+ "${FILESDIR}/${P}-py3.patch"
+)
+
+src_unpack() {
+ unpack ${P}.tar.gz || die
+
+ # we need newer version of waf to work with py3
+ cp "${DISTDIR}/waf-${WAF_VER}" "${S}/waf" || die
+}
+
+src_configure() {
+ local mywafconfargs=(
+ "--docdir=${EPREFIX}/usr/share/doc/${PF}"
+ "--lv2dir=${EPREFIX}/usr/$(get_libdir)/lv2"
+ )
+ use debug && mywafconfargs+=( "--debug" )
+ use doc && mywafconfargs+=( "--docs" )
+ use examples || mywafconfargs+=( "--disable-examples" )
+ use tools || mywafconfargs+=( "--disable-tools" )
+ use gtk2 || mywafconfargs+=( "--disable-ui" )
+ waf-utils_src_configure ${mywafconfargs[@]}
+}
+
+src_install() {
+ waf-utils_src_install
+
+ # It does not respect docdir properly, reported upstream
+ if use doc; then
+ mv "${ED}/usr/share/doc/${PF}/lvtk-1/html" "${ED}/usr/share/doc/${PF}/html" || die
+ rmdir "${ED}/usr/share/doc/${PF}/lvtk-1" || die
+ fi
+}
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/lvtk/
@ 2020-09-23 10:28 Miroslav Šulc
0 siblings, 0 replies; 15+ messages in thread
From: Miroslav Šulc @ 2020-09-23 10:28 UTC (permalink / raw
To: gentoo-commits
commit: ab846e2401eb3bdaca87e2446fccb587d9c4bda8
Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 23 10:27:46 2020 +0000
Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Wed Sep 23 10:27:46 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab846e24
media-libs/lvtk: removed obsolete 1.2.0
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
media-libs/lvtk/lvtk-1.2.0.ebuild | 55 ---------------------------------------
1 file changed, 55 deletions(-)
diff --git a/media-libs/lvtk/lvtk-1.2.0.ebuild b/media-libs/lvtk/lvtk-1.2.0.ebuild
deleted file mode 100644
index 62eaf591939..00000000000
--- a/media-libs/lvtk/lvtk-1.2.0.ebuild
+++ /dev/null
@@ -1,55 +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 python-single-r1 waf-utils
-
-DESCRIPTION="A set of C++ wrappers around the LV2 C API"
-HOMEPAGE="https://lvtk.org/"
-SRC_URI="https://github.com/lvtk/lvtk/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="debug doc examples +gtk2 +tools"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="media-libs/lv2
- >=dev-libs/boost-1.40.0
- ${PYTHON_DEPS}
- gtk2? ( dev-cpp/gtkmm:2.4 )"
-DEPEND="${RDEPEND}
- doc? ( app-doc/doxygen
- media-gfx/graphviz )
- virtual/pkgconfig"
-
-PATCHES=(
- "${FILESDIR}/${P}-boost-system-underlinking.patch"
-)
-
-src_configure() {
- local mywafconfargs=(
- "--docdir=${EPREFIX}/usr/share/doc/${PF}"
- "--lv2dir=${EPREFIX}/usr/$(get_libdir)/lv2"
- )
- use debug && mywafconfargs+=( "--debug" )
- use doc && mywafconfargs+=( "--docs" )
- use examples || mywafconfargs+=( "--disable-examples" )
- use tools || mywafconfargs+=( "--disable-tools" )
- use gtk2 || mywafconfargs+=( "--disable-ui" )
- waf-utils_src_configure ${mywafconfargs[@]}
-}
-
-src_install() {
- waf-utils_src_install
-
- # It does not respect docdir properly, reported upstream
- if use doc; then
- mv "${ED}/usr/share/doc/${PF}/lvtk-1/html" "${ED}/usr/share/doc/${PF}/html" || die
- rmdir "${ED}/usr/share/doc/${PF}/lvtk-1" || die
- fi
-}
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/lvtk/
@ 2020-09-23 10:20 Agostino Sarubbo
0 siblings, 0 replies; 15+ messages in thread
From: Agostino Sarubbo @ 2020-09-23 10:20 UTC (permalink / raw
To: gentoo-commits
commit: e4d90f14e43d738fa81167506fd77048fdfb37c6
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 23 10:16:45 2020 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Wed Sep 23 10:16:45 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4d90f14
media-libs/lvtk: amd64 stable wrt bug #743526
Package-Manager: Portage-2.3.103, Repoman-2.3.23
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
media-libs/lvtk/lvtk-1.2.0-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/lvtk/lvtk-1.2.0-r1.ebuild b/media-libs/lvtk/lvtk-1.2.0-r1.ebuild
index 27b193c848a..cc249035b06 100644
--- a/media-libs/lvtk/lvtk-1.2.0-r1.ebuild
+++ b/media-libs/lvtk/lvtk-1.2.0-r1.ebuild
@@ -17,7 +17,7 @@ SRC_URI="https://github.com/lvtk/lvtk/archive/${PV}.tar.gz -> ${P}.tar.gz
LICENSE="GPL-3+"
SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
IUSE="debug doc examples +gtk2 +tools"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/lvtk/
@ 2020-09-20 22:40 Thomas Deutschmann
0 siblings, 0 replies; 15+ messages in thread
From: Thomas Deutschmann @ 2020-09-20 22:40 UTC (permalink / raw
To: gentoo-commits
commit: 075b73bf2cb66dfa47a68eb905901f69247b3fa4
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 20 22:36:56 2020 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Sun Sep 20 22:39:54 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=075b73bf
media-libs/lvtk: x86 stable (bug #743526)
Package-Manager: Portage-3.0.7, Repoman-3.0.1
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
media-libs/lvtk/lvtk-1.2.0-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/lvtk/lvtk-1.2.0-r1.ebuild b/media-libs/lvtk/lvtk-1.2.0-r1.ebuild
index 091d531606e..27b193c848a 100644
--- a/media-libs/lvtk/lvtk-1.2.0-r1.ebuild
+++ b/media-libs/lvtk/lvtk-1.2.0-r1.ebuild
@@ -17,7 +17,7 @@ SRC_URI="https://github.com/lvtk/lvtk/archive/${PV}.tar.gz -> ${P}.tar.gz
LICENSE="GPL-3+"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
IUSE="debug doc examples +gtk2 +tools"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/lvtk/
@ 2020-08-22 11:33 Miroslav Šulc
0 siblings, 0 replies; 15+ messages in thread
From: Miroslav Šulc @ 2020-08-22 11:33 UTC (permalink / raw
To: gentoo-commits
commit: 61ad32aa792d143251f0f2b70c9a1ade98098b67
Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 22 10:59:12 2020 +0000
Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Sat Aug 22 11:33:14 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61ad32aa
media-libs/lvtk: replaced waf hard version with variable in 1.2.0-r1
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
media-libs/lvtk/lvtk-1.2.0-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/lvtk/lvtk-1.2.0-r1.ebuild b/media-libs/lvtk/lvtk-1.2.0-r1.ebuild
index c183d299349..091d531606e 100644
--- a/media-libs/lvtk/lvtk-1.2.0-r1.ebuild
+++ b/media-libs/lvtk/lvtk-1.2.0-r1.ebuild
@@ -13,7 +13,7 @@ WAF_VER=2.0.20
DESCRIPTION="A set of C++ wrappers around the LV2 C API"
HOMEPAGE="https://lvtk.org/"
SRC_URI="https://github.com/lvtk/lvtk/archive/${PV}.tar.gz -> ${P}.tar.gz
- https://waf.io/waf-2.0.20"
+ https://waf.io/waf-${WAF_VER}"
LICENSE="GPL-3+"
SLOT="0"
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/lvtk/
@ 2020-08-05 14:17 Agostino Sarubbo
0 siblings, 0 replies; 15+ messages in thread
From: Agostino Sarubbo @ 2020-08-05 14:17 UTC (permalink / raw
To: gentoo-commits
commit: 8afd3832eeaac2365ec698dd992a2a8d2c71a84c
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 5 14:16:39 2020 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Wed Aug 5 14:16:39 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8afd3832
media-libs/lvtk: x86 stable wrt bug #735070
Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
media-libs/lvtk/lvtk-1.2.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/lvtk/lvtk-1.2.0.ebuild b/media-libs/lvtk/lvtk-1.2.0.ebuild
index 80dc0ab33a1..74f3be66ae3 100644
--- a/media-libs/lvtk/lvtk-1.2.0.ebuild
+++ b/media-libs/lvtk/lvtk-1.2.0.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://github.com/lvtk/lvtk/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-3+"
SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
IUSE="debug doc examples +gtk2 +tools"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/lvtk/
@ 2020-08-05 13:53 Agostino Sarubbo
0 siblings, 0 replies; 15+ messages in thread
From: Agostino Sarubbo @ 2020-08-05 13:53 UTC (permalink / raw
To: gentoo-commits
commit: 4155329f8d590bd88f8b9265ae2237f740f1ede8
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 5 13:50:42 2020 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Wed Aug 5 13:50:42 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4155329f
media-libs/lvtk: amd64 stable wrt bug #735070
Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
media-libs/lvtk/lvtk-1.2.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/lvtk/lvtk-1.2.0.ebuild b/media-libs/lvtk/lvtk-1.2.0.ebuild
index 214b3256377..80dc0ab33a1 100644
--- a/media-libs/lvtk/lvtk-1.2.0.ebuild
+++ b/media-libs/lvtk/lvtk-1.2.0.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://github.com/lvtk/lvtk/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-3+"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
IUSE="debug doc examples +gtk2 +tools"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/lvtk/
@ 2020-08-01 12:11 Miroslav Šulc
0 siblings, 0 replies; 15+ messages in thread
From: Miroslav Šulc @ 2020-08-01 12:11 UTC (permalink / raw
To: gentoo-commits
commit: 8e8b4a01dce940946136dc3d97ffc0bb0602c0f4
Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 1 12:11:34 2020 +0000
Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Sat Aug 1 12:11:34 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e8b4a01
media-libs/lvtk: fixed doc installation
Closes: https://bugs.gentoo.org/625366
Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
media-libs/lvtk/lvtk-1.2.0.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/media-libs/lvtk/lvtk-1.2.0.ebuild b/media-libs/lvtk/lvtk-1.2.0.ebuild
index f55c8072ffc..214b3256377 100644
--- a/media-libs/lvtk/lvtk-1.2.0.ebuild
+++ b/media-libs/lvtk/lvtk-1.2.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -49,7 +49,7 @@ src_install() {
# It does not respect docdir properly, reported upstream
if use doc; then
- mv "${ED}/usr/share/doc/${PF}/lvtk-1.0/html" "${ED}/usr/share/doc/${PF}/html" || die
- rmdir "${ED}/usr/share/doc/${PF}/lvtk-1.0" || die
+ mv "${ED}/usr/share/doc/${PF}/lvtk-1/html" "${ED}/usr/share/doc/${PF}/html" || die
+ rmdir "${ED}/usr/share/doc/${PF}/lvtk-1" || die
fi
}
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/lvtk/
@ 2017-04-23 11:29 David Seifert
0 siblings, 0 replies; 15+ messages in thread
From: David Seifert @ 2017-04-23 11:29 UTC (permalink / raw
To: gentoo-commits
commit: d912ff0e2f489a4c0341294992bad3ac623f17e6
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 23 10:13:12 2017 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Apr 23 11:26:48 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d912ff0e
media-libs/lvtk: [QA] Add missing python metadata variables
Package-Manager: Portage-2.3.5, Repoman-2.3.2
media-libs/lvtk/lvtk-1.2.0.ebuild | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/media-libs/lvtk/lvtk-1.2.0.ebuild b/media-libs/lvtk/lvtk-1.2.0.ebuild
index 3956e51ff14..f55c8072ffc 100644
--- a/media-libs/lvtk/lvtk-1.2.0.ebuild
+++ b/media-libs/lvtk/lvtk-1.2.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -16,12 +16,13 @@ LICENSE="GPL-3+"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="debug doc examples +gtk2 +tools"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
RDEPEND="media-libs/lv2
>=dev-libs/boost-1.40.0
+ ${PYTHON_DEPS}
gtk2? ( dev-cpp/gtkmm:2.4 )"
DEPEND="${RDEPEND}
- ${PYTHON_DEPS}
doc? ( app-doc/doxygen
media-gfx/graphviz )
virtual/pkgconfig"
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/lvtk/
@ 2016-04-19 13:12 Michał Górny
0 siblings, 0 replies; 15+ messages in thread
From: Michał Górny @ 2016-04-19 13:12 UTC (permalink / raw
To: gentoo-commits
commit: f2ff5ddfa53bc300a410a3f21a0d228638c2e0f5
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 19 13:08:55 2016 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Apr 19 13:12:01 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2ff5ddf
media-libs/lvtk: Fix gtk+ pkg ref
media-libs/lvtk/metadata.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/lvtk/metadata.xml b/media-libs/lvtk/metadata.xml
index 5b12ab0..c355f4b 100644
--- a/media-libs/lvtk/metadata.xml
+++ b/media-libs/lvtk/metadata.xml
@@ -6,7 +6,7 @@
<name>Gentoo ProAudio Project</name>
</maintainer>
<use>
- <flag name="gtk2">Enable <pkg>x11-libs/gtk-2</pkg> based GUI support</flag>
+ <flag name="gtk2">Enable <pkg>x11-libs/gtk+</pkg>:2 based GUI support</flag>
<flag name="tools">Compile and install ttl2c tool</flag>
</use>
<upstream>
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/lvtk/
@ 2016-04-18 8:13 Patrice Clement
0 siblings, 0 replies; 15+ messages in thread
From: Patrice Clement @ 2016-04-18 8:13 UTC (permalink / raw
To: gentoo-commits
commit: 9c9f9a471b9ad81282ebf01a8188e66458248581
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 18 06:55:28 2016 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Mon Apr 18 07:58:50 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c9f9a47
media-libs/lvtk: Fix metadata.xml file.
Package-Manager: portage-2.2.26
media-libs/lvtk/metadata.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/lvtk/metadata.xml b/media-libs/lvtk/metadata.xml
index 7ed966a..5b12ab0 100644
--- a/media-libs/lvtk/metadata.xml
+++ b/media-libs/lvtk/metadata.xml
@@ -6,7 +6,7 @@
<name>Gentoo ProAudio Project</name>
</maintainer>
<use>
- <flag name="gtk2">Enable <pkg>x11-libs/gtk+:2</pkg> based GUI support</flag>
+ <flag name="gtk2">Enable <pkg>x11-libs/gtk-2</pkg> based GUI support</flag>
<flag name="tools">Compile and install ttl2c tool</flag>
</use>
<upstream>
^ permalink raw reply related [flat|nested] 15+ messages in thread
end of thread, other threads:[~2024-06-08 7:14 UTC | newest]
Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-06-29 0:11 [gentoo-commits] repo/gentoo:master commit in: media-libs/lvtk/ Sam James
-- strict thread matches above, loose matches on Subject: below --
2024-06-08 7:14 Miroslav Šulc
2022-06-29 18:08 Miroslav Šulc
2022-06-29 7:52 Agostino Sarubbo
2022-06-26 8:01 Miroslav Šulc
2020-09-23 10:28 Miroslav Šulc
2020-09-23 10:20 Agostino Sarubbo
2020-09-20 22:40 Thomas Deutschmann
2020-08-22 11:33 Miroslav Šulc
2020-08-05 14:17 Agostino Sarubbo
2020-08-05 13:53 Agostino Sarubbo
2020-08-01 12:11 Miroslav Šulc
2017-04-23 11:29 David Seifert
2016-04-19 13:12 Michał Górny
2016-04-18 8:13 Patrice Clement
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox