mediaelch: -> 2.6.6

This commit is contained in:
Tim Biermann 2020-04-29 16:20:54 +00:00
parent 8a506da06a
commit 851fe42164
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 32 additions and 0 deletions

8
mediaelch/.footprint Normal file
View File

@ -0,0 +1,8 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/MediaElch
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/applications/
-rw-r--r-- root/root usr/share/applications/MediaElch.desktop
drwxr-xr-x root/root usr/share/pixmaps/
-rw-r--r-- root/root usr/share/pixmaps/MediaElch.png

5
mediaelch/.signature Normal file
View File

@ -0,0 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF35TKyjN8OKaQ/10jA05b6gruNBd2MgY01dt5jlzTg9W9qSumWs+VOoNaC2pVXCQzYme3DLcDpcfs+6JylWzCygI=
SHA256 (Pkgfile) = e37c10f5d37f398c9922afc701519b9d505ebe1279a701976ac6ad34f04de475
SHA256 (.footprint) = 0a9b696de2493d3f3218737ff367b9333aedf42008d7b3b8d5ec1f3fb63d3677
SHA256 (mediaelch-2.6.6.tar.gz) = 05c165256c3f0d27d424be8b2e635496a4f54f776563b3191707e65a94be52fc

19
mediaelch/Pkgfile Normal file
View File

@ -0,0 +1,19 @@
# 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
name=mediaelch
version=2.6.6
release=1
source=(https://github.com/Komet/MediaElch/archive/v$version/$name-$version.tar.gz)
build() {
cd MediaElch-$version
sed 's|quazip/quazip/|quazip5/|g' -i src/*/*.cpp src/*/*.h
mkdir build
cd build
qmake ..
make SUBLIBS="-lquazip5"
make INSTALL_ROOT=$PKG install
}