Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 594336 Details for
Bug 696244
>=media-libs/dav1d-0.4.0: WARNING: Unknown options: "build_asm"
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
dav1d.patch (text/plain), 2.61 KB, created by
Arfrever Frehtes Taifersar Arahesis
on 2019-10-29 07:01:46 UTC
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Arfrever Frehtes Taifersar Arahesis
Created:
2019-10-29 07:01:46 UTC
Size:
2.61 KB
patch
obsolete
>From b1f001c1d391cb2ccdff1c8381cad8a1260bb8d7 Mon Sep 17 00:00:00 2001 >From: Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org> >Date: Wed, 2 Oct 2019 20:13:13 +0000 >Subject: [PATCH] media-libs/dav1d: Update meson options. > >build_asm was renamed to enable_asm in: >https://code.videolan.org/videolan/dav1d/commit/beda6e0d1c37f06e4e03f7ebe13311bd8b18245e > >Fixes: https://bugs.gentoo.org/696244 >Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org> >--- > media-libs/dav1d/dav1d-0.4.0.ebuild | 7 ++++--- > media-libs/dav1d/dav1d-0.5.1.ebuild | 7 ++++--- > media-libs/dav1d/dav1d-9999.ebuild | 7 ++++--- > 3 files changed, 12 insertions(+), 9 deletions(-) > >diff --git a/media-libs/dav1d/dav1d-0.4.0.ebuild b/media-libs/dav1d/dav1d-0.4.0.ebuild >index c344ddc2e4e..1bfd1838576 100644 >--- a/media-libs/dav1d/dav1d-0.4.0.ebuild >+++ b/media-libs/dav1d/dav1d-0.4.0.ebuild >@@ -36,15 +36,16 @@ multilib_src_configure() { > use 8bit && bits+=( 8 ) > use 10bit && bits+=( 16 ) > >+ local enable_asm > if [[ ${MULTILIB_ABI_FLAG} == abi_x86_x32 ]]; then >- build_asm=false >+ enable_asm=false > else >- build_asm=$(usex asm true false) >+ enable_asm=$(usex asm true false) > fi > > local emesonargs=( > -D bitdepths=$(IFS=,; echo "${bits[*]}") >- -D build_asm=$build_asm >+ -D enable_asm=${enable_asm} > ) > meson_src_configure > } >diff --git a/media-libs/dav1d/dav1d-0.5.1.ebuild b/media-libs/dav1d/dav1d-0.5.1.ebuild >index 69a1a98df06..2d5b991ec5d 100644 >--- a/media-libs/dav1d/dav1d-0.5.1.ebuild >+++ b/media-libs/dav1d/dav1d-0.5.1.ebuild >@@ -34,15 +34,16 @@ multilib_src_configure() { > use 8bit && bits+=( 8 ) > use 10bit && bits+=( 16 ) > >+ local enable_asm > if [[ ${MULTILIB_ABI_FLAG} == abi_x86_x32 ]]; then >- build_asm=false >+ enable_asm=false > else >- build_asm=$(usex asm true false) >+ enable_asm=$(usex asm true false) > fi > > local emesonargs=( > -D bitdepths=$(IFS=,; echo "${bits[*]}") >- -D build_asm=$build_asm >+ -D enable_asm=${enable_asm} > ) > meson_src_configure > } >diff --git a/media-libs/dav1d/dav1d-9999.ebuild b/media-libs/dav1d/dav1d-9999.ebuild >index 69a1a98df06..2d5b991ec5d 100644 >--- a/media-libs/dav1d/dav1d-9999.ebuild >+++ b/media-libs/dav1d/dav1d-9999.ebuild >@@ -34,15 +34,16 @@ multilib_src_configure() { > use 8bit && bits+=( 8 ) > use 10bit && bits+=( 16 ) > >+ local enable_asm > if [[ ${MULTILIB_ABI_FLAG} == abi_x86_x32 ]]; then >- build_asm=false >+ enable_asm=false > else >- build_asm=$(usex asm true false) >+ enable_asm=$(usex asm true false) > fi > > local emesonargs=( > -D bitdepths=$(IFS=,; echo "${bits[*]}") >- -D build_asm=$build_asm >+ -D enable_asm=${enable_asm} > ) > meson_src_configure > } >-- >2.23.0 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 696244
:
591866
| 594336