Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37818861
en ru br
ALT Linux repositórios
S:2.1.1-alt2
5.0: 1.0.2-alt1

Group :: Rede/Transferência de Arquivos
RPM: deluge

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

Patch: deluge-1.0.2-alt-gcc41-workaround.patch
Download


--- libtorrent/bindings/python/src/extensions.cpp.orig	2008-10-13 16:10:23 +0400
+++ libtorrent/bindings/python/src/extensions.cpp	2008-10-13 16:11:43 +0400
@@ -14,7 +14,7 @@
 using namespace boost::python;
 using namespace libtorrent;
 
-namespace 
+namespace this_was_unnamed_namespace_but_it_triggers_bug_in_gcc_extensions_cpp
 {
 
   struct torrent_plugin_wrap : torrent_plugin, wrapper<torrent_plugin>
@@ -109,6 +109,8 @@ namespace 
 
 } // namespace unnamed
 
+using namespace this_was_unnamed_namespace_but_it_triggers_bug_in_gcc_extensions_cpp;
+
 
 boost::shared_ptr<torrent_plugin> create_metadata_plugin_wrapper(torrent* t) {
     return create_metadata_plugin(t, NULL);
--- libtorrent/bindings/python/src/peer_plugin.cpp.orig	2008-10-13 16:13:24 +0400
+++ libtorrent/bindings/python/src/peer_plugin.cpp	2008-10-13 16:16:07 +0400
@@ -16,7 +16,7 @@
 using namespace boost::python;
 using namespace libtorrent;
 
-namespace 
+namespace this_was_unnamed_namespace_but_it_triggers_bug_in_gcc_peer_plugin_cpp
 {
   struct peer_plugin_wrap : peer_plugin, wrapper<peer_plugin>
   {
@@ -272,6 +272,8 @@ namespace 
 
 } // namespace unnamed
 
+using namespace this_was_unnamed_namespace_but_it_triggers_bug_in_gcc_peer_plugin_cpp;
+
 void bind_peer_plugin()
 {
     class_<
 
projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
mantenedor atual: Michael Shigorin
mantenedor da tradução: Fernando Martini aka fmartini © 2009