Opened 12 months ago
Closed 12 months 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 ) ¶
Change History (9)
comment:1 by , 12 months ago
Description: | modified (diff) |
---|---|
Owner: | changed from | to
Status: | new → assigned |
follow-up: 3 comment:2 by , 12 months ago
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.
comment:3 by , 12 months 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.
follow-up: 5 comment:4 by , 12 months ago
Hmm, just seen the error. I worked it around by sed away the last line of meson.build.
comment:5 by , 12 months 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.
follow-up: 8 comment:7 by , 12 months 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?
comment:8 by , 12 months 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 , 12 months ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Fixed in commit 466b894372