modernize mediaelch
This commit is contained in:
parent
35f1be1680
commit
291fd14055
2 changed files with 6 additions and 8 deletions
1
media-video/mediaelch/Manifest
Normal file
1
media-video/mediaelch/Manifest
Normal file
|
@ -0,0 +1 @@
|
|||
DIST v2.8.12.tar.gz 2932969 BLAKE2B f0c8afa6b12988621d339b5c6b56d7dd4354d61598a2cb26a2f4a75784d197aad5e2d425d59032b174efb57b079ec9a9fd948553e74f5e1bcea8b49a494dc047 SHA512 c25ff622975dc7800c423ccaaf9be9fb57aa748ef2830fbf49ac214a4c5248a3614e6385c4f78edb10f2a7c4edea9b390e447bfea8b32d33df30aa5c09d5f91c
|
|
@ -3,10 +3,10 @@
|
|||
|
||||
EAPI=7
|
||||
|
||||
inherit git-r3 cmake-utils eutils multilib
|
||||
inherit cmake git-r3
|
||||
|
||||
DESCRIPTION="Video metadata scraper"
|
||||
#SRC_URI="https://github.com/Komet/MediaElch/archive/v${PV}.tar.gz"
|
||||
SRC_URI="https://github.com/Komet/MediaElch/archive/v${PV}.tar.gz"
|
||||
EGIT_REPO_URI="https://github.com/Komet/MediaElch.git"
|
||||
EGIT_COMMIT="v${PV}"
|
||||
|
||||
|
@ -25,7 +25,6 @@ DEPEND="dev-qt/qtsql: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"
|
||||
|
@ -35,12 +34,10 @@ DEPEND="dev-qt/qtsql:5
|
|||
src_configure() {
|
||||
local mycmakeargs=(
|
||||
"-DDISABLE_UPDATER=On"
|
||||
# "-DUSE_EXTERN_QUAZIP=On"
|
||||
)
|
||||
cmake-utils_src_configure
|
||||
}
|
||||
|
||||
src_install()
|
||||
{
|
||||
cd "${WORKDIR}/${P}" || die
|
||||
INSTALL_ROOT=${D} einstall || die
|
||||
src_install() {
|
||||
cmake-utils_src_install
|
||||
}
|
Loading…
Add table
Reference in a new issue