public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/kde:master commit in: kde-apps/kamoso/
@ 2022-08-14  8:28 Andreas Sturmlechner
  0 siblings, 0 replies; 9+ messages in thread
From: Andreas Sturmlechner @ 2022-08-14  8:28 UTC (permalink / raw
  To: gentoo-commits

commit:     0e26bb3f97fa392870e3f8e09b64104bbc5edbda
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 13 20:39:05 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Aug 14 08:28:15 2022 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=0e26bb3f

kde-apps/kamoso: Patch upstreamed

Upstream commit 7e56d6f764f4cb2c7b5e14a6b7ba78d559b27e3d

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-apps/kamoso/kamoso-9999.ebuild | 2 --
 1 file changed, 2 deletions(-)

diff --git a/kde-apps/kamoso/kamoso-9999.ebuild b/kde-apps/kamoso/kamoso-9999.ebuild
index 9bf5eab08f..62ec53a5a8 100644
--- a/kde-apps/kamoso/kamoso-9999.ebuild
+++ b/kde-apps/kamoso/kamoso-9999.ebuild
@@ -45,5 +45,3 @@ RDEPEND="${COMMON_DEPEND}
 	media-plugins/gst-plugins-meta:1.0[alsa,theora,vorbis,v4l]
 "
 BDEPEND="virtual/pkgconfig"
-
-PATCHES=( "${FILESDIR}/${PN}-22.04.3-tests-optional.patch" )


^ permalink raw reply related	[flat|nested] 9+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/kamoso/
@ 2024-03-03 14:10 Andreas Sturmlechner
  0 siblings, 0 replies; 9+ messages in thread
From: Andreas Sturmlechner @ 2024-03-03 14:10 UTC (permalink / raw
  To: gentoo-commits

commit:     8d314edcbad07b0cd146be4f7fdc88a25ad90d81
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Mar  3 14:08:03 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Mar  3 14:08:03 2024 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=8d314edc

kde-apps/kamoso: Revert "attempt Qt6 (but not KF6) port"

This reverts commit 40468034431f090d7806623f2b0fc464bb67a107.

The remaining parts of KF6 porting work are simply missing and our
ebuild can do nothing about that, build system will happily detect
Qt5 and build with it.

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-apps/kamoso/kamoso-9999.ebuild | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/kde-apps/kamoso/kamoso-9999.ebuild b/kde-apps/kamoso/kamoso-9999.ebuild
index c69ccd7ec5..235b968268 100644
--- a/kde-apps/kamoso/kamoso-9999.ebuild
+++ b/kde-apps/kamoso/kamoso-9999.ebuild
@@ -6,7 +6,7 @@ EAPI=8
 ECM_TEST="true"
 ECM_HANDBOOK="forceoptional"
 KFMIN=5.113.0
-QTMIN=6.6.2
+QTMIN=5.15.9
 inherit ecm gear.kde.org
 
 DESCRIPTION="Application to take pictures and videos from your webcam by KDE"
@@ -21,8 +21,9 @@ RESTRICT="test" # bug 653674
 
 COMMON_DEPEND="
 	dev-libs/glib:2
-	>=dev-qt/qtbase-${QTMIN}:6[gui,widgets]
-	>=dev-qt/qtdeclarative-${QTMIN}:6
+	>=dev-qt/qtdeclarative-${QTMIN}:5
+	>=dev-qt/qtgui-${QTMIN}:5
+	>=dev-qt/qtwidgets-${QTMIN}:5
 	>=kde-frameworks/kconfig-${KFMIN}:5
 	>=kde-frameworks/kcoreaddons-${KFMIN}:5
 	>=kde-frameworks/ki18n-${KFMIN}:5
@@ -33,10 +34,10 @@ COMMON_DEPEND="
 	virtual/opengl
 "
 DEPEND="${COMMON_DEPEND}
-	test? ( >=dev-qt/qtbase-${QTMIN}:6[opengl] )
+	test? ( >=dev-qt/qtopengl-${QTMIN}:5 )
 "
 RDEPEND="${COMMON_DEPEND}
-	>=dev-qt/qtdeclarative-${QTMIN}:6
+	>=dev-qt/qtquickcontrols2-${QTMIN}:5
 	>=kde-frameworks/kirigami-${KFMIN}:5
 	media-plugins/gst-plugins-jpeg:1.0
 	media-plugins/gst-plugins-libpng:1.0


^ permalink raw reply related	[flat|nested] 9+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/kamoso/
@ 2024-02-25 19:44 Sam James
  0 siblings, 0 replies; 9+ messages in thread
From: Sam James @ 2024-02-25 19:44 UTC (permalink / raw
  To: gentoo-commits

commit:     555f35d2ab3ced59790a75e595f4acfc1c96efa8
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 25 19:44:36 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Feb 25 19:44:36 2024 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=555f35d2

kde-apps/kamoso: fix SLOT for 9999

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

 kde-apps/kamoso/kamoso-9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-apps/kamoso/kamoso-9999.ebuild b/kde-apps/kamoso/kamoso-9999.ebuild
index 84916cd87a..c69ccd7ec5 100644
--- a/kde-apps/kamoso/kamoso-9999.ebuild
+++ b/kde-apps/kamoso/kamoso-9999.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="Application to take pictures and videos from your webcam by KDE"
 HOMEPAGE="https://apps.kde.org/kamoso/ https://userbase.kde.org/Kamoso"
 
 LICENSE="GPL-2+"
-SLOT="6"
+SLOT="5"
 KEYWORDS=""
 IUSE=""
 


^ permalink raw reply related	[flat|nested] 9+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/kamoso/
@ 2024-02-25 19:44 Sam James
  0 siblings, 0 replies; 9+ messages in thread
From: Sam James @ 2024-02-25 19:44 UTC (permalink / raw
  To: gentoo-commits

commit:     40468034431f090d7806623f2b0fc464bb67a107
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 25 19:43:24 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Feb 25 19:43:24 2024 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=40468034

kde-apps/kamoso: attempt Qt6 (but not KF6) port

Upstream added Qt6 support in c9e203a3d72c4671f6d2673818654981738def2c but
no KF6 support. I guess let's try it?

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

 kde-apps/kamoso/kamoso-9999.ebuild | 13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

diff --git a/kde-apps/kamoso/kamoso-9999.ebuild b/kde-apps/kamoso/kamoso-9999.ebuild
index 235b968268..84916cd87a 100644
--- a/kde-apps/kamoso/kamoso-9999.ebuild
+++ b/kde-apps/kamoso/kamoso-9999.ebuild
@@ -6,14 +6,14 @@ EAPI=8
 ECM_TEST="true"
 ECM_HANDBOOK="forceoptional"
 KFMIN=5.113.0
-QTMIN=5.15.9
+QTMIN=6.6.2
 inherit ecm gear.kde.org
 
 DESCRIPTION="Application to take pictures and videos from your webcam by KDE"
 HOMEPAGE="https://apps.kde.org/kamoso/ https://userbase.kde.org/Kamoso"
 
 LICENSE="GPL-2+"
-SLOT="5"
+SLOT="6"
 KEYWORDS=""
 IUSE=""
 
@@ -21,9 +21,8 @@ RESTRICT="test" # bug 653674
 
 COMMON_DEPEND="
 	dev-libs/glib:2
-	>=dev-qt/qtdeclarative-${QTMIN}:5
-	>=dev-qt/qtgui-${QTMIN}:5
-	>=dev-qt/qtwidgets-${QTMIN}:5
+	>=dev-qt/qtbase-${QTMIN}:6[gui,widgets]
+	>=dev-qt/qtdeclarative-${QTMIN}:6
 	>=kde-frameworks/kconfig-${KFMIN}:5
 	>=kde-frameworks/kcoreaddons-${KFMIN}:5
 	>=kde-frameworks/ki18n-${KFMIN}:5
@@ -34,10 +33,10 @@ COMMON_DEPEND="
 	virtual/opengl
 "
 DEPEND="${COMMON_DEPEND}
-	test? ( >=dev-qt/qtopengl-${QTMIN}:5 )
+	test? ( >=dev-qt/qtbase-${QTMIN}:6[opengl] )
 "
 RDEPEND="${COMMON_DEPEND}
-	>=dev-qt/qtquickcontrols2-${QTMIN}:5
+	>=dev-qt/qtdeclarative-${QTMIN}:6
 	>=kde-frameworks/kirigami-${KFMIN}:5
 	media-plugins/gst-plugins-jpeg:1.0
 	media-plugins/gst-plugins-libpng:1.0


^ permalink raw reply related	[flat|nested] 9+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/kamoso/
@ 2021-04-16 19:37 Andreas Sturmlechner
  0 siblings, 0 replies; 9+ messages in thread
From: Andreas Sturmlechner @ 2021-04-16 19:37 UTC (permalink / raw
  To: gentoo-commits

commit:     68e763b549a00f3b970c5ea8de2a3b81346c3f24
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 15 18:49:01 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Apr 16 19:32:20 2021 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=68e763b5

kde-apps/kamoso: Add new BDEPEND

Upstream commit ae766e6d1f252070ee84c79680f6199185b2af87

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-apps/kamoso/kamoso-9999.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/kde-apps/kamoso/kamoso-9999.ebuild b/kde-apps/kamoso/kamoso-9999.ebuild
index b35599fbbc..e27fa92235 100644
--- a/kde-apps/kamoso/kamoso-9999.ebuild
+++ b/kde-apps/kamoso/kamoso-9999.ebuild
@@ -17,6 +17,8 @@ SLOT="5"
 KEYWORDS=""
 IUSE=""
 
+RESTRICT+=" test" # bug 653674
+
 DEPEND="
 	dev-libs/glib:2
 	>=dev-qt/qtdeclarative-${QTMIN}:5
@@ -38,5 +40,4 @@ RDEPEND="${DEPEND}
 	media-plugins/gst-plugins-libpng:1.0
 	media-plugins/gst-plugins-meta:1.0[alsa,theora,vorbis,v4l]
 "
-
-RESTRICT+=" test" # bug 653674
+BDEPEND="virtual/pkgconfig"


^ permalink raw reply related	[flat|nested] 9+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/kamoso/
@ 2018-07-22 14:27 Andreas Sturmlechner
  0 siblings, 0 replies; 9+ messages in thread
From: Andreas Sturmlechner @ 2018-07-22 14:27 UTC (permalink / raw
  To: gentoo-commits

commit:     4732dff4f105ea980c533eed1dbacbddd67f9afd
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 22 13:57:43 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Jul 22 14:21:18 2018 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=4732dff4

kde-apps/kamoso: Tests are broken

Closes: https://bugs.gentoo.org/653674
Package-Manager: Portage-2.3.43, Repoman-2.3.10

 kde-apps/kamoso/kamoso-9999.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/kde-apps/kamoso/kamoso-9999.ebuild b/kde-apps/kamoso/kamoso-9999.ebuild
index 1471f0b74b..f086e0a0c7 100644
--- a/kde-apps/kamoso/kamoso-9999.ebuild
+++ b/kde-apps/kamoso/kamoso-9999.ebuild
@@ -35,3 +35,5 @@ RDEPEND="${DEPEND}
 	media-plugins/gst-plugins-libpng:1.0
 	media-plugins/gst-plugins-meta:1.0[alsa,theora,vorbis,v4l]
 "
+
+RESTRICT+=" test" # bug 653674


^ permalink raw reply related	[flat|nested] 9+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/kamoso/
@ 2018-05-04 16:41 Johannes Huber
  0 siblings, 0 replies; 9+ messages in thread
From: Johannes Huber @ 2018-05-04 16:41 UTC (permalink / raw
  To: gentoo-commits

commit:     c8b04c530e3b2a0bd6c9c2dd87abe47d8e991c7f
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Fri May  4 16:39:25 2018 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Fri May  4 16:39:25 2018 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=c8b04c53

kde-apps/kamoso: Fix dependency

Package-Manager: Portage-2.3.35, Repoman-2.3.9

 kde-apps/kamoso/kamoso-18.04.49.9999.ebuild | 2 +-
 kde-apps/kamoso/kamoso-9999.ebuild          | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/kde-apps/kamoso/kamoso-18.04.49.9999.ebuild b/kde-apps/kamoso/kamoso-18.04.49.9999.ebuild
index 5959b95533..1471f0b74b 100644
--- a/kde-apps/kamoso/kamoso-18.04.49.9999.ebuild
+++ b/kde-apps/kamoso/kamoso-18.04.49.9999.ebuild
@@ -31,7 +31,7 @@ DEPEND="
 RDEPEND="${DEPEND}
 	$(add_frameworks_dep kirigami)
 	$(add_qt_dep qtquickcontrols2)
-	media-libs/gst-plugins-jpeg:1.0
+	media-plugins/gst-plugins-jpeg:1.0
 	media-plugins/gst-plugins-libpng:1.0
 	media-plugins/gst-plugins-meta:1.0[alsa,theora,vorbis,v4l]
 "

diff --git a/kde-apps/kamoso/kamoso-9999.ebuild b/kde-apps/kamoso/kamoso-9999.ebuild
index 5959b95533..1471f0b74b 100644
--- a/kde-apps/kamoso/kamoso-9999.ebuild
+++ b/kde-apps/kamoso/kamoso-9999.ebuild
@@ -31,7 +31,7 @@ DEPEND="
 RDEPEND="${DEPEND}
 	$(add_frameworks_dep kirigami)
 	$(add_qt_dep qtquickcontrols2)
-	media-libs/gst-plugins-jpeg:1.0
+	media-plugins/gst-plugins-jpeg:1.0
 	media-plugins/gst-plugins-libpng:1.0
 	media-plugins/gst-plugins-meta:1.0[alsa,theora,vorbis,v4l]
 "


^ permalink raw reply related	[flat|nested] 9+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/kamoso/
@ 2018-05-03 11:40 Andreas Sturmlechner
  0 siblings, 0 replies; 9+ messages in thread
From: Andreas Sturmlechner @ 2018-05-03 11:40 UTC (permalink / raw
  To: gentoo-commits

commit:     37ee6bcd19885338dafcea07f1a389f0680daf72
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu May  3 11:34:39 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu May  3 11:34:39 2018 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=37ee6bcd

kde-apps/kamoso: Add missing RDEPENDs

Closes: https://bugs.gentoo.org/654602
Package-Manager: Portage-2.3.33, Repoman-2.3.9

 kde-apps/kamoso/kamoso-18.04.49.9999.ebuild | 2 ++
 kde-apps/kamoso/kamoso-9999.ebuild          | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/kde-apps/kamoso/kamoso-18.04.49.9999.ebuild b/kde-apps/kamoso/kamoso-18.04.49.9999.ebuild
index 07dd910778..5959b95533 100644
--- a/kde-apps/kamoso/kamoso-18.04.49.9999.ebuild
+++ b/kde-apps/kamoso/kamoso-18.04.49.9999.ebuild
@@ -31,5 +31,7 @@ DEPEND="
 RDEPEND="${DEPEND}
 	$(add_frameworks_dep kirigami)
 	$(add_qt_dep qtquickcontrols2)
+	media-libs/gst-plugins-jpeg:1.0
+	media-plugins/gst-plugins-libpng:1.0
 	media-plugins/gst-plugins-meta:1.0[alsa,theora,vorbis,v4l]
 "

diff --git a/kde-apps/kamoso/kamoso-9999.ebuild b/kde-apps/kamoso/kamoso-9999.ebuild
index 07dd910778..5959b95533 100644
--- a/kde-apps/kamoso/kamoso-9999.ebuild
+++ b/kde-apps/kamoso/kamoso-9999.ebuild
@@ -31,5 +31,7 @@ DEPEND="
 RDEPEND="${DEPEND}
 	$(add_frameworks_dep kirigami)
 	$(add_qt_dep qtquickcontrols2)
+	media-libs/gst-plugins-jpeg:1.0
+	media-plugins/gst-plugins-libpng:1.0
 	media-plugins/gst-plugins-meta:1.0[alsa,theora,vorbis,v4l]
 "


^ permalink raw reply related	[flat|nested] 9+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/kamoso/
@ 2018-04-22  8:49 Andreas Sturmlechner
  0 siblings, 0 replies; 9+ messages in thread
From: Andreas Sturmlechner @ 2018-04-22  8:49 UTC (permalink / raw
  To: gentoo-commits

commit:     873c909a262b9c84a27e92c86ed0faee63030aef
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 21 13:28:21 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Apr 22 08:48:32 2018 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=873c909a

kde-apps/kamoso: Set VIRTUALX_REQUIRED=test

Package-Manager: Portage-2.3.31, Repoman-2.3.9

 kde-apps/kamoso/kamoso-18.04.49.9999.ebuild | 1 +
 kde-apps/kamoso/kamoso-9999.ebuild          | 1 +
 2 files changed, 2 insertions(+)

diff --git a/kde-apps/kamoso/kamoso-18.04.49.9999.ebuild b/kde-apps/kamoso/kamoso-18.04.49.9999.ebuild
index eb8968a9cf..07dd910778 100644
--- a/kde-apps/kamoso/kamoso-18.04.49.9999.ebuild
+++ b/kde-apps/kamoso/kamoso-18.04.49.9999.ebuild
@@ -4,6 +4,7 @@
 EAPI=6
 
 KDE_HANDBOOK="forceoptional"
+VIRTUALX_REQUIRED="test"
 inherit kde5
 
 DESCRIPTION="Application to take pictures and videos from your webcam by KDE"

diff --git a/kde-apps/kamoso/kamoso-9999.ebuild b/kde-apps/kamoso/kamoso-9999.ebuild
index eb8968a9cf..07dd910778 100644
--- a/kde-apps/kamoso/kamoso-9999.ebuild
+++ b/kde-apps/kamoso/kamoso-9999.ebuild
@@ -4,6 +4,7 @@
 EAPI=6
 
 KDE_HANDBOOK="forceoptional"
+VIRTUALX_REQUIRED="test"
 inherit kde5
 
 DESCRIPTION="Application to take pictures and videos from your webcam by KDE"


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

end of thread, other threads:[~2024-03-03 14:10 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-14  8:28 [gentoo-commits] proj/kde:master commit in: kde-apps/kamoso/ Andreas Sturmlechner
  -- strict thread matches above, loose matches on Subject: below --
2024-03-03 14:10 Andreas Sturmlechner
2024-02-25 19:44 Sam James
2024-02-25 19:44 Sam James
2021-04-16 19:37 Andreas Sturmlechner
2018-07-22 14:27 Andreas Sturmlechner
2018-05-04 16:41 Johannes Huber
2018-05-03 11:40 Andreas Sturmlechner
2018-04-22  8:49 Andreas Sturmlechner

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