pkgsrc/multimedia/totem-xine/Makefile
wiz 4ff1cc4b52 Update totem* to 2.24.3. Make totem-nautilus use totem/Makefile.common.
2.24.3:
* Fix YouTube plugin for recent website changes
* Allow clicking on the seekbar to get to the selected position
* Fix some keys not being usable in the sidebar
* Fix possible hangs in the YouTube plugin
2008-10-28 10:56:04 +00:00

22 lines
577 B
Makefile

# $NetBSD: Makefile,v 1.25 2008/10/28 10:56:04 wiz Exp $
#
PKG_DESTDIR_SUPPORT= user-destdir
.include "../../multimedia/totem/Makefile.common"
PKGNAME= ${DISTNAME:S/-/-xine-/}
COMMENT+= (using Xine)
CONFLICTS+= totem-[0-9]*
CONFIGURE_ARGS+= --enable-xine=yes
CONFIGURE_ARGS+= --disable-browser-plugins
# needed for fake events to keep screensavers out, dubious
.include "../../x11/libXtst/buildlink3.mk"
# XVIDMODE is disabled in the source
#.include "../../x11/libXxf86vm/buildlink3.mk"
.include "../../multimedia/xine-lib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"