Opened 4 weeks ago

Closed 4 weeks ago

#19546 closed enhancement (fixed)

libva-2.21.0

Reported by: Tim Tassonis Owned by: Tim Tassonis
Priority: normal Milestone: 12.2
Component: BOOK Version: git
Severity: normal Keywords:
Cc:

Description (last modified by Tim Tassonis)


Change History (9)

comment:1 by Tim Tassonis, 4 weeks ago

Description: modified (diff)
Owner: changed from blfs-book to Tim Tassonis
Status: newassigned
    va: Add allow_content_tools and force_intger_mv to AV1 enc
    va: add VASurfaceAttribAlignmentSize
    va: Re-add drm_state and fd checks to VA_DRM_GetDriverNames
    va: export symbol vaGetLibFunc for Windows
    va: Add PRIME3 defination and correct the value
    va: add driver name map for new intel KMD xe
    va: export symbol vaMapBuffer2 for Windows
    va: add new interface vaMapBuffer2 for map operation optimization
    va: Add VAConfigAttribEncMaxTileRows and VAConfigAttribEncMaxTileCols
    va: fix handling when all wayland backends fail
    va_trace:add return value trace for vaPutSurfaces
    ci: harden permissions for all github workflows
    ci: update to vmactions/freebsd-vm from v0 to v1
    ci: windows.yml: Add windows-msvc-debug
    meson: create dist archives suitable for building with configure, too
    autogen.sh: successfully detect if the autoreconf program is installed
    build(deps): bump actions/upload-pages-artifact from 2 to 3
    build(deps): bump actions/deploy-pages from 3 to 4
    build(deps): bump actions/setup-python from 4 to 5
    build(deps): bump actions/deploy-pages from 2 to 3
    win32: Fix debug build break

in reply to:  2 comment:3 by Xi Ruoyao, 4 weeks ago

Replying to Tim Tassonis:

The source archive at https://github.com/intel/libva/releases/download/2.21.0/libva-2.21.0.tar.bz2

seems broken (./autogen.sh missing).

The one at https://github.com/intel/libva/archive/refs/tags/2.21.0.tar.gz

works.

The book instruction does not use autogen.sh.

comment:4 by Xi Ruoyao, 4 weeks ago

Hmm, just seen the error. I worked it around by sed away the last line of meson.build.

in reply to:  4 comment:5 by Tim Tassonis, 4 weeks ago

Replying to Xi Ruoyao:

Hmm, just seen the error. I worked it around by sed away the last line of meson.build.

What do you think, shall we wait for a fixed source package, or go with the sed? I assume they will fix it sometimes soon.

comment:6 by Bruce Dubbs, 4 weeks ago

Give it a couple of days.

comment:7 by Tim Tassonis, 4 weeks ago

Still the same version without autogen.sh. I have built the package now from https://github.com/intel/libva/archive/refs/tags/2.21.0.tar.gz sources.

How does the sed look that fixes the other one?

in reply to:  7 comment:8 by Xi Ruoyao, 4 weeks ago

Replying to Tim Tassonis:

Still the same version without autogen.sh. I have built the package now from https://github.com/intel/libva/archive/refs/tags/2.21.0.tar.gz sources.

Use https://github.com/intel/libva/archive/2.21.0/libva-2.21.0.tar.gz instead. It contains autogen.sh (actually it should have the same md5 with the above), but if you download it with wget the file name won't be a stupid "2.21.0.tar.gz".

comment:9 by Tim Tassonis, 4 weeks ago

Resolution: fixed
Status: assignedclosed

Fixed in commit 466b894372

Note: See TracTickets for help on using tickets.