de51318872
Changes since version 0.10.0b - Use html page baseurl for resolving urls from the knpplayer backend - Initialize thread support for knpplayer, makes knpplayer crashes go away - Second part of set viewarea background to part's parent background Changes since version 0.10.0a - Fix some flash wanting full Url out of a relative Url before streaming data - Hardcode flash mimetypes in pluginsinfo - Fix kpart not reading the system global kmplayerrc - Set viewarea background to part's parent background for the plugin - Fix kxineplayer crash when sending the configurations Changes since version 0.10.0 - Fix npp streams with javascript urls, that never reached the finish state - Fix memory leak in SMIL image - Get rid of nspr dependency Changes since version 0.10.0-pre3 - Fix double scaling of video in a region - Use XPLAIN again for npp's GtkPlug embedded in QXEmbed, makes reproducable mouse grab go away Changes since version 0.10.0-pre2 - Fix unpausing with multi items from playlist - Compile fix for gcc >= 4.2 - Cairo painting speedups, always round to screen pixel values - Adjust for timer drifting in SMIL files - SMIL additions, add AnimateMotion, more transition types, transOut support, region background image and 'showBackground' attribute among others - Replace -vop with -vf for MPlayer Changes since version 0.9.4a - Allow per mimetype preferred player backend - Add npp backend that plays xembed style browser plugins
43 lines
1.3 KiB
Makefile
43 lines
1.3 KiB
Makefile
# $NetBSD: Makefile,v 1.46 2008/09/04 12:12:49 markd Exp $
|
|
#
|
|
|
|
DISTNAME= kmplayer-0.10.0c
|
|
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
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
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= # empty
|
|
|
|
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/cairo/buildlink3.mk"
|
|
.include "../../graphics/hicolor-icon-theme/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 "../../x11/libXv/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|