Tweak multimedia/celluloid version 0.21
[dports.git] / multimedia / celluloid / Makefile
1 PORTNAME=       celluloid
2 DISTVERSIONPREFIX=      v
3 DISTVERSION=    0.21
4 CATEGORIES=     multimedia
5
6 MAINTAINER=     jbeich@FreeBSD.org
7 COMMENT=        Simple GTK+ frontend for mpv
8
9 LICENSE=        GPLv3+
10
11 LIB_DEPENDS=    libepoxy.so:graphics/libepoxy \
12                 libmpv.so:multimedia/mpv
13
14 USES=           compiler:c11 desktop-file-utils gettext-tools gnome \
15                 meson pkgconfig python:3.5+,build shebangfix tar:xz
16 USE_GITHUB=     yes
17 USE_GNOME=      cairo gtk30
18 GH_ACCOUNT=     ${PORTNAME}-player
19 SHEBANG_FILES=  src/generate-authors.py meson-post-install.py
20 GLIB_SCHEMAS=   io.github.GnomeMpv.gschema.xml \
21                 io.github.celluloid_player.Celluloid.gschema.xml
22 INSTALLS_ICONS= yes
23
24 .include <bsd.port.mk>