bump jellyfin-ffmpeg
This commit is contained in:
parent
6c15602534
commit
29d3d34b02
@ -1,2 +1,4 @@
|
||||
DIST jellyfin-ffmpeg_6.0-1_portable_linux64-gpl.tar.xz 48705376 BLAKE2B a96362efad5668cdfa9c5ae12427bbac8cd313083b6f4a03479d5550d7dbcb9508942762ba668ce545447aa0fdca609fbeae169da68f48f01cfe36e1e25b7aa5 SHA512 3263e4c3ba83c957f21dab2418938eddfeb9efdc6f990a2b6b6889fbd9f95e4735b78cfb8891b530884ea74c829d681eb2464a11bd23b201d281420802dd0064
|
||||
DIST jellyfin-ffmpeg_6.0-2_portable_linux64-gpl.tar.xz 50498920 BLAKE2B c8366b7216a86210baee78f31e6886e65b3e9b983102de1ba3f7aacdbccc806840dd2acc9d7a02d1149a9437e128ae674192cbb9f8320729224484d1d2b55ef5 SHA512 3b3678103221d98859087c99691657123f1bb942cf9d16a249c5864139b5a50e6b777fc458a5d02464cb4dcee746f63e23021966b877a461b2f1b82c9ebdbe3a
|
||||
EBUILD jellyfin-ffmpeg-6.0-r1.ebuild 793 BLAKE2B 72d07c65e811665395cb6527564d7217dcbd978beb83dfa19dd33776cf58080d6fa3e63429e4cd33fc600a82892d9cd1e21ffad8df41dc0061e802ff2f6b6425 SHA512 86ba063a13f460bec8fb99bc8e4eba7429e3bb13dccda0258929a6017563690473252d82b17eaacce6a704e7247b7c2bb53bb21bb3cbb872c3c381371b558645
|
||||
EBUILD jellyfin-ffmpeg-6.0-r2.ebuild 793 BLAKE2B ba4bc7ae4ba1e665145d06678c7a1f577d6a654462faa01ce488212840d40bb89e38dee871cbaab6298a3e4a470aaa02712dcc59bbe5d1c843487459ac371b10 SHA512 fbbf92be46a541b1cd30b6e48bb770569b1254bae782dd56cf0abd9628e93edd36209e2c3e0b92d17c2d847beba1d8a3e95ca39d0043674ec7899d174b893b49
|
||||
|
36
media-video/jellyfin-ffmpeg/jellyfin-ffmpeg-6.0-r2.ebuild
Normal file
36
media-video/jellyfin-ffmpeg/jellyfin-ffmpeg-6.0-r2.ebuild
Normal file
@ -0,0 +1,36 @@
|
||||
# Copyright 2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
MY_PN="${PN%-*}" # strip off -bin
|
||||
|
||||
DESCRIPTION="Jellyfin is a Free Software Media System that puts you in control of managing and streaming your media."
|
||||
HOMEPAGE="https://jellyfin.readthedocs.io/en/latest/"
|
||||
SRC_URI="https://repo.jellyfin.org/releases/ffmpeg/${PV}-2/${PN}_${PV}-2_portable_linux64-gpl.tar.xz"
|
||||
RESTRICT="mirror test"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND="${DEPEND}"
|
||||
BDEPEND=""
|
||||
|
||||
INST_DIR="/opt/${PN}"
|
||||
|
||||
QA_PREBUILT="${INST_DIR}/ffmpeg ${INST_DIR}/ffprobe"
|
||||
S="${WORKDIR}"
|
||||
|
||||
src_unpack() {
|
||||
unpack ${A}
|
||||
}
|
||||
|
||||
src_install() {
|
||||
S="${WORKDIR}"
|
||||
dodir ${INST_DIR}
|
||||
insinto ${INST_DIR}
|
||||
doins -r ${S}/*
|
||||
fperms 755 ${INST_DIR}/ffmpeg ${INST_DIR}/ffprobe
|
||||
}
|
Loading…
Reference in New Issue
Block a user