Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 696244 - >=media-libs/dav1d-0.4.0: WARNING: Unknown options: "build_asm"
Summary: >=media-libs/dav1d-0.4.0: WARNING: Unknown options: "build_asm"
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: Normal normal (vote)
Assignee: Luca Barbato
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-10-04 19:15 UTC by Arfrever Frehtes Taifersar Arahesis
Modified: 2019-12-06 20:26 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Patch (dav1d.patch,1.91 KB, patch)
2019-10-04 19:17 UTC, Arfrever Frehtes Taifersar Arahesis
Details | Diff
Patch (dav1d.patch,2.61 KB, patch)
2019-10-29 07:01 UTC, Arfrever Frehtes Taifersar Arahesis
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Arfrever Frehtes Taifersar Arahesis 2019-10-04 19:15:02 UTC
>>> Configuring source in /var/tmp/portage/media-libs/dav1d-0.4.0/work/dav1d-0.4.0 ...
 * abi_x86_64.amd64: running multilib-minimal_abi_src_configure
meson --buildtype plain --libdir lib64 --localstatedir /var/lib --prefix /usr --sysconfdir /etc --wrap-mode nodownload -D bitdepths=8,16 -D build_asm=true /var/tmp/portage/media-libs/dav1d-0.4.0/work/dav1d-0.4.0 /var/tmp/portage/media-libs/dav1d-0.4.0/work/dav1d-0.4.0-abi_x86_64.amd64
The Meson build system
Version: 0.51.2
Source dir: /var/tmp/portage/media-libs/dav1d-0.4.0/work/dav1d-0.4.0
Build dir: /var/tmp/portage/media-libs/dav1d-0.4.0/work/dav1d-0.4.0-abi_x86_64.amd64
Build type: native build
WARNING: Unknown options: "build_asm"
Project name: dav1d
Project version: 0.4.0
...


build_asm option was renamed to enable_asm in:
https://code.videolan.org/videolan/dav1d/commit/beda6e0d1c37f06e4e03f7ebe13311bd8b18245e
Comment 1 Arfrever Frehtes Taifersar Arahesis 2019-10-04 19:17:01 UTC
Created attachment 591866 [details, diff]
Patch
Comment 2 Arfrever Frehtes Taifersar Arahesis 2019-10-29 07:01:46 UTC
Created attachment 594336 [details, diff]
Patch
Comment 3 Larry the Git Cow gentoo-dev 2019-12-06 20:26:28 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40ecf304b834e5c7412e507f741a04840c7f4b41

commit 40ecf304b834e5c7412e507f741a04840c7f4b41
Author:     Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org>
AuthorDate: 2019-10-02 20:13:13 +0000
Commit:     Mike Gilbert <floppym@gentoo.org>
CommitDate: 2019-12-06 20:26:15 +0000

    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>
    Signed-off-by: Mike Gilbert <floppym@gentoo.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(-)