Added ffmpeg
This commit is contained in:
parent
301d5ea0de
commit
815c402390
1
media-video/ffmpeg-chromium-bin/Manifest
Normal file
1
media-video/ffmpeg-chromium-bin/Manifest
Normal file
@ -0,0 +1 @@
|
|||||||
|
DIST chromium-codecs-ffmpeg_94.0.4606.81-0ubuntu0.18.04.1_arm64.deb 728816 BLAKE2B e80bda501394e9eaba2dd7c5a86c3c2474d350d5e9cd0c3a2d71fc3e34d8d12a7e4d9f57ec3583fab26e969008fb3e9945fd13c02a8beccde43c02a2b3360fa3 SHA512 4d48e354fff5f95fa716a68058e1dc85b499ca3adf13be5023a120dd5dd1f18bf5506727b4a6726dfbd6a800639dd8bde982fda484ebe6fee107bd2c146a5ad0
|
@ -0,0 +1,31 @@
|
|||||||
|
# Copyright 2011-2021 Gentoo Authors
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
EAPI=8
|
||||||
|
|
||||||
|
inherit chromium-2 desktop pax-utils unpacker xdg
|
||||||
|
|
||||||
|
DESCRIPTION="The web browser from Google"
|
||||||
|
HOMEPAGE="https://www.google.com/chrome"
|
||||||
|
|
||||||
|
KEYWORDS="~arm64"
|
||||||
|
|
||||||
|
MY_P="chromium-codecs-ffmpeg_${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=""
|
||||||
|
|
||||||
|
src_unpack() {
|
||||||
|
:
|
||||||
|
}
|
||||||
|
|
||||||
|
src_install() {
|
||||||
|
dodir /
|
||||||
|
cd "${ED}" || die
|
||||||
|
unpacker
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user