Changes: https://github.com/celluloid-player/celluloid/releases/tag/v0.19 Changes: https://github.com/celluloid-player/celluloid/compare/v0.18...v0.19 Reported by: GitHub (watch releases)
25 lines
643 B
Makefile
25 lines
643 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= celluloid
|
|
PORTVERSION= 0.19
|
|
CATEGORIES= multimedia
|
|
MASTER_SITES= https://github.com/${PORTNAME}-player/${PORTNAME}/releases/download/v${PORTVERSION}/
|
|
|
|
MAINTAINER= jbeich@FreeBSD.org
|
|
COMMENT= Simple GTK+ frontend for mpv
|
|
|
|
LICENSE= GPLv3+
|
|
|
|
LIB_DEPENDS= libepoxy.so:graphics/libepoxy \
|
|
libmpv.so:multimedia/mpv
|
|
|
|
USES= compiler:c11 desktop-file-utils gettext-tools gmake gnome \
|
|
pkgconfig tar:xz
|
|
USE_GNOME= cairo gtk30
|
|
GNU_CONFIGURE= yes
|
|
GLIB_SCHEMAS= io.github.GnomeMpv.gschema.xml \
|
|
io.github.celluloid_player.Celluloid.gschema.xml
|
|
INSTALLS_ICONS= yes
|
|
LDFLAGS+= -Wl,--as-needed # gdkpixbuf2
|
|
|
|
.include <bsd.port.mk>
|