* [Buildroot] [PATCH 1/2] feh: bump to 2.5
@ 2012-03-27 8:49 yegorslists at googlemail.com
2012-03-27 8:49 ` [Buildroot] [PATCH 2/2] directfb: bump to 1.4.16 yegorslists at googlemail.com
2012-04-04 20:10 ` [Buildroot] [PATCH 1/2] feh: bump to 2.5 Peter Korsgaard
0 siblings, 2 replies; 5+ messages in thread
From: yegorslists at googlemail.com @ 2012-03-27 8:49 UTC (permalink / raw)
To: buildroot
From: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
---
package/feh/feh.mk | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/package/feh/feh.mk b/package/feh/feh.mk
index c461ac6..4f326ef 100644
--- a/package/feh/feh.mk
+++ b/package/feh/feh.mk
@@ -1,4 +1,4 @@
-FEH_VERSION = 2.4
+FEH_VERSION = 2.5
FEH_SOURCE = feh-$(FEH_VERSION).tar.bz2
FEH_SITE = http://feh.finalrewind.org/
FEH_DEPENDENCIES = libcurl giblib imlib2 libpng xlib_libXinerama xlib_libXt
--
1.7.7
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [Buildroot] [PATCH 2/2] directfb: bump to 1.4.16
2012-03-27 8:49 [Buildroot] [PATCH 1/2] feh: bump to 2.5 yegorslists at googlemail.com
@ 2012-03-27 8:49 ` yegorslists at googlemail.com
2012-03-27 9:38 ` [Buildroot] DirectFB backend of Gtk? Thomas Petazzoni
2012-04-04 20:22 ` [Buildroot] [PATCH 2/2] directfb: bump to 1.4.16 Peter Korsgaard
2012-04-04 20:10 ` [Buildroot] [PATCH 1/2] feh: bump to 2.5 Peter Korsgaard
1 sibling, 2 replies; 5+ messages in thread
From: yegorslists at googlemail.com @ 2012-03-27 8:49 UTC (permalink / raw)
To: buildroot
From: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
---
package/directfb/directfb.mk | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/package/directfb/directfb.mk b/package/directfb/directfb.mk
index 977d272..071cdf4 100644
--- a/package/directfb/directfb.mk
+++ b/package/directfb/directfb.mk
@@ -4,7 +4,7 @@
#
#############################################################
DIRECTFB_VERSION_MAJOR = 1.4
-DIRECTFB_VERSION = $(DIRECTFB_VERSION_MAJOR).15
+DIRECTFB_VERSION = $(DIRECTFB_VERSION_MAJOR).16
DIRECTFB_SITE = http://www.directfb.org/downloads/Core/DirectFB-$(DIRECTFB_VERSION_MAJOR)
DIRECTFB_SOURCE = DirectFB-$(DIRECTFB_VERSION).tar.gz
DIRECTFB_AUTORECONF = YES
--
1.7.7
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [Buildroot] DirectFB backend of Gtk?
2012-03-27 8:49 ` [Buildroot] [PATCH 2/2] directfb: bump to 1.4.16 yegorslists at googlemail.com
@ 2012-03-27 9:38 ` Thomas Petazzoni
2012-04-04 20:22 ` [Buildroot] [PATCH 2/2] directfb: bump to 1.4.16 Peter Korsgaard
1 sibling, 0 replies; 5+ messages in thread
From: Thomas Petazzoni @ 2012-03-27 9:38 UTC (permalink / raw)
To: buildroot
Hello,
Le Tue, 27 Mar 2012 10:49:54 +0200,
yegorslists at googlemail.com a ?crit :
> diff --git a/package/directfb/directfb.mk b/package/directfb/directfb.mk
> index 977d272..071cdf4 100644
> --- a/package/directfb/directfb.mk
> +++ b/package/directfb/directfb.mk
> @@ -4,7 +4,7 @@
> #
> #############################################################
> DIRECTFB_VERSION_MAJOR = 1.4
> -DIRECTFB_VERSION = $(DIRECTFB_VERSION_MAJOR).15
> +DIRECTFB_VERSION = $(DIRECTFB_VERSION_MAJOR).16
> DIRECTFB_SITE = http://www.directfb.org/downloads/Core/DirectFB-$(DIRECTFB_VERSION_MAJOR)
> DIRECTFB_SOURCE = DirectFB-$(DIRECTFB_VERSION).tar.gz
> DIRECTFB_AUTORECONF = YES
By any chance, are you using the DirectFB backend of Gtk? We have some
build failures with it:
http://autobuild.buildroot.org/results/e6e611073582ae59ef9a7cb66415b998e6b815f4/.
If someone could have a look at this, it would be nice.
Best regards,
Thomas
--
Thomas Petazzoni, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Buildroot] [PATCH 1/2] feh: bump to 2.5
2012-03-27 8:49 [Buildroot] [PATCH 1/2] feh: bump to 2.5 yegorslists at googlemail.com
2012-03-27 8:49 ` [Buildroot] [PATCH 2/2] directfb: bump to 1.4.16 yegorslists at googlemail.com
@ 2012-04-04 20:10 ` Peter Korsgaard
1 sibling, 0 replies; 5+ messages in thread
From: Peter Korsgaard @ 2012-04-04 20:10 UTC (permalink / raw)
To: buildroot
>>>>> "yegorslists" == yegorslists <yegorslists@googlemail.com> writes:
yegorslists> From: Yegor Yefremov <yegorslists@googlemail.com>
yegorslists> Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Committed, thanks.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Buildroot] [PATCH 2/2] directfb: bump to 1.4.16
2012-03-27 8:49 ` [Buildroot] [PATCH 2/2] directfb: bump to 1.4.16 yegorslists at googlemail.com
2012-03-27 9:38 ` [Buildroot] DirectFB backend of Gtk? Thomas Petazzoni
@ 2012-04-04 20:22 ` Peter Korsgaard
1 sibling, 0 replies; 5+ messages in thread
From: Peter Korsgaard @ 2012-04-04 20:22 UTC (permalink / raw)
To: buildroot
>>>>> "yegorslists" == yegorslists <yegorslists@googlemail.com> writes:
yegorslists> From: Yegor Yefremov <yegorslists@googlemail.com>
yegorslists> Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Committed, thanks.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2012-04-04 20:22 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-27 8:49 [Buildroot] [PATCH 1/2] feh: bump to 2.5 yegorslists at googlemail.com
2012-03-27 8:49 ` [Buildroot] [PATCH 2/2] directfb: bump to 1.4.16 yegorslists at googlemail.com
2012-03-27 9:38 ` [Buildroot] DirectFB backend of Gtk? Thomas Petazzoni
2012-04-04 20:22 ` [Buildroot] [PATCH 2/2] directfb: bump to 1.4.16 Peter Korsgaard
2012-04-04 20:10 ` [Buildroot] [PATCH 1/2] feh: bump to 2.5 Peter Korsgaard
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.