media-video/mediaelch: package addition
Package-Manager: Portage-2.3.11, Repoman-2.3.3
This commit is contained in:
parent
b0cab44c7f
commit
e74c169f7a
3 changed files with 48 additions and 0 deletions
1
media-video/mediaelch/Manifest
Normal file
1
media-video/mediaelch/Manifest
Normal file
|
@ -0,0 +1 @@
|
||||||
|
DIST mediaelch-2.4.2.tar.gz 3250163 SHA256 c00afd8328258c280e9a8f22cae76b95a6d26824c67de6cf4db91639d4695e49 SHA512 1d1d6501128081c7ccef24ec5cb82d0c43e2b58ff8190266e8187bb7d291d5c53b1e4353a0cb130e81d9267feaee053481505ca35ca6f51b126c2a4adb2359a9 WHIRLPOOL 3ae0cd3be4534bc269072be7cc868d1b75ce9476007556a6d613f144d769480dd55233efb8914d5b57a6aefa800fd277f5ee7f6773cf51c0ea77dcf3acc354ee
|
40
media-video/mediaelch/mediaelch-2.4.2.ebuild
Normal file
40
media-video/mediaelch/mediaelch-2.4.2.ebuild
Normal file
|
@ -0,0 +1,40 @@
|
||||||
|
# Copyright 1999-2017 Gentoo Foundation
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
EAPI=5
|
||||||
|
|
||||||
|
inherit qmake-utils eutils multilib
|
||||||
|
|
||||||
|
DESCRIPTION="Video metadata scraper"
|
||||||
|
SRC_URI="http://www.kvibes.de/releases/${PN}/${PV}/${P}.tar.gz"
|
||||||
|
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
|
||||||
|
}
|
7
media-video/mediaelch/metadata.xml
Normal file
7
media-video/mediaelch/metadata.xml
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||||
|
<pkgmetadata>
|
||||||
|
<maintainer type="person">
|
||||||
|
<email>tk+gentoo@meskal.net</email>
|
||||||
|
</maintainer>
|
||||||
|
</pkgmetadata>
|
Loading…
Add table
Reference in a new issue