diff --git a/www/gecko-mediaplayer/Makefile b/www/gecko-mediaplayer/Makefile index 850f43f09d4..6e1b2ffec38 100644 --- a/www/gecko-mediaplayer/Makefile +++ b/www/gecko-mediaplayer/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.28 2012/01/11 13:06:47 dcoppa Exp $ +# $OpenBSD: Makefile,v 1.29 2012/03/06 13:39:29 dcoppa Exp $ COMMENT = gnome-mplayer browser media plugin V = 1.0.5 DISTNAME = gecko-mediaplayer-${V} -REVISION = 1 +REVISION = 2 CATEGORIES = www MAINTAINER = David Coppa diff --git a/www/gecko-mediaplayer/patches/patch-src_plugin_list_cpp b/www/gecko-mediaplayer/patches/patch-src_plugin_list_cpp new file mode 100644 index 00000000000..22cb7a5557a --- /dev/null +++ b/www/gecko-mediaplayer/patches/patch-src_plugin_list_cpp @@ -0,0 +1,46 @@ +$OpenBSD: patch-src_plugin_list_cpp,v 1.5 2012/03/06 13:39:29 dcoppa Exp $ + +Suppress list display (upstream svn revision r495) + +--- src/plugin_list.cpp.orig Tue Mar 6 14:31:27 2012 ++++ src/plugin_list.cpp Tue Mar 6 14:33:09 2012 +@@ -355,7 +355,6 @@ GList *list_parse_qt(GList * list, ListItem * item) + } else { + // printf("Unable to open %s \n",item->local); + } +- list_dump(list); + + } else { + // if file is over 16K it is probably not a playlist +@@ -429,7 +428,6 @@ GList *list_parse_qt2(GList * list, ListItem * item) + } else { + // printf("Unable to open %s \n",item->local); + } +- list_dump(list); + + } else { + // if file is over 256K it is probably not a playlist +@@ -516,7 +514,6 @@ GList *list_parse_asx(GList * list, ListItem * item) + parser_item = NULL; + parser_list = NULL; + } +- list_dump(list); + } + printf("Exiting list_parse_asx\n"); + return list; +@@ -672,7 +669,6 @@ GList *list_parse_qml(GList * list, ListItem * item) + parser_item = NULL; + parser_list = NULL; + } +- list_dump(list); + } + printf("Exiting list_parse_qml\n"); + return list; +@@ -803,7 +799,6 @@ GList *list_parse_ram(GList * list, ListItem * item) + parser_item = NULL; + } + } +- list_dump(list); + } + printf("Exiting list_parse_ram\n"); + return list;