summaryrefslogtreecommitdiff
path: root/mediaelch
diff options
context:
space:
mode:
authorTim Biermann <tbier@posteo.de>2022-12-29 12:24:00 +0000
committerTim Biermann <tbier@posteo.de>2022-12-29 12:24:00 +0000
commit18e3dcab658fd3c9a43266413063159c0804a642 (patch)
tree4c33170abd58410eb03f595cfdfed8d51ed78d9d /mediaelch
parent188ec5e9879c0cd3a3d60bf4b1ac97415ff0b481 (diff)
downloadcontrib-18e3dcab658fd3c9a43266413063159c0804a642.tar.gz
contrib-18e3dcab658fd3c9a43266413063159c0804a642.tar.xz
mediaelch: dependencies changed, dropped qt5, now depends on qt6
Diffstat (limited to 'mediaelch')
-rw-r--r--mediaelch/.signature4
-rw-r--r--mediaelch/Pkgfile6
2 files changed, 5 insertions, 5 deletions
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

Generated by cgit