pkgsrc/multimedia/gxine/Makefile
drochner 999089edc7 update to 0.4.6
changes:
gxine has gained post-plugin chain support and improved playlist handling,
and there are some fixes for some crashes (notably for full-screen mode
and non-UTF-8 locales)
2005-07-29 16:10:44 +00:00

23 lines
570 B
Makefile

# $NetBSD: Makefile,v 1.12 2005/07/29 16:10:44 drochner Exp $
#
DISTNAME= gxine-0.4.6
CATEGORIES= multimedia
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=xine/}
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://xinehq.de/
COMMENT= Gtk-based media player
GNU_CONFIGURE= YES
USE_LIBTOOL= YES
USE_PKGLOCALEDIR= YES
USE_TOOLS+= gmake
PTHREAD_OPTS+= require
.include "../../devel/glib2/buildlink3.mk"
.include "../../multimedia/xine-lib/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"