swee

swee

Joined 2 years ago

swee
Last active 5 months ago
0 0 1
1 root@oreo:~ # du -d 1 -h /usr/jail/thelounge/usr/local/etc/thelounge/logs/
2 1.0G /usr/jail/thelounge/usr/local/etc/thelounge/logs/swee
3 1.1M /usr/jail/thelounge/usr/local/etc/thelounge/logs/baconhair1ty647
4 172K /usr/jail/thelounge/usr/local/etc/thelounge/logs/zwr
5 1.2M /usr/jail/thelounge/usr/local/etc/thelounge/logs/Lai0602
6 148K /usr/jail/thelounge/usr/local/etc/thelounge/logs/DiscreetBow
7 228M /usr/jail/thelounge/usr/local/etc/thelounge/logs/depresst0
8 34M /usr/jail/thelounge/usr/local/etc/thelounge/logs/chip01
9 28K /usr/jail/thelounge/usr/local/etc/thelounge/logs/madinga
10 1.1M /usr/jail/thelounge/usr/local/etc/thelounge/logs/B-41
swee
Last active 5 months ago
0 0 2
1 $ abuild rootbld
2 >>> dataurlify: Validating /home/swee/Forks/aports/testing/dataurify/APKBUILD...
3 >>> dataurlify: Cleaning up srcdir
4 >>> dataurlify: Cleaning up pkgdir
5 >>> dataurlify: Cleaning up tmpdir
6 >>> dataurlify: Fetching dataurlify-1.0.tar.gz::https://git.swee.codes/swee/dataurlify/archive/1.0.tar.gz
7 /var/cache/distfiles/dataurlify-1.0.tar.gz: OK
8 >>> dataurlify: Preparing build chroot...
9 WARNING: opening /home/swee/packages//main/x86_64/APKINDEX.tar.gz: No such file or directory
10 WARNING: opening /home/swee/packages//community/x86_64/APKINDEX.tar.gz: No such file or directory
swee
Last active 5 months ago
0 0 1
1 $ sudo apk list --orphaned
2 WARNING: The indexes contain broken packages which might not function properly.
3 arc-dark-gtk2-20221218-r0 x86_64 {arc-theme} (GPL-3.0-or-later) [installed]
4 qcoro-qt6-0.12.0-r1 x86_64 {qcoro} (MIT) [installed]
5 tree-sitter-tsq-0.19.0-r2 x86_64 {tree-sitter-tsq} (MIT) [installed]
6 xwaylandvideobridge-0.4.0-r1 x86_64 {xwaylandvideobridge} (BSD-3-Clause AND LGPL-2.0-or-later) [installed]
7 $ sudo apk del qcoro-qt6
8 WARNING: The indexes contain broken packages which might not function properly.
9 World updated, but the following packages are not removed due to:
10 qcoro-qt6: plasma-nm powerdevil
swee
Last active 5 months ago
0 0 1
1 $ ffmpeg -codecs | grep -i av1
2 ffmpeg version 8.0.1 Copyright (c) 2000-2025 the FFmpeg developers
3 built with gcc 15.2.0 (Alpine 15.2.0)
4 configuration: --prefix=/usr --disable-librtmp --disable-lzma --disable-static --disable-stripping --enable-avfilter --enable-gpl --enable-ladspa --enable-libaom --enable-libass --enable-libbluray --enable-libdav1d --enable-libdrm --enable-libfontconfig --enable-libfreetype --enable-libfribidi --enable-libharfbuzz --enable-libjxl --enable-libmp3lame --enable-libopenmpt --enable-libopus --enable-libplacebo --enable-libpulse --enable-librav1e --enable-librist --enable-libshaderc --enable-libsoxr --enable-libsrt --enable-libssh --enable-libtheora --enable-libv4l2 --enable-libvidstab --enable-libvorbis --enable-libvpx --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxcb --enable-libxml2 --enable-libxvid --enable-libzimg --enable-libzmq --enable-lto=auto --enable-lv2 --enable-openssl --enable-pic --enable-pthreads --enable-shared --enable-vaapi --enable-vdpau --enable-version3 --enable-vulkan --optflags=-O3 --enable-libsvtav1 --enable-libvpl
5 libavutil 60. 8.100 / 60. 8.100
6 libavcodec 62. 11.100 / 62. 11.100
7 libavformat 62. 3.100 / 62. 3.100
8 libavdevice 62. 1.100 / 62. 1.100
9 libavfilter 11. 4.100 / 11. 4.100
10 libswscale 9. 1.100 / 9. 1.100
swee
Last active 5 months ago
0 0 1
1 swee@Fudge:~/Git/dataurlify$ rustup target add x86_64-unknown-linux-musl
2 info: downloading component 'rust-std' for 'x86_64-unknown-linux-musl'
3 info: installing component 'rust-std' for 'x86_64-unknown-linux-musl'
4 36.9 MiB / 36.9 MiB (100 %) 16.1 MiB/s in 2s ETA: 0s
5 swee@Fudge:~/Git/dataurlify$ uname -m
6 aarch64
7 swee@Fudge:~/Git/dataurlify$ unset RUSTFLAGS
8 swee@Fudge:~/Git/dataurlify$ cargo build --target x86_64-unknown-linux-musl
9 Compiling proc-macro2 v1.0.105
10 Compiling unicode-ident v1.0.22
swee
Last active 5 months ago
0 0 1
1 swee @ 󰌢 candycorn
2 /Git/dataurlify UwU $ echo $RUSTFLAGS
3 -C linker=rust-lld
4 swee @ 󰌢 candycorn
5 /Git/dataurlify UwU $ cargo build --target aarch64-unknown-linux-musl
6 Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.26s
7 swee @ 󰌢 candycorn
8 /Git/dataurlify UwU $ ldd ./target/aarch64-unknown-linux-musl/debug/dataurlify
9 /lib/ld-musl-x86_64.so.1: ./target/aarch64-unknown-linux-musl/debug/dataurlify: Not a valid dynamic program
10 swee @ 󰌢 candycorn