freebsd-ports/multimedia/celluloid/Makefile
Jan Beich bc9f898a9c multimedia/mpv: update to 0.35.0
Changes:	https://github.com/mpv-player/mpv/releases/tag/v0.35.0
PR:		267113
Reported by:	GitHub (watch releases)
2022-11-12 20:21:30 +00:00

27 lines
706 B
Makefile

PORTNAME= celluloid
DISTVERSIONPREFIX= v
DISTVERSION= 0.24
PORTREVISION= 1
CATEGORIES= multimedia
MAINTAINER= jbeich@FreeBSD.org
COMMENT= Simple GTK+ frontend for mpv
WWW= https://celluloid-player.github.io/
LICENSE= GPLv3+
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libepoxy.so:graphics/libepoxy \
libmpv.so:multimedia/mpv
USES= compiler:c11 desktop-file-utils gettext-tools gnome \
meson pkgconfig python:3.5+,build shebangfix tar:xz
USE_GITHUB= yes
USE_GNOME= gtk40 libadwaita
GH_ACCOUNT= ${PORTNAME}-player
SHEBANG_FILES= src/generate-authors.py meson-post-install.py
GLIB_SCHEMAS= io.github.GnomeMpv.gschema.xml \
io.github.celluloid_player.Celluloid.gschema.xml
.include <bsd.port.mk>