pkgsrc/multimedia/kmplayer/Makefile
markd 3b9cfd23be Update kmplayer to 0.9.2
Compared to the 0.9.1 series, the differences are RealPix image format
support, updated gstreamer backend from 0.8 to the latest stable 0.10
version, a recorder that uses the Xine's mrl extension which, unlike
the others, shows video while recording, a central timing registration
that allows more accurate SMIL animations which enables animation to
pause (including running gif/realpix animations and/or videos), and a
simple playlist editor that edits the raw XML at any point in the tree.
2006-04-28 01:58:35 +00:00

38 lines
1.1 KiB
Makefile

# $NetBSD: Makefile,v 1.30 2006/04/28 01:58:35 markd Exp $
#
DISTNAME= kmplayer-0.9.2
CATEGORIES= multimedia kde
MASTER_SITES= http://kmplayer.kde.org/pkgs/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= markd@NetBSD.org
HOMEPAGE= http://kmplayer.kde.org/
COMMENT= KDE frontend to mplayer
DEPENDS+= mplayer>=1.0rc3:../../multimedia/mplayer
DEPENDS+= mencoder>=1.0rc3:../../multimedia/mencoder
DEPENDS+= xine-arts>=1rc0a:../../audio/xine-arts
GNU_CONFIGURE= yes
USE_TOOLS+= gmake msgfmt perl pkg-config
USE_LANGUAGES= c c++
USE_LIBTOOL= yes
CONFIGURE_ARGS+= --without-gstreamer
SHLIBTOOL_OVERRIDE= libtool
SUBST_CLASSES+= desktop
SUBST_MESSAGE.desktop= Fixing application launcher.
SUBST_STAGE.desktop= pre-configure
SUBST_FILES.desktop= src/kmplayer.desktop
SUBST_SED.desktop= -e 's|@PREFIX@|${PREFIX}|g'
.include "../../devel/zlib/buildlink3.mk"
.include "../../graphics/jpeg/buildlink3.mk"
.include "../../graphics/png/buildlink3.mk"
.include "../../meta-pkgs/kde3/kde3.mk"
.include "../../multimedia/xine-lib/buildlink3.mk"
.include "../../x11/kdelibs3/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"