blob: f1adc5589bc8ba4da29df46812498f44cf0b7322 (
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
38
39
40
41
42
43
|
# Created by: Mykola Dzham <i@levsha.me>
# $FreeBSD$
PORTNAME= bino
PORTVERSION= 1.4.2
PORTREVISION= 4
CATEGORIES= multimedia
MASTER_SITES= http://download.savannah.nongnu.org/releases/bino/ http://levsha.me/ports/distfiles/
MAINTAINER= i@levsha.me
COMMENT= 3D video player with multi-display support
LICENSE= GPLv3+
USES= desktop-file-utils gmake pkgconfig tar:xz
USE_GL= glew
GNU_CONFIGURE= yes
INSTALLS_ICONS= yes
USE_QT4= moc_build opengl rcc_build
# no port fow equalizer now, lirc detecting not working
CONFIGURE_ARGS+= --without-equalizer --without-liblircclient --docdir=${DOCSDIR}
LIB_DEPENDS+= libass.so:multimedia/libass \
libavformat.so:multimedia/ffmpeg \
libopenal.so:audio/openal-soft
INFO= bino
OPTIONS_DEFINE= NLS DOCS
OPTIONS_SUB= yes
NLS_USES= gettext
NLS_CONFIGURE_ENABLE=nls
BROKEN_aarch64= Fails to compile: error: call to member function insert is ambiguous
# fixes build on non UTF-8 enviroments
post-patch:
@${REINPLACE_CMD} -e 's|echo $<|LANG=C; LC_ALL=C; &|' \
${WRKSRC}/src/Makefile.in
.include <bsd.port.mk>
|