* [gentoo-commits] repo/gentoo:master commit in: media-libs/webvfx/
@ 2020-02-03 15:51 Andreas Sturmlechner
0 siblings, 0 replies; 7+ messages in thread
From: Andreas Sturmlechner @ 2020-02-03 15:51 UTC (permalink / raw
To: gentoo-commits
commit: 46b8c697a478570ff06bcdcda4cc3937084f1d89
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 3 15:20:10 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Feb 3 15:50:35 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46b8c697
media-libs/webvfx: Fix dependencies
Found dev-qt/qtnetwork header use, but no linking.
Missing virtual/opengl for libGL.so linking.
Package-Manager: Portage-2.3.87, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
media-libs/webvfx/webvfx-1.1.0.ebuild | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/media-libs/webvfx/webvfx-1.1.0.ebuild b/media-libs/webvfx/webvfx-1.1.0.ebuild
index 7850e11afc0..114f397f141 100644
--- a/media-libs/webvfx/webvfx-1.1.0.ebuild
+++ b/media-libs/webvfx/webvfx-1.1.0.ebuild
@@ -21,14 +21,16 @@ RDEPEND="
dev-qt/qtcore:5
dev-qt/qtdeclarative:5
dev-qt/qtgui:5
- dev-qt/qtnetwork:5
dev-qt/qtopengl:5
dev-qt/qtquickcontrols:5[widgets]
dev-qt/qtwebkit:5
dev-qt/qtwidgets:5
media-libs/mlt
+ virtual/opengl
+"
+DEPEND="${RDEPEND}
+ dev-qt/qtnetwork:5
"
-DEPEND="${RDEPEND}"
src_prepare() {
default
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/webvfx/
@ 2020-02-03 15:51 Andreas Sturmlechner
0 siblings, 0 replies; 7+ messages in thread
From: Andreas Sturmlechner @ 2020-02-03 15:51 UTC (permalink / raw
To: gentoo-commits
commit: cac7b7c50ef102c8bb8f3f212e91000acd373524
Author: reagentoo <reagentoo <AT> gmail <DOT> com>
AuthorDate: Mon Jan 20 08:08:25 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Feb 3 15:50:34 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cac7b7c5
media-libs/webvfx: new package
- dependency library for media-video/shotcut
Closes: https://bugs.gentoo.org/703576
Signed-off-by: Dmitry Baranov <reagentoo <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/14393
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
media-libs/webvfx/Manifest | 1 +
media-libs/webvfx/metadata.xml | 18 ++++++++++
media-libs/webvfx/webvfx-1.1.0.ebuild | 62 +++++++++++++++++++++++++++++++++++
3 files changed, 81 insertions(+)
diff --git a/media-libs/webvfx/Manifest b/media-libs/webvfx/Manifest
new file mode 100644
index 00000000000..70d207c06ff
--- /dev/null
+++ b/media-libs/webvfx/Manifest
@@ -0,0 +1 @@
+DIST webvfx-1.1.0.txz 1163312 BLAKE2B a948c967ee8a21f91086b76ac2737a855d6a6a0c576471d9844a7587ee45c8f42553b57b8f5e989dae696924e67c341317c541eef87f28e9a49ff25e8e0aed29 SHA512 f88726ef8ae779f238fe6b784bc53ef47ef67a8d7b524f2c465fdf5de57f37bd388d81ac52b0a7abc30a1c836f801a8b9df0ef183e2507b229dd6431d38c8768
diff --git a/media-libs/webvfx/metadata.xml b/media-libs/webvfx/metadata.xml
new file mode 100644
index 00000000000..3ca5303fe87
--- /dev/null
+++ b/media-libs/webvfx/metadata.xml
@@ -0,0 +1,18 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>reagentoo@gmail.com</email>
+ <name>Dmitry Baranov</name>
+ </maintainer>
+ <maintainer type="project">
+ <email>proxy-maint@gentoo.org</email>
+ <name>Proxy Maintainers</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">mltframework/webvfx</remote-id>
+ </upstream>
+ <use>
+ <flag name="doc">Install doxygen developer documentation</flag>
+ </use>
+</pkgmetadata>
diff --git a/media-libs/webvfx/webvfx-1.1.0.ebuild b/media-libs/webvfx/webvfx-1.1.0.ebuild
new file mode 100644
index 00000000000..7850e11afc0
--- /dev/null
+++ b/media-libs/webvfx/webvfx-1.1.0.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit flag-o-matic qmake-utils toolchain-funcs
+
+DESCRIPTION="Video effects library based on web technologies"
+HOMEPAGE="https://github.com/mltframework/webvfx/"
+SRC_URI="https://github.com/mltframework/${PN}/releases/download/1.1.0/${P}.txz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc"
+
+BDEPEND="
+ doc? ( app-doc/doxygen )
+"
+RDEPEND="
+ dev-qt/qtcore:5
+ dev-qt/qtdeclarative:5
+ dev-qt/qtgui:5
+ dev-qt/qtnetwork:5
+ dev-qt/qtopengl:5
+ dev-qt/qtquickcontrols:5[widgets]
+ dev-qt/qtwebkit:5
+ dev-qt/qtwidgets:5
+ media-libs/mlt
+"
+DEPEND="${RDEPEND}"
+
+src_prepare() {
+ default
+
+ find -name "*.pro" -exec \
+ sed -i -e "s/\(system.*\)pkg-config/\1$(tc-getPKG_CONFIG)/" {} + || die
+
+ sed -i -e "s/\(target.*path.*PREFIX.*\)lib/\1$(get_libdir)/" \
+ webvfx/webvfx.pro || die
+
+ sed -i -e "s/PROJECT_NUMBER=\`.*\`/PROJECT_NUMBER=${PV}/" \
+ all.pro || die
+}
+
+src_configure() {
+ append-cxxflags -Wno-deprecated-declarations
+
+ eqmake5 PREFIX="${EPREFIX}/usr"
+}
+
+src_compile() {
+ emake
+ use doc && emake doxydoc
+}
+
+src_install() {
+ emake INSTALL_ROOT="${D}" install
+
+ use doc && local HTML_DOCS=( doxydoc/. )
+ einstalldocs
+}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/webvfx/
@ 2020-07-11 8:18 Joonas Niilola
0 siblings, 0 replies; 7+ messages in thread
From: Joonas Niilola @ 2020-07-11 8:18 UTC (permalink / raw
To: gentoo-commits
commit: c9bd97ea9d816275176a276e578a994fdecc2377
Author: Henrik Pihl <ahvenas <AT> gmail <DOT> com>
AuthorDate: Fri Jul 3 09:50:31 2020 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sat Jul 11 08:18:37 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9bd97ea
media-libs/webvfx: Version bump to 1.2.0
Closes: https://bugs.gentoo.org/717560
Signed-off-by: Henrik Pihl <ahvenas <AT> gmail.com>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
media-libs/webvfx/Manifest | 1 +
media-libs/webvfx/webvfx-1.2.0.ebuild | 64 +++++++++++++++++++++++++++++++++++
2 files changed, 65 insertions(+)
diff --git a/media-libs/webvfx/Manifest b/media-libs/webvfx/Manifest
index 70d207c06ff..a982cf1cf3c 100644
--- a/media-libs/webvfx/Manifest
+++ b/media-libs/webvfx/Manifest
@@ -1 +1,2 @@
DIST webvfx-1.1.0.txz 1163312 BLAKE2B a948c967ee8a21f91086b76ac2737a855d6a6a0c576471d9844a7587ee45c8f42553b57b8f5e989dae696924e67c341317c541eef87f28e9a49ff25e8e0aed29 SHA512 f88726ef8ae779f238fe6b784bc53ef47ef67a8d7b524f2c465fdf5de57f37bd388d81ac52b0a7abc30a1c836f801a8b9df0ef183e2507b229dd6431d38c8768
+DIST webvfx-1.2.0.txz 1178880 BLAKE2B 7ef08f791b291897f39e170f0572db2fb98c78bced9ed3560b1b94cfe48bedf0af3af5e57381bd039f6cf3dc1d558fb07a6a959b28f1c6a380d0dd0f1bfc64fd SHA512 84473df90553d2d85e1860eb98326fc65ebca02f1cbd8415b83e02ea032442d2aa42c000e366b6ca217bb59526b2b4409d85b169cc7e60d86443b79a1ff5614a
\ No newline at end of file
diff --git a/media-libs/webvfx/webvfx-1.2.0.ebuild b/media-libs/webvfx/webvfx-1.2.0.ebuild
new file mode 100644
index 00000000000..fe34f6aaf16
--- /dev/null
+++ b/media-libs/webvfx/webvfx-1.2.0.ebuild
@@ -0,0 +1,64 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit flag-o-matic qmake-utils toolchain-funcs
+
+DESCRIPTION="Video effects library based on web technologies"
+HOMEPAGE="https://github.com/mltframework/webvfx/"
+SRC_URI="https://github.com/mltframework/${PN}/releases/download/1.2.0/${P}.txz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc"
+
+BDEPEND="
+ doc? ( app-doc/doxygen )
+"
+RDEPEND="
+ dev-qt/qtcore:5
+ dev-qt/qtdeclarative:5
+ dev-qt/qtgui:5
+ dev-qt/qtopengl:5
+ dev-qt/qtquickcontrols:5[widgets]
+ dev-qt/qtwebkit:5
+ dev-qt/qtwidgets:5
+ media-libs/mlt
+ virtual/opengl
+"
+DEPEND="${RDEPEND}
+ dev-qt/qtnetwork:5
+"
+
+src_prepare() {
+ default
+
+ find -name "*.pro" -exec \
+ sed -i -e "s/\(system.*\)pkg-config/\1$(tc-getPKG_CONFIG)/" {} + || die
+
+ sed -i -e "s/\(target.*path.*PREFIX.*\)lib/\1$(get_libdir)/" \
+ webvfx/webvfx.pro || die
+
+ sed -i -e "s/PROJECT_NUMBER=\`.*\`/PROJECT_NUMBER=${PV}/" \
+ all.pro || die
+}
+
+src_configure() {
+ append-cxxflags -Wno-deprecated-declarations
+
+ eqmake5 PREFIX="${EPREFIX}/usr"
+}
+
+src_compile() {
+ emake
+ use doc && emake doxydoc
+}
+
+src_install() {
+ emake INSTALL_ROOT="${D}" install
+
+ use doc && local HTML_DOCS=( doxydoc/. )
+ einstalldocs
+}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/webvfx/
@ 2020-07-11 8:18 Joonas Niilola
0 siblings, 0 replies; 7+ messages in thread
From: Joonas Niilola @ 2020-07-11 8:18 UTC (permalink / raw
To: gentoo-commits
commit: 02808b1c29ba8069d0f1acf018afde5ec6c68007
Author: Henrik Pihl <ahvenas <AT> gmail <DOT> com>
AuthorDate: Fri Jul 3 12:31:05 2020 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sat Jul 11 08:18:37 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02808b1c
media-libs/webvfx: Change hard coded versions to ${PV}.
Signed-off-by: Henrik Pihl <ahvenas <AT> gmail.com>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
media-libs/webvfx/webvfx-1.1.0.ebuild | 2 +-
media-libs/webvfx/webvfx-1.2.0.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/media-libs/webvfx/webvfx-1.1.0.ebuild b/media-libs/webvfx/webvfx-1.1.0.ebuild
index 114f397f141..bdc28125efe 100644
--- a/media-libs/webvfx/webvfx-1.1.0.ebuild
+++ b/media-libs/webvfx/webvfx-1.1.0.ebuild
@@ -7,7 +7,7 @@ inherit flag-o-matic qmake-utils toolchain-funcs
DESCRIPTION="Video effects library based on web technologies"
HOMEPAGE="https://github.com/mltframework/webvfx/"
-SRC_URI="https://github.com/mltframework/${PN}/releases/download/1.1.0/${P}.txz"
+SRC_URI="https://github.com/mltframework/${PN}/releases/download/${PV}/${P}.txz"
LICENSE="BSD"
SLOT="0"
diff --git a/media-libs/webvfx/webvfx-1.2.0.ebuild b/media-libs/webvfx/webvfx-1.2.0.ebuild
index fe34f6aaf16..bdc28125efe 100644
--- a/media-libs/webvfx/webvfx-1.2.0.ebuild
+++ b/media-libs/webvfx/webvfx-1.2.0.ebuild
@@ -7,7 +7,7 @@ inherit flag-o-matic qmake-utils toolchain-funcs
DESCRIPTION="Video effects library based on web technologies"
HOMEPAGE="https://github.com/mltframework/webvfx/"
-SRC_URI="https://github.com/mltframework/${PN}/releases/download/1.2.0/${P}.txz"
+SRC_URI="https://github.com/mltframework/${PN}/releases/download/${PV}/${P}.txz"
LICENSE="BSD"
SLOT="0"
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/webvfx/
@ 2020-07-11 8:25 Joonas Niilola
0 siblings, 0 replies; 7+ messages in thread
From: Joonas Niilola @ 2020-07-11 8:25 UTC (permalink / raw
To: gentoo-commits
commit: 1e5d328308927b78428f02f81a9cee2ed48e6871
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 11 08:24:50 2020 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sat Jul 11 08:25:18 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e5d3283
media-libs/webvfx: fix no-newline
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
media-libs/webvfx/Manifest | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/webvfx/Manifest b/media-libs/webvfx/Manifest
index a982cf1cf3c..473096823eb 100644
--- a/media-libs/webvfx/Manifest
+++ b/media-libs/webvfx/Manifest
@@ -1,2 +1,2 @@
DIST webvfx-1.1.0.txz 1163312 BLAKE2B a948c967ee8a21f91086b76ac2737a855d6a6a0c576471d9844a7587ee45c8f42553b57b8f5e989dae696924e67c341317c541eef87f28e9a49ff25e8e0aed29 SHA512 f88726ef8ae779f238fe6b784bc53ef47ef67a8d7b524f2c465fdf5de57f37bd388d81ac52b0a7abc30a1c836f801a8b9df0ef183e2507b229dd6431d38c8768
-DIST webvfx-1.2.0.txz 1178880 BLAKE2B 7ef08f791b291897f39e170f0572db2fb98c78bced9ed3560b1b94cfe48bedf0af3af5e57381bd039f6cf3dc1d558fb07a6a959b28f1c6a380d0dd0f1bfc64fd SHA512 84473df90553d2d85e1860eb98326fc65ebca02f1cbd8415b83e02ea032442d2aa42c000e366b6ca217bb59526b2b4409d85b169cc7e60d86443b79a1ff5614a
\ No newline at end of file
+DIST webvfx-1.2.0.txz 1178880 BLAKE2B 7ef08f791b291897f39e170f0572db2fb98c78bced9ed3560b1b94cfe48bedf0af3af5e57381bd039f6cf3dc1d558fb07a6a959b28f1c6a380d0dd0f1bfc64fd SHA512 84473df90553d2d85e1860eb98326fc65ebca02f1cbd8415b83e02ea032442d2aa42c000e366b6ca217bb59526b2b4409d85b169cc7e60d86443b79a1ff5614a
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/webvfx/
@ 2020-09-06 16:46 Andreas Sturmlechner
0 siblings, 0 replies; 7+ messages in thread
From: Andreas Sturmlechner @ 2020-09-06 16:46 UTC (permalink / raw
To: gentoo-commits
commit: 07c7e370dbcfef9db9325463edcbcc14ccd0d4bf
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 5 09:01:53 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Sep 6 16:45:38 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07c7e370
media-libs/webvfx: Drop 1.1.0
Package-Manager: Portage-3.0.5, Repoman-3.0.1
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
media-libs/webvfx/Manifest | 1 -
media-libs/webvfx/webvfx-1.1.0.ebuild | 64 -----------------------------------
2 files changed, 65 deletions(-)
diff --git a/media-libs/webvfx/Manifest b/media-libs/webvfx/Manifest
index 473096823eb..a310ccc7467 100644
--- a/media-libs/webvfx/Manifest
+++ b/media-libs/webvfx/Manifest
@@ -1,2 +1 @@
-DIST webvfx-1.1.0.txz 1163312 BLAKE2B a948c967ee8a21f91086b76ac2737a855d6a6a0c576471d9844a7587ee45c8f42553b57b8f5e989dae696924e67c341317c541eef87f28e9a49ff25e8e0aed29 SHA512 f88726ef8ae779f238fe6b784bc53ef47ef67a8d7b524f2c465fdf5de57f37bd388d81ac52b0a7abc30a1c836f801a8b9df0ef183e2507b229dd6431d38c8768
DIST webvfx-1.2.0.txz 1178880 BLAKE2B 7ef08f791b291897f39e170f0572db2fb98c78bced9ed3560b1b94cfe48bedf0af3af5e57381bd039f6cf3dc1d558fb07a6a959b28f1c6a380d0dd0f1bfc64fd SHA512 84473df90553d2d85e1860eb98326fc65ebca02f1cbd8415b83e02ea032442d2aa42c000e366b6ca217bb59526b2b4409d85b169cc7e60d86443b79a1ff5614a
diff --git a/media-libs/webvfx/webvfx-1.1.0.ebuild b/media-libs/webvfx/webvfx-1.1.0.ebuild
deleted file mode 100644
index bdc28125efe..00000000000
--- a/media-libs/webvfx/webvfx-1.1.0.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit flag-o-matic qmake-utils toolchain-funcs
-
-DESCRIPTION="Video effects library based on web technologies"
-HOMEPAGE="https://github.com/mltframework/webvfx/"
-SRC_URI="https://github.com/mltframework/${PN}/releases/download/${PV}/${P}.txz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc"
-
-BDEPEND="
- doc? ( app-doc/doxygen )
-"
-RDEPEND="
- dev-qt/qtcore:5
- dev-qt/qtdeclarative:5
- dev-qt/qtgui:5
- dev-qt/qtopengl:5
- dev-qt/qtquickcontrols:5[widgets]
- dev-qt/qtwebkit:5
- dev-qt/qtwidgets:5
- media-libs/mlt
- virtual/opengl
-"
-DEPEND="${RDEPEND}
- dev-qt/qtnetwork:5
-"
-
-src_prepare() {
- default
-
- find -name "*.pro" -exec \
- sed -i -e "s/\(system.*\)pkg-config/\1$(tc-getPKG_CONFIG)/" {} + || die
-
- sed -i -e "s/\(target.*path.*PREFIX.*\)lib/\1$(get_libdir)/" \
- webvfx/webvfx.pro || die
-
- sed -i -e "s/PROJECT_NUMBER=\`.*\`/PROJECT_NUMBER=${PV}/" \
- all.pro || die
-}
-
-src_configure() {
- append-cxxflags -Wno-deprecated-declarations
-
- eqmake5 PREFIX="${EPREFIX}/usr"
-}
-
-src_compile() {
- emake
- use doc && emake doxydoc
-}
-
-src_install() {
- emake INSTALL_ROOT="${D}" install
-
- use doc && local HTML_DOCS=( doxydoc/. )
- einstalldocs
-}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/webvfx/
@ 2020-09-19 8:23 Pacho Ramos
0 siblings, 0 replies; 7+ messages in thread
From: Pacho Ramos @ 2020-09-19 8:23 UTC (permalink / raw
To: gentoo-commits
commit: 8d03cb9e58ea2fc9151992a921be4c8ea48dc111
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 19 08:23:17 2020 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Sep 19 08:23:17 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d03cb9e
media-libs/webvfx: Needs mlt >= 6.20 for building
Or it fails due to missing mlt_profile_scale_height
Package-Manager: Portage-3.0.7, Repoman-3.0.1
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
media-libs/webvfx/webvfx-1.2.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/webvfx/webvfx-1.2.0.ebuild b/media-libs/webvfx/webvfx-1.2.0.ebuild
index bdc28125efe..7ad5951c5e0 100644
--- a/media-libs/webvfx/webvfx-1.2.0.ebuild
+++ b/media-libs/webvfx/webvfx-1.2.0.ebuild
@@ -25,7 +25,7 @@ RDEPEND="
dev-qt/qtquickcontrols:5[widgets]
dev-qt/qtwebkit:5
dev-qt/qtwidgets:5
- media-libs/mlt
+ >=media-libs/mlt-6.20.0
virtual/opengl
"
DEPEND="${RDEPEND}
^ permalink raw reply related [flat|nested] 7+ messages in thread
end of thread, other threads:[~2020-09-19 8:23 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-09-19 8:23 [gentoo-commits] repo/gentoo:master commit in: media-libs/webvfx/ Pacho Ramos
-- strict thread matches above, loose matches on Subject: below --
2020-09-06 16:46 Andreas Sturmlechner
2020-07-11 8:25 Joonas Niilola
2020-07-11 8:18 Joonas Niilola
2020-07-11 8:18 Joonas Niilola
2020-02-03 15:51 Andreas Sturmlechner
2020-02-03 15:51 Andreas Sturmlechner
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox