1 # Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
2 # Contributor: Matt Harrison <matt@mistbyte.com>
7 pkgdesc='Media Manager for handling Movies, TV Shows and Concerts/Music Videos for Kodi'
8 url='https://www.mediaelch.de/mediaelch/'
11 depends=('glibc' 'gcc-libs' 'libmediainfo' 'qt5-declarative' 'qt5-multimedia'
12 'qt5-svg' 'quazip-qt5')
13 makedepends=('cmake' 'ninja' 'qt5-tools')
14 source=(https://github.com/Komet/MediaElch/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
15 sha256sums=('e219fc929d200164eb3cc76988fd1ad547a952d9cc80c91c1df83b2602d53f5a')
16 b2sums=('14ff36a5d31959454c4341187ccc4a41b09b43939c37db18b4ae19dfd79f5871cb7b731de0454dd662fbe3f9bbc8d0be1b98b4f63a18e11fe305f0261df59cd2')
19 cd MediaElch-${pkgver}
21 -DCMAKE_INSTALL_PREFIX=/usr \
22 -DCMAKE_BUILD_TYPE=None \
23 -DDISABLE_UPDATER=ON \
24 -DUSE_EXTERN_QUAZIP=ON \
31 cd MediaElch-${pkgver}
32 DESTDIR="${pkgdir}" ninja -C build install