mediaelch: dependencies changed, dropped qt5, now depends on qt6

This commit is contained in:
Tim Biermann 2022-12-29 12:24:00 +00:00
parent 188ec5e987
commit 18e3dcab65
Signed by: tb
GPG Key ID: 42F8B4E30B673606
2 changed files with 5 additions and 5 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3yobJWjebDsxGMfJiD6Ony8Y8QpdZfd/096D1GSJwcGdcWBrcIBy5f4K4lxOMMQ7j2gkzERDxOm1a56ErdYuUgY=
SHA256 (Pkgfile) = dcc7464b8381614b849955ae1907f22a6a31444357a61774dce00e82c473c979
RWSagIOpLGJF3+guU1wchoLtWFr5+ajPPhCIqglwj6oelzWWCo6ZJ1dYaAs5xntuAPM7h38Mginw81hwsZDZNPic6SVbgHohugg=
SHA256 (Pkgfile) = 65da0ee9b21eb0c1d3c67336b9af21b5cee91446674c4443fd5e83e510e92a1e
SHA256 (.footprint) = eff496c0fd1412ea4d512aac12cd4efd298aa8c851af98be8963d70a92e238ed
SHA256 (mediaelch-2.8.18.tar.gz) = 622441497a5d7c96dd91e6eb93c946fe09c0461a81089cd9bd5e8e5a43c06004

View File

@ -1,15 +1,14 @@
# Description: media manager for movies, tv shows, concerts and music
# URL: https://www.kvibes.de/mediaelch/
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on: quazip5 libmediainfo
# Depends on: libmediainfo qt6-multimedia qt6-svg qt6-tools quazip6
name=mediaelch
version=2.8.18
release=1
release=2
source=(https://github.com/Komet/MediaElch/archive/v$version/$name-$version.tar.gz)
build() {
cmake -S MediaElch-$version -B build -G Ninja \
-D CMAKE_INSTALL_PREFIX=/usr \
-D CMAKE_INSTALL_LIBDIR=lib \
@ -20,6 +19,7 @@ build() {
-D USE_EXTERN_QUAZIP=ON \
-D ENABLE_LTO=ON \
-D DISABLE_UPDATER=ON \
-D MEDIAELCH_FORCE_QT6=ON \
-Wno-dev
cmake --build build
DESTDIR=$PKG cmake --install build