Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 522518 - dev-libs/weston - add USE=vaapi
Summary: dev-libs/weston - add USE=vaapi
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo X packagers
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2014-09-10 16:21 UTC by James Le Cuirot
Modified: 2015-02-21 21:39 UTC (History)
1 user (show)

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


Attachments
Patch against ebuild (weston-vaapi.patch,1.07 KB, patch)
2014-09-10 16:21 UTC, James Le Cuirot
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description James Le Cuirot gentoo-dev 2014-09-10 16:21:40 UTC
Created attachment 384532 [details, diff]
Patch against ebuild

Weston has a --enable-vaapi-recorder configure option that we are not making use of and so the feature is being picked up automagically. I tripped up over this while cross-compiling. The attached patch adds the vaapi USE flag and what I believe is the appropriate dependency. The [drm?] part was added because it looks for libva-drm as well as libva but you may want to look into this further as I haven't tested this feature myself.
Comment 1 Dmitriy Baranov 2015-02-10 17:53:19 UTC
Seems to be in weston-1.6.1 too.
Comment 2 Matt Turner gentoo-dev 2015-02-21 21:27:59 UTC
It looks like it's used for screen capture. Is this useful to you?

(I see a lot of feature requests for things people have just spotted in ./configure --help output but don't actually have any idea what the thing does or what they'd use it for)
Comment 3 James Le Cuirot gentoo-dev 2015-02-21 21:39:44 UTC
Not to me but this still needs taking care of, even if it's just a case of always giving --disable-vaapi-recorder.