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