summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* media-libs/libplacebo: update to v2.72.0Niklas Haas2020-06-181-4/+24
| | | | | | | | | | | | The notable change in this release is the switch to auto-generated code, based on the vulkan registry XML provided by `vulkan-headers`. This requires the use of python[xml] and python-mako at build time. We also fix a missing dependency on vulkan-headers. Also synchronized the live ebuild. Signed-off-by: Niklas Haas <gentoo@haasn.xyz> Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* media-libs/libplacebo: update HOMEPAGE urlNiklas Haas2020-06-181-1/+1
| | | | | | | | | This project moved from GitHub to the VideoLAN GitLab quite some time ago. Seems the URL in the ebuilds were never updated. Signed-off-by: Niklas Haas <gentoo@haasn.xyz> Closes: https://github.com/gentoo/gentoo/pull/16201 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* media-libs/libplacebo: update to v2.43.0Niklas Haas2020-04-231-3/+5
| | | | | | | | | | | | | This includes a new USE flag, for the OpenGL support added in this version of libplacebo. We bump up the test timeout because the OpenGL tests can take a while to execute, especially on machines where they're running via llvmpipe or swrast. Also synchronize the live ebuild. Signed-off-by: Niklas Haas <git@haasn.xyz> Closes: https://github.com/gentoo/gentoo/pull/15465 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
* media-libs/libplacebo: sync live ebuild keywordsGeorgy Yakovlev2020-02-261-2/+2
| | | | | Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
* media-libs/libplacebo: Added sub-slotLars Wendler2019-12-231-0/+1
| | | | | Package-Manager: Portage-2.3.82, Repoman-2.3.20 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* media-libs/libplacebo: Add missing RESTRICT="!test? ( test )"Andreas Sturmlechner2019-11-201-0/+2
| | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* media-libs/libplacebo: Lift dev-util/glslang version restrictionAndreas Sturmlechner2019-11-201-1/+1
| | | | | | Closes: https://bugs.gentoo.org/698124 Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* media-libs/libplacebo: sync live ebuildGeorgy Yakovlev2019-05-091-9/+15
| | | | | Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
* media-libs/libplacebo: Add new ebuildNiklas Haas2019-04-031-0/+47
New project for video rendering that VLC 4 plans to use more heavily, and which also be used by mpv in the foreseeable future. Incidentally, this is an optional minor dependency of VLC 3, so we could also add libplacebo support to that ebuild (which improves the color management of the opengl vout). Signed-off-by: Niklas Haas <git@haasn.xyz> Closes: https://github.com/gentoo/gentoo/pull/10006 Signed-off-by: Michał Górny <mgorny@gentoo.org>