Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc
Commits
4c4e3f56
Commit
4c4e3f56
authored
Sep 17, 2015
by
Steve Lhomme
Committed by
Jean-Baptiste Kempf
Oct 06, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Contrib: use the protobuf 2.6.1
Signed-off-by:
Jean-Baptiste Kempf
<
jb@videolan.org
>
parent
993bc6c2
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
contrib/src/protobuf/SHA512SUMS
contrib/src/protobuf/SHA512SUMS
+1
-1
contrib/src/protobuf/rules.mak
contrib/src/protobuf/rules.mak
+5
-5
No files found.
contrib/src/protobuf/SHA512SUMS
View file @
4c4e3f56
a59a6d28d1653335fee42eff074f54b317d79d50361ed27d16502012ebb68bf7932ff80be4ce1588829940d6fdf77d113536ee3b27b72959577527ca488eddab protobuf-2.6.0.tar.bz2
818ac4ad24aca84d214d14ac860a75c14494528821af144d3cb603f69c94d4500512814be6d62cc82973804ebfa99eb94d9f034b309f53cadb622603a7886a3e protobuf-2.6.1.tar.gz
contrib/src/protobuf/rules.mak
View file @
4c4e3f56
# 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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment