af954cd325
Overview of changes in gst123-0.3.4: * Option parsing bug for "-@, --list" fixed. * Avoid annoying redundant tag updates. * Support video subtitles [Ahmed El-Mahmoudy]. * Use A/a keys to set video opacity [Ahmed El-Mahmoudy]. * Work around kwin window manager policy "focus stealing prevention". * Fix image filetype detection bug. * Fix Issue 14: Use sync bus handler to set window xid. * Fix Issue 13: In some cases playing videos leads to g_criticals(). * Added "-f, --fullscreen" option to start playback in fullscreen mode. * Added "--volume" option to set initial playback volume. * Ignore symlinks when crawling directories. * Various bugfixes.
28 lines
912 B
Makefile
28 lines
912 B
Makefile
# $NetBSD: Makefile,v 1.35 2017/03/16 14:57:13 wiz Exp $
|
|
|
|
DISTNAME= gst123-0.3.4
|
|
CATEGORIES= multimedia
|
|
MASTER_SITES= http://space.twc.de/~stefan/gst123/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= ryoon@NetBSD.org
|
|
HOMEPAGE= http://space.twc.de/~stefan/gst123.php
|
|
COMMENT= Flexible command line player based on gstreamer
|
|
LICENSE= gnu-lgpl-v2
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LANGUAGES= c c++
|
|
|
|
USE_TOOLS+= pkg-config gmake
|
|
|
|
USE_NCURSES= yes
|
|
CONFIGURE_ARGS+= NCURSES_CFLAGS=-I${BUILDLINK_PREFIX.ncurses}/include
|
|
CONFIGURE_ARGS+= NCURSES_LIBS="-L${BUILDLINK_PREFIX.ncurses}/lib ${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.ncurses}/lib -l${BUILDLINK_LIBNAME.ncurses}"
|
|
|
|
LDFLAGS.SunOS+= -lsocket -lnsl
|
|
|
|
.include "../../multimedia/gstreamer0.10/buildlink3.mk"
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
|
.include "../../multimedia/gst-plugins0.10-base/buildlink3.mk"
|
|
.include "../../devel/ncurses/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|