[vlc-devel] [PATCH] contrib: use the latest stable protobuf version from github

Steve Lhomme robux4 at gmail.com
Thu Sep 17 14:48:27 CEST 2015


On Thu, Sep 17, 2015 at 2:07 PM, Sean McGovern <gseanmcg at gmail.com> wrote:
> Hi Steve,
>
> Should the version of protoc that is built in extras/tools/ be bumped at the same time as well?

Yes, I didn't see that one. I'll update my patch.

> -----Original Message-----
> From: Steve Lhomme <robux4 at videolabs.io>
> Sender: "vlc-devel" <vlc-devel-bounces at videolan.org>Date: Thu, 17 Sep 2015 14:05:25
> To: <vlc-devel at videolan.org>
> Reply-To: Mailing list for VLC media player developers <vlc-devel at videolan.org>
> Cc: Steve Lhomme<robUx4 at gmail.com>
> Subject: [vlc-devel] [PATCH] contrib: use the latest stable protobuf version
>         from github
>
> From: Steve Lhomme <robUx4 at gmail.com>
>
> ---
>  contrib/src/protobuf/SHA512SUMS |  2 +-
>  contrib/src/protobuf/rules.mak  | 10 +++++-----
>  2 files changed, 6 insertions(+), 6 deletions(-)
>
> diff --git a/contrib/src/protobuf/SHA512SUMS b/contrib/src/protobuf/SHA512SUMS
> index 4e0dd6e..d0fd60e 100644
> --- a/contrib/src/protobuf/SHA512SUMS
> +++ b/contrib/src/protobuf/SHA512SUMS
> @@ -1 +1 @@
> -a59a6d28d1653335fee42eff074f54b317d79d50361ed27d16502012ebb68bf7932ff80be4ce1588829940d6fdf77d113536ee3b27b72959577527ca488eddab  protobuf-2.6.0.tar.bz2
> +818ac4ad24aca84d214d14ac860a75c14494528821af144d3cb603f69c94d4500512814be6d62cc82973804ebfa99eb94d9f034b309f53cadb622603a7886a3e  protobuf-2.6.1.tar.gz
> diff --git a/contrib/src/protobuf/rules.mak b/contrib/src/protobuf/rules.mak
> index eed116e..d398855 100644
> --- a/contrib/src/protobuf/rules.mak
> +++ b/contrib/src/protobuf/rules.mak
> @@ -1,20 +1,20 @@
>  # protobuf
> -PROTOBUF_VERSION := 2.6.0
> -PROTOBUF_URL := https://protobuf.googlecode.com/svn/rc/protobuf-$(PROTOBUF_VERSION).tar.bz2
> +PROTOBUF_VERSION := 2.6.1
> +PROTOBUF_URL := https://github.com/google/protobuf/releases/download/v$(PROTOBUF_VERSION)/protobuf-$(PROTOBUF_VERSION).tar.gz
>
>  PKGS += protobuf
>  ifeq ($(call need_pkg,"protobuf"),)
>  PKGS_FOUND += protobuf
>  endif
>
> -$(TARBALLS)/protobuf-$(PROTOBUF_VERSION).tar.bz2:
> +$(TARBALLS)/protobuf-$(PROTOBUF_VERSION).tar.gz:
>         $(call download,$(PROTOBUF_URL))
>
> -.sum-protobuf: protobuf-$(PROTOBUF_VERSION).tar.bz2
> +.sum-protobuf: protobuf-$(PROTOBUF_VERSION).tar.gz
>
>  DEPS_protobuf = zlib $(DEPS_zlib)
>
> -protobuf: protobuf-$(PROTOBUF_VERSION).tar.bz2 .sum-protobuf
> +protobuf: protobuf-$(PROTOBUF_VERSION).tar.gz .sum-protobuf
>         $(UNPACK)
>  ifdef HAVE_WIN32
>         $(APPLY) $(SRC)/protobuf/win32.patch
> --
> 2.5.1
>
> _______________________________________________
> vlc-devel mailing list
> To unsubscribe or modify your subscription options:
> https://mailman.videolan.org/listinfo/vlc-devel
> _______________________________________________
> vlc-devel mailing list
> To unsubscribe or modify your subscription options:
> https://mailman.videolan.org/listinfo/vlc-devel


More information about the vlc-devel mailing list