summaryrefslogtreecommitdiff
path: root/multimedia/elementary-videos/Makefile
blob: 50438cc5e197326a12d6f940673a0c067b61c648 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# $FreeBSD$

PORTNAME=	elementary-videos
DISTVERSION=	2.7.1
CATEGORIES=	multimedia

MAINTAINER=	miguel@gocobachi.dev
COMMENT=	Elementary OS video player

LICENSE=	GPLv3
LICENSE_FILE=	${WRKSRC}/COPYING

BUILD_DEPENDS=	valac:lang/vala
LIB_DEPENDS=	libclutter-1.0.so:graphics/clutter \
		libclutter-gst-3.0.so:multimedia/clutter-gst3 \
		libclutter-gtk-1.0.so:graphics/clutter-gtk3 \
		libgee-0.8.so:devel/libgee \
		libgranite.so:x11-toolkits/granite \
		libgstbase-1.0.so:multimedia/gstreamer1
RUN_DEPENDS=	gstreamer1-plugins-core>=0:multimedia/gstreamer1-plugins-core

USES=		desktop-file-utils gnome meson pkgconfig xorg
USE_GITHUB=	yes
GH_ACCOUNT=	elementary
GH_PROJECT=	videos
USE_GNOME=	cairo gdkpixbuf2 gtk30
GLIB_SCHEMAS=	io.elementary.videos.gschema.xml
INSTALLS_ICONS=	yes
USE_GSTREAMER1=	yes
USE_XORG=	x11

OPTIONS_DEFINE=	NLS
OPTIONS_SUB=	yes

NLS_USES=	gettext

.include <bsd.port.mk>