Skip to content

Commit

Permalink
kde-apps/ffmpegthumbs: Switch 24.02 to KF6
Browse files Browse the repository at this point in the history
After inquiring upstream again.

Bug: https://bugs.gentoo.org/925870
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
  • Loading branch information
a17r committed Mar 3, 2024
1 parent 4edd5bb commit 5fef243
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion eclass/gear.kde.org.eclass
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ if $(ver_test -gt 24.01.75); then
dragon | \
elisa | \
eventviews | \
ffmpegthumbs | \
filelight | \
granatier | \
grantlee-editor | \
Expand Down Expand Up @@ -253,7 +254,6 @@ fi
# list of applications ported to KF6 post-24.02 in SLOT=6 having to block SLOT=5
if $(ver_test -gt 24.03.75); then
case ${PN} in
ffmpegthumbs | \
itinerary | \
k3b | \
kdeedu-data | \
Expand Down
14 changes: 7 additions & 7 deletions kde-apps/ffmpegthumbs/ffmpegthumbs-24.02.49.9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -3,25 +3,25 @@

EAPI=8

KFMIN=5.113.0
QTMIN=5.15.9
KFMIN=6.0.0
QTMIN=6.6.2
inherit ecm gear.kde.org

DESCRIPTION="FFmpeg based thumbnail generator for video files"

LICENSE="GPL-2+"
SLOT="5"
SLOT="6"
KEYWORDS=""
IUSE=""

DEPEND="
>=dev-qt/qtgui-${QTMIN}:5
>=kde-frameworks/kconfig-${KFMIN}:5
>=kde-frameworks/kio-${KFMIN}:5
>=dev-qt/qtbase-${QTMIN}:6[gui]
>=kde-frameworks/kconfig-${KFMIN}:6
>=kde-frameworks/kio-${KFMIN}:6
media-video/ffmpeg:0=
"
RDEPEND="${DEPEND}"
BDEPEND="
>=kde-frameworks/kcoreaddons-${KFMIN}:5
>=kde-frameworks/kcoreaddons-${KFMIN}:6
virtual/pkgconfig
"

0 comments on commit 5fef243

Please sign in to comment.