2007-01-18 00:47:18 +01:00
|
|
|
# $NetBSD: Makefile,v 1.39 2007/01/17 23:47:22 wiz Exp $
|
2004-01-26 13:10:12 +01:00
|
|
|
#
|
|
|
|
|
2007-01-14 12:34:52 +01:00
|
|
|
DISTNAME= kmplayer-0.9.3a
|
2007-01-18 00:47:18 +01:00
|
|
|
PKGREVISION= 1
|
2004-01-26 13:10:12 +01:00
|
|
|
CATEGORIES= multimedia kde
|
2005-10-31 18:35:28 +01:00
|
|
|
MASTER_SITES= http://kmplayer.kde.org/pkgs/
|
2004-01-26 13:10:12 +01:00
|
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
|
Update kmplayer to 0.8.4b.
0.8.4b.
Fix for MPlayer's volume setting on start. In next version it will be
configurable if backend player should set volume on start, but MPlayer
shouldn't because it sets volume relative of current value.
Users of gcc-2.95 may have more luck compiling this version.
0.8.4a.
Fix for MPlayer's slave command queue after manually stop a movie and
various ways to crash KMPlayer are blocked.
0.8.4.
an extra volume slider in the controlpanel, that let the backend players
control the volume,
limited support for GStreamer, kgstplayer that will only play local files
if you haven't gnomevfs2 (might be that with the latest plugin you can
also play dvd urls), thanks to Kiss from Ronald S. Bultje, being a nice
working demo,
kxvplayer, an extra backend player, that is a XVideo viewer,
switch between kxvplayer and mplayer with TV is possible,
a VDR frontend using kxvplayer,
new icons from Marcel Dierkes (KMPlayer has become a real movie star),
new dockable view on the internal playlist, also usable to navigate
through it, making bookmarks of listed URLs,
new relaxed ASX parser,
a cleaned up library (libkmplayercommon.so)
and Real's RAM playlist support, will finally let MPlayer play those
stream too.
Take Maintainership, as suggested by Murray Armfield some time ago.
2005-04-07 14:07:43 +02:00
|
|
|
MAINTAINER= markd@NetBSD.org
|
2005-10-31 18:35:28 +01:00
|
|
|
HOMEPAGE= http://kmplayer.kde.org/
|
2004-01-26 13:10:12 +01:00
|
|
|
COMMENT= KDE frontend to mplayer
|
|
|
|
|
2005-12-05 21:49:47 +01:00
|
|
|
DEPENDS+= mplayer>=1.0rc3:../../multimedia/mplayer
|
2004-01-26 13:10:12 +01:00
|
|
|
DEPENDS+= mencoder>=1.0rc3:../../multimedia/mencoder
|
|
|
|
DEPENDS+= xine-arts>=1rc0a:../../audio/xine-arts
|
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
2006-04-13 20:23:29 +02:00
|
|
|
USE_TOOLS+= gmake msgfmt perl pkg-config
|
2004-08-22 03:01:52 +02:00
|
|
|
USE_LANGUAGES= c c++
|
2004-01-26 13:10:12 +01:00
|
|
|
USE_LIBTOOL= yes
|
|
|
|
|
Update kmplayer to 0.8.4b.
0.8.4b.
Fix for MPlayer's volume setting on start. In next version it will be
configurable if backend player should set volume on start, but MPlayer
shouldn't because it sets volume relative of current value.
Users of gcc-2.95 may have more luck compiling this version.
0.8.4a.
Fix for MPlayer's slave command queue after manually stop a movie and
various ways to crash KMPlayer are blocked.
0.8.4.
an extra volume slider in the controlpanel, that let the backend players
control the volume,
limited support for GStreamer, kgstplayer that will only play local files
if you haven't gnomevfs2 (might be that with the latest plugin you can
also play dvd urls), thanks to Kiss from Ronald S. Bultje, being a nice
working demo,
kxvplayer, an extra backend player, that is a XVideo viewer,
switch between kxvplayer and mplayer with TV is possible,
a VDR frontend using kxvplayer,
new icons from Marcel Dierkes (KMPlayer has become a real movie star),
new dockable view on the internal playlist, also usable to navigate
through it, making bookmarks of listed URLs,
new relaxed ASX parser,
a cleaned up library (libkmplayercommon.so)
and Real's RAM playlist support, will finally let MPlayer play those
stream too.
Take Maintainership, as suggested by Murray Armfield some time ago.
2005-04-07 14:07:43 +02:00
|
|
|
CONFIGURE_ARGS+= --without-gstreamer
|
|
|
|
|
2006-07-07 17:49:30 +02:00
|
|
|
SHLIBTOOL_OVERRIDE= # empty
|
2004-01-26 13:10:12 +01:00
|
|
|
|
2004-01-29 23:11:01 +01:00
|
|
|
SUBST_CLASSES+= desktop
|
2006-04-22 11:22:05 +02:00
|
|
|
SUBST_MESSAGE.desktop= Fixing application launcher.
|
2004-01-29 23:11:01 +01:00
|
|
|
SUBST_STAGE.desktop= pre-configure
|
|
|
|
SUBST_FILES.desktop= src/kmplayer.desktop
|
|
|
|
SUBST_SED.desktop= -e 's|@PREFIX@|${PREFIX}|g'
|
|
|
|
|
2004-04-24 20:53:40 +02:00
|
|
|
.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"
|
2007-01-13 17:50:12 +01:00
|
|
|
.include "../../x11/libXv/buildlink3.mk"
|
2004-01-26 13:10:12 +01:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|