Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/3] jpeg: bump to v8d
@ 2012-01-23  9:09 yegorslists at googlemail.com
  2012-01-23  9:09 ` [Buildroot] [PATCH 2/3] feh: bump to 2.2 yegorslists at googlemail.com
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: yegorslists at googlemail.com @ 2012-01-23  9:09 UTC (permalink / raw)
  To: buildroot

From: Yegor Yefremov <yegorslists@googlemail.com>

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
---
 package/jpeg/jpeg.mk |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/package/jpeg/jpeg.mk b/package/jpeg/jpeg.mk
index bac5f3e..555c3e1 100644
--- a/package/jpeg/jpeg.mk
+++ b/package/jpeg/jpeg.mk
@@ -3,7 +3,7 @@
 # jpeg (libraries needed by some apps)
 #
 #############################################################
-JPEG_VERSION = 8c
+JPEG_VERSION = 8d
 JPEG_SITE = http://www.ijg.org/files/
 JPEG_SOURCE = jpegsrc.v$(JPEG_VERSION).tar.gz
 JPEG_INSTALL_STAGING = YES
-- 
1.7.1.1

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [Buildroot] [PATCH 2/3] feh: bump to 2.2
  2012-01-23  9:09 [Buildroot] [PATCH 1/3] jpeg: bump to v8d yegorslists at googlemail.com
@ 2012-01-23  9:09 ` yegorslists at googlemail.com
  2012-01-23  9:09 ` [Buildroot] [PATCH 3/3] fluxbox: bump to 1.3.2 yegorslists at googlemail.com
  2012-01-23  9:49 ` [Buildroot] [PATCH 1/3] jpeg: bump to v8d Peter Korsgaard
  2 siblings, 0 replies; 4+ messages in thread
From: yegorslists at googlemail.com @ 2012-01-23  9:09 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 eb68277..f036393 100644
--- a/package/feh/feh.mk
+++ b/package/feh/feh.mk
@@ -1,4 +1,4 @@
-FEH_VERSION = 2.0
+FEH_VERSION = 2.2
 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.1.1

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [Buildroot] [PATCH 3/3] fluxbox: bump to 1.3.2
  2012-01-23  9:09 [Buildroot] [PATCH 1/3] jpeg: bump to v8d yegorslists at googlemail.com
  2012-01-23  9:09 ` [Buildroot] [PATCH 2/3] feh: bump to 2.2 yegorslists at googlemail.com
@ 2012-01-23  9:09 ` yegorslists at googlemail.com
  2012-01-23  9:49 ` [Buildroot] [PATCH 1/3] jpeg: bump to v8d Peter Korsgaard
  2 siblings, 0 replies; 4+ messages in thread
From: yegorslists at googlemail.com @ 2012-01-23  9:09 UTC (permalink / raw)
  To: buildroot

From: Yegor Yefremov <yegorslists@googlemail.com>

- Peter's patch (iconv fix) went upstream, so delete it

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
---
 package/fluxbox/fluxbox-1.3.1-iconv.patch |   37 -----------------------------
 package/fluxbox/fluxbox.mk                |    2 +-
 2 files changed, 1 insertions(+), 38 deletions(-)
 delete mode 100644 package/fluxbox/fluxbox-1.3.1-iconv.patch

diff --git a/package/fluxbox/fluxbox-1.3.1-iconv.patch b/package/fluxbox/fluxbox-1.3.1-iconv.patch
deleted file mode 100644
index 82b4507..0000000
--- a/package/fluxbox/fluxbox-1.3.1-iconv.patch
+++ /dev/null
@@ -1,37 +0,0 @@
-From 3ed2d03446cdf53fd10c8ad056d9f86db9923666 Mon Sep 17 00:00:00 2001
-From: Peter Korsgaard <jacmet@sunsite.dk>
-Date: Fri, 9 Sep 2011 20:35:49 +0200
-Subject: [PATCH] FbString: fix build without iconv
-
-Commit 690d926 (introduced FbTk::BidiString) broke building without
-HAVE_ICONV, because of wrong variable name and use of iconv_t type.
-
-Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
----
- src/FbTk/FbString.cc |    3 ++-
- 1 files changed, 2 insertions(+), 1 deletions(-)
-
-diff --git a/src/FbTk/FbString.cc b/src/FbTk/FbString.cc
-index fd34693..5295a66 100644
---- a/src/FbTk/FbString.cc
-+++ b/src/FbTk/FbString.cc
-@@ -150,6 +150,7 @@ enum ConvType { FB2X = 0, X2FB, LOCALE2FB, FB2LOCALE, CONVSIZE };
- #ifdef HAVE_ICONV
- static iconv_t *iconv_convs = 0;
- #else
-+typedef int iconv_t;
- static int iconv_convs[CONVSIZE];
- #endif // HAVE_ICONV
- 
-@@ -292,7 +293,7 @@ string recode(iconv_t cd, const string &in) {
- 
-     return ret;
- #else
--    return str;
-+    return in;
- #endif // HAVE_ICONV
- }
- 
--- 
-1.7.5.4
-
diff --git a/package/fluxbox/fluxbox.mk b/package/fluxbox/fluxbox.mk
index 5a123f0..5848606 100644
--- a/package/fluxbox/fluxbox.mk
+++ b/package/fluxbox/fluxbox.mk
@@ -4,7 +4,7 @@
 #
 #############################################################
 
-FLUXBOX_VERSION = 1.3.1
+FLUXBOX_VERSION = 1.3.2
 FLUXBOX_SOURCE = fluxbox-$(FLUXBOX_VERSION).tar.bz2
 FLUXBOX_SITE = http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/sourceforge/fluxbox/
 
-- 
1.7.1.1

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [Buildroot] [PATCH 1/3] jpeg: bump to v8d
  2012-01-23  9:09 [Buildroot] [PATCH 1/3] jpeg: bump to v8d yegorslists at googlemail.com
  2012-01-23  9:09 ` [Buildroot] [PATCH 2/3] feh: bump to 2.2 yegorslists at googlemail.com
  2012-01-23  9:09 ` [Buildroot] [PATCH 3/3] fluxbox: bump to 1.3.2 yegorslists at googlemail.com
@ 2012-01-23  9:49 ` Peter Korsgaard
  2 siblings, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2012-01-23  9:49 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 all 3, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2012-01-23  9:49 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-23  9:09 [Buildroot] [PATCH 1/3] jpeg: bump to v8d yegorslists at googlemail.com
2012-01-23  9:09 ` [Buildroot] [PATCH 2/3] feh: bump to 2.2 yegorslists at googlemail.com
2012-01-23  9:09 ` [Buildroot] [PATCH 3/3] fluxbox: bump to 1.3.2 yegorslists at googlemail.com
2012-01-23  9:49 ` [Buildroot] [PATCH 1/3] jpeg: bump to v8d Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox