pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/multimedia/kmplayer Update kmplayer to 0.9.4a



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cab236013e36
branches:  trunk
changeset: 528502:cab236013e36
user:      markd <markd%pkgsrc.org@localhost>
date:      Sat May 05 21:43:36 2007 +0000

description:
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:

 multimedia/kmplayer/Makefile         |   6 +++---
 multimedia/kmplayer/distinfo         |   9 +++++----
 multimedia/kmplayer/patches/patch-aa |  13 +++++++++++++
 3 files changed, 21 insertions(+), 7 deletions(-)

diffs (55 lines):

diff -r 944409ceb946 -r cab236013e36 multimedia/kmplayer/Makefile
--- a/multimedia/kmplayer/Makefile      Sat May 05 21:39:11 2007 +0000
+++ b/multimedia/kmplayer/Makefile      Sat May 05 21:43:36 2007 +0000
@@ -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_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 -r 944409ceb946 -r cab236013e36 multimedia/kmplayer/distinfo
--- a/multimedia/kmplayer/distinfo      Sat May 05 21:39:11 2007 +0000
+++ b/multimedia/kmplayer/distinfo      Sat May 05 21:43:36 2007 +0000
@@ -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 -r 944409ceb946 -r cab236013e36 multimedia/kmplayer/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/multimedia/kmplayer/patches/patch-aa      Sat May 05 21:43:36 2007 +0000
@@ -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



Home | Main Index | Thread Index | Old Index