Added ffmpeg

This commit is contained in:
Gerben Jan Dijkman
2021-10-21 00:14:52 +02:00
parent 301d5ea0de
commit 815c402390
2 changed files with 32 additions and 0 deletions

View File

@@ -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
}