Readded
This commit is contained in:
parent
3425afecbc
commit
6d88119750
1
media-video/ffmpeg-extra-chromium-bin-debian/Manifest
Normal file
1
media-video/ffmpeg-extra-chromium-bin-debian/Manifest
Normal file
@ -0,0 +1 @@
|
|||||||
|
DIST chromium-codecs-ffmpeg-extra_101.0.4951.64-0ubuntu0.18.04.1_arm64.deb 989336 BLAKE2B 0d8e6c86faba4221a7ef0e647eeab310e68110cf030d61335dea0ea1f03a05e00985f30ee99b18112d4547464488bc1e50c93a89f79dd12baacfb986b619bdce SHA512 041b59b2f6a568269324c975c34e9d8512c9d438b812798b301743a79e191b35591ef72ff2f13b22c7e87e5f67241f929c4a31679ea278808d8f7d534ee5b6ff
|
@ -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="chromium-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
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user