summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* media-gfx/realesrgan-ncnn-vulkan: fix build "with" glslang-1.3.275Ionen Wolkens2024-01-192-3/+20
| | | | | | | | | | | | | | | | | | | Do not quite see why this is even looking for glslang libraries at all with USE_SYSTEM_NCNN, there is nothing that use it that I can see. System ncnn *does* use glslang on the other hand (maybe it's trying to check if system ncnn has support? ...but then RDEPEND already ensures this). Meanwhile system ncnn itself (which is more recent) seems to be handling current glslang properly. Let's just yank out the entire block. That aside, this still looks for glslangValidator, so the dependency should instead be BDEPEND. Closes: https://bugs.gentoo.org/922511 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* media-gfx/realesrgan-ncnn-vulkan: stabilize 0.2.0-r1 for amd64Ionen Wolkens2023-10-101-1/+1
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* media-gfx/realesrgan-ncnn-vulkan: tidy ebuildIonen Wolkens2023-10-101-10/+12
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* media-gfx/realesrgan-ncnn-vulkan: drop myself as maintainer.Piotr Karbowski2023-08-091-4/+0
| | | | Signed-off-by: Piotr Karbowski <slashbeast@gentoo.org>
* media-gfx/realesrgan-ncnn-vulkan: add myself as a maintainerIonen Wolkens2022-12-041-0/+4
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* media-gfx/realesrgan-ncnn-vulkan: Add missing files.Piotr Karbowski2022-12-042-0/+82
| | | | | Bug: https://bugs.gentoo.org/883447 Signed-off-by: Piotr Karbowski <slashbeast@gentoo.org>
* media-gfx/realesrgan-ncnn-vulkan: new default model; added missing model.Piotr Karbowski2022-12-042-57/+1
| | | | | Closes: https://bugs.gentoo.org/883447 Signed-off-by: Piotr Karbowski <slashbeast@gentoo.org>
* media-gfx/realesrgan-ncnn-vulkan: new package.Piotr Karbowski2022-11-213-0/+69
Signed-off-by: Piotr Karbowski <slashbeast@gentoo.org>