add Emby Theater
This commit is contained in:
2
media-video/emby-theater/Manifest
Normal file
2
media-video/emby-theater/Manifest
Normal file
@@ -0,0 +1,2 @@
|
||||
DIST emby-theater_3.0.15_amd64.deb 64160712 BLAKE2B 2669a84e29adf8fabb2106c0b284c47d363aad9116f96d51c525f6315bb6e0f88e184796d563f2a215197158e1f4a35771cf8736700f6e66fd9aeea40c4bbd32 SHA512 6ad5c4217cb5a87793da0eccbef4aaf5e67e424776ce32f9b5d87a0152794405e2bae74c042b913f4328c5167c4ea7584cb3b58270c7093946fce996253e39aa
|
||||
EBUILD emby-theater-3.0.15.ebuild 682 BLAKE2B 25b8f23aca605e8afa9ca3029b151069854fdf3c02110c2ebbd96f1d99e8491f6372be2f7f2f2078f94b3e761e5b651a8ae90977a3346959aaabd96c800ac5c2 SHA512 c0dbb0adc9fafb86896c13e9ecef88a570e3d953498d2d4e94b66dd8cccf29d0077f75defcb25c998db60173d0e18c24639caee5f058216bb3cbc3597786a939
|
||||
35
media-video/emby-theater/emby-theater-3.0.15.ebuild
Normal file
35
media-video/emby-theater/emby-theater-3.0.15.ebuild
Normal file
@@ -0,0 +1,35 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit xdg unpacker
|
||||
|
||||
MY_PV="${PV}-1"
|
||||
|
||||
DESCRIPTION="An Electron app for Emby"
|
||||
HOMEPAGE="https://github.com/MediaBrowser/emby-theater-electron/"
|
||||
SRC_URI="https://github.com/MediaBrowser/${PN}-electron/releases/download/${PV}/${PN}_${PV}_amd64.deb"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
RDEPEND="
|
||||
dev-libs/libcec
|
||||
dev-qt/qtquickcontrols2
|
||||
dev-qt/qtwebchannel
|
||||
dev-qt/qtwebengine
|
||||
dev-qt/qtx11extras
|
||||
media-video/mpv[libmpv]
|
||||
"
|
||||
|
||||
QA_PREBUILT=".*"
|
||||
|
||||
S="${WORKDIR}"
|
||||
|
||||
src_install() {
|
||||
doins -r usr
|
||||
fperms +x /usr/bin/emby-theater
|
||||
rm -r "${ED}"/usr/share/doc/ || die
|
||||
}
|
||||
Reference in New Issue
Block a user