www-plugins/yandex-browser-ffmpeg-codecs-bin: treeclean

Closes: https://bugs.gentoo.org/915540
Closes: https://bugs.gentoo.org/915539
Signed-off-by: David Roman <davidroman96@gmail.com>
This commit is contained in:
David Roman
2024-03-13 02:35:06 +01:00
parent bd1948c131
commit 5cdc43f7d6
3 changed files with 0 additions and 39 deletions

View File

@@ -14,10 +14,6 @@
# New entries go on top.
# David Roman <davidroman96@gmail.com> (2024-03-11)
# Duplicated, we already have media-video/ffmpeg-chromium
www-plugins/yandex-browser-ffmpeg-codecs-bin
# Julien Roy <julien@jroy.ca> (2024-03-09)
# Dracut fails to boot with Clevis 20
# https://github.com/latchset/clevis/issues/456

View File

@@ -1,2 +0,0 @@
DIST chromium-codecs-ffmpeg-extra_112.0.5615.49-0ubuntu0.18.04.1_amd64.deb 1113644 BLAKE2B f189ff98c5720497b7a2cd22f3f234e1f4ea9a14ae619176b68aa6a67ff2b9948e37f3684b5a954c6d3886ca5b921879c7850957580d9946e0786446c38deab3 SHA512 1e1cdceff1d9e1c585b4d33cf8afeb8f35ebbe9bbda2044b4e3538e832bddb170917b32e321bbed7936e14f40721ad4d4d89f4c4371e32e8e69f60ea6cda9c5e
DIST chromium-codecs-ffmpeg-extra_112.0.5615.49-0ubuntu0.18.04.1_i386.deb 1095040 BLAKE2B 9fa82d21d4abfa50eec7453c9e895b71f11ceb5c7761ee94455be1b714d3ce3b5754231cbcac3a5e51a205eab7ee4b9df75c8572c578138affc0be6dc7a3ca63 SHA512 4ba7817102820f17f3b9d4ebf4f6d3f64135798ce7f0cc333712a27e0c1838c88dc314c8e01fd161368d6fadfde3e8c5003242233a1a45c50c5160d72d64578c

View File

@@ -1,33 +0,0 @@
# Copyright 1999-2023 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit unpacker
KEYWORDS="~amd64 ~x86"
DESCRIPTION="Multi-threaded ffmpeg codecs needed for the HTML5 <audio> and <video> tags"
HOMEPAGE="http://www.chromium.org/Home"
SLOT="0"
LICENSE="BSD"
RESTRICT="bindist strip mirror"
DEBIAN_REVISION="0ubuntu0.18.04.1"
_FULL_VERSION="${PV}-${DEBIAN_REVISION}"
BASE_URI="http://security.ubuntu.com/ubuntu/pool/universe/c/chromium-browser"
SRC_URI="
x86? ( ${BASE_URI}/chromium-codecs-ffmpeg-extra_${_FULL_VERSION}_i386.deb )
amd64? ( ${BASE_URI}/chromium-codecs-ffmpeg-extra_${_FULL_VERSION}_amd64.deb )
"
S="${WORKDIR}"
src_unpack() {
unpack_deb ${A}
}
src_install() {
insinto /opt/yandex/browser-beta
doins usr/lib/chromium-browser/libffmpeg.so
insinto /opt/yandex/browser
doins usr/lib/chromium-browser/libffmpeg.so
}