Suppress list display
(upstream svn revision r495)
This commit is contained in:
parent
27c4883c06
commit
8a50c5686a
@ -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
|
COMMENT = gnome-mplayer browser media plugin
|
||||||
V = 1.0.5
|
V = 1.0.5
|
||||||
DISTNAME = gecko-mediaplayer-${V}
|
DISTNAME = gecko-mediaplayer-${V}
|
||||||
REVISION = 1
|
REVISION = 2
|
||||||
CATEGORIES = www
|
CATEGORIES = www
|
||||||
|
|
||||||
MAINTAINER = David Coppa <dcoppa@openbsd.org>
|
MAINTAINER = David Coppa <dcoppa@openbsd.org>
|
||||||
|
46
www/gecko-mediaplayer/patches/patch-src_plugin_list_cpp
Normal file
46
www/gecko-mediaplayer/patches/patch-src_plugin_list_cpp
Normal file
@ -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;
|
Loading…
Reference in New Issue
Block a user