* [Buildroot] [PATCH/next 1/8] package/boost: bump version to 1.59.0
@ 2015-11-21 19:40 Bernd Kuhls
2015-11-21 19:40 ` [Buildroot] [PATCH/next 2/8] package/yasm: bump version to 1.3.0 Bernd Kuhls
` (7 more replies)
0 siblings, 8 replies; 16+ messages in thread
From: Bernd Kuhls @ 2015-11-21 19:40 UTC (permalink / raw)
To: buildroot
Removed patch applied upstream.
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
.../boost/0002-gcc.jam-compiler-options-fix.patch | 37 ----------------------
package/boost/boost.hash | 6 ++--
package/boost/boost.mk | 2 +-
3 files changed, 4 insertions(+), 41 deletions(-)
delete mode 100644 package/boost/0002-gcc.jam-compiler-options-fix.patch
diff --git a/package/boost/0002-gcc.jam-compiler-options-fix.patch b/package/boost/0002-gcc.jam-compiler-options-fix.patch
deleted file mode 100644
index c645250..0000000
--- a/package/boost/0002-gcc.jam-compiler-options-fix.patch
+++ /dev/null
@@ -1,37 +0,0 @@
-From a891e48ed0b647b7bf550ad1d179398b23d0726e Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?J=C3=B6rg=20Krause?= <joerg.krause@embedded.rocks>
-Date: Sat, 2 May 2015 13:47:54 +0200
-Subject: [PATCH] gcc.jam compiler options fix
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-Only PowerPC, SPARC, and x86 do support the -m32 and -m64 compiler options [1].
-
-Rather then excluding all architectures not supporting these options as it is
-done in commit c0634341d9ee2c02d3a55c91dafb988afc066c49 [2], include all
-architectures that do support them.
-
-[1] https://gcc.gnu.org/onlinedocs/gcc/Option-Summary.html
-[2] https://github.com/boostorg/build/commit/c0634341d9ee2c02d3a55c91dafb988afc066c49
-
-Signed-off-by: J?rg Krause <joerg.krause@embedded.rocks>
----
- src/tools/gcc.jam | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/tools/build/src/tools/gcc.jam b/tools/build/src/tools/gcc.jam
-index db04534..fbe8ab0 100644
---- a/tools/build/src/tools/gcc.jam
-+++ b/tools/build/src/tools/gcc.jam
-@@ -451,7 +451,7 @@ rule setup-address-model ( targets * : sources * : properties * )
- else
- {
- local arch = [ feature.get-values architecture : $(properties) ] ;
-- if $(arch) != arm
-+ if $(arch) = power || $(arch) = sparc || $(arch) = x86
- {
- if $(model) = 32
- {
---
-2.3.7
diff --git a/package/boost/boost.hash b/package/boost/boost.hash
index 706eea2..1b2f5e2 100644
--- a/package/boost/boost.hash
+++ b/package/boost/boost.hash
@@ -1,3 +1,3 @@
-# From http://sourceforge.net/projects/boost/files/boost/1.58.0/
-md5 b8839650e61e9c1c0a89f371dd475546 boost_1_58_0.tar.bz2
-sha1 2fc96c1651ac6fe9859b678b165bd78dc211e881 boost_1_58_0.tar.bz2
+# From http://sourceforge.net/projects/boost/files/boost/1.59.0/
+md5 6aa9a5c6a4ca1016edd0ed1178e3cb87 boost_1_59_0.tar.bz2
+sha1 b94de47108b2cdb0f931833a7a9834c2dd3ca46e boost_1_59_0.tar.bz2
diff --git a/package/boost/boost.mk b/package/boost/boost.mk
index efc0020..35c8809 100644
--- a/package/boost/boost.mk
+++ b/package/boost/boost.mk
@@ -4,7 +4,7 @@
#
################################################################################
-BOOST_VERSION = 1.58.0
+BOOST_VERSION = 1.59.0
BOOST_SOURCE = boost_$(subst .,_,$(BOOST_VERSION)).tar.bz2
BOOST_SITE = http://downloads.sourceforge.net/project/boost/boost/$(BOOST_VERSION)
BOOST_INSTALL_STAGING = YES
--
2.6.2
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [Buildroot] [PATCH/next 2/8] package/yasm: bump version to 1.3.0
2015-11-21 19:40 [Buildroot] [PATCH/next 1/8] package/boost: bump version to 1.59.0 Bernd Kuhls
@ 2015-11-21 19:40 ` Bernd Kuhls
2015-11-22 21:48 ` Peter Korsgaard
2015-11-21 19:40 ` [Buildroot] [PATCH/next 3/8] package/swig: bump version to 3.0.7 Bernd Kuhls
` (6 subsequent siblings)
7 siblings, 1 reply; 16+ messages in thread
From: Bernd Kuhls @ 2015-11-21 19:40 UTC (permalink / raw)
To: buildroot
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
package/yasm/yasm.hash | 2 +-
package/yasm/yasm.mk | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/package/yasm/yasm.hash b/package/yasm/yasm.hash
index d5cf267..016c15b 100644
--- a/package/yasm/yasm.hash
+++ b/package/yasm/yasm.hash
@@ -1,2 +1,2 @@
# Locally computed:
-sha256 768ffab457b90a20a6d895c39749adb547c1b7cb5c108e84b151a838a23ccf31 yasm-1.2.0.tar.gz
+sha256 3dce6601b495f5b3d45b59f7d2492a340ee7e84b5beca17e48f862502bd5603f yasm-1.3.0.tar.gz
diff --git a/package/yasm/yasm.mk b/package/yasm/yasm.mk
index 0bbd22d..bf8a481 100644
--- a/package/yasm/yasm.mk
+++ b/package/yasm/yasm.mk
@@ -4,7 +4,7 @@
#
################################################################################
-YASM_VERSION = 1.2.0
+YASM_VERSION = 1.3.0
YASM_SITE = http://www.tortall.net/projects/yasm/releases
define YASM_PRE_CONFIGURE_FIXUP
--
2.6.2
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [Buildroot] [PATCH/next 3/8] package/swig: bump version to 3.0.7
2015-11-21 19:40 [Buildroot] [PATCH/next 1/8] package/boost: bump version to 1.59.0 Bernd Kuhls
2015-11-21 19:40 ` [Buildroot] [PATCH/next 2/8] package/yasm: bump version to 1.3.0 Bernd Kuhls
@ 2015-11-21 19:40 ` Bernd Kuhls
2015-11-22 21:53 ` Peter Korsgaard
2015-11-21 19:40 ` [Buildroot] [PATCH/next 4/8] package/libass: bump version to 0.13.0 Bernd Kuhls
` (5 subsequent siblings)
7 siblings, 1 reply; 16+ messages in thread
From: Bernd Kuhls @ 2015-11-21 19:40 UTC (permalink / raw)
To: buildroot
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
package/swig/swig.hash | 2 +-
package/swig/swig.mk | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/package/swig/swig.hash b/package/swig/swig.hash
index 98baaa2..62e3d20 100644
--- a/package/swig/swig.hash
+++ b/package/swig/swig.hash
@@ -1,2 +1,2 @@
# Locally computed:
-sha256 65e13f22a60cecd7279c59882ff8ebe1ffe34078e85c602821a541817a4317f7 swig-2.0.12.tar.gz
+sha256 06dc8816a225667ce1eee545af3caf87e1bbaa379c32838d4cea53152514348d swig-3.0.7.tar.gz
diff --git a/package/swig/swig.mk b/package/swig/swig.mk
index 6b9b8ae..a2125aa 100644
--- a/package/swig/swig.mk
+++ b/package/swig/swig.mk
@@ -4,8 +4,8 @@
#
################################################################################
-SWIG_VERSION_MAJOR = 2.0
-SWIG_VERSION = $(SWIG_VERSION_MAJOR).12
+SWIG_VERSION_MAJOR = 3.0
+SWIG_VERSION = $(SWIG_VERSION_MAJOR).7
SWIG_SITE = http://downloads.sourceforge.net/project/swig/swig/swig-$(SWIG_VERSION)
SWIG_DEPENDENCIES = host-bison
HOST_SWIG_CONF_OPTS = \
--
2.6.2
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [Buildroot] [PATCH/next 4/8] package/libass: bump version to 0.13.0
2015-11-21 19:40 [Buildroot] [PATCH/next 1/8] package/boost: bump version to 1.59.0 Bernd Kuhls
2015-11-21 19:40 ` [Buildroot] [PATCH/next 2/8] package/yasm: bump version to 1.3.0 Bernd Kuhls
2015-11-21 19:40 ` [Buildroot] [PATCH/next 3/8] package/swig: bump version to 3.0.7 Bernd Kuhls
@ 2015-11-21 19:40 ` Bernd Kuhls
2015-11-22 21:56 ` Peter Korsgaard
2015-11-21 19:40 ` [Buildroot] [PATCH/next 5/8] package/libfribidi: bump version to 0.19.7 Bernd Kuhls
` (4 subsequent siblings)
7 siblings, 1 reply; 16+ messages in thread
From: Bernd Kuhls @ 2015-11-21 19:40 UTC (permalink / raw)
To: buildroot
Quote from https://github.com/libass/libass/blob/master/Changelog
"* Drop ENCA support"
Therefore we remove the dependency to libenca.
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
package/libass/libass.hash | 2 +-
package/libass/libass.mk | 9 +--------
2 files changed, 2 insertions(+), 9 deletions(-)
diff --git a/package/libass/libass.hash b/package/libass/libass.hash
index f300166..87d3f26 100644
--- a/package/libass/libass.hash
+++ b/package/libass/libass.hash
@@ -1,2 +1,2 @@
# Locally computed
-sha256 a67c54ebaf5ec19ae72e86259ee6ab6adfe2e64ed9f9149db03dc863360ea38c libass-0.12.3.tar.xz
+sha256 e0071a3b2e95411c8d474014678368e3f0b852f7d663e0564b344e7335eb0671 libass-0.13.0.tar.xz
diff --git a/package/libass/libass.mk b/package/libass/libass.mk
index f1f00f3..83939e2 100644
--- a/package/libass/libass.mk
+++ b/package/libass/libass.mk
@@ -4,7 +4,7 @@
#
################################################################################
-LIBASS_VERSION = 0.12.3
+LIBASS_VERSION = 0.13.0
LIBASS_SOURCE = libass-$(LIBASS_VERSION).tar.xz
# Do not use the github helper here, the generated tarball is *NOT*
# the same as the one uploaded by upstream for the release.
@@ -38,11 +38,4 @@ else
LIBASS_CONF_OPTS += --disable-harfbuzz
endif
-ifeq ($(BR2_PACKAGE_LIBENCA),y)
-LIBASS_DEPENDENCIES += libenca
-LIBASS_CONF_OPTS += --enable-enca
-else
-LIBASS_CONF_OPTS += --disable-enca
-endif
-
$(eval $(autotools-package))
--
2.6.2
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [Buildroot] [PATCH/next 5/8] package/libfribidi: bump version to 0.19.7
2015-11-21 19:40 [Buildroot] [PATCH/next 1/8] package/boost: bump version to 1.59.0 Bernd Kuhls
` (2 preceding siblings ...)
2015-11-21 19:40 ` [Buildroot] [PATCH/next 4/8] package/libass: bump version to 0.13.0 Bernd Kuhls
@ 2015-11-21 19:40 ` Bernd Kuhls
2015-11-22 21:56 ` Peter Korsgaard
2015-11-21 19:40 ` [Buildroot] [PATCH/next 6/8] package/libglew: bump version to 1.13.0 Bernd Kuhls
` (3 subsequent siblings)
7 siblings, 1 reply; 16+ messages in thread
From: Bernd Kuhls @ 2015-11-21 19:40 UTC (permalink / raw)
To: buildroot
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
package/libfribidi/libfribidi.hash | 4 ++--
package/libfribidi/libfribidi.mk | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/package/libfribidi/libfribidi.hash b/package/libfribidi/libfribidi.hash
index 003944a..79b5dd3 100644
--- a/package/libfribidi/libfribidi.hash
+++ b/package/libfribidi/libfribidi.hash
@@ -1,2 +1,2 @@
-# From http://www.fribidi.org/download/fribidi-0.19.6.tar.bz2.sha256
-sha256 cba8b7423c817e5adf50d28ec9079d14eafcec9127b9e8c8f1960c5ad585e17d fribidi-0.19.6.tar.bz2
+# From http://www.fribidi.org/download/fribidi-0.19.7.tar.bz2.sha256
+sha256 08222a6212bbc2276a2d55c3bf370109ae4a35b689acbc66571ad2a670595a8e fribidi-0.19.7.tar.bz2
diff --git a/package/libfribidi/libfribidi.mk b/package/libfribidi/libfribidi.mk
index 1cf3b7c..4e82a5e 100644
--- a/package/libfribidi/libfribidi.mk
+++ b/package/libfribidi/libfribidi.mk
@@ -4,7 +4,7 @@
#
################################################################################
-LIBFRIBIDI_VERSION = 0.19.6
+LIBFRIBIDI_VERSION = 0.19.7
LIBFRIBIDI_SOURCE = fribidi-$(LIBFRIBIDI_VERSION).tar.bz2
LIBFRIBIDI_SITE = http://www.fribidi.org/download
LIBFRIBIDI_LICENSE = LGPLv2.1+
--
2.6.2
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [Buildroot] [PATCH/next 6/8] package/libglew: bump version to 1.13.0
2015-11-21 19:40 [Buildroot] [PATCH/next 1/8] package/boost: bump version to 1.59.0 Bernd Kuhls
` (3 preceding siblings ...)
2015-11-21 19:40 ` [Buildroot] [PATCH/next 5/8] package/libfribidi: bump version to 0.19.7 Bernd Kuhls
@ 2015-11-21 19:40 ` Bernd Kuhls
2015-11-22 21:59 ` Peter Korsgaard
2015-11-21 19:40 ` [Buildroot] [PATCH/next 7/8] package/tvheadend: bump version Bernd Kuhls
` (2 subsequent siblings)
7 siblings, 1 reply; 16+ messages in thread
From: Bernd Kuhls @ 2015-11-21 19:40 UTC (permalink / raw)
To: buildroot
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
package/libglew/libglew.hash | 2 +-
package/libglew/libglew.mk | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/package/libglew/libglew.hash b/package/libglew/libglew.hash
index 68c3e7a..5e12785 100644
--- a/package/libglew/libglew.hash
+++ b/package/libglew/libglew.hash
@@ -1,2 +1,2 @@
# Locally computed:
-sha256 af58103f4824b443e7fa4ed3af593b8edac6f3a7be3b30911edbc7344f48e4bf glew-1.12.0.tgz
+sha256 aa25dc48ed84b0b64b8d41cdd42c8f40f149c37fa2ffa39cd97f42c78d128bc7 glew-1.13.0.tgz
diff --git a/package/libglew/libglew.mk b/package/libglew/libglew.mk
index 4d26ed8..dc73f39 100644
--- a/package/libglew/libglew.mk
+++ b/package/libglew/libglew.mk
@@ -4,7 +4,7 @@
#
################################################################################
-LIBGLEW_VERSION = 1.12.0
+LIBGLEW_VERSION = 1.13.0
LIBGLEW_SOURCE = glew-$(LIBGLEW_VERSION).tgz
LIBGLEW_SITE = http://sourceforge.net/projects/glew/files/glew/$(LIBGLEW_VERSION)
LIBGLEW_LICENSE = BSD-3c, MIT
--
2.6.2
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [Buildroot] [PATCH/next 7/8] package/tvheadend: bump version
2015-11-21 19:40 [Buildroot] [PATCH/next 1/8] package/boost: bump version to 1.59.0 Bernd Kuhls
` (4 preceding siblings ...)
2015-11-21 19:40 ` [Buildroot] [PATCH/next 6/8] package/libglew: bump version to 1.13.0 Bernd Kuhls
@ 2015-11-21 19:40 ` Bernd Kuhls
2015-11-22 22:00 ` Peter Korsgaard
2015-11-21 19:40 ` [Buildroot] [PATCH/next 8/8] package/{mesa3d, mesa3d-headers}: bump version to 11.0.6 Bernd Kuhls
2015-11-22 21:47 ` [Buildroot] [PATCH/next 1/8] package/boost: bump version to 1.59.0 Peter Korsgaard
7 siblings, 1 reply; 16+ messages in thread
From: Bernd Kuhls @ 2015-11-21 19:40 UTC (permalink / raw)
To: buildroot
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
package/tvheadend/0001-no-check_config.patch | 2 +-
package/tvheadend/tvheadend.mk | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/package/tvheadend/0001-no-check_config.patch b/package/tvheadend/0001-no-check_config.patch
index c77ca76..6a0cddd 100644
--- a/package/tvheadend/0001-no-check_config.patch
+++ b/package/tvheadend/0001-no-check_config.patch
@@ -16,7 +16,7 @@ diff -durN tvheadend-c84bc2b72b462ef2dbed305f3fd0bb3fa5046fc3.orig/Makefile tvhe
$(ROOTDIR)/configure $(CONFIGURE_ARGS)
# Binary
--${PROG}: check_config make_webui $(OBJS)
+-${PROG}: .config.mk make_webui $(OBJS)
+${PROG}: make_webui $(OBJS)
$(CC) -o $@ $(OBJS) $(CFLAGS) $(LDFLAGS)
diff --git a/package/tvheadend/tvheadend.mk b/package/tvheadend/tvheadend.mk
index 6b8fdea..60ca524 100644
--- a/package/tvheadend/tvheadend.mk
+++ b/package/tvheadend/tvheadend.mk
@@ -4,7 +4,7 @@
#
################################################################################
-TVHEADEND_VERSION = a27b0af2b82dae83cf8a41e01ee1174b911f3aa3
+TVHEADEND_VERSION = 8902dcbcc48b6a76168882a856111237f13e60ea
TVHEADEND_SITE = $(call github,tvheadend,tvheadend,$(TVHEADEND_VERSION))
TVHEADEND_LICENSE = GPLv3+
TVHEADEND_LICENSE_FILES = LICENSE.md
--
2.6.2
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [Buildroot] [PATCH/next 8/8] package/{mesa3d, mesa3d-headers}: bump version to 11.0.6
2015-11-21 19:40 [Buildroot] [PATCH/next 1/8] package/boost: bump version to 1.59.0 Bernd Kuhls
` (5 preceding siblings ...)
2015-11-21 19:40 ` [Buildroot] [PATCH/next 7/8] package/tvheadend: bump version Bernd Kuhls
@ 2015-11-21 19:40 ` Bernd Kuhls
2015-11-22 22:01 ` Peter Korsgaard
2015-11-22 21:47 ` [Buildroot] [PATCH/next 1/8] package/boost: bump version to 1.59.0 Peter Korsgaard
7 siblings, 1 reply; 16+ messages in thread
From: Bernd Kuhls @ 2015-11-21 19:40 UTC (permalink / raw)
To: buildroot
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
| 2 +-
package/mesa3d/mesa3d.hash | 4 ++--
package/mesa3d/mesa3d.mk | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
--git a/package/mesa3d-headers/mesa3d-headers.mk b/package/mesa3d-headers/mesa3d-headers.mk
index e65f01d..6db845d 100644
--- a/package/mesa3d-headers/mesa3d-headers.mk
+++ b/package/mesa3d-headers/mesa3d-headers.mk
@@ -12,7 +12,7 @@ endif
# Not possible to directly refer to mesa3d variables, because of
# first/second expansion trickery...
-MESA3D_HEADERS_VERSION = 11.0.5
+MESA3D_HEADERS_VERSION = 11.0.6
MESA3D_HEADERS_SOURCE = mesa-$(MESA3D_HEADERS_VERSION).tar.xz
MESA3D_HEADERS_SITE = ftp://ftp.freedesktop.org/pub/mesa/$(MESA3D_HEADERS_VERSION)
MESA3D_HEADERS_LICENSE = MIT, SGI, Khronos
diff --git a/package/mesa3d/mesa3d.hash b/package/mesa3d/mesa3d.hash
index 8b9c8c6..6eaa5d6 100644
--- a/package/mesa3d/mesa3d.hash
+++ b/package/mesa3d/mesa3d.hash
@@ -1,2 +1,2 @@
-# From http://lists.freedesktop.org/archives/mesa-announce/2015-November/000181.html
-sha256 9c255a2a6695fcc6ef4a279e1df0aeaf417dc142f39ee59dfb533d80494bb67a mesa-11.0.5.tar.xz
+# From http://lists.freedesktop.org/archives/mesa-announce/2015-November/000184.html
+sha256 8340e64cdc91999840404c211496f3de38e7b4cb38db34e2f72f1642c5134760 mesa-11.0.6.tar.xz
diff --git a/package/mesa3d/mesa3d.mk b/package/mesa3d/mesa3d.mk
index 4f484f7..457babc 100644
--- a/package/mesa3d/mesa3d.mk
+++ b/package/mesa3d/mesa3d.mk
@@ -5,7 +5,7 @@
################################################################################
# When updating the version, please also update mesa3d-headers
-MESA3D_VERSION = 11.0.5
+MESA3D_VERSION = 11.0.6
MESA3D_SOURCE = mesa-$(MESA3D_VERSION).tar.xz
MESA3D_SITE = ftp://ftp.freedesktop.org/pub/mesa/$(MESA3D_VERSION)
MESA3D_LICENSE = MIT, SGI, Khronos
--
2.6.2
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [Buildroot] [PATCH/next 1/8] package/boost: bump version to 1.59.0
2015-11-21 19:40 [Buildroot] [PATCH/next 1/8] package/boost: bump version to 1.59.0 Bernd Kuhls
` (6 preceding siblings ...)
2015-11-21 19:40 ` [Buildroot] [PATCH/next 8/8] package/{mesa3d, mesa3d-headers}: bump version to 11.0.6 Bernd Kuhls
@ 2015-11-22 21:47 ` Peter Korsgaard
7 siblings, 0 replies; 16+ messages in thread
From: Peter Korsgaard @ 2015-11-22 21:47 UTC (permalink / raw)
To: buildroot
>>>>> "Bernd" == Bernd Kuhls <bernd.kuhls@t-online.de> writes:
> Removed patch applied upstream.
> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
> ---
> .../boost/0002-gcc.jam-compiler-options-fix.patch | 37 ----------------------
> package/boost/boost.hash | 6 ++--
> package/boost/boost.mk | 2 +-
> 3 files changed, 4 insertions(+), 41 deletions(-)
> delete mode 100644 package/boost/0002-gcc.jam-compiler-options-fix.patch
The release notes state:
Known Issue
Boost.Log contains has a regression that prevents some of the
logging statements from compiling (#11549). This is fixed in git.
New Libraries
Convert: An extendible and configurable type-conversion framework, from Vladimir Batov.
Coroutine2: (C++14) Coroutine library, from Oliver Kowalke.
But I don't see a fix for that Boost.log issue and no new Config.in
options for the new libraries?
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 16+ messages in thread
* [Buildroot] [PATCH/next 2/8] package/yasm: bump version to 1.3.0
2015-11-21 19:40 ` [Buildroot] [PATCH/next 2/8] package/yasm: bump version to 1.3.0 Bernd Kuhls
@ 2015-11-22 21:48 ` Peter Korsgaard
0 siblings, 0 replies; 16+ messages in thread
From: Peter Korsgaard @ 2015-11-22 21:48 UTC (permalink / raw)
To: buildroot
>>>>> "Bernd" == Bernd Kuhls <bernd.kuhls@t-online.de> writes:
> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Committed to next, thanks.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 16+ messages in thread
* [Buildroot] [PATCH/next 3/8] package/swig: bump version to 3.0.7
2015-11-21 19:40 ` [Buildroot] [PATCH/next 3/8] package/swig: bump version to 3.0.7 Bernd Kuhls
@ 2015-11-22 21:53 ` Peter Korsgaard
0 siblings, 0 replies; 16+ messages in thread
From: Peter Korsgaard @ 2015-11-22 21:53 UTC (permalink / raw)
To: buildroot
>>>>> "Bernd" == Bernd Kuhls <bernd.kuhls@t-online.de> writes:
> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
> ---
> package/swig/swig.hash | 2 +-
> package/swig/swig.mk | 4 ++--
> 2 files changed, 3 insertions(+), 3 deletions(-)
> diff --git a/package/swig/swig.hash b/package/swig/swig.hash
> index 98baaa2..62e3d20 100644
> --- a/package/swig/swig.hash
> +++ b/package/swig/swig.hash
> @@ -1,2 +1,2 @@
> # Locally computed:
> -sha256 65e13f22a60cecd7279c59882ff8ebe1ffe34078e85c602821a541817a4317f7 swig-2.0.12.tar.gz
> +sha256 06dc8816a225667ce1eee545af3caf87e1bbaa379c32838d4cea53152514348d swig-3.0.7.tar.gz
> diff --git a/package/swig/swig.mk b/package/swig/swig.mk
> index 6b9b8ae..a2125aa 100644
> --- a/package/swig/swig.mk
> +++ b/package/swig/swig.mk
> @@ -4,8 +4,8 @@
> #
> ################################################################################
> -SWIG_VERSION_MAJOR = 2.0
> -SWIG_VERSION = $(SWIG_VERSION_MAJOR).12
> +SWIG_VERSION_MAJOR = 3.0
> +SWIG_VERSION = $(SWIG_VERSION_MAJOR).7
This is a new major version, does nothing need to change?
It looks like the swig2.0 symlink handling should atleast change as we
now make it swig3.0?
A more detailed commit message on this kind of stuff would be handy.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 16+ messages in thread
* [Buildroot] [PATCH/next 4/8] package/libass: bump version to 0.13.0
2015-11-21 19:40 ` [Buildroot] [PATCH/next 4/8] package/libass: bump version to 0.13.0 Bernd Kuhls
@ 2015-11-22 21:56 ` Peter Korsgaard
0 siblings, 0 replies; 16+ messages in thread
From: Peter Korsgaard @ 2015-11-22 21:56 UTC (permalink / raw)
To: buildroot
>>>>> "Bernd" == Bernd Kuhls <bernd.kuhls@t-online.de> writes:
> Quote from https://github.com/libass/libass/blob/master/Changelog
> "* Drop ENCA support"
> Therefore we remove the dependency to libenca.
> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Committed to next, thanks.
Have you done test builds of the reverse deps
(ffmpeg/gst1-plugins-bad/kodi/mplayer/vlc)?
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 16+ messages in thread
* [Buildroot] [PATCH/next 5/8] package/libfribidi: bump version to 0.19.7
2015-11-21 19:40 ` [Buildroot] [PATCH/next 5/8] package/libfribidi: bump version to 0.19.7 Bernd Kuhls
@ 2015-11-22 21:56 ` Peter Korsgaard
0 siblings, 0 replies; 16+ messages in thread
From: Peter Korsgaard @ 2015-11-22 21:56 UTC (permalink / raw)
To: buildroot
>>>>> "Bernd" == Bernd Kuhls <bernd.kuhls@t-online.de> writes:
> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Committed, thanks.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 16+ messages in thread
* [Buildroot] [PATCH/next 6/8] package/libglew: bump version to 1.13.0
2015-11-21 19:40 ` [Buildroot] [PATCH/next 6/8] package/libglew: bump version to 1.13.0 Bernd Kuhls
@ 2015-11-22 21:59 ` Peter Korsgaard
0 siblings, 0 replies; 16+ messages in thread
From: Peter Korsgaard @ 2015-11-22 21:59 UTC (permalink / raw)
To: buildroot
>>>>> "Bernd" == Bernd Kuhls <bernd.kuhls@t-online.de> writes:
> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Committed to next, thanks.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 16+ messages in thread
* [Buildroot] [PATCH/next 7/8] package/tvheadend: bump version
2015-11-21 19:40 ` [Buildroot] [PATCH/next 7/8] package/tvheadend: bump version Bernd Kuhls
@ 2015-11-22 22:00 ` Peter Korsgaard
0 siblings, 0 replies; 16+ messages in thread
From: Peter Korsgaard @ 2015-11-22 22:00 UTC (permalink / raw)
To: buildroot
>>>>> "Bernd" == Bernd Kuhls <bernd.kuhls@t-online.de> writes:
> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Committed to next, thanks.
Please send a followup patch to add a .hash file as well, thanks.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 16+ messages in thread
* [Buildroot] [PATCH/next 8/8] package/{mesa3d, mesa3d-headers}: bump version to 11.0.6
2015-11-21 19:40 ` [Buildroot] [PATCH/next 8/8] package/{mesa3d, mesa3d-headers}: bump version to 11.0.6 Bernd Kuhls
@ 2015-11-22 22:01 ` Peter Korsgaard
0 siblings, 0 replies; 16+ messages in thread
From: Peter Korsgaard @ 2015-11-22 22:01 UTC (permalink / raw)
To: buildroot
>>>>> "Bernd" == Bernd Kuhls <bernd.kuhls@t-online.de> writes:
> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Committed to next, thanks.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 16+ messages in thread
end of thread, other threads:[~2015-11-22 22:01 UTC | newest]
Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-21 19:40 [Buildroot] [PATCH/next 1/8] package/boost: bump version to 1.59.0 Bernd Kuhls
2015-11-21 19:40 ` [Buildroot] [PATCH/next 2/8] package/yasm: bump version to 1.3.0 Bernd Kuhls
2015-11-22 21:48 ` Peter Korsgaard
2015-11-21 19:40 ` [Buildroot] [PATCH/next 3/8] package/swig: bump version to 3.0.7 Bernd Kuhls
2015-11-22 21:53 ` Peter Korsgaard
2015-11-21 19:40 ` [Buildroot] [PATCH/next 4/8] package/libass: bump version to 0.13.0 Bernd Kuhls
2015-11-22 21:56 ` Peter Korsgaard
2015-11-21 19:40 ` [Buildroot] [PATCH/next 5/8] package/libfribidi: bump version to 0.19.7 Bernd Kuhls
2015-11-22 21:56 ` Peter Korsgaard
2015-11-21 19:40 ` [Buildroot] [PATCH/next 6/8] package/libglew: bump version to 1.13.0 Bernd Kuhls
2015-11-22 21:59 ` Peter Korsgaard
2015-11-21 19:40 ` [Buildroot] [PATCH/next 7/8] package/tvheadend: bump version Bernd Kuhls
2015-11-22 22:00 ` Peter Korsgaard
2015-11-21 19:40 ` [Buildroot] [PATCH/next 8/8] package/{mesa3d, mesa3d-headers}: bump version to 11.0.6 Bernd Kuhls
2015-11-22 22:01 ` Peter Korsgaard
2015-11-22 21:47 ` [Buildroot] [PATCH/next 1/8] package/boost: bump version to 1.59.0 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.