Commit 4c4e3f56 authored by Steve Lhomme's avatar Steve Lhomme Committed by Jean-Baptiste Kempf

Contrib: use the protobuf 2.6.1

Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 993bc6c2
a59a6d28d1653335fee42eff074f54b317d79d50361ed27d16502012ebb68bf7932ff80be4ce1588829940d6fdf77d113536ee3b27b72959577527ca488eddab protobuf-2.6.0.tar.bz2
818ac4ad24aca84d214d14ac860a75c14494528821af144d3cb603f69c94d4500512814be6d62cc82973804ebfa99eb94d9f034b309f53cadb622603a7886a3e protobuf-2.6.1.tar.gz
# 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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment