summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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: keyword on ~ppc64Georgy Yakovlev2020-02-261-1/+1
| | | | | Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
* media-libs/libplacebo: mark stableMikle Kolyada2020-01-051-2/+2
| | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.16 Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
* media-libs/libplacebo: remove 1.29.0Niklas Haas2020-01-032-56/+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-032-0/+56
| | | | | | | | | | | | 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: Added sub-slotLars Wendler2019-12-232-1/+2
| | | | | Package-Manager: Portage-2.3.82, Repoman-2.3.20 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* media-libs/libplacebo: update to 1.29.0Niklas Haas2019-12-222-0/+56
| | | | | | 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: Add missing RESTRICT="!test? ( test )"Andreas Sturmlechner2019-11-202-0/+4
| | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* media-libs/libplacebo: Drop 1.21.0 (r0)Andreas Sturmlechner2019-11-201-53/+0
| | | | | 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-202-1/+54
| | | | | | 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: Drop 1.18.0Andreas Sturmlechner2019-11-202-54/+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-222-0/+54
| | | | | | 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: x86 keyworded (bug #687722)Thomas Deutschmann2019-06-181-1/+1
| | | | | Package-Manager: Portage-2.3.67, Repoman-2.3.14 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* media-libs/libplacebo: Drop 1.7.0Andreas Sturmlechner2019-06-092-48/+0
| | | | | Package-Manager: Portage-2.3.67, Repoman-2.3.14 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: sort emesonargsGeorgy Yakovlev2019-05-091-1/+1
| | | | | Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
* media-libs/libplacebo: update to 1.18.0.Mihai Moldovan2019-05-092-0/+54
| | | | | | | | | | | | | | | | | | | 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-034-0/+116
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>