summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* media-libs/libplacebo: add 5.264.0Ionen Wolkens2023-03-131-0/+2
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* media-libs/libplacebo: drop 4.192.1-r2Ionen Wolkens2023-03-091-1/+0
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* media-libs/libplacebo: drop 5.229.1Ionen Wolkens2023-01-141-1/+0
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* media-libs/libplacebo: add 5.229.2Ionen Wolkens2023-01-041-0/+1
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* media-libs/libplacebo: downgrade glad to 2.0.1Ionen Wolkens2022-11-191-1/+1
| | | | | | | | | | Matches what libplacebo upstream uses rather than latest. 2.0.2 has no changes beside some python regressions, no need for a revbump given either is fine if it built. Closes: https://bugs.gentoo.org/881999 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* media-libs/libplacebo: add 5.229.1Ionen Wolkens2022-11-071-0/+2
| | | | | | | | | | | | | | | | | | | With partly revamped ebuild, and: * ensure use right python executble wrt bug #731728 * disable demos wrt bug #851927, there's little use in enabling as only one of them gets installed by default and it's a very barebone test video player USE=glslang is now a no-op if shaderc is set, these provide the same functionality and shaderc is the default pick upstream. Previously, glslang would force disable shaderc even if set. Alternatively could use REQUIRED_USE to prevent setting both but feel this is mostly an annoyance. Closes: https://bugs.gentoo.org/731728 Closes: https://bugs.gentoo.org/851927 Co-authored-by: Nick Sarnie <sarnex@gentoo.org> Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* media-libs/libplacebo: drop 2.43.0, 2.43.1, 2.72.2, 3.120.3Ionen Wolkens2022-11-061-4/+0
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* media-libs/libplacebo: Bump to version 4.192.1orbea2022-03-161-0/+1
| | | | | | | | | | Bug: https://bugs.gentoo.org/832735 Bug: https://bugs.gentoo.org/814071 Closes: https://bugs.gentoo.org/812134 Closes: https://bugs.gentoo.org/730114 Signed-off-by: orbea <orbea@riseup.net> Closes: https://github.com/gentoo/gentoo/pull/24613 Signed-off-by: Sam James <sam@gentoo.org>
* Revert "Revert "media-libs/libplacebo: Version bump to 3.120.3""Ulrich Müller2021-05-181-0/+1
| | | | | | This reverts commit 9c4f604af6623f5125202792eddb1176b08008d1. Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* Revert "media-libs/libplacebo: Version bump to 3.120.3"Ulrich Müller2021-05-181-1/+0
| | | | | | | Invalid signoff, violation of GLEP 76 copyright policy. This reverts commit a907f864cf231032b4f27c2df9b2191ab745a2ed. Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* media-libs/libplacebo: Version bump to 3.120.3orbea2021-05-181-0/+1
| | | | | Signed-off-by: orbea <orbea@riseup.net> Signed-off-by: Sam James <sam@gentoo.org>
* media-libs/libplacebo: bump to v2.43.1Niklas Haas2021-01-181-0/+1
| | | | | | | This is a straightforward bugfix release. Signed-off-by: Niklas Haas <gentoo@haasn.xyz> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* Revert "media-libs/libplacebo: bump to v2.43.1"Joonas Niilola2021-01-181-1/+1
| | | | | | This reverts commit dd165a1bb47fd36137dd2a047efccf54afeaec80. Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* media-libs/libplacebo: bump to v2.43.1Niklas Haas2021-01-181-1/+1
| | | | | | | This is a straightforward bugfix release. Signed-off-by: Niklas Haas <gentoo@haasn.xyz> Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
* media-libs/libplacebo: update to v2.72.2Niklas Haas2020-11-181-1/+1
| | | | | | | | | | Simple bug fix release, most notably extending the range of supported glslang versions. There's no point in keeping the old version around. Signed-off-by: Niklas Haas <git@haasn.xyz> Closes: https://bugs.gentoo.org/753602 Closes: https://github.com/gentoo/gentoo/pull/18209 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* media-libs/libplacebo: Drop 1.21.0-r1 and 1.29.1Andreas Sturmlechner2020-07-191-2/+0
| | | | | | Bug: https://bugs.gentoo.org/728248 Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* media-libs/libplacebo: update to v2.72.0Niklas Haas2020-06-181-0/+1
| | | | | | | | | | | | 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 to v2.43.0Niklas Haas2020-04-231-0/+1
| | | | | | | | | | | | | 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: remove 1.29.0Niklas Haas2020-01-031-1/+0
| | | | | | Signed-off-by: Niklas Haas <git@haasn.xyz> Closes: https://github.com/gentoo/gentoo/pull/14109 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* media-libs/libplacebo: update to 1.29.1Niklas Haas2020-01-031-0/+1
| | | | | | | | | | | | This is a minor bug fix release upstream, which also fixes some gentoo-related issues. I also made a minor change to the ebuild, to avoid having to hard-code the subslot version. (Upstream guarantees that the .so version always matches the minor version) Closes: https://bugs.gentoo.org/703570 Closes: https://bugs.gentoo.org/700766 Signed-off-by: Niklas Haas <git@haasn.xyz> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* media-libs/libplacebo: update to 1.29.0Niklas Haas2019-12-221-0/+1
| | | | | | Signed-off-by: Niklas Haas <git@haasn.xyz> Closes: https://github.com/gentoo/gentoo/pull/14086 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* media-libs/libplacebo: Drop 1.18.0Andreas Sturmlechner2019-11-201-1/+0
| | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* media-libs/libplacebo: update to 1.21.0Niklas Haas2019-10-221-0/+1
| | | | | | Signed-off-by: Niklas Haas <git@haasn.xyz> Closes: https://github.com/gentoo/gentoo/pull/13310 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* media-libs/libplacebo: Drop 1.7.0Andreas Sturmlechner2019-06-091-1/+0
| | | | | Package-Manager: Portage-2.3.67, Repoman-2.3.14 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* media-libs/libplacebo: update to 1.18.0.Mihai Moldovan2019-05-091-0/+1
| | | | | | | | | | | | | | | | | | | Additionally, bump up to EAPI 7. No actual packaging changes needed. Also, modernize ebuild a bit. The meson eclass now has features like meson_{feature,use}, which we can use to shorten out a lot of feature tests. Add support for the optional testing framework. Do not call ninja directly, but rather use the meson_src_{build,test,install} functions. Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Mihai Moldovan <ionic@ionic.de> Closes: https://github.com/gentoo/gentoo/pull/11938 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
* media-libs/libplacebo: Add new ebuildNiklas Haas2019-04-031-0/+1
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>