Skip to content

Commit

Permalink
kde-apps/kamoso: Revert "attempt Qt6 (but not KF6) port"
Browse files Browse the repository at this point in the history
This reverts commit 4046803.

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@gentoo.org>
  • Loading branch information
a17r committed Mar 3, 2024
1 parent e86af35 commit 8d314ed
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions kde-apps/kamoso/kamoso-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 8d314ed

Please sign in to comment.