head 1.2; access; symbols pkgsrc-2013Q2:1.2.0.2 pkgsrc-2013Q2-base:1.2 pkgsrc-2012Q4:1.1.0.8 pkgsrc-2012Q4-base:1.1 pkgsrc-2012Q3:1.1.0.6 pkgsrc-2012Q3-base:1.1 pkgsrc-2012Q2:1.1.0.4 pkgsrc-2012Q2-base:1.1 pkgsrc-2012Q1:1.1.0.2; locks; strict; comment @# @; 1.2 date 2013.01.23.21.51.36; author wiz; state dead; branches; next 1.1; 1.1 date 2012.04.08.02.23.46; author dholland; state Exp; branches 1.1.2.1; next ; 1.1.2.1 date 2012.04.08.02.23.46; author sbd; state dead; branches; next 1.1.2.2; 1.1.2.2 date 2012.04.08.11.13.16; author sbd; state Exp; branches; next ; desc @@ 1.2 log @Update to 1.2.2, the KDE4 version. Packaged for wip by othyro. @ text @$NetBSD: patch-kaffeine_src_player-parts_xine-part_kxinewidget_cpp,v 1.1 2012/04/08 02:23:46 dholland Exp $ Fix build with current xine-lib. --- kaffeine/src/player-parts/xine-part/kxinewidget.cpp~ 2006-11-26 19:12:24.000000000 +0000 +++ kaffeine/src/player-parts/xine-part/kxinewidget.cpp @@@@ -2494,7 +2494,7 @@@@ void KXineWidget::getAutoplayPlugins(QSt bool KXineWidget::getAutoplayPluginURLS(const QString& plugin, QStringList& list) { - char** urls = NULL; + const char *const *urls = NULL; int num; int i = 0; @ 1.1 log @Fix build with new xine-lib. @ text @d1 1 a1 1 $NetBSD$ @ 1.1.2.1 log @file patch-kaffeine_src_player-parts_xine-part_kxinewidget_cpp was added on branch pkgsrc-2012Q1 on 2012-04-08 11:13:16 +0000 @ text @d1 15 @ 1.1.2.2 log @Pullup ticket #3717 - requested by dholland multimedia/kaffeine build fix Revisions pulled up: - multimedia/kaffeine/distinfo 1.2 - multimedia/kaffeine/patches/patch-kaffeine_src_player-parts_xine-part_kxinewidget_cpp 1.1 --- Module Name: pkgsrc Committed By: dholland Date: Sun Apr 8 02:23:46 UTC 2012 Modified Files: pkgsrc/multimedia/kaffeine: distinfo Added Files: pkgsrc/multimedia/kaffeine/patches: patch-kaffeine_src_player-parts_xine-part_kxinewidget_cpp Log Message: Fix build with new xine-lib. @ text @a0 15 $NetBSD$ Fix build with current xine-lib. --- kaffeine/src/player-parts/xine-part/kxinewidget.cpp~ 2006-11-26 19:12:24.000000000 +0000 +++ kaffeine/src/player-parts/xine-part/kxinewidget.cpp @@@@ -2494,7 +2494,7 @@@@ void KXineWidget::getAutoplayPlugins(QSt bool KXineWidget::getAutoplayPluginURLS(const QString& plugin, QStringList& list) { - char** urls = NULL; + const char *const *urls = NULL; int num; int i = 0; @