* [Buildroot] svn commit: trunk/buildroot/package: libgtk2 multimedia/gst-plugins-base mul etc...
@ 2009-01-18 0:05 thomasez at uclibc.org
2009-01-18 7:21 ` Peter Korsgaard
0 siblings, 1 reply; 6+ messages in thread
From: thomasez at uclibc.org @ 2009-01-18 0:05 UTC (permalink / raw)
To: buildroot
Author: thomasez
Date: 2009-01-18 00:05:57 +0000 (Sun, 18 Jan 2009)
New Revision: 24896
Log:
Finish the gtk-doc stuff and start on the smae thing with LARGEFILE and NLS.
Modified:
trunk/buildroot/package/Makefile.autotools.in
trunk/buildroot/package/libgtk2/libgtk2.mk
trunk/buildroot/package/multimedia/gst-plugins-base/gst-plugins-base.mk
trunk/buildroot/package/multimedia/gst-plugins-good/gst-plugins-good.mk
trunk/buildroot/package/multimedia/gst-plugins-ugly/gst-plugins-ugly.mk
trunk/buildroot/package/multimedia/gstreamer/gstreamer.mk
Changeset:
Modified: trunk/buildroot/package/Makefile.autotools.in
===================================================================
--- trunk/buildroot/package/Makefile.autotools.in 2009-01-17 10:11:12 UTC (rev 24895)
+++ trunk/buildroot/package/Makefile.autotools.in 2009-01-18 00:05:57 UTC (rev 24896)
@@ -249,6 +249,8 @@
--exec-prefix=/usr \
--sysconfdir=/etc \
$(DISABLE_DOCUMENTATION) \
+ $(DISABLE_NLS) \
+ $(DISABLE_LARGEFILE) \
$(QUIET) $($(PKG)_CONF_OPT)
$(Q)touch $@
Modified: trunk/buildroot/package/libgtk2/libgtk2.mk
===================================================================
--- trunk/buildroot/package/libgtk2/libgtk2.mk 2009-01-17 10:11:12 UTC (rev 24895)
+++ trunk/buildroot/package/libgtk2/libgtk2.mk 2009-01-18 00:05:57 UTC (rev 24896)
@@ -75,7 +75,6 @@
--disable-glibtest \
--enable-explicit-deps=no \
--disable-debug \
- --without-html-dir \
$(DISABLE_LARGEFILE) \
$(LIBGTK2_CONF_OPT_X) \
$(LIBGTK2_CONF_OPT_DFB)
Modified: trunk/buildroot/package/multimedia/gst-plugins-base/gst-plugins-base.mk
===================================================================
--- trunk/buildroot/package/multimedia/gst-plugins-base/gst-plugins-base.mk 2009-01-17 10:11:12 UTC (rev 24895)
+++ trunk/buildroot/package/multimedia/gst-plugins-base/gst-plugins-base.mk 2009-01-18 00:05:57 UTC (rev 24896)
@@ -17,9 +17,7 @@
--disable-xshm \
--disable-oggtest \
--disable-vorbistest \
- --disable-freetypetest \
- --disable-gtk-doc \
- --without-html-dir
+ --disable-freetypetest
GST_PLUGINS_BASE_DEPENDENCIES = gstreamer liboil
Modified: trunk/buildroot/package/multimedia/gst-plugins-good/gst-plugins-good.mk
===================================================================
--- trunk/buildroot/package/multimedia/gst-plugins-good/gst-plugins-good.mk 2009-01-17 10:11:12 UTC (rev 24895)
+++ trunk/buildroot/package/multimedia/gst-plugins-good/gst-plugins-good.mk 2009-01-18 00:05:57 UTC (rev 24896)
@@ -22,9 +22,7 @@
--disable-aalibtest \
--disable-esdtest \
--disable-shout2 \
- --disable-shout2test \
- --disable-gtk-doc \
- --without-html-dir
+ --disable-shout2test
GST_PLUGINS_GOOD_DEPENDENCIES = gstreamer gst-plugins-base
Modified: trunk/buildroot/package/multimedia/gst-plugins-ugly/gst-plugins-ugly.mk
===================================================================
--- trunk/buildroot/package/multimedia/gst-plugins-ugly/gst-plugins-ugly.mk 2009-01-17 10:11:12 UTC (rev 24895)
+++ trunk/buildroot/package/multimedia/gst-plugins-ugly/gst-plugins-ugly.mk 2009-01-18 00:05:57 UTC (rev 24896)
@@ -9,9 +9,7 @@
GST_PLUGINS_UGLY_CONF_OPT = \
$(DISABLE_NLS) \
- --disable-examples \
- --disable-gtk-doc \
- --without-html-dir
+ --disable-examples
GST_PLUGINS_UGLY_DEPENDENCIES = gstreamer gst-plugins-base
Modified: trunk/buildroot/package/multimedia/gstreamer/gstreamer.mk
===================================================================
--- trunk/buildroot/package/multimedia/gstreamer/gstreamer.mk 2009-01-17 10:11:12 UTC (rev 24895)
+++ trunk/buildroot/package/multimedia/gstreamer/gstreamer.mk 2009-01-18 00:05:57 UTC (rev 24896)
@@ -23,9 +23,7 @@
$(DISABLE_LARGEFILE) \
--disable-examples \
--disable-tests \
- --disable-failing-tests \
- --disable-gtk-doc \
- --without-html-dir
+ --disable-failing-tests
GSTREAMER_DEPENDENCIES = libglib2 libxml2 pkgconfig
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Buildroot] svn commit: trunk/buildroot/package: libgtk2 multimedia/gst-plugins-base mul etc...
2009-01-18 0:05 [Buildroot] svn commit: trunk/buildroot/package: libgtk2 multimedia/gst-plugins-base mul etc thomasez at uclibc.org
@ 2009-01-18 7:21 ` Peter Korsgaard
2009-01-18 8:59 ` Thomas Lundquist
0 siblings, 1 reply; 6+ messages in thread
From: Peter Korsgaard @ 2009-01-18 7:21 UTC (permalink / raw)
To: buildroot
>>>>> "thomasez" == thomasez <thomasez@uclibc.org> writes:
thomasez> Author: thomasez
thomasez> Date: 2009-01-18 00:05:57 +0000 (Sun, 18 Jan 2009)
thomasez> New Revision: 24896
thomasez> Log:
thomasez> Finish the gtk-doc stuff and start on the smae thing with LARGEFILE and NLS.
Thanks.
thomasez> +++ trunk/buildroot/package/Makefile.autotools.in 2009-01-18 00:05:57 UTC (rev 24896)
thomasez> @@ -249,6 +249,8 @@
thomasez> --exec-prefix=/usr \
thomasez> --sysconfdir=/etc \
thomasez> $(DISABLE_DOCUMENTATION) \
thomasez> + $(DISABLE_NLS) \
thomasez> + $(DISABLE_LARGEFILE) \
thomasez> $(QUIET) $($(PKG)_CONF_OPT)
thomasez> $(Q)touch $@
thomasez> Modified: trunk/buildroot/package/libgtk2/libgtk2.mk
thomasez> ===================================================================
thomasez> --- trunk/buildroot/package/libgtk2/libgtk2.mk 2009-01-17 10:11:12 UTC (rev 24895)
thomasez> +++ trunk/buildroot/package/libgtk2/libgtk2.mk 2009-01-18 00:05:57 UTC (rev 24896)
thomasez> @@ -75,7 +75,6 @@
thomasez> --disable-glibtest \
thomasez> --enable-explicit-deps=no \
thomasez> --disable-debug \
thomasez> - --without-html-dir \
thomasez> $(DISABLE_LARGEFILE) \
You could have gotten rid of that line as well.
thomasez> GST_PLUGINS_UGLY_CONF_OPT = \
thomasez> $(DISABLE_NLS) \
And this one.
thomasez> +++ trunk/buildroot/package/multimedia/gstreamer/gstreamer.mk 2009-01-18 00:05:57 UTC (rev 24896)
thomasez> @@ -23,9 +23,7 @@
thomasez> $(DISABLE_LARGEFILE) \
And this.
thomasez> --disable-examples \
thomasez> --disable-tests \
thomasez> - --disable-failing-tests \
thomasez> - --disable-gtk-doc \
thomasez> - --without-html-dir
thomasez> + --disable-failing-tests
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Buildroot] svn commit: trunk/buildroot/package: libgtk2 multimedia/gst-plugins-base mul etc...
2009-01-18 7:21 ` Peter Korsgaard
@ 2009-01-18 8:59 ` Thomas Lundquist
2009-01-18 9:17 ` Thomas Lundquist
2009-01-18 10:14 ` Peter Korsgaard
0 siblings, 2 replies; 6+ messages in thread
From: Thomas Lundquist @ 2009-01-18 8:59 UTC (permalink / raw)
To: buildroot
On Sun, Jan 18, 2009 at 08:21:03AM +0100, Peter Korsgaard wrote:
> thomasez> - --without-html-dir \
> thomasez> $(DISABLE_LARGEFILE) \
>
> You could have gotten rid of that line as well.
>
> thomasez> GST_PLUGINS_UGLY_CONF_OPT = \
> thomasez> $(DISABLE_NLS) \
>
> And this one.
Yup, that's the next step.
I was pondering about how to find all autotools--mk files and remove just from them.
I guess "manually" ends up being the simplest way.
Thomas.
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Buildroot] svn commit: trunk/buildroot/package: libgtk2 multimedia/gst-plugins-base mul etc...
2009-01-18 8:59 ` Thomas Lundquist
@ 2009-01-18 9:17 ` Thomas Lundquist
2009-01-18 10:17 ` Peter Korsgaard
2009-01-18 10:14 ` Peter Korsgaard
1 sibling, 1 reply; 6+ messages in thread
From: Thomas Lundquist @ 2009-01-18 9:17 UTC (permalink / raw)
To: buildroot
On Sun, Jan 18, 2009 at 09:59:14AM +0100, Thomas Lundquist wrote:
>
> Yup, that's the next step.
And I think I have gotten them now.
I found 6 of 342 autotools .mk's with enable-static and two with DISABLE_IPV6.
So we want to "convert" these aswell? can we end up with some side effect
we might not like?
Thomas.
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Buildroot] svn commit: trunk/buildroot/package: libgtk2 multimedia/gst-plugins-base mul etc...
2009-01-18 8:59 ` Thomas Lundquist
2009-01-18 9:17 ` Thomas Lundquist
@ 2009-01-18 10:14 ` Peter Korsgaard
1 sibling, 0 replies; 6+ messages in thread
From: Peter Korsgaard @ 2009-01-18 10:14 UTC (permalink / raw)
To: buildroot
>>>>> "Thomas" == Thomas Lundquist <lists@zelow.no> writes:
Hi,
Thomas> Yup, that's the next step.
Thomas> I was pondering about how to find all autotools--mk files and
Thomas> remove just from them.
All the files using Makefile.autotools.in?
grep -rls AUTOTARGETS package/
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Buildroot] svn commit: trunk/buildroot/package: libgtk2 multimedia/gst-plugins-base mul etc...
2009-01-18 9:17 ` Thomas Lundquist
@ 2009-01-18 10:17 ` Peter Korsgaard
0 siblings, 0 replies; 6+ messages in thread
From: Peter Korsgaard @ 2009-01-18 10:17 UTC (permalink / raw)
To: buildroot
>>>>> "Thomas" == Thomas Lundquist <lists@zelow.no> writes:
Hi,
Thomas> On Sun, Jan 18, 2009 at 09:59:14AM +0100, Thomas Lundquist wrote:
>>
>> Yup, that's the next step.
Thomas> And I think I have gotten them now.
Thomas> I found 6 of 342 autotools .mk's with enable-static and two
Thomas> with DISABLE_IPV6. So we want to "convert" these aswell? can
Thomas> we end up with some side effect we might not like?
Long term I think we should, but please wait until after the release
(Feb 7).
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2009-01-18 10:17 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-18 0:05 [Buildroot] svn commit: trunk/buildroot/package: libgtk2 multimedia/gst-plugins-base mul etc thomasez at uclibc.org
2009-01-18 7:21 ` Peter Korsgaard
2009-01-18 8:59 ` Thomas Lundquist
2009-01-18 9:17 ` Thomas Lundquist
2009-01-18 10:17 ` Peter Korsgaard
2009-01-18 10:14 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox