ports/contrib (3.7): mediaelch: dependencies changed, dropped qt5, now depends on qt6
commit 18e3dcab658fd3c9a43266413063159c0804a642 Author: Tim Biermann <tbier@posteo.de> Date: Thu Dec 29 12:24:00 2022 +0000 mediaelch: dependencies changed, dropped qt5, now depends on qt6 diff --git a/mediaelch/.signature b/mediaelch/.signature index 3624f6595..45da7a3f3 100644 --- a/mediaelch/.signature +++ b/mediaelch/.signature @@ -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 diff --git a/mediaelch/Pkgfile b/mediaelch/Pkgfile index 753375d71..c5188b6ff 100644 --- a/mediaelch/Pkgfile +++ b/mediaelch/Pkgfile @@ -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
participants (1)
-
crux@crux.nu