[vlc-commits] [Git][videolan/vlc][master] contrib: xcb-proto: bump to 1.15.2

Steve Lhomme (@robUx4) gitlab at videolan.org
Mon Jul 15 12:48:40 UTC 2024



Steve Lhomme pushed to branch master at VideoLAN / VLC


Commits:
5ecb82cf by Khalid Masum at 2024-07-15T11:27:02+00:00
contrib: xcb-proto: bump to 1.15.2

Python fractions is depriciated after 3.9 and importlib is depriciated
at python 3.12. Therefore xcb is not buildable with python 3.9+
currently. To fix this, this patch bumps xcb-proto to 1.15.2.

- - - - -


2 changed files:

- contrib/src/xcb-proto/SHA512SUMS
- contrib/src/xcb-proto/rules.mak


Changes:

=====================================
contrib/src/xcb-proto/SHA512SUMS
=====================================
@@ -1 +1 @@
-6b87e69bf0918521a6ce1e4f04335206e65061e7ac4dad6f2098fca115c11c3fb99da847e6d7cfc567e127ac8eecec1b51bae55a0f4271a9ca83f157f8059d99  xcb-proto-1.14.tar.gz
+4aaf4886dbbb465ec9d123beca2db616f4690f76297df7f85a2cb6afeea114e7ee08995268821b090226a55109c93676f134840065b448180a5d61d8d95095b0  xcb-proto-1.15.2.tar.gz


=====================================
contrib/src/xcb-proto/rules.mak
=====================================
@@ -1,6 +1,6 @@
 # X protocol C Proto
 
-XCB_PROTO_VERSION := 1.14
+XCB_PROTO_VERSION := 1.15.2
 XCB_PROTO_URL := $(XORG)/proto/xcb-proto-$(XCB_PROTO_VERSION).tar.gz
 
 ifeq ($(call need_pkg,"xcb-proto"),)



View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/5ecb82cf5805f62360d9e4e3c1a1dc4705c4cc9c

-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/5ecb82cf5805f62360d9e4e3c1a1dc4705c4cc9c
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