pkgsrc/multimedia/kmplayer/Makefile

43 lines
1.2 KiB
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.44 2008/01/18 05:08:38 tnn Exp $
#
DISTNAME= kmplayer-0.9.4a
PKGREVISION= 3
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
Update kmplayer to 0.8.3rc4 pkgsrc changes: dont install some files that kdelibs already has versions of. Changes since version 0.8.3-rc3a - Downloading of .m3u/.pls also eats .asx, so try to read this one too. This fixes also MPlayer-1.0pre not been able to read .asx files. - Make sure if we're downloading a playlist file, it isn't bigger than 50k - More or less revert the alsa5/alsa9 change to just alsa. Seems latest MPlayer doesn't work with alsa5/alsa9. Although they are still available. Changes since version 0.8.3-rc3 - add AM_MAINTAINER_MODE in configure.in.in, no recheck/automake/autoconf version mismatch Changes since version 0.8.3-rc2 - All QtoolTips to QWhatsThis and help from Xine for whatsthis by xine options - Store xine settings in ~/.kde/share/apps/kmplayer/xine_config and not in ~/.xine/config2. Save the first time if file does not exist (Automaticly sets the misc.memcpy_method). - Added a debian build directory, builds a kmplayer-lib, kmplayer-plugin and a kmplayer-app package. Eg. install only kmplayer-lib and kmplayer-plugin if you prefer another player but do want the plugin for konqueror. - Added protocol files for mms://, rtsp:// and pnm:// - Position slider now also shows progress of the cache fill Changes since version 0.8.3-rc1 - Remove configure options for control buttons. Simply always autohide for fullscreen and embedded part and show them otherwise - Fix another case of video widget stays black cause in kxineplayer - If position slider is hidden, make buttons small again (like <= 0.8.2) - Support for AUTOSTART attribute - Support for FULLSCREENMODE attribute - Seeking while sliding :-) - Local .pls and .m3u playlist files support. Works too if autodownloaded, eg pls' on http://www.shoutcast.com should work now Changes since version 0.8.2 - fix for the "video window stays (sometimes/often) black" bug, which seems to occur more with the latest Qt versions. KMPlayer uses a XSimpleWindow now that is managed by QXEmbed - Support for Real's CONTROLS/CONSOLE attributes. This makes it possible multible plugins cooperate with imagewindow/controlpanel - Combine control buttons and position slider to one control panel
2004-08-22 03:01:52 +02:00
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'
2004-04-24 20:53:40 +02:00
.include "../../devel/zlib/buildlink3.mk"
.include "../../graphics/cairo/buildlink3.mk"
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
2004-04-24 20:53:40 +02:00
.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"
.include "../../mk/bsd.pkg.mk"