* [Buildroot] [git commit] gst-plugins-base: fix build by disabling testchannels example
@ 2011-10-02 19:13 Peter Korsgaard
2011-10-03 17:30 ` Sven Neumann
0 siblings, 1 reply; 3+ messages in thread
From: Peter Korsgaard @ 2011-10-02 19:13 UTC (permalink / raw)
To: buildroot
commit: http://git.buildroot.net/buildroot/commit/?id=1c20b39cf31bff85a8cf35e3bb2d8a9bbf436b16
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master
Testchannels doesn't build because it forgets to link with libgstinterfaces.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
---
...base-0.10.35-disable-testchannels-example.patch | 26 ++++++++++++++++++++
1 files changed, 26 insertions(+), 0 deletions(-)
diff --git a/package/multimedia/gst-plugins-base/gst-plugins-base-0.10.35-disable-testchannels-example.patch b/package/multimedia/gst-plugins-base/gst-plugins-base-0.10.35-disable-testchannels-example.patch
new file mode 100644
index 0000000..e991c4e
--- /dev/null
+++ b/package/multimedia/gst-plugins-base/gst-plugins-base-0.10.35-disable-testchannels-example.patch
@@ -0,0 +1,26 @@
+[PATCH] disable testchannels example
+
+The testchannels example doesn't build because it forgets to link with
+libgstinterfaces. Unfortunately testchannels gets built even though
+--disable-examples is used, so instead disable it in Makefile.in
+(package doesn't autoreconf cleanly, so don't edit Makefile.am)
+
+Problem is fixed upstream in 0.11 branch (940291dd38be66fa).
+
+Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
+---
+ gst-libs/gst/audio/Makefile.in | 1 -
+ 1 file changed, 1 deletion(-)
+
+Index: gst-plugins-base-0.10.35/gst-libs/gst/audio/Makefile.in
+===================================================================
+--- gst-plugins-base-0.10.35.orig/gst-libs/gst/audio/Makefile.in
++++ gst-plugins-base-0.10.35/gst-libs/gst/audio/Makefile.in
+@@ -45,7 +45,6 @@
+ POST_UNINSTALL = :
+ build_triplet = @build@
+ host_triplet = @host@
+-noinst_PROGRAMS = testchannels$(EXEEXT)
+ DIST_COMMON = $(libgstaudio_ at GST_MAJORMINOR@include_HEADERS) \
+ $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
+ $(top_srcdir)/common/gst-glib-gen.mak TODO
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [Buildroot] [git commit] gst-plugins-base: fix build by disabling testchannels example
2011-10-02 19:13 [Buildroot] [git commit] gst-plugins-base: fix build by disabling testchannels example Peter Korsgaard
@ 2011-10-03 17:30 ` Sven Neumann
2011-10-03 20:39 ` Peter Korsgaard
0 siblings, 1 reply; 3+ messages in thread
From: Sven Neumann @ 2011-10-03 17:30 UTC (permalink / raw)
To: buildroot
On Sun, 2011-10-02 at 21:13 +0200, Peter Korsgaard wrote:
> commit: http://git.buildroot.net/buildroot/commit/?id=1c20b39cf31bff85a8cf35e3bb2d8a9bbf436b16
> branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master
>
> Testchannels doesn't build because it forgets to link with libgstinterfaces.
>
> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
> ---
> ...base-0.10.35-disable-testchannels-example.patch | 26 ++++++++++++++++++++
> 1 files changed, 26 insertions(+), 0 deletions(-)
You can revert the following change now. It should not any longer be
needed:
commit 6089579460ff9717e7b96e71b949fdbd67be62da
Author: Sven Neumann <s.neumann@raumfeld.com>
Date: Fri Sep 30 15:58:38 2011 +0200
gst-plugins-base: disable parallel build
Parallel builds sometimes break when audio/testchannels is
compiled before the gstinterfaces library.
Signed-off-by: Sven Neumann <s.neumann@raumfeld.com>
Regards,
Sven
^ permalink raw reply [flat|nested] 3+ messages in thread
* [Buildroot] [git commit] gst-plugins-base: fix build by disabling testchannels example
2011-10-03 17:30 ` Sven Neumann
@ 2011-10-03 20:39 ` Peter Korsgaard
0 siblings, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2011-10-03 20:39 UTC (permalink / raw)
To: buildroot
>>>>> "Sven" == Sven Neumann <s.neumann@raumfeld.com> writes:
Hi,
Sven> You can revert the following change now. It should not any longer be
Sven> needed:
Sven> commit 6089579460ff9717e7b96e71b949fdbd67be62da
Sven> Author: Sven Neumann <s.neumann@raumfeld.com>
Sven> Date: Fri Sep 30 15:58:38 2011 +0200
Done.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2011-10-03 20:39 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-02 19:13 [Buildroot] [git commit] gst-plugins-base: fix build by disabling testchannels example Peter Korsgaard
2011-10-03 17:30 ` Sven Neumann
2011-10-03 20:39 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox