2025-02-06

current64 - current

 

current - current64

slitaz-current-core64.iso 2024-Dec-20 13:53:41 98.3M
https://mirror1.slitaz.org/iso/current/slitaz-current-core64.iso

Index of /~shann/slitaz-current-stuff/isos/
slitaz-current-base64.iso 2024-Dec-03 12:44:04 19.6M
slitaz-current-core64.iso 2024-Dec-03 12:44:16 97.8M

Full 32 bits desktop with 64 bits kernel.

VS.

Index of /~shann/slitaz-current64-stuff/
slitaz-current-base64.iso 2025-Jan-10 08:25:50 19.6M
slitaz-current-core64.iso 2025-Jan-10 08:25:55 96.1M

Full 64 bits desktop with 64 bits kernel.

Using the same file name for different operating systems can easily cause confusion.

 

 

 

current64 - libopencl-mesa

 

libclang-cpp.so.13 => not found

$ ldd /usr/lib/libMesaOpenCL.so.1.0.0

/usr/lib/libMesaOpenCL.so.1.0.0:
linux-vdso.so.1 (0x00007ffcb2dd0000)
libz.so.1 => /usr/lib/libz.so.1 (0x00007fd2f8426000)
libdl.so.2 => /lib/libdl.so.2 (0x00007fd2f8421000)
libelf.so.1 => /usr/lib/libelf.so.1 (0x00007fd2f8407000)
libclang-cpp.so.13 => not found
libdrm.so.2 => /usr/lib/libdrm.so.2 (0x00007fd2f83f4000)
libexpat.so.1 => /usr/lib/libexpat.so.1 (0x00007fd2f83d0000)
libLLVM-13.so => /usr/lib/libLLVM-13.so (0x00007fd2f5479000)
libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0x00007fd2f5338000)
libm.so.6 => /lib/libm.so.6 (0x00007fd2f51b9000)
libgcc_s.so.1 => /usr/lib/libgcc_s.so.1 (0x00007fd2f51a4000)
libpthread.so.0 => /lib/libpthread.so.0 (0x00007fd2f5183000)
libc.so.6 => /lib/libc.so.6 (0x00007fd2f4fcb000)
/lib/ld-2.28.so (0x00007fd2f858a000)
libffi.so.8 => /usr/lib/../lib/libffi.so.8 (0x00007fd2f4fbb000)
librt.so.1 => /lib/librt.so.1 (0x00007fd2f4fb1000)
libtinfo.so.6 => /lib/libtinfo.so.6 (0x00007fd2f4f86000)
libxml2.so.2 => /usr/lib/../lib/libxml2.so.2 (0x00007fd2f4e60000)

$ tazpkg info libopencl-mesa | grep Depends

TazPkg information
========================================================
Depends : libdrm
========================================================

 

current64 - pulldown_icon missing

 

pulldown_icon missing

$ sudo tazpkg -gi adwaita-icon-theme



 

https://forum.slitaz.org/topic/usage-of-slitaz-40-rolling/page/35?replies=518#post-52971

 

current64 - libavahi

 

1. Place the following single line in a file "libavahi-client.c":
int avahi_client_new(void) { return 0; }

2. Place the following single line in a file "libavahi-common.c":
int avahi_threaded_poll_new(void) { return 0; }

3. Compile the two files into shared libraries by typing the following at
shell prompts (or place them into a script or Makefile):

gcc -c libavahi-client.c libavahi-common.c
gcc -shared -o libavahi-client.so.3 libavahi-client.o
gcc -shared -o libavahi-common.so.3 libavahi-common.o

https://communitytest.documentfoundation.org/t/libsdlo-so-slitaz-gnu-linux-avahi/58304/5

Bug 119408 - Fails to start Draw, Impress due to new Avahi dependency
 
 $ tazpkg -lf libavahi

Installed files by "libavahi"
================================================
/usr/lib/libavahi-client.so.3
/usr/lib/libavahi-common.so.3
================================================
2 files


2025-01-26

current64 - ibm-jre-8u432

 

current64 - ibm-jre-8u432

IBM Semeru Runtime Open Edition (OpenJDK 1.8.0_432-b06 with Eclipse OpenJ9 0.48.0)

ibm-semeru-open-8-jre-1.8.0.432.b06_0.48.0-1.x86_64.rpm 32.7 MB Nov 11, 2024
https://github.com/AdoptOpenJDK/semeru8-binaries/releases/download/jdk8u432-b06_openj9-0.48.0/ibm-semeru-open-8-jre-1.8.0.432.b06_0.48.0-1.x86_64.rpm

$ tail -26 /usr/lib/libreoffice/libreoffice24.8/program/javavendors.xml

<javaSelection xmlns="http://openoffice.org/2004/java/framework/1.0">
  <updated>2019-07-26</updated>
  <vendorInfos>
	<vendor name="Sun Microsystems Inc.">
  	<minVersion>1.8.0</minVersion>
	</vendor>
	<vendor name="Oracle Corporation">
  	<minVersion>1.8.0</minVersion>
	</vendor>
	<vendor name="IBM Corporation">
  	<minVersion>1.8.0</minVersion>
	</vendor>
	<vendor name="Blackdown Java-Linux Team">
  	<minVersion>1.8.0</minVersion>
	</vendor>
	<vendor name="BEA Systems, Inc.">
  	<minVersion>1.8.0</minVersion>
	</vendor>
	<vendor name="Azul Systems, Inc.">
  	<minVersion>1.8.0</minVersion>
	</vendor>
	<vendor name="Amazon.com Inc.">
  	<minVersion>1.8.0</minVersion>
	</vendor>
  </vendorInfos>
</javaSelection>
$ cat /usr/lib/jvm/ibm-semeru-open-8-jre/release 
JAVA_VERSION="1.8.0_432"
OS_NAME="Linux"
OS_VERSION="2.6"
OS_ARCH="amd64"
SOURCE=".:git:306866566ff5+ omr:git:d10a4d553a3c openj9:git:1d5831436ec3 openssl:git:72ae83ad214d"
IMPLEMENTOR="IBM Corporation"
IMPLEMENTOR_VERSION="8.0.432.0"
BUILD_SOURCE="git:8dbe40e3b6a95ff7165928583b699c2b4a9b4b9e"
BUILD_SOURCE_REPO="https://github.com/ibmruntimes/temurin-build.git"
SOURCE_REPO="git@github.com:ibmruntimes/openj9-openjdk-jdk8.git"
FULL_VERSION="1.8.0_432-b06"
SEMANTIC_VERSION="8.0.432+6"
BUILD_INFO="OS: Linux Version: 4.18.0-553.22.1.el8_10.x86_64"
JVM_VARIANT="Openj9"
JVM_VERSION="openj9-0.48.0"
IMAGE_TYPE="JRE"

https://forum.slitaz.org/topic/usage-of-slitaz-40-rolling/page/34#post-52950 

 

current64 - libreoffice-draw

 

current64 - libreoffice-draw

libavahi-common.so.3 => not found
libavahi-client.so.3 => not found

$ libreoffice --draw

loading component library <file://usr/lib/libreoffice24.8/program/libsdlo.so> failed.

$ ldd /usr/lib/libreoffice24.8/program/libsdlo.so | grep not
libavahi-common.so.3 => not found
libavahi-client.so.3 => not found 

 

https://forum.slitaz.org/topic/usage-of-slitaz-40-rolling/page/34#post-52949

current64 - libreoffice-jre

current64 - libreoffice-jre



$ libreoffice --writer
javaldx: Could not find a Java Runtime Environment!
Warning: failed to read path from javaldx
Could not find platform independent libraries <prefix>
Could not find platform dependent libraries <exec_prefix>
Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>]

(soffice:5557): Gtk-WARNING **: 11:54:16.597: Could not load a pixbuf from /org/gtk/libgtk/theme/Adwaita/assets/check-symbolic.svg.
This may indicate that pixbuf loaders or the mime database could not be found.


1.
$ export PYTHONHOME=/usr/lib/libreoffice/libreoffice24.8/program/python-core-3.9.21

2.
$ sudo tazpkg -gi librsvg
Password:
Package "librsvg-2.52.5-x86_64" already in the cache

Installation of package "librsvg"
==============================================

SVG Rendering Library
--------------------------------------------------------------------------------
Copying package... [ Done ]
Extracting package... [ Done ]
Remember modified packages... [ Done ]
Installing package... [ Done ]
Removing all tmp files... [ Done ]
Execute post-install commands...
Updating gdk pixbuf loaders cache file... [ Done ]
[ Done ]
Update system databases... [ Done ]
==============================================
$ gdk-pixbuf-query-loaders | grep svg
"/usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-svg.so"
"svg" 6 "gdk-pixbuf" "Scalable Vector Graphics" "LGPL"
"image/svg+xml" "image/svg" "image/svg-xml" "image/vnd.adobe.svg+xml" "text/xml-svg" "image/svg+xml-compressed" ""
"svg" "svgz" "svg.gz" ""
" <svg" "* " 100
" <!DOCTYPE svg" "* " 100

$ ls -l /usr/lib/gdk-pixbuf-2.0/2.10.0/loaders
total 260
-rwxr-xr-x 1 root root 22880 Jan 9 08:56 libpixbufloader-ani.so
-rwxr-xr-x 1 root root 18720 Jan 9 08:56 libpixbufloader-bmp.so
-rwxr-xr-x 1 root root 27104 Jan 9 08:56 libpixbufloader-gif.so
-rwxr-xr-x 1 root root 14640 Jan 9 08:56 libpixbufloader-icns.so
-rwxr-xr-x 1 root root 22984 Jan 9 08:56 libpixbufloader-ico.so
-rwxr-xr-x 1 root root 18728 Jan 9 08:56 libpixbufloader-pnm.so
-rwxr-xr-x 1 root root 14616 Jan 9 08:56 libpixbufloader-qtif.so
-rwxr-xr-x 1 root root 14584 Jan 9 18:08 libpixbufloader-svg.so
-rwxr-xr-x 1 root root 18736 Jan 9 08:56 libpixbufloader-tga.so
-rwxr-xr-x 1 root root 22976 Jan 9 08:56 libpixbufloader-tiff.so
-rwxr-xr-x 1 root root 14640 Jan 9 08:56 libpixbufloader-xbm.so
-rwxr-xr-x 1 root root 35248 Jan 9 08:56 libpixbufloader-xpm.so

3.
$ sudo tazpkg -i /root/ibm-semeru-open-8-jre-1.8.0.432.b06_x86_64.tazpkg
Password:

Installation of package "ibm-semeru-open-8-jre"
=================================================

IBM Semeru Runtime Open Edition (OpenJDK 1.8.0_432-b06 with Eclipse OpenJ9 0.48.0)
--------------------------------------------------------------------------------
Copying package... [ Done ]
Extracting package... [ Done ]
Remember modified packages... [ Done ]
Installing package... [ Done ]
Removing all tmp files... [ Done ]
=================================================

Package "ibm-semeru-open-8-jre" (1.8.0.432.b06) is installed.

$ export JAVA_HOME=/usr/lib/jvm/ibm-semeru-open-8-jre
$ export PATH=$PATH:$JAVA_HOME/bin
$ java -version
openjdk version "1.8.0_432"
IBM Semeru Runtime Open Edition (build 1.8.0_432-b06)
Eclipse OpenJ9 VM (build openj9-0.48.0, JRE 1.8.0 Linux amd64-64-Bit Compressed References 20241107_1079 (JIT enabled, AOT enabled)
OpenJ9 - 1d5831436e
OMR - d10a4d553
JCL - 306866566f based on jdk8u432-b06)

4.
$ libreoffice --writer 


----

$ libreoffice --version
LibreOffice 24.8.4.2 bb3cfa12c7b1bf994ecc5649a80400d06cd71002 

# Extract everything from RPMS

cd $TEMP_DIR/${TARBALL_NAME/$VERSION/$ARCHIVED_VERSION}/RPMS

for i in *.rpm

do

if (! echo $i | egrep -qi $EXCLUDE); then

echo -n "."

(rpm2cpio $i | cpio -id >> $LOG 2>&1 ) && rm  -f $i

fi

done

rpm2cpio libobasis*-gnome-integration*.rpm | cpio -id >> $LOG 2>&1

 

https://forum.slitaz.org/topic/usage-of-slitaz-40-rolling/page/34#post-52948

2024-12-22

current64 - Glamor does not load

 

Seem i always issue with mesa / DRI3 / amdgpu, need to continue investigate

If understand could be related to use gles instead gles2 only, i try with -Ddri3=enabled without success but we have -Dgles1=enabled -Dgles2=enabled
https://forums.gentoo.org/viewtopic-t-1070956-start-0.html
https://wiki.gentoo.org/wiki/Radeon#Troubleshooting

 https://forum.slitaz.org/topic/usage-of-slitaz-40-rolling/page/33#post-52894

 

 Troubleshooting

Debug tools

It might be helpful to install the package x11-apps/mesa-progs, which provides the packages glxgears and glxinfo.

Glamor does not load

If you see errors like "glamor detected, failed to initialize EGL.", then try enabling USE="gbm egl gles2 llvm" in the mesa builds.
If you see errors like "Failed to link: error: fragment shader lacks `main'", then make sure the glamor package has been built with USE="-gles".
On cards that are supported by radeonsi (starting at Southern Island, see the feature matrix) make sure to not only specify "radeon" but also "radeonsi" as the driver.

 

----


glamor X acceleration enabled on AMD RENOIR (DRM 3.40.0, 5.10.215-slitaz64, LLVM 13.0.0)

AIGLX: Loaded and initialized radeonsi

$ grep glamor /var/log/Xorg.0.log
[ 1863.979] (II) Loading sub module "glamoregl"
[ 1863.979] (II) LoadModule: "glamoregl"
[ 1863.979] (II) Loading /usr/lib/X11/modules/libglamoregl.so
[ 1863.981] (II) Module glamoregl: vendor="X.Org Foundation"
[ 1863.996] (II) modeset(0): glamor X acceleration enabled on AMD RENOIR (DRM 3.40.0, 5.10.215-slitaz64, LLVM 13.0.0)
[ 1863.996] (II) modeset(0): glamor initialized
[ 1864.050] (WW) modeset(0): DRI2: glamor lacks support for pixmap import/export

$ glxinfo -B | head
name of display: :0.0
display: :0 screen: 0
direct rendering: Yes
Extended renderer info (GLX_MESA_query_renderer):
Vendor: AMD (0x1002)
Device: AMD RENOIR (DRM 3.40.0, 5.10.215-slitaz64, LLVM 13.0.0) (0x1638)
Version: 21.3.5
Accelerated: yes
Video memory: 512MB
Unified memory: no

$ grep -A8 AIGLX /var/log/Xorg.0.log
[ 1864.056] (II) AIGLX: Loaded and initialized radeonsi
[ 1864.056] (II) GLX: Initialized DRI2 GL provider for screen 0
[ 1864.056] (II) Initializing extension XFree86-VidModeExtension
[ 1864.056] (II) Initializing extension XFree86-DGA
[ 1864.056] (II) Initializing extension XFree86-DRI
[ 1864.056] (II) Initializing extension DRI2
[ 1864.056] (II) modeset(0): Damage tracking initialized

glxgears-amd.png 8 months old

https://forum.slitaz.org/topic/uefi-only-laptop-trouble-booting/page/6#post-52274

make sure we had a working version. 

 

https://forum.slitaz.org/topic/usage-of-slitaz-40-rolling/page/34#post-52896

 

 

 

current64 - glamor error

 


(EE) AMDGPU(0): eglGetDisplay() failed
(EE) AMDGPU(0): glamor detected, failed to initialize EGL.
(WW) AMDGPU(0): amdgpu_glamor_pre_init returned FALSE, using ShadowFB

slitaz-current-core64.iso 2024-Dec-20 13:04:40 96.1M

latest ISO failed.

----

tux@slitaz:~$ uname -a
Linux slitaz 5.10.221-slitaz64 #2 SMP Wed Dec 18 13:36:29 Europe 2024 x86_64 GNU/Linux

tux@slitaz:~$ tazpkg

SliTaz package manager - Version: 944
================================================================================
  Installed packages:    317
  Installed files:       7024
  Blocked packages:      0
  Upgradeable packages:  0

  Repository:            Main
  Last recharge:         Today at 12:11.
  Database timestamp:    12/20/2024 11:09
  Mirrored packages:     1631
================================================================================

tux@slitaz:~$ X -version

X.Org X Server 1.20.14
X Protocol Version 11, Revision 0
Build Operating System: SliTaz GNU/Linux
Current Operating System: Linux slitaz 5.10.221-slitaz64 #2 SMP Wed Dec 18 13:36:29 Europe 2024 x86_64
Kernel command line: BOOT_IMAGE=/boot/vmlinuz-5.10.221-slitaz64 root=/dev/null autologin lang=en_US kmap=us
Build Date: 18 December 2024  08:49:48PM
 
Current version of pixman: 0.40.0
    Before reporting problems, check http://www.slitaz.org/
    to make sure that you have the latest version.

tux@slitaz:~$ egrep 'failed|disabled|glamor|DRI[23]|GLX' /var/log/Xorg.0.log
[    20.643] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[    20.670] (II) Loading sub module "glamoregl"
[    20.670] (II) LoadModule: "glamoregl"
[    20.670] (II) Loading /usr/lib/X11/modules/libglamoregl.so
[    20.671] (II) Module glamoregl: vendor="X.Org Foundation"
[    20.672] (EE) AMDGPU(0): eglGetDisplay() failed
[    20.672] (EE) AMDGPU(0): glamor detected, failed to initialize EGL.
[    20.672] (WW) AMDGPU(0): amdgpu_glamor_pre_init returned FALSE, using ShadowFB
[    20.675] (==) AMDGPU(0): DRI3 disabled
[    20.675] (WW) AMDGPU(0): Direct rendering disabled
[    20.675] (II) AMDGPU(0): 2D and 3D acceleration disabled
[    20.686] (II) Initializing extension DRI3
[    20.686] (II) Initializing extension GLX
[    20.686] (II) AIGLX: Screen 0 is not DRI2 capable
[    20.689] (II) IGLX: Loaded and initialized swrast
[    20.689] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[    20.689] (II) Initializing extension DRI2

https://forum.slitaz.org/topic/usage-of-slitaz-40-rolling/page/33#post-52895

 

2024-10-06

current64 - xfce4-settings-editor - Settings Editor


xfce4-settings-editor - Settings Editor

Panels can be configured and populated with items and these configurations
are also stored in
$HOME/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml
but when xfce4-panel is restarted, as with logout and new login,
this configuration is lost!

Try!

Accessing Configuration Data

xfce4-settings-editor - Settings Editor
Monitoring Channel Changes

XFSETTINGSD_DEBUG=1 xfsettingsd --replace --no-daemon

xfconf - Configuration Storage System

Xfconf is a hierarchical (tree-like) configuration system where the immediate child nodes of the root are called “channels”. All settings beneath the channel nodes are called “properties.”

Accessing Configuration Data
Settings stored in Xfconf can be accessed in numerous ways:

From within applications of Settings Manager. Most of the time, settings stored in Xfconf and configuration options presented in the GUI are tightly coupled. It means that any action of the GUI settings is automatically and immediately propagated to the configuration system and vice-versa. See also: Settings Daemon.

From Command Line Interface (CLI) using xfconf-query.

From GUI. Settings, which are not exposed in configuration dialogs, can be browsed and manipulated using Settings Editor.

If everything else fails, settings can be edited manually. Xfconf stores all its data in XML files, which can be edited when Xfconf is not running. Be very careful when using this option, as it is easy to make the file unparseable or inconsistent.

https://docs.xfce.org/xfce/xfconf/start

xfce4-settings-editor - Settings Editor

The xfce4-settings-editor is a tool for editing ALL settings within xfconf. It is the graphical counterpart of xfconf-query. Both xfconf-query and the xfce4-settings-editor can be used to perform maintenance on the xfconf property database.

[..]

Monitoring Channel Changes

If you right-click a channel, you can Monitor... a channel for changes. This is useful for debugging in some cases and gives you some insight in the activity of a channel.

https://docs.xfce.org/xfce/xfce4-settings/editor

xfce4-settings - Settings Daemon

Debugging

If you have problems with settings and wonder which and if the settings are applied, you can run the daemon in debugging mode. You can do with with the following command in a terminal:
XFSETTINGSD_DEBUG=1 xfsettingsd --replace --no-daemon

https://docs.xfce.org/xfce/xfce4-settings/xfsettingsd


https://forum.slitaz.org/topic/warning-xfce4-cooking#post-52823


2024-09-29

current64 - amdgpu-glamoregl

 amdgpu-glamoregl

(EE) AMDGPU(0): eglGetDisplay() failed
(EE) AMDGPU(0): glamor detected, failed to initialize EGL.
(WW) AMDGPU(0): amdgpu_glamor_pre_init returned FALSE, using ShadowFB

(==) AMDGPU(0): DRI3 disabled
(WW) AMDGPU(0): Direct rendering disabled
(II) AMDGPU(0): 2D and 3D acceleration disabled
(II) AIGLX: Screen 0 is not DRI2 capable
(II) IGLX: Loaded and initialized swrast

tux@slitaz:~$ egrep 'failed|disabled|glamor|DRI[23]|GLX' /var/log/Xorg.0.log
[ 25.186] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[ 25.220] (II) Loading sub module "glamoregl"
[ 25.220] (II) LoadModule: "glamoregl"
[ 25.220] (II) Loading /usr/lib/X11/modules/libglamoregl.so
[ 25.222] (II) Module glamoregl: vendor="X.Org Foundation"
[ 25.222] (EE) AMDGPU(0): eglGetDisplay() failed
[ 25.223] (EE) AMDGPU(0): glamor detected, failed to initialize EGL.
[ 25.223] (WW) AMDGPU(0): amdgpu_glamor_pre_init returned FALSE, using ShadowFB
[ 25.230] (==) AMDGPU(0): DRI3 disabled
[ 25.230] (WW) AMDGPU(0): Direct rendering disabled
[ 25.230] (II) AMDGPU(0): 2D and 3D acceleration disabled
[ 25.240] (II) Initializing extension GLX
[ 25.240] (II) AIGLX: Screen 0 is not DRI2 capable
[ 25.244] (II) IGLX: Loaded and initialized swrast
[ 25.244] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[ 25.244] (II) Initializing extension DRI2


https://forum.slitaz.org/topic/usage-of-slitaz-40-rolling/page/33#post-52819


2024-09-27

current64 - mesa-dri - mesa-dri-ati

 

mesa-dri - mesa-dri-ati



Installing (web/cache): mesa-21.3.5-x86_64
Unable to find package "linux-agp" in the mirrored packages list.
Unable to find package "get-linux-agp" in the mirrored packages list.
Unable to find package "linux-drm" in the mirrored packages list.
Unable to find package "get-linux-drm" in the mirrored packages list.

tux@slitaz:~$ uname -a
Linux slitaz 5.10.221-slitaz64 #2 SMP Thu Jul 11 06:31:46 Europe 2024 x86_64 GNU/Linux

tux@slitaz:~$ ls -l /usr/lib/dri
total 20088
-rwxr-xr-x 1 root root 20568848 Aug 2 13:34 kms_swrast_dri.so
lrwxrwxrwx 1 root root 11 Sep 24 14:39 r200_dri.so -> i830_dri.so
lrwxrwxrwx 1 root root 17 Sep 24 14:39 r300_dri.so -> kms_swrast_dri.so
lrwxrwxrwx 1 root root 17 Sep 24 14:39 r600_dri.so -> kms_swrast_dri.so
lrwxrwxrwx 1 root root 11 Sep 24 14:39 radeon_dri.so -> i830_dri.so
lrwxrwxrwx 1 root root 17 Sep 24 14:39 radeonsi_dri.so -> kms_swrast_dri.so
lrwxrwxrwx 1 root root 17 Sep 24 14:39 swrast_dri.so -> kms_swrast_dri.so

tux@slitaz:~$ grep -A2 DEPENDS /var/lib/tazpkg/installed/mesa-dri/receipt
DEPENDS="expat libdrm linux-agp llvm-lib \
linux-drm libdrm-amdgpu libdrm-radeon \
libdrm-nouveau libdrm-intel libglapi-mesa"
tux@slitaz:~$


https://forum.slitaz.org/topic/usage-of-slitaz-40-rolling/page/33#post-52818

current64 - xfce4-4.18

 

current64 - xfce4-4.18 

Xfce's dependency chain

https://docs.xfce.org/xfce/4.12/building

Try build xfce4-4.18

Changes in Dependencies
glib-2.0 >= 2.66
Same version for gmodule-2.0, gobject-2.0, gthread-2.0, gio-2.0 and gdbus
gtk >= 3.24
libcairo >= 1.16
gdk-pixbuf-2.0 >= 2.40
gobject-introspection >= 1.66

https://wiki.xfce.org/releng/4.18/roadmap#changes_in_dependencies

https://docs.xfce.org/xfce/building

tux@slitaz:~$ tazpkg -l | grep xfce

tux@slitaz:~$ tazpkg -l | grep xfce

elementary-xfce                    0.19              xfce
exo               		   4.18.0            xfce
garcon                             4.18.2            xfce
greybird                           3.23.3            xfce
libxfce4ui                         4.18.6            xfce
libxfce4util                       4.18.2            xfce
mousepad                           0.6.2             xfce
thunar                             4.18.11           xfce
thunar-archive-plugin              0.5.2             xfce
thunar-volman                      4.18.0            xfce
tumbler                            4.18.2            xfce
xfce4-appfinder                    4.18.1            xfce
xfce4-netload-plugin               1.4.1             xfce
xfce4-notifyd                      0.9.4             xfce
xfce4-panel                        4.18.6            xfce
xfce4-power-manager                4.18.4            xfce
xfce4-pulseaudio-plugin            0.4.8             xfce
xfce4-ristretto                    0.13.2            xfce
xfce4-screensaver                  4.18.3            xfce
xfce4-screenshooter                1.9.9             xfce
xfce4-session                      4.18.4            xfce
xfce4-settings                     4.18.6            xfce
xfce4-taskmanager                  1.5.7             xfce
xfce4-terminal                     1.1.3             xfce
xfce4-whiskermenu-plugin           2.7.3             xfce
xfconf                             4.18.3            xfce
xfdesktop                          4.18.1            xfce
xfwm4                              4.18.0            xfce
xfwm4-themes                       4.18.0            xfce

tux@slitaz:~$ tazpkg -l | grep xfce | wc -l
29

2024-09-22

current64 - Xfce's dependency chain

current64 - Xfce's dependency chain

 

7 cook libxfce4ui

10 cook libxfconf

13 cook libxfce4util

16 cook libxfce4util-dev


Xfce's dependency chain

The Xfce packages need to be built in a specific order.
If you don't follow this, compile options might not be available or the configure stage will abort because of missing dependencies.

xfce4-dev-tools (only required if you build from GIT)
libxfce4util
xfconf
libxfce4ui
garcon, exo
thunar
xfce4-panel, xfce4-settings, xfce4-session, xfdesktop, xfwm4, xfce4-appfinder, tumbler…

....

https://docs.xfce.org/xfce/4.12/building


https://forum.slitaz.org/topic/usage-of-slitaz-40-rolling/page/32#post-52806


2024-07-06

current - current64

 

current - current64

slitaz-current-base64.iso 2024-Jul-02 14:45:09 18.2M
slitaz-current-core64.iso 2024-Jul-04 14:25:37 90.3M
https://people.slitaz.org/~shann/slitaz-current64-stuff/slitaz-current-core64.iso

slitaz-current-base64.iso 2024-May-27 22:06:15 # 19.7M
slitaz-current-core64.iso 2024-Jun-16 11:31:31 # 97.1M
http://mirror1.slitaz.org/iso/current/slitaz-current-core64.iso

 

 

current64 - mirror

 current - x86_64

Mirror : /home/slitaz/packages-incoming/

tux@slitaz:~$ uname -a
Linux slitaz 5.10.217-slitaz64 #2 SMP Tue Jul 2 12:53:32 CEST 2024 x86_64 GNU/Linux

tux@slitaz:~$ slitaz

SliTaz GNU/Linux
====================================================================================
Release      : current
Architecture : x86_64
Kernel       : 5.10.217-slitaz64
Machine type : x86_64
Home path    : /home/slitaz
Configs      : /etc/slitaz
Main config  : /etc/slitaz/slitaz.conf
Log files    : /var/log/slitaz
Packages DB  : /var/lib/tazpkg
Installed    : 299 packages
Mirror       : /home/slitaz/packages-incoming/
System date  : Fri Jul  5 07:31:15 EDT 2024
--------------
Boot options : BOOT_IMAGE=/boot/bzImage initrd=/boot/rootfs.gz root=/dev/null video=-32 autologin lang=en_US kmap=us tz=America/New_York
====================================================================================

tux@slitaz:~$ tazpkg

SliTaz package manager - Version: 944
====================================================================================
  Installed packages:    300
  Installed files:       6880
  Blocked packages:      0
  Upgradeable packages:  0

  Repository:            Main
  Last recharge:         Today at 08:22.
  Database timestamp:    07/05/2024 04:11
  Mirrored packages:     1372
====================================================================================

tux@slitaz:~$ cat /usr/share/doc/slitaz/toolchain.txt
SliTaz GNU/Linux toolchain
================================================================================

Build date   : 2024-07-01
Architecture : x86_64
Build system : x86_64-slitaz-linux
Host  system : x86_64-slitaz-linux

Packages:

    * Binutils 2.37
    * Linux API headers 5.10.217
    * GCC 8.3.0
    * Glibc 2.28

Toolchain documentation: http://doc.slitaz.org/en:cookbook:toolchain

================================================================================
 

 

2024-06-04

current - mesa build log

 

mesa build log

Debian Package Auto-Building
Build log for mesa (21.3.5-1) on i386

mesa → 21.3.5-1 → i386 → 2022-01-28 15:12:31 (text)

sbuild (Debian sbuild) 0.81.2 (31 January 2021) on x86-ubc-02.debian.org

+==============================================================================+
| mesa 21.3.5-1 (i386)                         Fri, 28 Jan 2022 14:52:24 +0000 |
+==============================================================================+

[..]

libgl1-mesa-dri_21.3.5-1_i386.deb
---------------------------------

new Debian package, version 2.0.
size 11054688 bytes: control archive=1364 bytes.
1092 bytes, 21 lines control
1729 bytes, 23 lines md5sums
161 bytes, 5 lines * postinst #!/bin/sh
161 bytes, 5 lines * postrm #!/bin/sh
161 bytes, 5 lines * preinst #!/bin/sh
161 bytes, 5 lines * prerm #!/bin/sh

Package: libgl1-mesa-dri
Source: mesa
Version: 21.3.5-1
Architecture: i386
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Installed-Size: 43315
Depends: libc6 (>= 2.33), libdrm-amdgpu1 (>= 2.4.105), libdrm-intel1 (>= 2.4.38), libdrm-nouveau2 (>= 2.4.66), libdrm-radeon1 (>= 2.4.31), libdrm2 (>= 2.4.75), libelf1 (>= 0.142), libexpat1 (>= 2.0.1), libgcc-s1 (>= 7), libglapi-mesa (= 21.3.5-1), libllvm13, libsensors5 (>= 1:3.5.0), libstdc++6 (>= 11), libvulkan1 (>= 1.2.131.2), libzstd1 (>= 1.4.0), zlib1g (>= 1:1.1.4)
Section: libs
Priority: optional
Multi-Arch: same
Homepage: https://mesa3d.org/
Description: free implementation of the OpenGL API -- DRI modules
This version of Mesa provides GLX and DRI capabilities: it is capable of
both direct and indirect rendering. For direct rendering, it can use DRI
modules from the libgl1-mesa-dri package to accelerate drawing.
.
This package does not include the OpenGL library itself, only the DRI
modules for accelerating direct rendering.
.
For a complete description of Mesa, please look at the
libglx-mesa0 package.

drwxr-xr-x root/root         0 2022-01-28 13:49 ./
drwxr-xr-x root/root         0 2022-01-28 13:49 ./usr/
drwxr-xr-x root/root         0 2022-01-28 13:49 ./usr/lib/
drwxr-xr-x root/root         0 2022-01-28 13:49 ./usr/lib/i386-linux-gnu/
drwxr-xr-x root/root         0 2022-01-28 13:49 ./usr/lib/i386-linux-gnu/dri/
-rw-r--r-- root/root  27662452 2022-01-28 13:49 ./usr/lib/i386-linux-gnu/dri/crocus_dri.so
-rw-r--r-- root/root  16563628 2022-01-28 13:49 ./usr/lib/i386-linux-gnu/dri/i830_dri.so
hrw-r--r-- root/root         0 2022-01-28 13:49 ./usr/lib/i386-linux-gnu/dri/i915_dri.so link to ./usr/lib/i386-linux-gnu/dri/i830_dri.so
hrw-r--r-- root/root         0 2022-01-28 13:49 ./usr/lib/i386-linux-gnu/dri/i965_dri.so link to ./usr/lib/i386-linux-gnu/dri/i830_dri.so
hrw-r--r-- root/root         0 2022-01-28 13:49 ./usr/lib/i386-linux-gnu/dri/iris_dri.so link to ./usr/lib/i386-linux-gnu/dri/crocus_dri.so
hrw-r--r-- root/root         0 2022-01-28 13:49 ./usr/lib/i386-linux-gnu/dri/kms_swrast_dri.so link to ./usr/lib/i386-linux-gnu/dri/crocus_dri.so
hrw-r--r-- root/root         0 2022-01-28 13:49 ./usr/lib/i386-linux-gnu/dri/nouveau_dri.so link to ./usr/lib/i386-linux-gnu/dri/crocus_dri.so
hrw-r--r-- root/root         0 2022-01-28 13:49 ./usr/lib/i386-linux-gnu/dri/nouveau_vieux_dri.so link to ./usr/lib/i386-linux-gnu/dri/i830_dri.so
hrw-r--r-- root/root         0 2022-01-28 13:49 ./usr/lib/i386-linux-gnu/dri/r200_dri.so link to ./usr/lib/i386-linux-gnu/dri/i830_dri.so
hrw-r--r-- root/root         0 2022-01-28 13:49 ./usr/lib/i386-linux-gnu/dri/r300_dri.so link to ./usr/lib/i386-linux-gnu/dri/crocus_dri.so
hrw-r--r-- root/root         0 2022-01-28 13:49 ./usr/lib/i386-linux-gnu/dri/r600_dri.so link to ./usr/lib/i386-linux-gnu/dri/crocus_dri.so
hrw-r--r-- root/root         0 2022-01-28 13:49 ./usr/lib/i386-linux-gnu/dri/radeon_dri.so link to ./usr/lib/i386-linux-gnu/dri/i830_dri.so
hrw-r--r-- root/root         0 2022-01-28 13:49 ./usr/lib/i386-linux-gnu/dri/radeonsi_dri.so link to ./usr/lib/i386-linux-gnu/dri/crocus_dri.so
hrw-r--r-- root/root         0 2022-01-28 13:49 ./usr/lib/i386-linux-gnu/dri/swrast_dri.so link to ./usr/lib/i386-linux-gnu/dri/crocus_dri.so
hrw-r--r-- root/root         0 2022-01-28 13:49 ./usr/lib/i386-linux-gnu/dri/virtio_gpu_dri.so link to ./usr/lib/i386-linux-gnu/dri/crocus_dri.so
hrw-r--r-- root/root         0 2022-01-28 13:49 ./usr/lib/i386-linux-gnu/dri/vmwgfx_dri.so link to ./usr/lib/i386-linux-gnu/dri/crocus_dri.so
hrw-r--r-- root/root         0 2022-01-28 13:49 ./usr/lib/i386-linux-gnu/dri/zink_dri.so link to ./usr/lib/i386-linux-gnu/dri/crocus_dri.so
drwxr-xr-x root/root         0 2022-01-28 13:49 ./usr/share/
drwxr-xr-x root/root         0 2022-01-28 13:49 ./usr/share/bug/
drwxr-xr-x root/root         0 2022-01-28 13:49 ./usr/share/bug/libgl1-mesa-dri/
-rw-r--r-- root/root        44 2022-01-28 13:49 ./usr/share/bug/libgl1-mesa-dri/control
-rwxr-xr-x root/root       448 2022-01-28 13:49 ./usr/share/bug/libgl1-mesa-dri/script
drwxr-xr-x root/root         0 2022-01-28 13:49 ./usr/share/doc/
drwxr-xr-x root/root         0 2022-01-28 13:49 ./usr/share/doc/libgl1-mesa-dri/
-rw-r--r-- root/root     46118 2022-01-28 13:49 ./usr/share/doc/libgl1-mesa-dri/changelog.Debian.gz
-rw-r--r-- root/root      2005 2022-01-26 18:36 ./usr/share/doc/libgl1-mesa-dri/changelog.gz
-rw-r--r-- root/root     14241 2022-01-28 13:49 ./usr/share/doc/libgl1-mesa-dri/copyright
drwxr-xr-x root/root         0 2022-01-28 13:49 ./usr/share/drirc.d/
-rw-r--r-- root/root     44680 2022-01-26 18:36 ./usr/share/drirc.d/00-mesa-defaults.conf

[..]

mesa-vulkan-drivers_21.3.5-1_i386.deb
-------------------------------------

new Debian package, version 2.0.
size 5243052 bytes: control archive=1344 bytes.
836 bytes, 15 lines control
1371 bytes, 17 lines md5sums
26 bytes, 1 lines triggers

Package: mesa-vulkan-drivers
Source: mesa
Version: 21.3.5-1
Architecture: i386
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Installed-Size: 27319
Depends: libvulkan1, libc6 (>= 2.33), libdrm-amdgpu1 (>= 2.4.105), libdrm2 (>= 2.4.89), libelf1 (>= 0.142), libexpat1 (>= 2.0.1), libgcc-s1 (>= 7), libllvm13, libstdc++6 (>= 11), libwayland-client0 (>= 1.15.0), libx11-xcb1 (>= 2:1.7.2), libxcb-dri3-0 (>= 1.13), libxcb-present0, libxcb-randr0 (>= 1.13), libxcb-shm0, libxcb-sync1, libxcb1 (>= 1.9.2), libxshmfence1, libzstd1 (>= 1.4.0), zlib1g (>= 1:1.1.4)
Provides: vulkan-icd
Section: libs
Priority: optional
Multi-Arch: same
Homepage: https://mesa3d.org/
Description: Mesa Vulkan graphics drivers
Vulkan is a low-overhead 3D graphics and compute API. This package
includes Vulkan drivers provided by the Mesa project.

drwxr-xr-x root/root         0 2022-01-28 13:49 ./
drwxr-xr-x root/root         0 2022-01-28 13:49 ./usr/
drwxr-xr-x root/root         0 2022-01-28 13:49 ./usr/bin/
-rwxr-xr-x root/root      5807 2022-01-26 18:36 ./usr/bin/mesa-overlay-control.py
drwxr-xr-x root/root         0 2022-01-28 13:49 ./usr/lib/
drwxr-xr-x root/root         0 2022-01-28 13:49 ./usr/lib/i386-linux-gnu/
-rw-r--r-- root/root    594256 2022-01-28 13:49 ./usr/lib/i386-linux-gnu/libVkLayer_MESA_device_select.so
-rw-r--r-- root/root   1147336 2022-01-28 13:49 ./usr/lib/i386-linux-gnu/libVkLayer_MESA_overlay.so
-rw-r--r-- root/root  10714208 2022-01-28 13:49 ./usr/lib/i386-linux-gnu/libvulkan_intel.so
-rw-r--r-- root/root   7188532 2022-01-28 13:49 ./usr/lib/i386-linux-gnu/libvulkan_lvp.so
-rw-r--r-- root/root   8230460 2022-01-28 13:49 ./usr/lib/i386-linux-gnu/libvulkan_radeon.so
drwxr-xr-x root/root         0 2022-01-28 13:49 ./usr/share/
drwxr-xr-x root/root         0 2022-01-28 13:49 ./usr/share/bug/
drwxr-xr-x root/root         0 2022-01-28 13:49 ./usr/share/bug/mesa-vulkan-drivers/
-rw-r--r-- root/root        44 2022-01-28 13:49 ./usr/share/bug/mesa-vulkan-drivers/control
-rwxr-xr-x root/root       448 2022-01-28 13:49 ./usr/share/bug/mesa-vulkan-drivers/script
drwxr-xr-x root/root         0 2022-01-28 13:49 ./usr/share/doc/
drwxr-xr-x root/root         0 2022-01-28 13:49 ./usr/share/doc/mesa-vulkan-drivers/
-rw-r--r-- root/root     46118 2022-01-28 13:49 ./usr/share/doc/mesa-vulkan-drivers/changelog.Debian.gz
-rw-r--r-- root/root      2005 2022-01-26 18:36 ./usr/share/doc/mesa-vulkan-drivers/changelog.gz
-rw-r--r-- root/root     14241 2022-01-28 13:49 ./usr/share/doc/mesa-vulkan-drivers/copyright
drwxr-xr-x root/root         0 2022-01-28 13:49 ./usr/share/lintian/
drwxr-xr-x root/root         0 2022-01-28 13:49 ./usr/share/lintian/overrides/
-rw-r--r-- root/root       227 2022-01-28 13:49 ./usr/share/lintian/overrides/mesa-vulkan-drivers
drwxr-xr-x root/root         0 2022-01-28 13:49 ./usr/share/vulkan/
drwxr-xr-x root/root         0 2022-01-28 13:49 ./usr/share/vulkan/explicit_layer.d/
-rw-r--r-- root/root       300 2022-01-26 18:36 ./usr/share/vulkan/explicit_layer.d/VkLayer_MESA_overlay.json
drwxr-xr-x root/root         0 2022-01-28 13:49 ./usr/share/vulkan/icd.d/
-rw-r--r-- root/root       161 2022-01-28 13:49 ./usr/share/vulkan/icd.d/intel_icd.i686.json
-rw-r--r-- root/root       159 2022-01-28 13:49 ./usr/share/vulkan/icd.d/lvp_icd.i686.json
-rw-r--r-- root/root       162 2022-01-28 13:49 ./usr/share/vulkan/icd.d/radeon_icd.i686.json
drwxr-xr-x root/root         0 2022-01-28 13:49 ./usr/share/vulkan/implicit_layer.d/
-rw-r--r-- root/root       472 2022-01-26 18:36 ./usr/share/vulkan/implicit_layer.d/VkLayer_MESA_device_select.json

more detail
https://buildd.debian.org/status/fetch.php?pkg=mesa&arch=i386&ver=21.3.5-1&stamp=1643382751&raw=1

 

https://forum.slitaz.org/topic/usage-of-slitaz-40-rolling/page/28#post-52391

 

 

current - mesa-vulkan

 

mesa-vulkan

# Disable vulkan drivers, seem issue with i486
# see https://bugs.freedesktop.org/show_bug.cgi?id=93089
VULKAN_DRIVERS=""

https://cook.slitaz.org/current/index.cgi?receipt=mesa

$ tar tvf mesa-21.3.5-i586-2.txz | grep vulkan

-rwxr-xr-x root/root  10361828 2022-01-28 20:52 usr/lib/libvulkan_intel.so
-rwxr-xr-x root/root   6963032 2022-01-28 20:52 usr/lib/libvulkan_lvp.so
-rwxr-xr-x root/root   7894432 2022-01-28 20:52 usr/lib/libvulkan_radeon.so
drwxr-xr-x root/root     	0 2022-01-28 20:52 usr/share/vulkan/
drwxr-xr-x root/root     	0 2022-01-28 20:52 usr/share/vulkan/explicit_layer.d/
-rw-r--r-- root/root   	295 2022-01-26 18:36 usr/share/vulkan/explicit_layer.d/VkLayer_INTEL_nullhw.json
-rw-r--r-- root/root   	300 2022-01-26 18:36 usr/share/vulkan/explicit_layer.d/VkLayer_MESA_overlay.json
drwxr-xr-x root/root     	0 2022-01-28 20:52 usr/share/vulkan/icd.d/
-rw-r--r-- root/root   	146 2022-01-28 20:51 usr/share/vulkan/icd.d/intel_icd.i686.json
-rw-r--r-- root/root   	144 2022-01-28 20:51 usr/share/vulkan/icd.d/lvp_icd.i686.json
-rw-r--r-- root/root   	147 2022-01-28 20:51 usr/share/vulkan/icd.d/radeon_icd.i686.json
drwxr-xr-x root/root     	0 2022-01-28 20:52 usr/share/vulkan/implicit_layer.d/
-rw-r--r-- root/root   	472 2022-01-26 18:36 usr/share/vulkan/implicit_layer.d/VkLayer_MESA_device_select.json

$ dpkg-deb -c mesa-vulkan-drivers_21.3.5-1_i386.deb

drwxr-xr-x root/root     	0 2022-01-28 13:49 ./
drwxr-xr-x root/root     	0 2022-01-28 13:49 ./usr/
drwxr-xr-x root/root     	0 2022-01-28 13:49 ./usr/bin/
-rwxr-xr-x root/root  	5807 2022-01-26 18:36 ./usr/bin/mesa-overlay-control.py
drwxr-xr-x root/root     	0 2022-01-28 13:49 ./usr/lib/
drwxr-xr-x root/root     	0 2022-01-28 13:49 ./usr/lib/i386-linux-gnu/
-rw-r--r-- root/root	598460 2022-01-28 13:49 ./usr/lib/i386-linux-gnu/libVkLayer_MESA_device_select.so
-rw-r--r-- root/root   1159732 2022-01-28 13:49 ./usr/lib/i386-linux-gnu/libVkLayer_MESA_overlay.so
-rw-r--r-- root/root  10738892 2022-01-28 13:49 ./usr/lib/i386-linux-gnu/libvulkan_intel.so
-rw-r--r-- root/root   7233696 2022-01-28 13:49 ./usr/lib/i386-linux-gnu/libvulkan_lvp.so
-rw-r--r-- root/root   8255144 2022-01-28 13:49 ./usr/lib/i386-linux-gnu/libvulkan_radeon.so
drwxr-xr-x root/root     	0 2022-01-28 13:49 ./usr/share/
drwxr-xr-x root/root     	0 2022-01-28 13:49 ./usr/share/bug/
drwxr-xr-x root/root     	0 2022-01-28 13:49 ./usr/share/bug/mesa-vulkan-drivers/
-rw-r--r-- root/root    	44 2022-01-28 13:49 ./usr/share/bug/mesa-vulkan-drivers/control
-rwxr-xr-x root/root   	448 2022-01-28 13:49 ./usr/share/bug/mesa-vulkan-drivers/script
drwxr-xr-x root/root     	0 2022-01-28 13:49 ./usr/share/doc/
drwxr-xr-x root/root     	0 2022-01-28 13:49 ./usr/share/doc/mesa-vulkan-drivers/
-rw-r--r-- root/root   	709 2022-01-28 13:49 ./usr/share/doc/mesa-vulkan-drivers/changelog.Debian.gz
-rw-r--r-- root/root 	14241 2022-01-28 13:49 ./usr/share/doc/mesa-vulkan-drivers/copyright
drwxr-xr-x root/root     	0 2022-01-28 13:49 ./usr/share/lintian/
drwxr-xr-x root/root     	0 2022-01-28 13:49 ./usr/share/lintian/overrides/
-rw-r--r-- root/root   	227 2022-01-28 13:49 ./usr/share/lintian/overrides/mesa-vulkan-drivers
drwxr-xr-x root/root     	0 2022-01-28 13:49 ./usr/share/vulkan/
drwxr-xr-x root/root     	0 2022-01-28 13:49 ./usr/share/vulkan/explicit_layer.d/
-rw-r--r-- root/root   	300 2022-01-26 18:36 ./usr/share/vulkan/explicit_layer.d/VkLayer_MESA_overlay.json
drwxr-xr-x root/root     	0 2022-01-28 13:49 ./usr/share/vulkan/icd.d/
-rw-r--r-- root/root   	161 2022-01-28 13:49 ./usr/share/vulkan/icd.d/intel_icd.i686.json
-rw-r--r-- root/root   	159 2022-01-28 13:49 ./usr/share/vulkan/icd.d/lvp_icd.i686.json
-rw-r--r-- root/root   	162 2022-01-28 13:49 ./usr/share/vulkan/icd.d/radeon_icd.i686.json
drwxr-xr-x root/root     	0 2022-01-28 13:49 ./usr/share/vulkan/implicit_layer.d/
-rw-r--r-- root/root   	472 2022-01-26 18:36 ./usr/share/vulkan/implicit_layer.d/VkLayer_MESA_device_select.json

mesa-vulkan-drivers_21.3.5-1_i386.deb (5.5 MiB)
https://launchpad.net/ubuntu/+source/mesa/21.3.5-1/+build/23104818/+files/mesa-vulkan-drivers_21.3.5-1_i386.deb

 

https://forum.slitaz.org/topic/usage-of-slitaz-40-rolling/page/28?replies=407#post-52390 

current - libgl1-mesa-dri

 

libgl1-mesa-dri_21.3.5-1_i386.deb (11.5 MiB)

https://launchpad.net/ubuntu/+source/mesa/21.3.5-1/+build/23104818/+files/libgl1-mesa-dri_21.3.5-1_i386.deb

$ dpkg-deb -c libgl1-mesa-dri_21.3.5-1_i386.deb

drwxr-xr-x root/root     	0 2022-01-28 08:49 ./
drwxr-xr-x root/root     	0 2022-01-28 08:49 ./usr/
drwxr-xr-x root/root     	0 2022-01-28 08:49 ./usr/lib/
drwxr-xr-x root/root     	0 2022-01-28 08:49 ./usr/lib/i386-linux-gnu/
drwxr-xr-x root/root     	0 2022-01-28 08:49 ./usr/lib/i386-linux-gnu/dri/
-rw-r--r-- root/root  27793632 2022-01-28 08:49 ./usr/lib/i386-linux-gnu/dri/crocus_dri.so
-rw-r--r-- root/root  16637464 2022-01-28 08:49 ./usr/lib/i386-linux-gnu/dri/i830_dri.so
hrw-r--r-- root/root     	0 2022-01-28 08:49 ./usr/lib/i386-linux-gnu/dri/i915_dri.so link to ./usr/lib/i386-linux-gnu/dri/i830_dri.so
hrw-r--r-- root/root     	0 2022-01-28 08:49 ./usr/lib/i386-linux-gnu/dri/i965_dri.so link to ./usr/lib/i386-linux-gnu/dri/i830_dri.so
hrw-r--r-- root/root     	0 2022-01-28 08:49 ./usr/lib/i386-linux-gnu/dri/iris_dri.so link to ./usr/lib/i386-linux-gnu/dri/crocus_dri.so
hrw-r--r-- root/root     	0 2022-01-28 08:49 ./usr/lib/i386-linux-gnu/dri/kms_swrast_dri.so link to ./usr/lib/i386-linux-gnu/dri/crocus_dri.so
hrw-r--r-- root/root     	0 2022-01-28 08:49 ./usr/lib/i386-linux-gnu/dri/nouveau_dri.so link to ./usr/lib/i386-linux-gnu/dri/crocus_dri.so
hrw-r--r-- root/root     	0 2022-01-28 08:49 ./usr/lib/i386-linux-gnu/dri/nouveau_vieux_dri.so link to ./usr/lib/i386-linux-gnu/dri/i830_dri.so
hrw-r--r-- root/root     	0 2022-01-28 08:49 ./usr/lib/i386-linux-gnu/dri/r200_dri.so link to ./usr/lib/i386-linux-gnu/dri/i830_dri.so
hrw-r--r-- root/root     	0 2022-01-28 08:49 ./usr/lib/i386-linux-gnu/dri/r300_dri.so link to ./usr/lib/i386-linux-gnu/dri/crocus_dri.so
hrw-r--r-- root/root     	0 2022-01-28 08:49 ./usr/lib/i386-linux-gnu/dri/r600_dri.so link to ./usr/lib/i386-linux-gnu/dri/crocus_dri.so
hrw-r--r-- root/root     	0 2022-01-28 08:49 ./usr/lib/i386-linux-gnu/dri/radeon_dri.so link to ./usr/lib/i386-linux-gnu/dri/i830_dri.so
hrw-r--r-- root/root     	0 2022-01-28 08:49 ./usr/lib/i386-linux-gnu/dri/radeonsi_dri.so link to ./usr/lib/i386-linux-gnu/dri/crocus_dri.so
hrw-r--r-- root/root     	0 2022-01-28 08:49 ./usr/lib/i386-linux-gnu/dri/swrast_dri.so link to ./usr/lib/i386-linux-gnu/dri/crocus_dri.so
hrw-r--r-- root/root     	0 2022-01-28 08:49 ./usr/lib/i386-linux-gnu/dri/virtio_gpu_dri.so link to ./usr/lib/i386-linux-gnu/dri/crocus_dri.so
hrw-r--r-- root/root     	0 2022-01-28 08:49 ./usr/lib/i386-linux-gnu/dri/vmwgfx_dri.so link to ./usr/lib/i386-linux-gnu/dri/crocus_dri.so
hrw-r--r-- root/root     	0 2022-01-28 08:49 ./usr/lib/i386-linux-gnu/dri/zink_dri.so link to ./usr/lib/i386-linux-gnu/dri/crocus_dri.so
drwxr-xr-x root/root     	0 2022-01-28 08:49 ./usr/share/
drwxr-xr-x root/root     	0 2022-01-28 08:49 ./usr/share/bug/
drwxr-xr-x root/root     	0 2022-01-28 08:49 ./usr/share/bug/libgl1-mesa-dri/
-rw-r--r-- root/root    	44 2022-01-28 08:49 ./usr/share/bug/libgl1-mesa-dri/control
-rwxr-xr-x root/root   	448 2022-01-28 08:49 ./usr/share/bug/libgl1-mesa-dri/script
drwxr-xr-x root/root     	0 2022-01-28 08:49 ./usr/share/doc/
drwxr-xr-x root/root     	0 2022-01-28 08:49 ./usr/share/doc/libgl1-mesa-dri/
-rw-r--r-- root/root 	14241 2022-01-28 08:49 ./usr/share/doc/libgl1-mesa-dri/copyright
drwxr-xr-x root/root     	0 2022-01-28 08:49 ./usr/share/drirc.d/
-rw-r--r-- root/root 	44680 2022-01-26 13:36 ./usr/share/drirc.d/00-mesa-defaults.conf
lrwxrwxrwx root/root     	0 2022-01-28 08:49 ./usr/share/doc/libgl1-mesa-dri/changelog.Debian.gz -> ../libglapi-mesa/changelog.Debian.gz

$

 

 

2024-06-03

current - mesa-dri - hardlink

 

mesa-dri - hardlink


 

hrwxr-xr-x root/root 0 2022-01-28 20:52 usr/lib/dri/i915_dri.so link to usr/lib/dri/i830_dri.so
hrwxr-xr-x root/root 0 2022-01-28 20:52 usr/lib/dri/i965_dri.so link to usr/lib/dri/i830_dri.so
hrwxr-xr-x root/root 0 2022-01-28 20:52 usr/lib/dri/iris_dri.so link to usr/lib/dri/crocus_dri.so

slitaz-current

tux@slitaz:~$ tazpkg -s mesa-dri

Search result for "mesa-dri"
=====================================================================
Installed packages
--------------------------------------------------------------------------------
mesa-dri 21.3.5 x-window
mesa-dri-ati 21.3.5 x-window
mesa-dri-crocus 21.3.5 x-window
mesa-dri-intel 21.3.5 x-window
mesa-dri-iris 21.3.5 x-window
mesa-dri-nouveau 21.3.5 x-window
mesa-dri-virtio 21.3.5 x-window
=====================================================================
7 installed packages found for "mesa-dri"
[..]

tux@slitaz:~$ ls -l /usr/lib/dri
total 225488
-rwxr-xr-x 1 root root 21190112 Mar 4 17:04 crocus_dri.so
-rwxr-xr-x 1 root root 13581848 Jan 14 21:02 i830_dri.so
-rwxr-xr-x 1 root root 13581848 Jan 14 21:02 i915_dri.so
-rwxr-xr-x 1 root root 13581848 Jan 14 21:02 i965_dri.so
-rwxr-xr-x 1 root root 21190112 Mar 4 17:04 iris_dri.so
-rwxr-xr-x 1 root root 21190112 Mar 4 17:04 nouveau_dri.so
-rwxr-xr-x 1 root root 13581848 Mar 4 17:04 nouveau_vieux_dri.so
-rwxr-xr-x 1 root root 13581848 Jan 14 21:01 r200_dri.so
-rwxr-xr-x 1 root root 16157480 Jan 14 21:01 r300_dri.so
-rwxr-xr-x 1 root root 16157480 Jan 14 21:01 r600_dri.so
-rwxr-xr-x 1 root root 13581848 Jan 14 21:01 radeon_dri.so
-rwxr-xr-x 1 root root 16157480 Jan 14 21:01 radeonsi_dri.so
-rwxr-xr-x 1 root root 16157480 Jan 14 21:01 swrast_dri.so
-rwxr-xr-x 1 root root 21190112 Mar 4 17:04 virtio_gpu_dri.so

tux@slitaz:~$ du -sh /usr/lib/dri
220.2M /usr/lib/dri

VS.

slackware-15

live@darkstar:~$ ls -l /usr/lib/dri
total 424744
-rwxr-xr-x 11 root root 26667324 Jan 28 2022 crocus_dri.so*
-rwxr-xr-x 6 root root 16067956 Jan 28 2022 i830_dri.so*
-rwxr-xr-x 6 root root 16067956 Jan 28 2022 i915_dri.so*
-rwxr-xr-x 6 root root 16067956 Jan 28 2022 i965_dri.so*
-rwxr-xr-x 1 root root 975 Feb 14 2021 i965_drv_video.la*
-rwxr-xr-x 1 root root 8251412 Feb 14 2021 i965_drv_video.so*
-rwxr-xr-x 11 root root 26667324 Jan 28 2022 iris_dri.so*
-rwxr-xr-x 11 root root 26667324 Jan 28 2022 kms_swrast_dri.so*
-rwxr-xr-x 11 root root 26667324 Jan 28 2022 nouveau_dri.so*
-rwxr-xr-x 3 root root 12301628 Jan 28 2022 nouveau_drv_video.so*
-rwxr-xr-x 6 root root 16067956 Jan 28 2022 nouveau_vieux_dri.so*
-rwxr-xr-x 6 root root 16067956 Jan 28 2022 r200_dri.so*
-rwxr-xr-x 11 root root 26667324 Jan 28 2022 r300_dri.so*
-rwxr-xr-x 11 root root 26667324 Jan 28 2022 r600_dri.so*
-rwxr-xr-x 3 root root 12301628 Jan 28 2022 r600_drv_video.so*
-rwxr-xr-x 6 root root 16067956 Jan 28 2022 radeon_dri.so*
-rwxr-xr-x 11 root root 26667324 Jan 28 2022 radeonsi_dri.so*
-rwxr-xr-x 3 root root 12301628 Jan 28 2022 radeonsi_drv_video.so*
-rwxr-xr-x 11 root root 26667324 Jan 28 2022 swrast_dri.so*
-rwxr-xr-x 11 root root 26667324 Jan 28 2022 virtio_gpu_dri.so*
-rwxr-xr-x 11 root root 26667324 Jan 28 2022 vmwgfx_dri.so*
-rwxr-xr-x 11 root root 26667324 Jan 28 2022 zink_dri.so*

live@darkstar:~$ tar tvf mesa-21.3.5-i586-2.txz | grep usr/lib/dri

drwxr-xr-x root/root     	0 2022-01-28 20:52 usr/lib/dri/
-rwxr-xr-x root/root  26667324 2022-01-28 20:52 usr/lib/dri/crocus_dri.so
-rwxr-xr-x root/root  16067956 2022-01-28 20:52 usr/lib/dri/i830_dri.so
hrwxr-xr-x root/root     	0 2022-01-28 20:52 usr/lib/dri/i915_dri.so link to usr/lib/dri/i830_dri.so
hrwxr-xr-x root/root     	0 2022-01-28 20:52 usr/lib/dri/i965_dri.so link to usr/lib/dri/i830_dri.so
hrwxr-xr-x root/root     	0 2022-01-28 20:52 usr/lib/dri/iris_dri.so link to usr/lib/dri/crocus_dri.so
hrwxr-xr-x root/root     	0 2022-01-28 20:52 usr/lib/dri/kms_swrast_dri.so link to usr/lib/dri/crocus_dri.so
hrwxr-xr-x root/root     	0 2022-01-28 20:52 usr/lib/dri/nouveau_dri.so link to usr/lib/dri/crocus_dri.so
-rwxr-xr-x root/root  12301628 2022-01-28 20:52 usr/lib/dri/nouveau_drv_video.so
hrwxr-xr-x root/root     	0 2022-01-28 20:52 usr/lib/dri/nouveau_vieux_dri.so link to usr/lib/dri/i830_dri.so
hrwxr-xr-x root/root     	0 2022-01-28 20:52 usr/lib/dri/r200_dri.so link to usr/lib/dri/i830_dri.so
hrwxr-xr-x root/root     	0 2022-01-28 20:52 usr/lib/dri/r300_dri.so link to usr/lib/dri/crocus_dri.so
hrwxr-xr-x root/root     	0 2022-01-28 20:52 usr/lib/dri/r600_dri.so link to usr/lib/dri/crocus_dri.so
hrwxr-xr-x root/root     	0 2022-01-28 20:52 usr/lib/dri/r600_drv_video.so link to usr/lib/dri/nouveau_drv_video.so
hrwxr-xr-x root/root     	0 2022-01-28 20:52 usr/lib/dri/radeon_dri.so link to usr/lib/dri/i830_dri.so
hrwxr-xr-x root/root     	0 2022-01-28 20:52 usr/lib/dri/radeonsi_dri.so link to usr/lib/dri/crocus_dri.so
hrwxr-xr-x root/root     	0 2022-01-28 20:52 usr/lib/dri/radeonsi_drv_video.so link to usr/lib/dri/nouveau_drv_video.so
hrwxr-xr-x root/root     	0 2022-01-28 20:52 usr/lib/dri/swrast_dri.so link to usr/lib/dri/crocus_dri.so
hrwxr-xr-x root/root     	0 2022-01-28 20:52 usr/lib/dri/virtio_gpu_dri.so link to usr/lib/dri/crocus_dri.so
hrwxr-xr-x root/root     	0 2022-01-28 20:52 usr/lib/dri/vmwgfx_dri.so link to usr/lib/dri/crocus_dri.so
hrwxr-xr-x root/root     	0 2022-01-28 20:52 usr/lib/dri/zink_dri.so link to usr/lib/dri/crocus_dri.so

live@darkstar:~$ du -sh /usr/lib/dri
61M /usr/lib/dri

mesa-21.3.5-i586-2.txz 2022-01-28 21:53 20M
http://slackware.nl/slackware/slackware-15.0/slackware/x/mesa-21.3.5-i586-2.txz

 

https://forum.slitaz.org/topic/usage-of-slitaz-40-rolling/page/27#post-52381