Page MenuHomeSolus

Initial inclusion of libva-utils
AbandonedPublic

Authored by joebonrichie on Jun 3 2017, 10:28 PM.
Referenced Files
F11052093: D323.diff
Thu, Aug 10, 8:43 PM
F11016669: D323.diff
Sat, Aug 5, 7:14 PM
F10945526: D323.id.diff
Sat, Jul 15, 4:39 AM
F10933989: D323.id670.diff
Jul 12 2023, 9:22 AM
F10933988: D323.id.diff
Jul 12 2023, 9:22 AM
F10933987: D323.diff
Jul 12 2023, 9:22 AM
F10790997: D323.diff
May 27 2023, 1:20 AM
F10752659: D323.id.diff
May 16 2023, 3:45 PM

Details

Reviewers
DataDrake
poltertec
Group Reviewers
Triage Team
Maniphest Tasks
T3794: libva-utils
Summary

Initial inclusion of libva-utils fixes T3794

Diff Detail

Branch
master
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

kyrios123 retitled this revision from Initial inclusion of libva-utils fixes T3793 to Initial inclusion of libva-utils.Jun 4 2017, 7:44 AM
kyrios123 edited the summary of this revision. (Show Details)
kyrios123 added a project: Patch Submission.
kyrios123 added a subscriber: Triage Team.
DataDrake added a subscriber: DataDrake.

Needs a component change.

package.yml
7

Should be system.utils

This revision now requires changes to proceed.Sep 2 2017, 6:06 PM
joebonrichie added a subscriber: joebonrichie.
joebonrichie added inline comments.
package.yml
5

Version 1.8.3 has been released

12–18

There is some duplication here, for example pkgconfig(xext) depends on libx11 so pkgconfig(libx11) is not necessary. Additionally the pkgconfig's are not alphabetised. The only pkgconfig's you need for full functionality are:-

  • pkgconfig(libdrm)
  • pkgconfig(libva)
  • pkgconfig(wayland-client)
  • pkgconfig(xext)
  • pkgconfig(xfixes)
19–20

Not necessary - if you check abi_used_symbols libva.so.1 is already picked up so eopkg will automatically install libva as a dependency.

22

%configure --disable-static should be sufficient

Also if we put this in, we should probably upgrade the whole libva/vaapi stack to 1.8.3 before we sync to stable. It _probably_ won't cause any problems but in the name of stability.

Any update on this @poltertec? I would like to see the libva stack upgraded to 1.8.3 in the repo

@joebonrichie go ahead and commandeer this one if you want.

joebonrichie edited reviewers, added: poltertec; removed: joebonrichie.