[vlc-commits] [Git][videolan/vlc][master] 2 commits: contrib: ebml: update to 1.4.3

Rémi Denis-Courmont (@Courmisch) gitlab at videolan.org
Sat Oct 1 17:56:01 UTC 2022



Rémi Denis-Courmont pushed to branch master at VideoLAN / VLC


Commits:
f7eb37ed by Steve Lhomme at 2022-10-01T16:52:18+00:00
contrib: ebml: update to 1.4.3

- - - - -
0b13cf8b by Steve Lhomme at 2022-10-01T16:52:18+00:00
contrib: matroska: update to 1.7.0

- - - - -


5 changed files:

- contrib/src/ebml/SHA512SUMS
- − contrib/src/ebml/missing-limits-include.patch
- contrib/src/ebml/rules.mak
- contrib/src/matroska/SHA512SUMS
- contrib/src/matroska/rules.mak


Changes:

=====================================
contrib/src/ebml/SHA512SUMS
=====================================
@@ -1 +1 @@
-b9535b60ba2716053819d48e345f161ad797a74678fdf60797d652da9dfa7cab905669dac744f30a81083341462bac6f2a0e69fa7d80ee59cf7414bffbd667d5  libebml-1.4.2.tar.xz
+6a7a544f3f5a273eaab8c71aa692492cbfb671b3d73f03ab76438843a9a7a9379f9cffdae0e1452cf064e43c10ad82424645504a23d7f3336eabcd38f2621d0a  libebml-1.4.3.tar.xz


=====================================
contrib/src/ebml/missing-limits-include.patch deleted
=====================================
@@ -1,36 +0,0 @@
-From f0bfd53647961e799a43d918c46cf3b6bff89806 Mon Sep 17 00:00:00 2001
-From: Moritz Bunkus <mo at bunkus.online>
-Date: Sat, 27 Feb 2021 20:36:52 +0100
-Subject: [PATCH] include appropriate header files for std::numeric_limits
-
-Fixes #80.
----
- ChangeLog                 | 4 ++++
- src/EbmlString.cpp        | 1 +
- src/EbmlUnicodeString.cpp | 1 +
- 3 files changed, 6 insertions(+)
-
-diff --git a/src/EbmlString.cpp b/src/EbmlString.cpp
-index 27e55fd..4c05fcf 100644
---- a/src/EbmlString.cpp
-+++ b/src/EbmlString.cpp
-@@ -34,6 +34,7 @@
-   \author Steve Lhomme     <robux4 @ users.sf.net>
- */
- #include <cassert>
-+#include <limits>
- 
- #include "ebml/EbmlString.h"
- 
-diff --git a/src/EbmlUnicodeString.cpp b/src/EbmlUnicodeString.cpp
-index 496a16a..99fc073 100644
---- a/src/EbmlUnicodeString.cpp
-+++ b/src/EbmlUnicodeString.cpp
-@@ -36,6 +36,7 @@
- */
- 
- #include <cassert>
-+#include <limits>
- 
- #include "ebml/EbmlUnicodeString.h"
- 


=====================================
contrib/src/ebml/rules.mak
=====================================
@@ -1,6 +1,6 @@
 # ebml
 
-EBML_VERSION := 1.4.2
+EBML_VERSION := 1.4.3
 EBML_URL := http://dl.matroska.org/downloads/libebml/libebml-$(EBML_VERSION).tar.xz
 
 ifeq ($(call need_pkg,"libebml >= 1.3.8"),)
@@ -14,7 +14,6 @@ $(TARBALLS)/libebml-$(EBML_VERSION).tar.xz:
 
 ebml: libebml-$(EBML_VERSION).tar.xz .sum-ebml
 	$(UNPACK)
-	$(APPLY) $(SRC)/ebml/missing-limits-include.patch
 	$(MOVE)
 
 .ebml: ebml toolchain.cmake


=====================================
contrib/src/matroska/SHA512SUMS
=====================================
@@ -1 +1 @@
-271557c4f8836411782991c069a16cd49d7f9b6f209d1f96f6694f0e8bdfdcda3bbf76512c328555252a8c3e45c5adfcfab1e738304bb2ea85786a6f45af3f41  libmatroska-1.6.3.tar.xz
+e635958113ab57fb6c7e808d4ad51f87c38ec6ff348b202df1789b34d25ca22bc00fbdf1ec4f386bc803ef3da9f57057bae78ecf22deabdf1399755b1c6fdd3e  libmatroska-1.7.0.tar.xz


=====================================
contrib/src/matroska/rules.mak
=====================================
@@ -1,6 +1,6 @@
 # matroska
 
-MATROSKA_VERSION := 1.6.3
+MATROSKA_VERSION := 1.7.0
 MATROSKA_URL := http://dl.matroska.org/downloads/libmatroska/libmatroska-$(MATROSKA_VERSION).tar.xz
 
 PKGS += matroska



View it on GitLab: https://code.videolan.org/videolan/vlc/-/compare/a6dcec33242e131addf60fd8f324256fc2127bb5...0b13cf8b2c58f3e99909c426c2186ac5dfff01fe

-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/compare/a6dcec33242e131addf60fd8f324256fc2127bb5...0b13cf8b2c58f3e99909c426c2186ac5dfff01fe
You're receiving this email because of your account on code.videolan.org.


VideoLAN code repository instance


More information about the vlc-commits mailing list