* [Buildroot] [PATCH 1/5] tiff: bump to 4.0.1
@ 2012-03-09 14:39 yegorslists at googlemail.com
2012-03-09 14:39 ` [Buildroot] [PATCH 2/5] feh: bump to 2.4 yegorslists at googlemail.com
` (4 more replies)
0 siblings, 5 replies; 10+ messages in thread
From: yegorslists at googlemail.com @ 2012-03-09 14:39 UTC (permalink / raw)
To: buildroot
From: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
---
package/tiff/tiff.mk | 7 +++----
1 files changed, 3 insertions(+), 4 deletions(-)
diff --git a/package/tiff/tiff.mk b/package/tiff/tiff.mk
index ed05bf1..3ab0d4f 100644
--- a/package/tiff/tiff.mk
+++ b/package/tiff/tiff.mk
@@ -3,11 +3,10 @@
# tiff
#
#############################################################
-TIFF_VERSION:=3.9.4
-TIFF_SITE:=ftp://ftp.remotesensing.org/pub/libtiff
-TIFF_SOURCE:=tiff-$(TIFF_VERSION).tar.gz
+TIFF_VERSION = 4.0.1
+TIFF_SITE = ftp://ftp.remotesensing.org/pub/libtiff
+TIFF_SOURCE = tiff-$(TIFF_VERSION).tar.gz
TIFF_INSTALL_STAGING = YES
-TIFF_INSTALL_TARGET = YES
TIFF_CONF_OPT = \
--disable-cxx \
--without-x \
--
1.7.7
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [Buildroot] [PATCH 2/5] feh: bump to 2.4
2012-03-09 14:39 [Buildroot] [PATCH 1/5] tiff: bump to 4.0.1 yegorslists at googlemail.com
@ 2012-03-09 14:39 ` yegorslists at googlemail.com
2012-03-11 20:25 ` Peter Korsgaard
2012-03-09 14:39 ` [Buildroot] [PATCH 3/5] network-manager: remove double libnl dependency yegorslists at googlemail.com
` (3 subsequent siblings)
4 siblings, 1 reply; 10+ messages in thread
From: yegorslists at googlemail.com @ 2012-03-09 14:39 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 f459f8a..c461ac6 100644
--- a/package/feh/feh.mk
+++ b/package/feh/feh.mk
@@ -1,4 +1,4 @@
-FEH_VERSION = 2.3
+FEH_VERSION = 2.4
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] 10+ messages in thread
* [Buildroot] [PATCH 3/5] network-manager: remove double libnl dependency
2012-03-09 14:39 [Buildroot] [PATCH 1/5] tiff: bump to 4.0.1 yegorslists at googlemail.com
2012-03-09 14:39 ` [Buildroot] [PATCH 2/5] feh: bump to 2.4 yegorslists at googlemail.com
@ 2012-03-09 14:39 ` yegorslists at googlemail.com
2012-03-11 20:26 ` Peter Korsgaard
2012-03-09 14:39 ` [Buildroot] [PATCH 4/5] xdriver_xf86-video-fbdev: bump to 0.4.2 yegorslists at googlemail.com
` (2 subsequent siblings)
4 siblings, 1 reply; 10+ messages in thread
From: yegorslists at googlemail.com @ 2012-03-09 14:39 UTC (permalink / raw)
To: buildroot
From: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
---
package/network-manager/Config.in | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/package/network-manager/Config.in b/package/network-manager/Config.in
index 9708a11..fb0c0e9 100644
--- a/package/network-manager/Config.in
+++ b/package/network-manager/Config.in
@@ -8,7 +8,6 @@ config BR2_PACKAGE_NETWORK_MANAGER
select BR2_PACKAGE_DBUS_GLIB
select BR2_PACKAGE_UDEV
select BR2_PACKAGE_UDEV_ALL_EXTRAS
- select BR2_PACKAGE_LIBNL
select BR2_PACKAGE_GNUTLS
select BR2_PACKAGE_LIBNL
select BR2_PACKAGE_UTIL_LINUX
--
1.7.7
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [Buildroot] [PATCH 4/5] xdriver_xf86-video-fbdev: bump to 0.4.2
2012-03-09 14:39 [Buildroot] [PATCH 1/5] tiff: bump to 4.0.1 yegorslists at googlemail.com
2012-03-09 14:39 ` [Buildroot] [PATCH 2/5] feh: bump to 2.4 yegorslists at googlemail.com
2012-03-09 14:39 ` [Buildroot] [PATCH 3/5] network-manager: remove double libnl dependency yegorslists at googlemail.com
@ 2012-03-09 14:39 ` yegorslists at googlemail.com
2012-03-11 20:26 ` Peter Korsgaard
2012-03-09 14:39 ` [Buildroot] [PATCH 5/5] bluez_utils: bump to 4.99 yegorslists at googlemail.com
2012-03-11 20:25 ` [Buildroot] [PATCH 1/5] tiff: bump to 4.0.1 Peter Korsgaard
4 siblings, 1 reply; 10+ messages in thread
From: yegorslists at googlemail.com @ 2012-03-09 14:39 UTC (permalink / raw)
To: buildroot
From: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
---
.../xdriver_xf86-video-fbdev.mk | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/package/x11r7/xdriver_xf86-video-fbdev/xdriver_xf86-video-fbdev.mk b/package/x11r7/xdriver_xf86-video-fbdev/xdriver_xf86-video-fbdev.mk
index 600335e..7634d92 100644
--- a/package/x11r7/xdriver_xf86-video-fbdev/xdriver_xf86-video-fbdev.mk
+++ b/package/x11r7/xdriver_xf86-video-fbdev/xdriver_xf86-video-fbdev.mk
@@ -4,7 +4,7 @@
#
################################################################################
-XDRIVER_XF86_VIDEO_FBDEV_VERSION = 0.4.1
+XDRIVER_XF86_VIDEO_FBDEV_VERSION = 0.4.2
XDRIVER_XF86_VIDEO_FBDEV_SOURCE = xf86-video-fbdev-$(XDRIVER_XF86_VIDEO_FBDEV_VERSION).tar.bz2
XDRIVER_XF86_VIDEO_FBDEV_SITE = http://xorg.freedesktop.org/releases/individual/driver
XDRIVER_XF86_VIDEO_FBDEV_DEPENDENCIES = xserver_xorg-server xproto_fontsproto xproto_randrproto xproto_renderproto xproto_videoproto xproto_xproto
--
1.7.7
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [Buildroot] [PATCH 5/5] bluez_utils: bump to 4.99
2012-03-09 14:39 [Buildroot] [PATCH 1/5] tiff: bump to 4.0.1 yegorslists at googlemail.com
` (2 preceding siblings ...)
2012-03-09 14:39 ` [Buildroot] [PATCH 4/5] xdriver_xf86-video-fbdev: bump to 0.4.2 yegorslists at googlemail.com
@ 2012-03-09 14:39 ` yegorslists at googlemail.com
2012-03-11 20:30 ` Peter Korsgaard
2012-03-11 20:25 ` [Buildroot] [PATCH 1/5] tiff: bump to 4.0.1 Peter Korsgaard
4 siblings, 1 reply; 10+ messages in thread
From: yegorslists at googlemail.com @ 2012-03-09 14:39 UTC (permalink / raw)
To: buildroot
From: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
---
package/bluez_utils/bluez_utils.mk | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/package/bluez_utils/bluez_utils.mk b/package/bluez_utils/bluez_utils.mk
index 025f31a..eb42e23 100644
--- a/package/bluez_utils/bluez_utils.mk
+++ b/package/bluez_utils/bluez_utils.mk
@@ -4,7 +4,7 @@
#
#############################################################
-BLUEZ_UTILS_VERSION = 4.98
+BLUEZ_UTILS_VERSION = 4.99
BLUEZ_UTILS_SOURCE = bluez-$(BLUEZ_UTILS_VERSION).tar.gz
BLUEZ_UTILS_SITE = $(BR2_KERNEL_MIRROR)/linux/bluetooth
BLUEZ_UTILS_INSTALL_STAGING = YES
--
1.7.7
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [Buildroot] [PATCH 1/5] tiff: bump to 4.0.1
2012-03-09 14:39 [Buildroot] [PATCH 1/5] tiff: bump to 4.0.1 yegorslists at googlemail.com
` (3 preceding siblings ...)
2012-03-09 14:39 ` [Buildroot] [PATCH 5/5] bluez_utils: bump to 4.99 yegorslists at googlemail.com
@ 2012-03-11 20:25 ` Peter Korsgaard
4 siblings, 0 replies; 10+ messages in thread
From: Peter Korsgaard @ 2012-03-11 20:25 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] 10+ messages in thread
* [Buildroot] [PATCH 2/5] feh: bump to 2.4
2012-03-09 14:39 ` [Buildroot] [PATCH 2/5] feh: bump to 2.4 yegorslists at googlemail.com
@ 2012-03-11 20:25 ` Peter Korsgaard
0 siblings, 0 replies; 10+ messages in thread
From: Peter Korsgaard @ 2012-03-11 20:25 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] 10+ messages in thread
* [Buildroot] [PATCH 4/5] xdriver_xf86-video-fbdev: bump to 0.4.2
2012-03-09 14:39 ` [Buildroot] [PATCH 4/5] xdriver_xf86-video-fbdev: bump to 0.4.2 yegorslists at googlemail.com
@ 2012-03-11 20:26 ` Peter Korsgaard
0 siblings, 0 replies; 10+ messages in thread
From: Peter Korsgaard @ 2012-03-11 20:26 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] 10+ messages in thread
* [Buildroot] [PATCH 3/5] network-manager: remove double libnl dependency
2012-03-09 14:39 ` [Buildroot] [PATCH 3/5] network-manager: remove double libnl dependency yegorslists at googlemail.com
@ 2012-03-11 20:26 ` Peter Korsgaard
0 siblings, 0 replies; 10+ messages in thread
From: Peter Korsgaard @ 2012-03-11 20:26 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] 10+ messages in thread
* [Buildroot] [PATCH 5/5] bluez_utils: bump to 4.99
2012-03-09 14:39 ` [Buildroot] [PATCH 5/5] bluez_utils: bump to 4.99 yegorslists at googlemail.com
@ 2012-03-11 20:30 ` Peter Korsgaard
0 siblings, 0 replies; 10+ messages in thread
From: Peter Korsgaard @ 2012-03-11 20:30 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>
yegorslists> ---
Committed, thanks.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 10+ messages in thread
end of thread, other threads:[~2012-03-11 20:30 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-09 14:39 [Buildroot] [PATCH 1/5] tiff: bump to 4.0.1 yegorslists at googlemail.com
2012-03-09 14:39 ` [Buildroot] [PATCH 2/5] feh: bump to 2.4 yegorslists at googlemail.com
2012-03-11 20:25 ` Peter Korsgaard
2012-03-09 14:39 ` [Buildroot] [PATCH 3/5] network-manager: remove double libnl dependency yegorslists at googlemail.com
2012-03-11 20:26 ` Peter Korsgaard
2012-03-09 14:39 ` [Buildroot] [PATCH 4/5] xdriver_xf86-video-fbdev: bump to 0.4.2 yegorslists at googlemail.com
2012-03-11 20:26 ` Peter Korsgaard
2012-03-09 14:39 ` [Buildroot] [PATCH 5/5] bluez_utils: bump to 4.99 yegorslists at googlemail.com
2012-03-11 20:30 ` Peter Korsgaard
2012-03-11 20:25 ` [Buildroot] [PATCH 1/5] tiff: bump to 4.0.1 Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox