diff options
author | markd <markd@pkgsrc.org> | 2007-05-05 21:43:36 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2007-05-05 21:43:36 +0000 |
commit | 7a5645f77a2d61072f423954bb7e56c6a3867ee0 (patch) | |
tree | dcee741d43209124883eb7038fff111d0b199316 /multimedia | |
parent | 457fa9025f09a33b1d5e735b90558d0620380c3b (diff) | |
download | pkgsrc-7a5645f77a2d61072f423954bb7e56c6a3867ee0.tar.gz |
Update kmplayer to 0.9.4a
Changes since version 0.9.4
- Crash fix in playlist change while still playing
- Support for mouse events on 'area' elements in SMIL
- Clear the 'Connecting' status message when we got the data
- Fix regression in 0.9.4, xine added reference links weren't auto played
- Fix painting gifs that where larger than qmovie default buffer size
- Support SMIL 'fillDefault' attribute
- Globally share XML attribute names, reducing memory pressure
- Fix region painting regression to limit updating only the region rectangle
- Add audio/x-ms* to list of possible playlists
Changes since version 0.9.3a
- Support for MPlayer ICY stream info
- Fix flashing/resizing infowindow between two items having info
- Podcast item w/o an enclose but having a description now keep them self
active for a calculated time
- Fix easy breaking reading CDATA sections
- Changed intro animation, making it slightly shorter and using fade
transition
- Add support for SMIL linknodes a and area, brush and transiton (only
fade)
- RealPix's fades now realy fades in or out
- Moved SMIL/RealPix painting to libcairo
- Fix auto hiding controlpanel disappeared after switching to console view
- Fix autohiding controlpanel when there is also a statusbar
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/kmplayer/Makefile | 6 | ||||
-rw-r--r-- | multimedia/kmplayer/distinfo | 9 | ||||
-rw-r--r-- | multimedia/kmplayer/patches/patch-aa | 13 |
3 files changed, 21 insertions, 7 deletions
diff --git a/multimedia/kmplayer/Makefile b/multimedia/kmplayer/Makefile index e03b07f5492..129d98bdc49 100644 --- a/multimedia/kmplayer/Makefile +++ b/multimedia/kmplayer/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.40 2007/01/26 04:25:47 markd Exp $ +# $NetBSD: Makefile,v 1.41 2007/05/05 21:43:36 markd Exp $ # -DISTNAME= kmplayer-0.9.3a -PKGREVISION= 2 +DISTNAME= kmplayer-0.9.4a CATEGORIES= multimedia kde MASTER_SITES= http://kmplayer.kde.org/pkgs/ EXTRACT_SUFX= .tar.bz2 @@ -31,6 +30,7 @@ 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" diff --git a/multimedia/kmplayer/distinfo b/multimedia/kmplayer/distinfo index b3699c8570e..09459d917be 100644 --- a/multimedia/kmplayer/distinfo +++ b/multimedia/kmplayer/distinfo @@ -1,7 +1,8 @@ -$NetBSD: distinfo,v 1.15 2007/01/14 11:34:52 markd Exp $ +$NetBSD: distinfo,v 1.16 2007/05/05 21:43:37 markd Exp $ -SHA1 (kmplayer-0.9.3a.tar.bz2) = 646f6716f24d4d635545f5e3946671c2f01e3e8c -RMD160 (kmplayer-0.9.3a.tar.bz2) = 1e98a30a7a200e1235c86129df708c799cfaa595 -Size (kmplayer-0.9.3a.tar.bz2) = 950430 bytes +SHA1 (kmplayer-0.9.4a.tar.bz2) = 27d78793d6e9ac37a5810b8e742ffa0f55317488 +RMD160 (kmplayer-0.9.4a.tar.bz2) = 74d8fe2b2fd2c9e18518ff73b66b254b974291be +Size (kmplayer-0.9.4a.tar.bz2) = 970527 bytes +SHA1 (patch-aa) = 9bb8de7966454d20a2b732b6b231874788dd1b5b SHA1 (patch-ab) = 6d0635e5d9ea62de7363f761493d80d9d9734857 SHA1 (patch-ac) = d91f1a27a0768e19c856079328db54d563e96128 diff --git a/multimedia/kmplayer/patches/patch-aa b/multimedia/kmplayer/patches/patch-aa new file mode 100644 index 00000000000..d90a2eb18df --- /dev/null +++ b/multimedia/kmplayer/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.4 2007/05/05 21:43:37 markd Exp $ + +--- configure.orig 2007-04-04 09:15:50.000000000 +1200 ++++ configure +@@ -34299,7 +34299,7 @@ LIBCAIRO_LIBS="" + LIBCAIRO_CFLAGS="" + # Check whether --enable-cairo was given. + if test "${enable_cairo+set}" = set; then +- enableval=$enable_cairo; if test "x$enableval" == "xno"; then ++ enableval=$enable_cairo; if test "x$enableval" = "xno"; then + hascairo=no + fi + fi |