bc9f898a9c
Changes: https://github.com/mpv-player/mpv/releases/tag/v0.35.0 PR: 267113 Reported by: GitHub (watch releases)
27 lines
706 B
Makefile
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>
|