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