mediaelch: version bump // not compiling
This commit is contained in:
parent
da84d6d6f0
commit
6d1b2b691b
3 changed files with 12 additions and 49 deletions
|
@ -1 +0,0 @@
|
||||||
DIST mediaelch-2.4.2.tar.gz 3250163 BLAKE2B 642b99faad662fc77e1c2a270e54a06646fc140f4b9b69036a3592e012de0a5d2943bf80b4e6d77b48e5ced1f217882eb775a883f17f7d939b4ace892be1659e SHA512 1d1d6501128081c7ccef24ec5cb82d0c43e2b58ff8190266e8187bb7d291d5c53b1e4353a0cb130e81d9267feaee053481505ca35ca6f51b126c2a4adb2359a9
|
|
|
@ -1,40 +0,0 @@
|
||||||
# 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
|
|
||||||
}
|
|
|
@ -1,14 +1,15 @@
|
||||||
# Copyright 1999-2019 Gentoo Authors
|
# Copyright 1999-2019 Gentoo Authors
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
EAPI=5
|
EAPI=7
|
||||||
|
|
||||||
inherit git-r3 qmake-utils eutils multilib
|
inherit git-r3 cmake-utils eutils multilib
|
||||||
|
|
||||||
DESCRIPTION="Video metadata scraper"
|
DESCRIPTION="Video metadata scraper"
|
||||||
#SRC_URI="http://www.kvibes.de/releases/${PN}/${PV}/${P}.tar.gz"
|
#SRC_URI="https://github.com/Komet/MediaElch/archive/v${PV}.tar.gz"
|
||||||
EGIT_REPO_URI="https://github.com/Komet/MediaElch.git"
|
EGIT_REPO_URI="https://github.com/Komet/MediaElch.git"
|
||||||
EGIT_COMMIT="54d63e1b9964771582c5e7737d7a2576f451bccc"
|
EGIT_COMMIT="v${PV}"
|
||||||
|
|
||||||
HOMEPAGE="http://www.mediaelch.de/"
|
HOMEPAGE="http://www.mediaelch.de/"
|
||||||
|
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
|
@ -29,10 +30,13 @@ DEPEND="dev-qt/qtsql:5
|
||||||
dev-qt/qtmultimedia:5[widgets]
|
dev-qt/qtmultimedia:5[widgets]
|
||||||
dev-qt/qtscript:5"
|
dev-qt/qtscript:5"
|
||||||
|
|
||||||
src_configure()
|
#S="${WORKDIR}/MediaElch-${PV}"
|
||||||
{
|
|
||||||
cd "${WORKDIR}/${P}" || die
|
src_configure() {
|
||||||
eqmake5 || die
|
local mycmakeargs=(
|
||||||
|
"-DDISABLE_UPDATER=On"
|
||||||
|
)
|
||||||
|
cmake-utils_src_configure
|
||||||
}
|
}
|
||||||
|
|
||||||
src_install()
|
src_install()
|
Loading…
Add table
Reference in a new issue