Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 355236 Details for
Bug 479928
media-plugins/gst-plugins-neon-0.10.23 with =net-libs/neon-0.30.0 - configure: Requested 'neon <= 0.29.99' but version of neon is 0.30.0
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch fixing includes
neon.patch (text/plain), 1.29 KB, created by
Andrés Becerra Sandoval
on 2013-08-06 13:46:34 UTC
(
hide
)
Description:
Patch fixing includes
Filename:
MIME Type:
Creator:
Andrés Becerra Sandoval
Created:
2013-08-06 13:46:34 UTC
Size:
1.29 KB
patch
obsolete
>diff -Naur gst-plugins-bad-0.10.23/ext/neon/gstneonhttpsrc.c /var/tmp/portage/media-plugins/gst-plugins-neon-0.10.23/work/gst-plugins-bad-0.10.23/ext/neon/gstneonhttpsrc.c >--- gst-plugins-bad-0.10.23/ext/neon/gstneonhttpsrc.c 2011-12-30 13:24:28.000000000 -0500 >+++ /var/tmp/portage/media-plugins/gst-plugins-neon-0.10.23/work/gst-plugins-bad-0.10.23/ext/neon/gstneonhttpsrc.c 2013-08-06 08:36:26.195009637 -0500 >@@ -25,7 +25,7 @@ > #include <unistd.h> > #endif /* _HAVE_UNISTD_H */ > >-#include <ne_redirect.h> >+#include <neon/ne_redirect.h> > > #define STATUS_IS_REDIRECTION(status) ((status) >= 300 && (status) < 400) > >diff -Naur gst-plugins-bad-0.10.23/ext/neon/gstneonhttpsrc.h /var/tmp/portage/media-plugins/gst-plugins-neon-0.10.23/work/gst-plugins-bad-0.10.23/ext/neon/gstneonhttpsrc.h >--- gst-plugins-bad-0.10.23/ext/neon/gstneonhttpsrc.h 2011-12-11 13:49:11.000000000 -0500 >+++ /var/tmp/portage/media-plugins/gst-plugins-neon-0.10.23/work/gst-plugins-bad-0.10.23/ext/neon/gstneonhttpsrc.h 2013-08-06 08:36:17.875009470 -0500 >@@ -23,9 +23,9 @@ > > G_BEGIN_DECLS > >-#include <ne_session.h> >-#include <ne_request.h> >-#include <ne_socket.h> >+#include <neon/ne_session.h> >+#include <neon/ne_request.h> >+#include <neon/ne_socket.h> > > #define GST_TYPE_NEONHTTP_SRC \ > (gst_neonhttp_src_get_type()) >
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 479928
: 355236 |
355270
|
355272