media-video/mediaelch: version bump

This commit is contained in:
layman 2019-01-05 12:38:07 +01:00
parent eb1dc801c2
commit 52b1ebf3d5
No known key found for this signature in database
GPG key ID: 92D2BF778E1308C0
2 changed files with 43 additions and 1 deletions

View file

@ -1 +1 @@
DIST mediaelch-2.4.2.tar.gz 3250163 SHA256 c00afd8328258c280e9a8f22cae76b95a6d26824c67de6cf4db91639d4695e49 SHA512 1d1d6501128081c7ccef24ec5cb82d0c43e2b58ff8190266e8187bb7d291d5c53b1e4353a0cb130e81d9267feaee053481505ca35ca6f51b126c2a4adb2359a9 WHIRLPOOL 3ae0cd3be4534bc269072be7cc868d1b75ce9476007556a6d613f144d769480dd55233efb8914d5b57a6aefa800fd277f5ee7f6773cf51c0ea77dcf3acc354ee
DIST mediaelch-2.4.2.tar.gz 3250163 BLAKE2B 642b99faad662fc77e1c2a270e54a06646fc140f4b9b69036a3592e012de0a5d2943bf80b4e6d77b48e5ced1f217882eb775a883f17f7d939b4ace892be1659e SHA512 1d1d6501128081c7ccef24ec5cb82d0c43e2b58ff8190266e8187bb7d291d5c53b1e4353a0cb130e81d9267feaee053481505ca35ca6f51b126c2a4adb2359a9

View file

@ -0,0 +1,42 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
inherit git-r3 qmake-utils eutils multilib
DESCRIPTION="Video metadata scraper"
#SRC_URI="http://www.kvibes.de/releases/${PN}/${PV}/${P}.tar.gz"
EGIT_REPO_URI="https://github.com/Komet/MediaElch.git"
EGIT_COMMIT="54d63e1b9964771582c5e7737d7a2576f451bccc"
HOMEPAGE="http://www.mediaelch.de/"
SLOT="0"
LICENSE="GPL-3"
KEYWORDS="~amd64 ~x86"
DEPEND="dev-qt/qtsql:5
dev-qt/qtscript:5
dev-qt/qtquickcontrols:5
dev-qt/qtxmlpatterns:5
dev-qt/qtcore:5
dev-qt/qtgui:5
media-video/mediainfo
media-libs/libzen
media-libs/phonon
dev-libs/quazip
dev-qt/qtconcurrent:5
dev-qt/qtmultimedia:5[widgets]
dev-qt/qtscript:5"
src_configure()
{
cd "${WORKDIR}/${P}" || die
eqmake5 || die
}
src_install()
{
cd "${WORKDIR}/${P}" || die
INSTALL_ROOT=${D} einstall || die
}