---------------------------- 2016-11-28 (0.8.7) Robin Gareus <robin@gareus.org> * fix release builds (mistake in 0.8.6) 2016-11-28 (0.8.6) Robin Gareus <robin@gareus.org> * explicitly request single-screen fullscreen on OSX * weak-link against libjack (binaries) * add NetBSD support (pkgsrc changes) - Drop two patches, upstream nos supports NetBSD (although the one patch still necessary) - (note) Does this really fit to audio category ? This application shows video syncing to audio.
27 lines
708 B
Makefile
27 lines
708 B
Makefile
# $NetBSD: Makefile,v 1.6 2017/05/27 13:43:00 mef Exp $
|
|
|
|
DISTNAME= xjadeo-0.8.7
|
|
CATEGORIES= audio
|
|
MASTER_SITES= ${MASTER_SITE_GITHUB:=x42/}
|
|
GITHUB_TAG= v${PKGVERSION_NOREV}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://xjadeo.sourceforge.net/
|
|
COMMENT= X JAck viDEo mOnitor
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
USE_LANGUAGES= c c++
|
|
|
|
USE_TOOLS+= automake aclocal autoheader autoconf pkg-config
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
pre-configure:
|
|
${RUN} cd ${WRKSRC} && ./autogen.sh
|
|
|
|
.include "../../audio/jack/buildlink3.mk"
|
|
.include "../../graphics/glu/buildlink3.mk"
|
|
.include "../../multimedia/ffmpeg3/buildlink3.mk"
|
|
.include "../../x11/libXpm/buildlink3.mk"
|
|
.include "../../x11/libXv/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|