Totem is simple movie player for the GNOME desktop based on GStreamer and Xine. It features a playlist, a full-screen mode, seek and volume controls, as well as a pretty complete keyboard navigation. This package is built using the Xine backend.
13 lines
281 B
Makefile
13 lines
281 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2005/03/22 16:37:51 jmmv Exp $
|
|
#
|
|
|
|
.include "../../multimedia/totem/Makefile.common"
|
|
|
|
PKGNAME= ${DISTNAME:S/-/-xine-/}
|
|
|
|
COMMENT+= (using Xine)
|
|
|
|
CONFLICTS+= totem-[0-9]*
|
|
|
|
.include "../../multimedia/xine-lib/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|