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