Radix cross Linux

The main Radix cross Linux repository contains the build scripts of packages, which have the most complete and common functionality for desktop machines

452 Commits   2 Branches   1 Tag
Index: btrfs-progs/5.15.1/Makefile
===================================================================
--- btrfs-progs/5.15.1/Makefile	(revision 447)
+++ btrfs-progs/5.15.1/Makefile	(revision 448)
@@ -142,7 +142,7 @@
 extra_configure_switches += --sysconfdir=/etc
 
 
-PYTHON_VERSION = 3.10
+PYTHON_VERSION = 3.12
 
 python_environment  = PYTHON=$(PYTHON3)
 python_environment += PYTHON_CC='$(CC) --sysroot=$(TARGET_DEST_DIR) -pthread'
Index: itstool/2.0.7/Makefile
===================================================================
--- itstool/2.0.7/Makefile	(revision 447)
+++ itstool/2.0.7/Makefile	(revision 448)
@@ -60,7 +60,7 @@
 
 SOURCE_REQUIRES    = sources/packages/a/itstool
 
-REQUIRES           = dev/python3/3.10.8
+REQUIRES           = dev/python3/3.12.9
 REQUIRES          += libs/libxml2/2.11.4
 REQUIRES          += share/docbook-xml/4.5
 
Index: postgresql/14.1/Makefile
===================================================================
--- postgresql/14.1/Makefile	(revision 447)
+++ postgresql/14.1/Makefile	(revision 448)
@@ -61,7 +61,7 @@
 SOURCE_REQUIRES    = sources/packages/b/postgresql
 
 REQUIRES           = dev/perl/5.36.0
-REQUIRES          += dev/python3/3.10.8
+REQUIRES          += dev/python3/3.12.9
 REQUIRES          += app/util-linux/2.38.1
 REQUIRES          += libs/libxml2/2.11.4
 REQUIRES          += libs/libxslt/1.1.34
@@ -162,7 +162,7 @@
 #
 # Python Configuration:
 #
-PYTHON_VERSION = 3.10
+PYTHON_VERSION = 3.12
 
 python-configdir = $(shell echo "$(shell dirname $(shell ls $(TARGET_DEST_DIR)/usr/lib$(LIBSUFFIX)/python$(1)/config-$(1)-*/config.c))")
 
Index: postgresql/14.1-ppc32/Makefile
===================================================================
--- postgresql/14.1-ppc32/Makefile	(revision 447)
+++ postgresql/14.1-ppc32/Makefile	(revision 448)
@@ -17,7 +17,7 @@
 
 REQUIRES           = app/postgresql/14.1
 REQUIRES          += dev/perl/5.36.0-ppc32
-REQUIRES          += dev/python3/3.10.8-ppc32
+REQUIRES          += dev/python3/3.12.9-ppc32
 REQUIRES          += app/util-linux/2.38.1-ppc32
 REQUIRES          += libs/libxml2/2.11.4-ppc32
 REQUIRES          += libs/libxslt/1.1.34-ppc32
@@ -109,7 +109,7 @@
 #
 # Python Configuration:
 #
-PYTHON_VERSION = 3.10
+PYTHON_VERSION = 3.12
 
 python-configdir = $(shell echo "$(shell dirname $(shell ls $(TARGET_DEST_DIR)/usr/lib$(MULTILIB_PPC32_SUFFIX)/python$(1)/config-$(1)-*/config.c))")
 
Index: postgresql/14.1-x86_32/Makefile
===================================================================
--- postgresql/14.1-x86_32/Makefile	(revision 447)
+++ postgresql/14.1-x86_32/Makefile	(revision 448)
@@ -14,7 +14,7 @@
 
 REQUIRES           = app/postgresql/14.1
 REQUIRES          += dev/perl/5.36.0-x86_32
-REQUIRES          += dev/python3/3.10.8-x86_32
+REQUIRES          += dev/python3/3.12.9-x86_32
 REQUIRES          += app/util-linux/2.38.1-x86_32
 REQUIRES          += libs/libxml2/2.11.4-x86_32
 REQUIRES          += libs/libxslt/1.1.34-x86_32
@@ -107,7 +107,7 @@
 #
 # Python Configuration:
 #
-PYTHON_VERSION = 3.10
+PYTHON_VERSION = 3.12
 
 python-configdir = $(shell echo "$(shell dirname $(shell ls $(TARGET_DEST_DIR)/usr/lib$(MULTILIB_X86_32_SUFFIX)/python$(1)/config-$(1)-*/config.c))")
 
Index: tdb/1.4.7/Makefile
===================================================================
--- tdb/1.4.7/Makefile	(revision 447)
+++ tdb/1.4.7/Makefile	(revision 448)
@@ -60,7 +60,7 @@
 
 SOURCE_REQUIRES    = sources/packages/b/tdb
 
-REQUIRES           = dev/python3/3.10.8
+REQUIRES           = dev/python3/3.12.9
 REQUIRES          += libs/libbsd/0.11.4
 
 # ======= __END_OF_REQUIRES__ =======
@@ -190,7 +190,7 @@
 TARGET_BIN_RPATH = /lib$(LIBSUFFIX):/usr/lib$(LIBSUFFIX)
 
 
-PYTHON3_VERSION  = 3.10
+PYTHON3_VERSION  = 3.12
 
 extra_environment  = LINKFLAGS='$(LDFLAGS) -Wl,-rpath,$(TARGET_BIN_RPATH)'
 extra_environment += PYTHONPATH='$(TARGET_DEST_DIR)/usr/lib$(LIBSUFFIX)/python$(PYTHON3_VERSION)/lib-dynload'
Index: tdb/1.4.7-ppc32/Makefile
===================================================================
--- tdb/1.4.7-ppc32/Makefile	(revision 447)
+++ tdb/1.4.7-ppc32/Makefile	(revision 448)
@@ -16,7 +16,7 @@
 SOURCE_REQUIRES    = sources/packages/b/tdb
 
 REQUIRES           = app/tdb/1.4.7
-REQUIRES          += dev/python3/3.10.8-ppc32
+REQUIRES          += dev/python3/3.12.9-ppc32
 REQUIRES          += libs/libbsd/0.11.4-ppc32
 
 # ======= __END_OF_REQUIRES__ =======
@@ -109,7 +109,7 @@
 TARGET_BIN_RPATH = /lib$(MULTILIB_PPC32_SUFFIX):/usr/lib$(MULTILIB_PPC32_SUFFIX)
 
 
-PYTHON3_VERSION  = 3.10
+PYTHON3_VERSION  = 3.12
 
 extra_environment  = LINKFLAGS='$(LDFLAGS) -Wl,-rpath,$(TARGET_BIN_RPATH)'
 extra_environment += PYTHONPATH='$(TARGET_DEST_DIR)/usr/lib$(MULTILIB_PPC32_SUFFIX)/python$(PYTHON3_VERSION)/lib-dynload'
Index: tdb/1.4.7-x86_32/Makefile
===================================================================
--- tdb/1.4.7-x86_32/Makefile	(revision 447)
+++ tdb/1.4.7-x86_32/Makefile	(revision 448)
@@ -13,7 +13,7 @@
 SOURCE_REQUIRES    = sources/packages/b/tdb
 
 REQUIRES           = app/tdb/1.4.7
-REQUIRES          += dev/python3/3.10.8-x86_32
+REQUIRES          += dev/python3/3.12.9-x86_32
 REQUIRES          += libs/libbsd/0.11.4-x86_32
 
 # ======= __END_OF_REQUIRES__ =======
@@ -106,7 +106,7 @@
 TARGET_BIN_RPATH = /lib$(MULTILIB_X86_32_SUFFIX):/usr/lib$(MULTILIB_X86_32_SUFFIX)
 
 
-PYTHON3_VERSION  = 3.10
+PYTHON3_VERSION  = 3.12
 
 extra_environment  = LINKFLAGS='$(LDFLAGS) -Wl,-rpath,$(TARGET_BIN_RPATH)'
 extra_environment += PYTHONPATH='$(TARGET_DEST_DIR)/usr/lib$(MULTILIB_X86_32_SUFFIX)/python$(PYTHON3_VERSION)/lib-dynload'
Index: udisks2/2.10.1/Makefile
===================================================================
--- udisks2/2.10.1/Makefile	(revision 447)
+++ udisks2/2.10.1/Makefile	(revision 448)
@@ -152,7 +152,7 @@
 extra_configure_switches += --enable-shared=yes
 
 
-PYTHON3_VERSION = 3.10
+PYTHON3_VERSION = 3.12
 
 python_environment  = PYTHON=$(PYTHON3)
 python_environment += PYTHONPATH='$(TARGET_DEST_DIR)/usr/lib$(LIBSUFFIX)/gobject-introspection:$(TARGET_DEST_DIR)/usr/lib$(LIBSUFFIX)/python$(PYTHON3_VERSION)/lib-dynload'
Index: upower/1.90.2/Makefile
===================================================================
--- upower/1.90.2/Makefile	(revision 447)
+++ upower/1.90.2/Makefile	(revision 448)
@@ -189,7 +189,7 @@
 extra_configure_switches += -Dman=true
 
 
-PYTHON3_VERSION = 3.10
+PYTHON3_VERSION = 3.12
 
 python_environment  = PYTHON=$(PYTHON3)
 python_environment += PYTHONPATH='$(TARGET_DEST_DIR)/usr/lib$(LIBSUFFIX)/gobject-introspection:$(TARGET_DEST_DIR)/usr/lib$(LIBSUFFIX)/python$(PYTHON3_VERSION)/lib-dynload'
Index: util-linux/2.38.1/Makefile
===================================================================
--- util-linux/2.38.1/Makefile	(revision 447)
+++ util-linux/2.38.1/Makefile	(revision 448)
@@ -211,7 +211,7 @@
 nettools_environment    = CFLAGS="-isystem $(TARGET_DEST_DIR)/usr/include $(ARCH_FLAGS) $(OPTIMIZATION_FLAGS) -Wall"
 
 
-PYTHON_VERSION      = 3.10
+PYTHON_VERSION      = 3.12
 
 python_environment  = PYTHON_VERSION=$(PYTHON_VERSION)
 python_environment += am_cv_python_pythondir=/usr/lib$(LIBSUFFIX)/python$(PYTHON_VERSION)/site-packages
Index: util-linux/2.38.1-ppc32/Makefile
===================================================================
--- util-linux/2.38.1-ppc32/Makefile	(revision 447)
+++ util-linux/2.38.1-ppc32/Makefile	(revision 448)
@@ -133,7 +133,7 @@
 extra_configure_switches += NCURSESW6_CONFIG='$(TARGET_DEST_DIR)/usr/bin/32/ncursesw6-config'
 
 
-PYTHON_VERSION=3.10
+PYTHON_VERSION=3.12
 
 python_environment  = PYTHON_VERSION=$(PYTHON_VERSION)
 python_environment += am_cv_python_pythondir=/usr/lib$(MULTILIB_PPC32_SUFFIX)/python$(PYTHON_VERSION)/site-packages
Index: util-linux/2.38.1-x86_32/Makefile
===================================================================
--- util-linux/2.38.1-x86_32/Makefile	(revision 447)
+++ util-linux/2.38.1-x86_32/Makefile	(revision 448)
@@ -130,7 +130,7 @@
 extra_configure_switches += NCURSESW6_CONFIG='$(TARGET_DEST_DIR)/usr/bin/32/ncursesw6-config'
 
 
-PYTHON_VERSION=3.10
+PYTHON_VERSION=3.12
 
 python_environment  = PYTHON_VERSION=$(PYTHON_VERSION)
 python_environment += am_cv_python_pythondir=/usr/lib$(MULTILIB_X86_32_SUFFIX)/python$(PYTHON_VERSION)/site-packages
Index: vim/8.2-3709/Makefile
===================================================================
--- vim/8.2-3709/Makefile	(revision 447)
+++ vim/8.2-3709/Makefile	(revision 448)
@@ -65,14 +65,14 @@
 REQUIRES          += app/acl/2.3.2
 REQUIRES          += app/gawk/5.1.0
 REQUIRES          += dev/python2/2.7.18
-REQUIRES          += dev/python3/3.10.8
+REQUIRES          += dev/python3/3.12.9
 REQUIRES          += dev/perl/5.36.0
 
 # ======= __END_OF_REQUIRES__ =======
 
 
-PYTHON_2_VERSION = 2.7
-PYTHON_3_VERSION = 3.10
+PYTHON2_VERSION = 2.7
+PYTHON3_VERSION = 3.12
 
 
 version            = 8.2-3709
@@ -140,7 +140,7 @@
 #
 # Path to Python.h
 #
-CFLAGS += -I$(TARGET_DEST_DIR)/usr/include/python$(PYTHON_3_VERSION)
+CFLAGS += -I$(TARGET_DEST_DIR)/usr/include/python$(PYTHON3_VERSION)
 
 
 extra_configure_switches  = --libdir=/usr/lib$(LIBSUFFIX)
@@ -154,7 +154,7 @@
 extra_configure_switches += --disable-netbeans
 extra_configure_switches += --disable-canberra
 extra_configure_switches += --with-tlib=ncurses
-extra_configure_switches += --with-python-config-dir=$(TARGET_DEST_DIR)/usr/lib$(LIBSUFFIX)/python$(PYTHON_2_VERSION)/config
+extra_configure_switches += --with-python-config-dir=$(TARGET_DEST_DIR)/usr/lib$(LIBSUFFIX)/python$(PYTHON2_VERSION)/config
 extra_configure_switches += --with-python3-config-dir=$(shell $(TARGET_DEST_DIR)/usr/bin/python3-config --configdir)
 extra_configure_switches += --enable-pythoninterp=dynamic
 extra_configure_switches += --enable-python3interp=dynamic