* [Buildroot] [Bug 373] Support for building gstreamer without libxml
2009-06-04 12:50 [Buildroot] [Bug 373] New: Support for building gstreamer without libxml bugzilla at busybox.net
@ 2009-06-04 13:48 ` bugzilla at busybox.net
2009-06-04 13:49 ` bugzilla at busybox.net
` (7 subsequent siblings)
8 siblings, 0 replies; 10+ messages in thread
From: bugzilla at busybox.net @ 2009-06-04 13:48 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=373
--- Comment #1 from Sven Neumann <s.neumann@raumfeld.com> 2009-06-04 13:48:06 UTC ---
Just out of interest, what functionality will be missing then?
--
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 10+ messages in thread* [Buildroot] [Bug 373] Support for building gstreamer without libxml
2009-06-04 12:50 [Buildroot] [Bug 373] New: Support for building gstreamer without libxml bugzilla at busybox.net
2009-06-04 13:48 ` [Buildroot] [Bug 373] " bugzilla at busybox.net
@ 2009-06-04 13:49 ` bugzilla at busybox.net
2009-06-04 19:12 ` bugzilla at busybox.net
` (6 subsequent siblings)
8 siblings, 0 replies; 10+ messages in thread
From: bugzilla at busybox.net @ 2009-06-04 13:49 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=373
--- Comment #2 from Will Newton <will.newton@gmail.com> 2009-06-04 13:49:50 UTC ---
At the moment plugin registry and load/save of pipelines. It should be possible
to use the binary registry and just lose load/save but I'm not sure if
gstreamer can be built that way yet.
--
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 10+ messages in thread* [Buildroot] [Bug 373] Support for building gstreamer without libxml
2009-06-04 12:50 [Buildroot] [Bug 373] New: Support for building gstreamer without libxml bugzilla at busybox.net
2009-06-04 13:48 ` [Buildroot] [Bug 373] " bugzilla at busybox.net
2009-06-04 13:49 ` bugzilla at busybox.net
@ 2009-06-04 19:12 ` bugzilla at busybox.net
2009-06-04 19:21 ` bugzilla at busybox.net
` (5 subsequent siblings)
8 siblings, 0 replies; 10+ messages in thread
From: bugzilla at busybox.net @ 2009-06-04 19:12 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=373
--- Comment #3 from Markus Heidelberg <markus.heidelberg@web.de> 2009-06-04 19:12:02 UTC ---
It seems to be more common to simply use something like
BR2_PACKAGE_GSTREAMER_XML instead of BR2_PACKAGE_GSTREAMER_WITH_XML, i.e.
without the "_WITH".
You shouldn't introduce a new variable GSTREAMER_XML_DEP, but do
GSTREAMER_DEPENDENCIES += libxml2
similar to GSTREAMER_CONF_OPT +=
Having libxml2 behind host-pkgconfig doesn't matter.
In gst-plugins-good
--
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 10+ messages in thread* [Buildroot] [Bug 373] Support for building gstreamer without libxml
2009-06-04 12:50 [Buildroot] [Bug 373] New: Support for building gstreamer without libxml bugzilla at busybox.net
` (2 preceding siblings ...)
2009-06-04 19:12 ` bugzilla at busybox.net
@ 2009-06-04 19:21 ` bugzilla at busybox.net
2009-06-05 14:24 ` bugzilla at busybox.net
` (4 subsequent siblings)
8 siblings, 0 replies; 10+ messages in thread
From: bugzilla at busybox.net @ 2009-06-04 19:21 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=373
--- Comment #4 from Markus Heidelberg <markus.heidelberg@web.de> 2009-06-04 19:21:05 UTC ---
In the gst-plugins-good package there is a plugin called "annodex (XML
Library)". I guess it should now select BR2_PACKAGE_GSTREAMER_XML instead of
BR2_PACKAGE_LIBXML2 (or both?).
--
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 10+ messages in thread* [Buildroot] [Bug 373] Support for building gstreamer without libxml
2009-06-04 12:50 [Buildroot] [Bug 373] New: Support for building gstreamer without libxml bugzilla at busybox.net
` (3 preceding siblings ...)
2009-06-04 19:21 ` bugzilla at busybox.net
@ 2009-06-05 14:24 ` bugzilla at busybox.net
2009-06-05 16:35 ` bugzilla at busybox.net
` (3 subsequent siblings)
8 siblings, 0 replies; 10+ messages in thread
From: bugzilla at busybox.net @ 2009-06-05 14:24 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=373
Will Newton <will.newton@gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #375 is|0 |1
obsolete| |
--- Comment #5 from Will Newton <will.newton@gmail.com> 2009-06-05 14:24:19 UTC ---
Created an attachment (id=377)
--> (https://bugs.busybox.net/attachment.cgi?id=377)
Add support for building gstreamer without libxml2
Hopefully this takes all the comments above into account.
--
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 10+ messages in thread* [Buildroot] [Bug 373] Support for building gstreamer without libxml
2009-06-04 12:50 [Buildroot] [Bug 373] New: Support for building gstreamer without libxml bugzilla at busybox.net
` (4 preceding siblings ...)
2009-06-05 14:24 ` bugzilla at busybox.net
@ 2009-06-05 16:35 ` bugzilla at busybox.net
2009-06-08 14:10 ` bugzilla at busybox.net
` (2 subsequent siblings)
8 siblings, 0 replies; 10+ messages in thread
From: bugzilla at busybox.net @ 2009-06-05 16:35 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=373
--- Comment #6 from Markus Heidelberg <markus.heidelberg@web.de> 2009-06-05 16:35:05 UTC ---
(In reply to comment #5)
> Hopefully this takes all the comments above into account.
The config option name and the dependency variable cleanup, yes. But what about
the annodex plugin?
Oh, and personally I like "ifeq" more than "ifneq", especially if the true
condition is the default.
And while I'm nitpicking: the "enable" is superfluous, it's all about enabling
and disabling in this configuration system. And I'd rather keep the description
short (XML dependency) and move further information (registry ...) into a help
section. But now I'll be quiet :)
--
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 10+ messages in thread* [Buildroot] [Bug 373] Support for building gstreamer without libxml
2009-06-04 12:50 [Buildroot] [Bug 373] New: Support for building gstreamer without libxml bugzilla at busybox.net
` (5 preceding siblings ...)
2009-06-05 16:35 ` bugzilla at busybox.net
@ 2009-06-08 14:10 ` bugzilla at busybox.net
2009-06-08 21:09 ` bugzilla at busybox.net
2009-06-18 9:01 ` bugzilla at busybox.net
8 siblings, 0 replies; 10+ messages in thread
From: bugzilla at busybox.net @ 2009-06-08 14:10 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=373
Will Newton <will.newton@gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #377 is|0 |1
obsolete| |
--- Comment #7 from Will Newton <will.newton@gmail.com> 2009-06-08 14:10:42 UTC ---
Created an attachment (id=381)
--> (https://bugs.busybox.net/attachment.cgi?id=381)
Add support for building gstreamer without libxml2
I've tweaked it a bti further to take into account comments. I haven't added
the annodex change because I'm not sure it's worth it. It would only help a
user who disabled the libxml2 dependency explicitly and then selected the
annodex plugin that used libxml2.
--
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 10+ messages in thread* [Buildroot] [Bug 373] Support for building gstreamer without libxml
2009-06-04 12:50 [Buildroot] [Bug 373] New: Support for building gstreamer without libxml bugzilla at busybox.net
` (6 preceding siblings ...)
2009-06-08 14:10 ` bugzilla at busybox.net
@ 2009-06-08 21:09 ` bugzilla at busybox.net
2009-06-18 9:01 ` bugzilla at busybox.net
8 siblings, 0 replies; 10+ messages in thread
From: bugzilla at busybox.net @ 2009-06-08 21:09 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=373
--- Comment #8 from Markus Heidelberg <markus.heidelberg@web.de> 2009-06-08 21:09:19 UTC ---
(In reply to comment #7)
> Created an attachment (id=381)
--> (https://bugs.busybox.net/attachment.cgi?id=381) [details]
> Add support for building gstreamer without libxml2
>
>
> I've tweaked it a bti further to take into account comments. I haven't added
> the annodex change because I'm not sure it's worth it. It would only help a
> user who disabled the libxml2 dependency explicitly and then selected the
> annodex plugin that used libxml2.
I wasn't sure about the annodex plugin myself, that's why I wrote "I guess
...". Given that BR2_PACKAGE_GSTREAMER_LIBXML2 can be seen as an option to
disable registry and load/save with the side effect that libxml2 is not a
dependency anymore, I guess annodex doesn't have to be adjusted.
So I'm fine with this.
--
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 10+ messages in thread* [Buildroot] [Bug 373] Support for building gstreamer without libxml
2009-06-04 12:50 [Buildroot] [Bug 373] New: Support for building gstreamer without libxml bugzilla at busybox.net
` (7 preceding siblings ...)
2009-06-08 21:09 ` bugzilla at busybox.net
@ 2009-06-18 9:01 ` bugzilla at busybox.net
8 siblings, 0 replies; 10+ messages in thread
From: bugzilla at busybox.net @ 2009-06-18 9:01 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=373
Peter Korsgaard <jacmet@uclibc.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #9 from Peter Korsgaard <jacmet@uclibc.org> 2009-06-18 09:01:22 UTC ---
Thanks, fixed in git
--
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 10+ messages in thread