]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
pixman: Update to version 0.44.0
authorAdolf Belka <adolf.belka@ipfire.org>
Sat, 9 Nov 2024 17:38:13 +0000 (18:38 +0100)
committerArne Fitzenreiter <arne_f@ipfire.org>
Sun, 8 Dec 2024 15:50:21 +0000 (16:50 +0100)
- Update from version 0.43.4 to 0.44.0
- Update of rootfile
- Disabling iwmmxt no longer required as support for it in pixman has been dropped.
- Changelog  not provided. Review of changes only available by review of commits.
   https://gitlab.freedesktop.org/pixman/pixman/-/commits/master?ref_type=heads

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
config/rootfiles/common/pixman
lfs/pixman

index d6ed58f3cdd857b46f69b0521e71da14511ffa45..3f81a4b124c5cc2a1632ee9aa677ffdb9003dfa1 100644 (file)
@@ -3,5 +3,5 @@
 #usr/include/pixman-1/pixman.h
 #usr/lib/libpixman-1.so
 usr/lib/libpixman-1.so.0
-usr/lib/libpixman-1.so.0.43.4
+usr/lib/libpixman-1.so.0.44.0
 #usr/lib/pkgconfig/pixman-1.pc
index 8b4644757ddb9d6b2317ac31c9d9b18926ccdda3..858939c99ac29a5f6b4ab790b6c4ecf0b809a684 100644 (file)
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 0.43.4
+VER        = 0.44.0
 
 THISAPP    = pixman-$(VER)
 DL_FILE    = $(THISAPP).tar.xz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = c31e5700bfadcd72f522af50509a4a6cd7bbf90c918c75b108e50246f1c76e858125138902a222040ada192710ec788deb43eb65085416f3eff88e3ed970933e
+$(DL_FILE)_BLAKE2 = ea3f5fc5e6febfd3e6acf89b9bb7ce2d7c82d42ede2b3f7df69ce6d65ec2d75d3402523a1a3227135caac34633556dec3010a435ace23f2c8255ea210c03d5db
 
 install : $(TARGET)
 
@@ -73,7 +73,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        $(UPDATE_AUTOMAKE)
        cd $(DIR_APP) && meson \
                --prefix=/usr \
-               -D iwmmxt=disabled \
                builddir/
        cd $(DIR_APP) && ninja -C builddir/ $(MAKETUNING)
        cd $(DIR_APP) && ninja -C builddir/ install