freebsd-ports/graphics/upscaler/Makefile
Jan Beich 4b15a96231 graphics/upscaler: add new port
Upscaler is a GTK4 + libadwaita application that allows you to upscale
and enhance a given image. It is a front-end for Real-ESRGAN ncnn Vulkan.

https://gitlab.com/TheEvilSkeleton/Upscaler
2023-01-03 07:36:42 +00:00

28 lines
774 B
Makefile

PORTNAME= upscaler
DISTVERSION= 1.1.2
CATEGORIES= graphics
MAINTAINER= jbeich@FreeBSD.org
COMMENT= Upscale and enhance images
WWW= https://gitlab.com/TheEvilSkeleton/Upscaler
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= blueprint-compiler:devel/blueprint-compiler
RUN_DEPENDS= realesrgan-ncnn-vulkan:graphics/realesrgan-ncnn-vulkan
USES= desktop-file-utils gettext-tools gnome meson python
USE_GITLAB= yes
USE_GNOME= gtk40 libadwaita pygobject3
GL_ACCOUNT= TheEvilSkeleton
GL_PROJECT= Upscaler
GL_COMMIT= 5aaab9ccaf56b3c7a0eb7d1dbba372d8ff970d69
GLIB_SCHEMAS= io.gitlab.theevilskeleton.Upscaler.gschema.xml
post-patch:
# Derive Python version from Meson
@${REINPLACE_CMD} -e "s,'python3',," ${WRKSRC}/${PORTNAME}/meson.build
.include <bsd.port.mk>