summaryrefslogtreecommitdiffstats
path: root/package/libva-utils/libva-utils.mk
Commit message (Collapse)AuthorAgeFilesLines
* package/libva-utils: fix build failure when x11 support is disabledBernd Kuhls2019-02-111-0/+1
| | | | | | | | Fixes http://autobuild.buildroot.net/results/2f8/2f89e41f79e8bec1c0561b486ae5750fc87a6320/ Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* package/libva-utils: bump version to 2.4.0Bernd Kuhls2019-02-101-2/+3
| | | | | | | | Removed patch 0002, applied upstream. Follow upstream switch of release tarball to bz2 and new location. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* package/libva-utils: drop _SOURCE variable which has the default valueThomas Petazzoni2019-01-171-1/+0
| | | | | | | | | | | | | Since commit b0907949261ef5e8179c027c086903f30417dd66 ("package/libva-utils: bump to version 2.3.0"), the LIBVA_UTILS_SOURCE variable has the default value of the <pkg>_SOURCE variable, so check-package complains: package/libva-utils/libva-utils.mk:8: remove default value of _SOURCE variable (http://nightly.buildroot.org/#generic-package-reference) Let's fix this by dropping the now unneeded variable assignment. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* package/libva-utils: bump to version 2.3.0James Hilliard2019-01-161-3/+9
| | | | | | | | Have to add a workaround since upstream didn't package this release properly. Signed-off-by: James Hilliard <james.hilliard1@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/libva-utils: bump version to 2.2.0Bernd Kuhls2018-08-101-2/+4
| | | | | | | | | | Upstream moved its github repo to github.com/intel/, updated URLs, for reference see upstream PR 110. Also updated project URL. Added patch to fix build without stack-protector support. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* package/lib{va, va-intel-driver, va-utils}: bump version to 2.1.0Bernd Kuhls2018-02-141-1/+1
| | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* package/lib{va, va-intel-driver, va-utils}: bump version to 2.0.0Bernd Kuhls2018-01-151-1/+1
| | | | | | | | | | | | | EGL API support was removed upstream: https://github.com/01org/libva/commit/fc277b8f5eb92a94b4a9112eba591f87072786ce#diff-67e997bcfdac55191033d57a16d1408a GLX support now depends on X11: https://github.com/01org/libva/commit/b9a72b9d8ca14e159a67c368d966ed6276f49bc9#diff-67e997bcfdac55191033d57a16d1408aR247 Added license hashes. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/libva-utils: new packageBernd Kuhls2017-07-041-0/+14
The utils provided by this package were formerly packaged with libva. Libva contained a patch not to compile mpeg2vldemo to reduce dependencies by avoiding C++, this patch is not moved to this package. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Reviewed-by: Romain Naour <romain.naour@smile.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
OpenPOWER on IntegriCloud