[vlc-commits] [Git][videolan/vlc][master] contrib: kate: update to 0.4.3
Tristan Matthews (@tmatth)
gitlab at videolan.org
Thu Aug 28 00:32:18 UTC 2025
Tristan Matthews pushed to branch master at VideoLAN / VLC
Commits:
2976ba32 by Tristan Matthews at 2025-08-27T23:53:34+00:00
contrib: kate: update to 0.4.3
>From 0.4.3:
- Fixed --enable-valgrind configure option.
- Corrected self testing on 64 bit architectures and plug test memory leak.
- Adjusted leftover bits for Python 3.
>From 0.4.2:
- Adjusted built to only install KateDJ when wxpython and oggz is
available.
- Adjusted decoder to allow zero sized metadata content.
- Adjusted text parsing to better recognize invalid UNICODE, and add
test case for it.
- Eliminated timing precision issues in writing to kate format, and
ensured seconds are written with a leading 0 if less than 10
- Updated/rewrote autoconf/automake setup to work with current
versions.
- Fix compiler warning about possible clobbering of FILE pointer. (#124)
- Fixes several other compiler warnings.
- Added x32 support to tests/check_sizes.c.
- Corrected option handling in KateDJ.
- Adust kate_high_decode_init() to avoid use after free.
- Updated doxygen setup using doxygen -u to avoid warnings from
current doxygen version.
- Cleaned up and extended documentation a bit.
- Migrated KateDJ code from python 2 to 3. (#123)
- - - - -
2 changed files:
- contrib/src/kate/SHA512SUMS
- contrib/src/kate/rules.mak
Changes:
=====================================
contrib/src/kate/SHA512SUMS
=====================================
@@ -1 +1 @@
-2635237753abc0f6c43fc07bd0ecc57c2f3c893efa6c62ad08de9191045612477302ed45acd61cdfea7447efd654ebbe0ed2d6a2cbf867eb834581d7ee43377b libkate-0.4.1.tar.gz
+dd4d87776e212f7e5c78f87b1bdd3c88046fe59eb1ede2124e716c0dfbba27d526c5130f8a877de8d3ab7ad3e7063118e546facde1ca85fba19001ed3d565979 libkate-0.4.3.tar.gz
=====================================
contrib/src/kate/rules.mak
=====================================
@@ -1,7 +1,7 @@
# Kate
-KATE_VERSION := 0.4.1
-KATE_URL := $(GOOGLE_CODE)/libkate/libkate-$(KATE_VERSION).tar.gz
+KATE_VERSION := 0.4.3
+KATE_URL := $(XIPH)/kate/libkate-$(KATE_VERSION).tar.gz
PKGS += kate
ifeq ($(call need_pkg,"kate >= 0.1.5"),)
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/2976ba320bfbf6d52d8df7b2d6609d54779daea6
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/2976ba320bfbf6d52d8df7b2d6609d54779daea6
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