mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-06 02:17:34 -08:00
media-video/jellyfin-media-player: drop 1.7.1-r1, 1.8.1, 1.9.0, 1.9.1
Bug: https://bugs.gentoo.org/926666 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
parent
2335023959
commit
47a22574b6
@ -1,5 +1 @@
|
||||
DIST jellyfin-media-player-1.11.1.tar.gz 514141 BLAKE2B 00984b9241613a94ab0c27f21c4202ca064ff42cba8ba3d01b7bda20af53e80aa4ce14df9a8e906574d94fb3146a68cc84bc61e2be94d4e16ce087c97494de5b SHA512 24616c36e92e168655f6c37ef214ad7aa46df1cb331e1bff225b83b83da18fa91fb66d13145744c20cf49d2b92132cff065f6e8429bc111fd1be1a3d68a9c8ec
|
||||
DIST jellyfin-media-player-1.7.1.tar.gz 575001 BLAKE2B b650f981427721a254fd1dcaa58ebf9f93aba47de50f8c24db27e917de8cd8ebb3da67afa68990845f9e019aac0c8d81f5440dd72f604aa74cdc71d8cc476d8f SHA512 7f8cd4c9094254a133430b1d1594d44a92696cd769323ecc51ef973dde1f09b013f9ade0affb9e364d922935994613f662667af46f90aae2ae04d6cb9deb86f0
|
||||
DIST jellyfin-media-player-1.8.1.tar.gz 582343 BLAKE2B a5fa8d20cd3ec6e4444c1e9d90b93622f7435c2ccbf886c02ce744aa7aeb5a2440b07b3e5b3edb81bb6675d82958f5d63147412dd3d28fced60060de5724e52b SHA512 821bfa42e981d996c7f32f3951e625749a74636ebcb6a6c68c606282fb0db6d4c205419887828cc0dcdd3005d88b237977a01a82e2800a489c8bf3abac33630f
|
||||
DIST jellyfin-media-player-1.9.0.tar.gz 519208 BLAKE2B c64bb40011dd3761144e70c9549329c921156d9b0c46425e9812d6210baa8b90df7ac8f5af3379da76f6b8c6a55a3d8ac903ce5481895135eaea720d2ce936a2 SHA512 58c35530d61405ed5ff5a73c8a4f3869b21e0b0b0eb5cef7cf15b846543f1070d5c2b4dbfc102c6b4fbce5cb844fea711045d39c1a6bae9c882ad24c6ccd0333
|
||||
DIST jellyfin-media-player-1.9.1.tar.gz 519515 BLAKE2B 0240d4f964a48e476531e0e601a62f270defa98ef2d4c0e63e2a552a03e6abf2e069e38b80fa9515b5c3cb62d789c3fc630a1f726cc4aa3bcab7e39869ef4b2f SHA512 c6df563ff343b8b6b570bdbaca9cd0111ed2b3f347c40888a83d338893a0523eb1614fd5fb2f4463e97f9656f71af23d94b110fff473c71226180530822ed0dd
|
||||
|
||||
@ -1,85 +0,0 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
JWC_VERSION=10.8.1
|
||||
|
||||
PYTHON_COMPAT=( python3_{9..11} )
|
||||
inherit cmake python-any-r1
|
||||
|
||||
DESCRIPTION="Jellyfin Desktop Client based on Plex Media Player"
|
||||
HOMEPAGE="https://github.com/jellyfin/jellyfin-media-player"
|
||||
|
||||
SRC_URI="
|
||||
https://github.com/jellyfin/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz
|
||||
"
|
||||
# GPL-2.0 for JMP itself
|
||||
# licenses for code in external/:
|
||||
# MIT for qhttp
|
||||
# BSD for qslog
|
||||
LICENSE="
|
||||
GPL-2
|
||||
BSD
|
||||
MIT
|
||||
"
|
||||
SLOT="0"
|
||||
|
||||
KEYWORDS="~amd64"
|
||||
IUSE="+dbus"
|
||||
|
||||
DEPEND="
|
||||
dev-libs/libcec
|
||||
dev-qt/qtcore:5
|
||||
dev-qt/qtdeclarative:5
|
||||
dev-qt/qtgui:5
|
||||
dev-qt/qtnetwork:5
|
||||
dev-qt/qtquickcontrols:5
|
||||
dev-qt/qtwebchannel:5
|
||||
dev-qt/qtwebengine:5
|
||||
dev-qt/qtwidgets:5
|
||||
dev-qt/qtwidgets:5
|
||||
dev-qt/qtx11extras:5
|
||||
dev-qt/qtxml:5
|
||||
media-libs/libsdl2
|
||||
media-video/mpv:=[libmpv]
|
||||
sys-libs/zlib
|
||||
virtual/opengl
|
||||
x11-libs/libX11
|
||||
x11-libs/libXrandr
|
||||
dbus? ( dev-qt/qtdbus:5 )
|
||||
"
|
||||
|
||||
BDEPEND="
|
||||
${PYTHON_DEPS}
|
||||
virtual/pkgconfig
|
||||
"
|
||||
|
||||
# x11-misc/xdg-utils is used for xdg-screensaver, which is used to inhibit
|
||||
# screen locking
|
||||
|
||||
RDEPEND="
|
||||
${DEPEND}
|
||||
~media-video/jellyfin-web-jmp-bin-${JWC_VERSION}
|
||||
!dbus? ( x11-misc/xdg-utils )
|
||||
"
|
||||
|
||||
src_prepare() {
|
||||
# disable jmp installing jwc in it's build system
|
||||
sed -i '/..\/dist\//d' src/CMakeLists.txt || die 'sed failed'
|
||||
|
||||
cmake_src_prepare
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
local mycmakeargs=(
|
||||
-DOpenGL_GL_PREFERENCE=GLVND
|
||||
# PMP, at least prior to the fork into JMP, used to download codecs,
|
||||
# for safe measure, disable that.
|
||||
-DENABLE_CODECS=OFF
|
||||
# LINUX_X11POWER instructs JMP to use xdg-screensaver instead of dbus
|
||||
# for inhibiting screen saving.
|
||||
-DLINUX_X11POWER="$(usex dbus OFF ON)"
|
||||
)
|
||||
cmake_src_configure
|
||||
}
|
||||
@ -1,85 +0,0 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
JWC_VERSION=10.8.9
|
||||
|
||||
PYTHON_COMPAT=( python3_{9..11} )
|
||||
inherit cmake python-any-r1
|
||||
|
||||
DESCRIPTION="Jellyfin Desktop Client based on Plex Media Player"
|
||||
HOMEPAGE="https://github.com/jellyfin/jellyfin-media-player"
|
||||
|
||||
SRC_URI="
|
||||
https://github.com/jellyfin/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz
|
||||
"
|
||||
# GPL-2.0 for JMP itself
|
||||
# licenses for code in external/:
|
||||
# MIT for qhttp
|
||||
# BSD for qslog
|
||||
LICENSE="
|
||||
GPL-2
|
||||
BSD
|
||||
MIT
|
||||
"
|
||||
SLOT="0"
|
||||
|
||||
KEYWORDS="~amd64"
|
||||
IUSE="+dbus"
|
||||
|
||||
DEPEND="
|
||||
dev-libs/libcec
|
||||
dev-qt/qtcore:5
|
||||
dev-qt/qtdeclarative:5
|
||||
dev-qt/qtgui:5
|
||||
dev-qt/qtnetwork:5
|
||||
dev-qt/qtquickcontrols:5
|
||||
dev-qt/qtwebchannel:5
|
||||
dev-qt/qtwebengine:5
|
||||
dev-qt/qtwidgets:5
|
||||
dev-qt/qtwidgets:5
|
||||
dev-qt/qtx11extras:5
|
||||
dev-qt/qtxml:5
|
||||
media-libs/libsdl2
|
||||
media-video/mpv:=[libmpv]
|
||||
sys-libs/zlib
|
||||
virtual/opengl
|
||||
x11-libs/libX11
|
||||
x11-libs/libXrandr
|
||||
dbus? ( dev-qt/qtdbus:5 )
|
||||
"
|
||||
|
||||
BDEPEND="
|
||||
${PYTHON_DEPS}
|
||||
virtual/pkgconfig
|
||||
"
|
||||
|
||||
# x11-misc/xdg-utils is used for xdg-screensaver, which is used to inhibit
|
||||
# screen locking
|
||||
|
||||
RDEPEND="
|
||||
${DEPEND}
|
||||
~media-video/jellyfin-web-jmp-bin-${JWC_VERSION}
|
||||
!dbus? ( x11-misc/xdg-utils )
|
||||
"
|
||||
|
||||
src_prepare() {
|
||||
# disable jmp installing jwc in it's build system
|
||||
sed -i '/..\/dist\//d' src/CMakeLists.txt || die 'sed failed'
|
||||
|
||||
cmake_src_prepare
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
local mycmakeargs=(
|
||||
-DOpenGL_GL_PREFERENCE=GLVND
|
||||
# PMP, at least prior to the fork into JMP, used to download codecs,
|
||||
# for safe measure, disable that.
|
||||
-DENABLE_CODECS=OFF
|
||||
# LINUX_X11POWER instructs JMP to use xdg-screensaver instead of dbus
|
||||
# for inhibiting screen saving.
|
||||
-DLINUX_X11POWER="$(usex dbus OFF ON)"
|
||||
)
|
||||
cmake_src_configure
|
||||
}
|
||||
@ -1,69 +0,0 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{9..11} )
|
||||
inherit cmake python-any-r1
|
||||
|
||||
DESCRIPTION="Jellyfin Desktop Client based on Plex Media Player"
|
||||
HOMEPAGE="https://github.com/jellyfin/jellyfin-media-player"
|
||||
|
||||
SRC_URI="
|
||||
https://github.com/jellyfin/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz
|
||||
"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
|
||||
KEYWORDS="~amd64"
|
||||
IUSE="+dbus"
|
||||
|
||||
DEPEND="
|
||||
dev-libs/libcec
|
||||
dev-qt/qtcore:5
|
||||
dev-qt/qtdeclarative:5
|
||||
dev-qt/qtgui:5
|
||||
dev-qt/qtnetwork:5
|
||||
dev-qt/qtquickcontrols:5
|
||||
dev-qt/qtwebchannel:5
|
||||
dev-qt/qtwebengine:5
|
||||
dev-qt/qtwidgets:5
|
||||
dev-qt/qtwidgets:5
|
||||
dev-qt/qtx11extras:5
|
||||
dev-qt/qtxml:5
|
||||
media-libs/libsdl2
|
||||
media-video/mpv:=[libmpv]
|
||||
sys-libs/zlib
|
||||
virtual/opengl
|
||||
x11-libs/libX11
|
||||
x11-libs/libXrandr
|
||||
dbus? ( dev-qt/qtdbus:5 )
|
||||
"
|
||||
|
||||
BDEPEND="
|
||||
${PYTHON_DEPS}
|
||||
virtual/pkgconfig
|
||||
"
|
||||
|
||||
# x11-misc/xdg-utils is used for xdg-screensaver, which is used to inhibit
|
||||
# screen locking
|
||||
|
||||
RDEPEND="
|
||||
${DEPEND}
|
||||
media-video/jellyfin-web-bin
|
||||
!dbus? ( x11-misc/xdg-utils )
|
||||
"
|
||||
|
||||
src_configure() {
|
||||
local mycmakeargs=(
|
||||
-DOpenGL_GL_PREFERENCE=GLVND
|
||||
# PMP, at least prior to the fork into JMP, used to download codecs,
|
||||
# for safe measure, disable that.
|
||||
-DENABLE_CODECS=OFF
|
||||
# LINUX_X11POWER instructs JMP to use xdg-screensaver instead of dbus
|
||||
# for inhibiting screen saving.
|
||||
-DLINUX_X11POWER="$(usex dbus OFF ON)"
|
||||
)
|
||||
cmake_src_configure
|
||||
}
|
||||
@ -1,69 +0,0 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{10..12} )
|
||||
inherit cmake python-any-r1
|
||||
|
||||
DESCRIPTION="Jellyfin Desktop Client based on Plex Media Player"
|
||||
HOMEPAGE="https://github.com/jellyfin/jellyfin-media-player"
|
||||
|
||||
SRC_URI="
|
||||
https://github.com/jellyfin/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz
|
||||
"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
|
||||
KEYWORDS="~amd64"
|
||||
IUSE="+dbus"
|
||||
|
||||
DEPEND="
|
||||
dev-libs/libcec
|
||||
dev-qt/qtcore:5
|
||||
dev-qt/qtdeclarative:5
|
||||
dev-qt/qtgui:5
|
||||
dev-qt/qtnetwork:5
|
||||
dev-qt/qtquickcontrols:5
|
||||
dev-qt/qtwebchannel:5
|
||||
dev-qt/qtwebengine:5
|
||||
dev-qt/qtwidgets:5
|
||||
dev-qt/qtwidgets:5
|
||||
dev-qt/qtx11extras:5
|
||||
dev-qt/qtxml:5
|
||||
media-libs/libsdl2
|
||||
media-video/mpv:=[libmpv]
|
||||
sys-libs/zlib
|
||||
virtual/opengl
|
||||
x11-libs/libX11
|
||||
x11-libs/libXrandr
|
||||
dbus? ( dev-qt/qtdbus:5 )
|
||||
"
|
||||
|
||||
BDEPEND="
|
||||
${PYTHON_DEPS}
|
||||
virtual/pkgconfig
|
||||
"
|
||||
|
||||
# x11-misc/xdg-utils is used for xdg-screensaver, which is used to inhibit
|
||||
# screen locking
|
||||
|
||||
RDEPEND="
|
||||
${DEPEND}
|
||||
~media-video/jellyfin-web-bin-10.8.10
|
||||
!dbus? ( x11-misc/xdg-utils )
|
||||
"
|
||||
|
||||
src_configure() {
|
||||
local mycmakeargs=(
|
||||
-DOpenGL_GL_PREFERENCE=GLVND
|
||||
# PMP, at least prior to the fork into JMP, used to download codecs,
|
||||
# for safe measure, disable that.
|
||||
-DENABLE_CODECS=OFF
|
||||
# LINUX_X11POWER instructs JMP to use xdg-screensaver instead of dbus
|
||||
# for inhibiting screen saving.
|
||||
-DLINUX_X11POWER="$(usex dbus OFF ON)"
|
||||
)
|
||||
cmake_src_configure
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user