media-libs/widevine: dont strip the so
This commit is contained in:
parent
242ccd776f
commit
847350c659
1 changed files with 4 additions and 1 deletions
|
@ -18,7 +18,7 @@ SRC_URI="
|
||||||
https://github.com/AsahiLinux/widevine-installer/archive/${INSTALLER_SHA}.zip
|
https://github.com/AsahiLinux/widevine-installer/archive/${INSTALLER_SHA}.zip
|
||||||
https://commondatastorage.googleapis.com/chromeos-localmirror/distfiles/chromeos-lacros-arm64-squash-zstd-${LACROS_VERSION}
|
https://commondatastorage.googleapis.com/chromeos-localmirror/distfiles/chromeos-lacros-arm64-squash-zstd-${LACROS_VERSION}
|
||||||
"
|
"
|
||||||
RESTRICT="bindist mirror"
|
RESTRICT="bindist mirror strip"
|
||||||
LICENSE="MIT Widevine"
|
LICENSE="MIT Widevine"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
KEYWORDS="arm64"
|
KEYWORDS="arm64"
|
||||||
|
@ -32,6 +32,9 @@ BDEPEND="
|
||||||
sys-fs/squashfs-tools[zstd]
|
sys-fs/squashfs-tools[zstd]
|
||||||
"
|
"
|
||||||
|
|
||||||
|
# Nothing is built from source here.
|
||||||
|
QA_PREBUILT="*"
|
||||||
|
|
||||||
src_unpack() {
|
src_unpack() {
|
||||||
unpack "${INSTALLER_SHA}.zip"
|
unpack "${INSTALLER_SHA}.zip"
|
||||||
mv "widevine-installer-${INSTALLER_SHA}" "widevine-${PV}" || die "Failed to rename widevine-installer"
|
mv "widevine-installer-${INSTALLER_SHA}" "widevine-${PV}" || die "Failed to rename widevine-installer"
|
||||||
|
|
Loading…
Add table
Reference in a new issue