Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 177317 Details for
Bug 131527
New package: media-video/miro
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch for boost-1.37 from fc10
Miro-1.2.6-boost.patch (text/plain), 1.58 KB, created by
François Bissey
on 2009-01-04 09:55:09 UTC
(
hide
)
Description:
patch for boost-1.37 from fc10
Filename:
MIME Type:
Creator:
François Bissey
Created:
2009-01-04 09:55:09 UTC
Size:
1.58 KB
patch
obsolete
>--- portable/libtorrent/include/libtorrent/disk_io_thread.hpp.boost 2008-08-15 00:50:40.000000000 -0400 >+++ portable/libtorrent/include/libtorrent/disk_io_thread.hpp 2008-08-22 18:52:56.000000000 -0400 >@@ -37,6 +37,7 @@ > #include "libtorrent/storage.hpp" > #include <boost/thread/thread.hpp> > #include <boost/function.hpp> >+#include <boost/thread/condition.hpp> > #include <boost/thread/mutex.hpp> > #include <boost/bind.hpp> > #include <boost/pool/pool.hpp> >--- portable/libtorrent/src/torrent_info.cpp.boost 2008-08-15 00:50:41.000000000 -0400 >+++ portable/libtorrent/src/torrent_info.cpp 2008-08-22 18:06:31.000000000 -0400 >@@ -352,7 +352,7 @@ > fs::path tmp = m_name; > if (tmp.is_complete()) throw std::runtime_error("torrent contains " > "a file with an absolute path: '" + m_name + "'"); >- if (tmp.has_branch_path()) throw std::runtime_error( >+ if (tmp.has_parent_path()) throw std::runtime_error( > "torrent contains name with directories: '" + m_name + "'"); > > // extract file list >@@ -556,7 +556,7 @@ > { > // TORRENT_ASSERT(file.begin() != file.end()); > >- if (!file.has_branch_path()) >+ if (!file.has_parent_path()) > { > // you have already added at least one file with a > // path to the file (branch_path), which means that >@@ -644,7 +644,7 @@ > fs::path const* file_path; > if (i->orig_path) file_path = &(*i->orig_path); > else file_path = &i->path; >- TORRENT_ASSERT(file_path->has_branch_path()); >+ TORRENT_ASSERT(file_path->has_parent_path()); > TORRENT_ASSERT(*file_path->begin() == m_name); > > for (fs::path::iterator j = boost::next(file_path->begin());
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 131527
:
85736
|
86050
|
86052
|
86784
|
89777
|
89850
|
90673
|
90676
|
90698
|
90699
|
90934
|
92500
|
92969
|
94428
|
96139
|
96225
|
96226
|
110720
|
121332
|
121366
|
125404
|
125406
|
127304
|
127306
|
128851
|
128883
|
131025
|
131026
|
131028
|
134207
|
134719
|
135498
|
135971
|
136108
|
136228
|
138503
|
141238
|
141335
|
142679
|
143021
|
143084
|
143091
|
143096
|
143098
|
143103
|
143168
|
146803
|
147454
|
147643
|
147665
|
159508
|
159512
|
159550
|
166518
|
166717
|
176853
|
177317
|
177425
|
180787
|
180853
|
180875
|
180879
|
181000
|
181001
|
181221
|
181225
|
181729
|
181829
|
182101
|
182111
|
182809
|
186070
|
187487
|
189895
|
189897
|
192198
|
192677
|
193427
|
193432
|
200099
|
201645
|
201648
|
201830
|
201834
|
202097
|
202112
|
202218
|
202219
|
202280
|
202405
|
202447
|
202518
|
202746
|
202748
|
202924
|
203662
|
208473