summaryrefslogtreecommitdiff
path: root/multimedia/kmplayer/patches
diff options
context:
space:
mode:
authormarkd <markd>2007-05-05 21:43:36 +0000
committermarkd <markd>2007-05-05 21:43:36 +0000
commitc935f144515bf30e3dd89d0679a56ac4e2546e28 (patch)
treedcee741d43209124883eb7038fff111d0b199316 /multimedia/kmplayer/patches
parent5dc96243cfb1e6bbd371fcaf162f57b9cccfc46e (diff)
downloadpkgsrc-c935f144515bf30e3dd89d0679a56ac4e2546e28.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/kmplayer/patches')
-rw-r--r--multimedia/kmplayer/patches/patch-aa13
1 files changed, 13 insertions, 0 deletions
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