Added extra
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Copyright 2011-2021 Gentoo Authors
|
||||
# Copyright 2011-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
1
media-video/ffmpeg-extra-chromium-bin/Manifest
Normal file
1
media-video/ffmpeg-extra-chromium-bin/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST chromium-codecs-ffmpeg_97.0.4692.71-0ubuntu0.18.04.1_arm64.deb 726936 BLAKE2B 527a8dc31ab10278eb822664a10946a51a20e85455f46130b0b9e7d68a91a7c982207a9b016998359cb96e30738c49cb63e5fb04e3795643a23aa14b1e02966b SHA512 349b0483f432130ba6b4529d5482ffc5dc05c812a01d40d9aa2017901c6c53ff1c5fc53d2ad258e1f952889a02176c85f7714519182b05e6edb44dce6a8c00c1
|
||||
@@ -0,0 +1,29 @@
|
||||
# Copyright 2011-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit chromium-2 desktop pax-utils unpacker xdg
|
||||
|
||||
KEYWORDS="~arm64"
|
||||
|
||||
MY_P="hromium-codecs-ffmpeg-extra_${PV}-0"
|
||||
|
||||
SRC_URI="http://ports.ubuntu.com/pool/universe/c/chromium-browser/${MY_P}ubuntu0.18.04.1_arm64.deb"
|
||||
|
||||
SLOT="0"
|
||||
IUSE="selinux"
|
||||
RESTRICT="bindist mirror strip"
|
||||
|
||||
RDEPEND=""
|
||||
S=${WORKDIR}
|
||||
|
||||
src_unpack() {
|
||||
:
|
||||
}
|
||||
|
||||
src_install() {
|
||||
dodir /
|
||||
cd "${ED}" || die
|
||||
unpacker
|
||||
}
|
||||
Reference in New Issue
Block a user