upg rar rarian simplescreenrecorder streamripper tinyranfs toml11 waybox

remove streamripper-gui
This commit is contained in:
joborun linux 2024-01-08 22:03:13 +02:00
parent 44dd464c86
commit 83de3e49b5
23 changed files with 286 additions and 101 deletions

View File

@ -6,8 +6,8 @@
#-----------------------------------------| DESCRIPTION |---------------------------------------
pkgname=rar
pkgver=6.24.0
__pkgver=624
pkgver=700b3
__pkgver=700b3
pkgrel=02
pkgdesc="A command-line port of the rar compression utility"
url="https://www.rarlab.com"
@ -15,6 +15,7 @@ depends=('gcc-libs')
backup=('etc/rarfiles.lst')
conflicts=('rar-beta')
provides=('rar')
#https://www.rarlab.com/rar/rarlinux-x64-700b3.tar.gz
source=("https://www.rarlab.com/rar/rarlinux-x64-${__pkgver}.tar.gz"
'rar.1')
@ -35,7 +36,8 @@ arch=(x86_64)
license=('custom')
sha256sums=(88e22a8e84125c947637bbf28c746e338a0a63279d80f9f9d7373603875db1eb # rarlinux-x64-624.tar.gz
sha256sums=(f1560a57616d2f2026c67e856b44a1889c8deedb8977c25364d1971b5fe152d6 # rarlinux-x64-700b3.tar.gz
f77712afda00b22fb11d4b4cb14bc80b21c97baeaf008992dad2e27bb9edf14c) # rar.1
## ebe0c98648df3badd36f8719bd78d6595f16f9744c5a51136211b6ea836933c0 rar-6.24.0-02-x86_64.pkg.tar.lz
## 77e57174e32b0e841b9710e2c5d037a62a549c5f7174d4c2e96e84f567c21045 rar-700b3-02-x86_64.pkg.tar.lz

2
rar/deps Normal file
View File

@ -0,0 +1,2 @@

View File

@ -6,41 +6,64 @@
#-----------------------------------------| DESCRIPTION |---------------------------------------
pkgname=rarian
pkgver=0.8.1
pkgrel=08
pkgver=0.8.5
pkgrel=06
pkgdesc="Documentation meta-data library, designed as a replacement for Scrollkeeper."
arch=('x86_64')
url="https://rarian.freedesktop.org/"
depends=('gcc-libs' 'sh')
makedepends=('libxslt')
source=(https://download.gnome.org/sources/${pkgname}/0.8/${pkgname}-${pkgver}.tar.bz2
user-segfault.patch)
#url="https://rarian.freedesktop.org/"
url="https://gitlab.freedesktop.org/rarian/rarian"
depends=(gcc-libs glibc sh tinyxml)
makedepends=(check libxslt)
source=("$pkgname-$pkgver.tar.gz::$url/-/archive/$pkgver/$pkgname-$pkgver.tar.gz"
"remove-failing-tests.patch")
_archive="$pkgname-$pkgver"
prepare() {
cd "${srcdir}/${pkgname}-${pkgver}"
patch -Np0 -i ../user-segfault.patch
cd "$_archive"
# The man tests seem to be flaky
sed '/srunner_add_suite(sr, rarian_man_suite());/d' -i tests/check-main.c
# Some tests fail for some users due to locale issues that I've not been able
# to work around - disable these tests for now.
patch --strip=1 --input="$srcdir/remove-failing-tests.patch"
}
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
./configure --prefix=/usr --sysconfdir=/etc \
--localstatedir=/var --disable-static
sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
cd "$_archive"
export LANG=C LC_ALL=C
./autogen.sh
./configure \
--prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \
--disable-static \
--with-check \
PACKAGE_VERSION="$pkgver"
make
}
package() {
cd "${srcdir}/${pkgname}-${pkgver}"
make DESTDIR="${pkgdir}" install
check() {
cd "$_archive"
export LANG=C LC_ALL=C
make check
}
#---- license gpg-key sha256sums ----
package() {
cd "$_archive"
make DESTDIR="$pkgdir" install
}
#---- arch license gpg-key & sha256sums ----
arch=(x86_64)
license=(GPL)
md5sums=('75091185e13da67a0ff4279de1757b94'
'457e9827197009cfa360911fe49a5ad7')
sha256sums=(d480de82f61feab390e9f69c640a1b8a71b6a8d1d0c5f8c4480829e743f0c4a4 # rarian-0.8.5.tar.gz
a58398bdd86a37a8b7f69b86630f05418f272cd4a51d8b03892364f7c6ff7c44) # remove-failing-tests.patch
sha256sums=(aafe886d46e467eb3414e91fa9e42955bd4b618c3e19c42c773026b205a84577 # rarian-0.8.1.tar.bz2
518b1834d4f44e92161f0cf2f72a6474f0ec687ea53562c64109df90d343fe71) # user-segfault.patch
## a505c37459ee403e150dd90980bf09e17286c087898f508928f3097dccf62f9b rarian-0.8.5-06-x86_64.pkg.tar.lz

View File

@ -2,35 +2,71 @@
# Contributor: Jan de Groot <jgc@archlinux.org>
pkgname=rarian
pkgver=0.8.1
pkgrel=7
pkgdesc="Documentation meta-data library, designed as a replacement for Scrollkeeper."
arch=('x86_64' 'i686')
url="https://rarian.freedesktop.org/"
license=('GPL')
depends=('gcc-libs' 'sh')
makedepends=('libxslt')
source=(https://download.gnome.org/sources/${pkgname}/0.8/${pkgname}-${pkgver}.tar.bz2
user-segfault.patch)
md5sums=('75091185e13da67a0ff4279de1757b94'
'457e9827197009cfa360911fe49a5ad7')
sha256sums=('aafe886d46e467eb3414e91fa9e42955bd4b618c3e19c42c773026b205a84577'
'518b1834d4f44e92161f0cf2f72a6474f0ec687ea53562c64109df90d343fe71')
pkgver=0.8.5
pkgrel=5
pkgdesc="Documentation meta-data library, designed as a replacement for Scrollkeeper"
arch=(
x86_64
i686
)
url="https://gitlab.freedesktop.org/rarian/rarian"
license=(GPL)
depends=(
gcc-libs
glibc
sh
tinyxml
)
makedepends=(
check # Here instead of checkdepends since configure fails without it
libxslt
)
source=(
"$pkgname-$pkgver.tar.gz::$url/-/archive/$pkgver/$pkgname-$pkgver.tar.gz"
"remove-failing-tests.patch"
)
sha256sums=(
'd480de82f61feab390e9f69c640a1b8a71b6a8d1d0c5f8c4480829e743f0c4a4'
'a58398bdd86a37a8b7f69b86630f05418f272cd4a51d8b03892364f7c6ff7c44'
)
_archive="$pkgname-$pkgver"
prepare() {
cd "${srcdir}/${pkgname}-${pkgver}"
patch -Np0 -i ../user-segfault.patch
cd "$_archive"
# The man tests seem to be flaky
sed '/srunner_add_suite(sr, rarian_man_suite());/d' -i tests/check-main.c
# Some tests fail for some users due to locale issues that I've not been able
# to work around - disable these tests for now.
patch --strip=1 --input="$srcdir/remove-failing-tests.patch"
}
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
./configure --prefix=/usr --sysconfdir=/etc \
--localstatedir=/var --disable-static
sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
cd "$_archive"
export LANG=C LC_ALL=C
./autogen.sh
./configure \
--prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \
--disable-static \
--with-check \
PACKAGE_VERSION="$pkgver"
make
}
package() {
cd "${srcdir}/${pkgname}-${pkgver}"
make DESTDIR="${pkgdir}" install
check() {
cd "$_archive"
export LANG=C LC_ALL=C
make check
}
package() {
cd "$_archive"
make DESTDIR="$pkgdir" install
}

View File

@ -1 +1 @@
rm -rf {src,pkg,rar*.tar.bz2}
rm -rf {src,pkg,rar*.tar.gz}

View File

@ -1 +1,7 @@
libxslt
tinyxml
check
automake
autoconf

View File

@ -0,0 +1,22 @@
diff --unified --recursive --text --new-file rarian-0.8.5.orig/tests/check-rarian-main.c rarian-0.8.5/tests/check-rarian-main.c
--- rarian-0.8.5.orig/tests/check-rarian-main.c 2024-01-03 21:10:29.267030165 +0100
+++ rarian-0.8.5/tests/check-rarian-main.c 2024-01-03 21:10:46.490404057 +0100
@@ -52,7 +52,6 @@
rrn_for_each(first_reg, &first);
ck_assert_ptr_nonnull(first);
ck_assert_ptr_nonnull(first->categories);
- ck_assert_ptr_nonnull(first->categories[0]);
counter.count = 0;
rrn_for_each_in_category(counter_callback, first->categories[0], &counter);
diff --unified --recursive --text --new-file rarian-0.8.5.orig/tests/check-rarian-reg-utils.c rarian-0.8.5/tests/check-rarian-reg-utils.c
--- rarian-0.8.5.orig/tests/check-rarian-reg-utils.c 2024-01-03 21:10:29.267030165 +0100
+++ rarian-0.8.5/tests/check-rarian-reg-utils.c 2024-01-03 21:10:55.603760635 +0100
@@ -18,7 +18,6 @@
free(fname);
ck_assert_ptr_nonnull(reg);
- ck_assert_str_eq("The Beanstalk Manual", reg->name);
ck_assert_ptr_nonnull(reg->categories);
ck_assert_str_eq("Beanstalks", reg->categories[0]);
ck_assert_str_eq("GNOME", reg->categories[1]);

View File

@ -7,7 +7,7 @@
pkgname=simplescreenrecorder
pkgver=0.4.4.r9.gc092f3e
pkgrel=02
pkgrel=03
pkgdesc="A simple but powerful recording tool for X11, OpenGL and V4L2. (Git version)"
url="https://www.maartenbaert.be/simplescreenrecorder/"
makedepends=("git" "cmake" "qt5-tools")
@ -60,4 +60,5 @@ license=("GPL3")
sha256sums=(SKIP)
## 8e45f5452a7f24330b31d4be24a837ff319764a97e7ef5c3dfb156e95de86983 simplescreenrecorder-0.4.4.r9.gc092f3e-02-x86_64.pkg.tar.lz
## f1da327d7341b11fdda2133daed76fabcb75126911632f26e09f07c5a9a0f9bc simplescreenrecorder-0.4.4.r9.gc092f3e-03-x86_64.pkg.tar.lz

View File

@ -0,0 +1 @@

View File

@ -7,7 +7,7 @@
pkgname=streamripper-gui
pkgver=0.1.2
pkgrel=02
pkgrel=03
pkgdesc="Detects on the automatic way, wich URL clementine/rhythmbox/amarok/etc. are now playing and rip it"
url="http://skss.learnfree.eu/archives/3665"
depends=('python2' 'python2-gobject' 'pygtk' 'python2-dbus' 'streamripper')
@ -54,4 +54,5 @@ license=('GPL3')
sha256sums=(SKIP)
## 4603614da9e86057aec90bdbc6d664178e9d760729f0dd8bbae8f1c21827ecc6 streamripper-gui-0.1.2-02-x86_64.pkg.tar.lz
## 0e0b523f7f1c104946c2bc4f2539209e00271635a6d1ca8efd70f8b346c366ee streamripper-gui-0.1.2-03-x86_64.pkg.tar.lz

View File

@ -7,9 +7,8 @@
pkgname=streamripper
pkgver=1.64.6
pkgrel=04
pkgrel=05
pkgdesc="Records and splits streaming mp3 into tracks"
arch=(x86_64)
url="http://streamripper.sourceforge.net"
depends=('glib2' 'libmad' 'faad2' 'libvorbis')
source=("https://downloads.sourceforge.net/sourceforge/streamripper/$pkgname-$pkgver.tar.gz")
@ -25,9 +24,13 @@ package() {
make DESTDIR="$pkgdir" install
}
#---- license gpg-key sha256sums ----
#---- arch license gpg-key & sha256sums ----
arch=(x86_64)
license=('GPL')
sha256sums=(c1d75f2e9c7b38fd4695be66eff4533395248132f3cc61f375196403c4d8de42) # streamripper-1.64.6.tar.gz
## 7d336db269516c98b4524aad536f2733d630b15f71cd935641579c2b004769bf streamripper-1.64.6-05-x86_64.pkg.tar.lz

View File

@ -1,5 +1,6 @@
real 0m7.256s
user 0m9.503s
sys 0m1.105s
real 0m15.854s
user 0m8.426s
sys 0m1.739s

View File

@ -7,7 +7,7 @@
pkgname=tinyramfs
pkgver=0.1.1rc
pkgrel=02
pkgrel=03
pkgdesc="Tiny initramfs written in POSIX shell by illiliti - experimental use only not well tested on arch based systems"
url="https://github.com/illiliti/tinyramfs"
makedepends=(git)
@ -18,7 +18,8 @@ optdepends=('xz: Use xz compression for the initramfs image'
'lz4: Use lz4 compression for the initramfs image')
provides=('initramfs')
backup=('etc/tinyramfs/config')
source=(git+https://github.com/illiliti/tinyramfs
_commit=de2d6aea4dfe1b284ed0d485f0acd16303ff253b # heads/master # 20240108
source=("git+https://github.com/illiliti/tinyramfs#commit=$_commit"
#"$url/archive/refs/tags/$pkgver.tar.gz" # 0.1.0 without latest commits
config
mktinyimg)
@ -61,7 +62,5 @@ sha256sums=(SKIP # tinyramfs
e0dc182b5bc7e275455607c724f1cfd872ea67fad1320f69048dbb0834030edf # config
350a683df018b148e4e51d920fc95b298fc08103f4710ebfe9fa005b07d26dca) # mktinyimg
# 9798e5d5979f7e45a6533302eb307f20a652a565d6c5e00819d1399de0056ccb # modinfo.patch
# e3660ca4da1c82c41675fffd9b68140a8fc4d43d2af111f6983fb90521656a8d) # modprobe.patch
## a76cc5e13aab1885237f1efae502655df7d2b9b2ca90932d954026349609b2af tinyramfs-0.1.1rc-03-x86_64.pkg.tar.lz
## da6f93319baee6f74ca19108d72ac5ec4d9abed2ac44b6a0d18869cf8ce93a88 tinyramfs-0.1.1rc-02-x86_64.pkg.tar.lz

View File

@ -7,15 +7,15 @@
pkgname=toml11
pkgver=3.7.1
pkgrel=02
#pkgver=3.8.1.r0.d4eb5f3
pkgrel=03
pkgdesc="A C++11 header-only toml parser/encoder depending only on C++ standard library git version"
url="https://github.com/ToruNiina/toml11"
depends=()
makedepends=('git' 'cmake')
provides=('toml11')
conflicts=('toml11-git')
#source=(${pkgname}::git+https://github.com/ToruNiina/toml11.git)
_commit=dcfe39a783a94e8d52c885e5883a6fbb21529019 # tags/v3.7.1
_commit=dcfe39a783a94e8d52c885e5883a6fbb21529019 # tags/v3.7.1
source=(${pkgname}::"git+https://github.com/ToruNiina/toml11.git#commit=$_commit")
#pkgver() {
@ -46,5 +46,5 @@ license=('MIT')
sha256sums=(SKIP)
## 0779eb7dc740342f8ce65456f788f05fb3c5281dd7656026027c954eefc8959d toml11-3.7.1-02-x86_64.pkg.tar.lz
## 155236ae9a5e098078e5ef848d822a1d184d6e3e9b12294d829c27265856fc22 toml11-3.7.1-03-x86_64.pkg.tar.lz

View File

@ -7,7 +7,7 @@
pkgname=upd72020x-fw
pkgver=1.0.0
pkgrel=02
pkgrel=03
epoch=1
pkgdesc="Renesas uPD720201 / uPD720202 USB 3.0 chipsets firmware"
url="https://github.com/denisandroid/uPD72020x-Firmware"
@ -35,5 +35,5 @@ license=('custom')
sha256sums=(6e84b9f2e447ac2df0a0481cdce5a9a9cf4aaec1f188606a4edae170fd87a277 # uPD72020x-Firmware-1.0.0.tar.gz
8d6c6dd02ea101d37bf957bfa8acd168285787915485ee7fef391cb858cee4b8) # remove.hook
## 0bb9ef1cee4ab3ef90696770404cbe9f1a73fb9aef8f7d21cde854b267f4f4e6 upd72020x-fw-1_1.0.0-02-x86_64.pkg.tar.lz
## 8987f10aa497b234416a97a9023ee49280bfdbfd596d8b0fa2f38c2c2b5d2a1e upd72020x-fw-1:1.0.0-03-x86_64.pkg.tar.lz

View File

@ -0,0 +1,10 @@
--- a/waybox/waybox/config.c
+++ b/waybox/waybox/config.c
@@ -1,5 +1,6 @@
#include <libxml/xpath.h>
#include <libxml/xpathInternals.h>
+#include <libxml/parser.h>
#include "config.h"

View File

@ -6,20 +6,34 @@
#-----------------------------------------| DESCRIPTION |---------------------------------------
pkgname=waybox
pkgver=0.2.0
pkgrel=05
pkgdesc='Openbox clone on Wayland'
pkgver=0.2.2.r3.gd139b41
pkgrel=02
pkgdesc='Openbox clone on Wayland (git version)'
url="https://github.com/wizbright/waybox"
depends=('wlroots')
makedepends=('meson' 'wayland-protocols')
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/wizbright/${pkgname}/archive/${pkgver}.tar.gz)
makedepends=('git' 'meson' 'wayland-protocols' 'gettext' 'wlroots' 'cmake')
conflicts=(waybox-git)
provides=(waybox)
#_commit=03fbe719039c740bba76865d4f84628ad1c2af96 # tags/0.2.0
source=("git+https://github.com/wizbright/${pkgname}.git" ## #commit=$_commit"
0001-missing_libxml2_import.patch)
pkgver() {
cd "$pkgname"
git describe --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
}
prepare() {
cd "$pkgname"
patch -Np2 -i "$srcdir"/0001-missing_libxml2_import.patch
}
build() {
# To build against wlroots0.15
# export PKG_CONFIG_PATH='/usr/lib/wlroots0.15/pkgconfig'
# # To build against wlroots0.16
# export PKG_CONFIG_PATH='/usr/lib/wlroots0.16/pkgconfig'
# export PKG_CONFIG_PATH='/usr/lib/pkgconfig/wlroots.pc'
arch-meson "$pkgname-$pkgver" build
arch-meson "$pkgname" build
meson compile -C build
}
@ -27,16 +41,17 @@ package() {
meson install -C build --destdir "$pkgdir"
mkdir -p "$pkgdir"/usr/share/licenses/$pkgname
install -m 644 "$pkgname-${pkgver}"/LICENSE "$pkgdir"/usr/share/licenses/$pkgname
install -m 644 "$pkgname"/LICENSE "$pkgdir"/usr/share/licenses/$pkgname
}
#---- arch license gpg-key & sha256sums ----
arch=(x86_64)
license=('MIT')
md5sums=('065e5d3488223e128536fca6a1198554')
sha256sums=(541245a26a7cd28f3ade1cf10b63a594074cbb2c7064bd2b9dae6cc1b707a31f) # waybox-0.2.0.tar.gz
sha256sums=(SKIP
22125c40956585c360ff87f64dcd672c8928f900fd842b12b56e071bdd8e2265) # 0001-missing_libxml2_import.patch
## cf808168f1d6f4ef28e5ce3034eac1579e7ee5c5eee6147a3e67259efce4cc58 waybox-0.2.2.r3.gd139b41-02-x86_64.pkg.tar.lz

View File

@ -1,24 +1,35 @@
# Maintainer: Lex Black <autumn-wind@web.de>
# Contributor: Stoyan Minaev <stoyan.minaev@gmail.com>
pkgname=waybox
pkgver=0.2.0
pkgrel=4
pkgdesc='Openbox clone on Wayland'
_pkgname=waybox
pkgname=waybox-git
pkgver=0.2.0.r29.g7fb889d
pkgrel=1
pkgdesc='Openbox clone on Wayland (git version)'
url="https://github.com/wizbright/waybox"
arch=('x86_64')
license=('MIT')
depends=('wlroots0.15')
makedepends=('meson' 'wayland-protocols')
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/wizbright/${pkgname}/archive/${pkgver}.tar.gz)
md5sums=('065e5d3488223e128536fca6a1198554')
depends=('wlroots>=0.16.0' 'wlroots<0.18.0')
makedepends=('git' 'meson' 'wayland-protocols')
conflicts=(waybox)
provides=(waybox)
source=("git+https://github.com/wizbright/${_pkgname}.git"
0001-missing_libxml2_import.patch)
md5sums=('SKIP'
'd5c41683ab89c4f6e011ee35fdd52f0e')
pkgver() {
cd "$_pkgname"
git describe --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
}
prepare() {
cd "$_pkgname"
patch -Np2 -i "$srcdir"/0001-missing_libxml2_import.patch
}
build() {
# To build against wlroots0.15
export PKG_CONFIG_PATH='/usr/lib/wlroots0.15/pkgconfig'
arch-meson "$pkgname-$pkgver" build
arch-meson "$_pkgname" build
meson compile -C build
}
@ -26,6 +37,5 @@ package() {
meson install -C build --destdir "$pkgdir"
mkdir -p "$pkgdir"/usr/share/licenses/$pkgname
install -m 644 "$pkgname-${pkgver}"/LICENSE "$pkgdir"/usr/share/licenses/$pkgname
install -m 644 "$_pkgname"/LICENSE "$pkgdir"/usr/share/licenses/$pkgname
}

View File

@ -1 +1 @@
rm -rf {src,pkg,waybox*tar.gz*}
rm -rf {src,pkg,waybox}

View File

@ -1,5 +1,9 @@
wlroots
git
meson
wayland-protocols
gettext
seatd
wlroots
cmake

33
waybox/errors Normal file
View File

@ -0,0 +1,33 @@
--sm-disable hasn't been implemented yet.
--sm-disable requires an argument
00:00:00.000 [backend/x11/backend.c:396] Creating X11 backend
00:00:00.007 [render/egl.c:206] Supported EGL client extensions: EGL_EXT_device_base EGL_EXT_device_enumeration EGL_EXT_device_query EGL_EXT_platform_base EGL_KHR_client_get_all_proc_addresses EGL_EXT_client_extensions EGL_KHR_debug EGL_EXT_platform_device EGL_EXT_explicit_device EGL_EXT_platform_wayland EGL_KHR_platform_wayland EGL_EXT_platform_x11 EGL_KHR_platform_x11 EGL_EXT_platform_xcb EGL_MESA_platform_gbm EGL_KHR_platform_gbm EGL_MESA_platform_surfaceless
00:00:00.026 [render/egl.c:355] Using EGL 1.5
00:00:00.026 [render/egl.c:356] Supported EGL display extensions: EGL_ANDROID_blob_cache EGL_ANDROID_native_fence_sync EGL_EXT_create_context_robustness EGL_EXT_image_dma_buf_import EGL_EXT_image_dma_buf_import_modifiers EGL_IMG_context_priority EGL_KHR_cl_event2 EGL_KHR_config_attribs EGL_KHR_context_flush_control EGL_KHR_create_context EGL_KHR_create_context_no_error EGL_KHR_fence_sync EGL_KHR_get_all_proc_addresses EGL_KHR_gl_colorspace EGL_KHR_gl_renderbuffer_image EGL_KHR_gl_texture_2D_image EGL_KHR_gl_texture_3D_image EGL_KHR_gl_texture_cubemap_image EGL_KHR_image_base EGL_KHR_no_config_context EGL_KHR_reusable_sync EGL_KHR_surfaceless_context EGL_EXT_pixel_format_float EGL_KHR_wait_sync EGL_MESA_configless_context EGL_MESA_drm_image EGL_MESA_gl_interop EGL_MESA_image_dma_buf_export EGL_MESA_query_driver EGL_WL_bind_wayland_display
00:00:00.026 [render/egl.c:358] Supported EGL device extensions: EGL_EXT_device_drm EGL_EXT_device_drm_render_node
00:00:00.026 [render/egl.c:360] EGL vendor: Mesa Project
00:00:00.037 [render/gles2/renderer.c:842] Creating GLES2 renderer
00:00:00.037 [render/gles2/renderer.c:843] Using OpenGL ES 3.0 Mesa 23.3.0-arch1.00
00:00:00.037 [render/gles2/renderer.c:844] GL vendor: Intel
00:00:00.037 [render/gles2/renderer.c:845] GL renderer: Mesa Intel(R) HD Graphics 4000 (IVB GT2)
00:00:00.037 [render/gles2/renderer.c:846] Supported GLES2 extensions: GL_EXT_blend_minmax GL_EXT_multi_draw_arrays GL_EXT_texture_filter_anisotropic GL_EXT_texture_compression_s3tc GL_EXT_texture_compression_dxt1 GL_EXT_texture_compression_rgtc GL_EXT_texture_format_BGRA8888 GL_OES_compressed_ETC1_RGB8_texture GL_OES_depth24 GL_OES_element_index_uint GL_OES_fbo_render_mipmap GL_OES_mapbuffer GL_OES_rgb8_rgba8 GL_OES_standard_derivatives GL_OES_stencil8 GL_OES_texture_3D GL_OES_texture_float GL_OES_texture_float_linear GL_OES_texture_half_float GL_OES_texture_half_float_linear GL_OES_texture_npot GL_OES_vertex_half_float GL_EXT_draw_instanced GL_EXT_texture_sRGB_decode GL_OES_EGL_image GL_OES_depth_texture GL_AMD_performance_monitor GL_OES_packed_depth_stencil GL_EXT_texture_type_2_10_10_10_REV GL_NV_conditional_render GL_OES_get_program_binary GL_APPLE_texture_max_level GL_EXT_discard_framebuffer GL_EXT_read_format_bgra GL_NV_pack_subimage GL_NV_texture_barrier GL_EXT_frag_depth GL_NV_fbo_color_attachments GL_OES_EGL_image_external GL_OES_EGL_sync GL_OES_vertex_array_object GL_ANGLE_pack_reverse_row_order GL_ANGLE_texture_compression_dxt3 GL_ANGLE_texture_compression_dxt5 GL_EXT_occlusion_query_boolean GL_EXT_texture_rg GL_EXT_unpack_subimage GL_NV_draw_buffers GL_NV_read_buffer GL_NV_read_depth GL_NV_read_depth_stencil GL_NV_read_stencil GL_APPLE_sync GL_EXT_draw_buffers GL_EXT_instanced_arrays GL_EXT_map_buffer_range GL_KHR_debug GL_KHR_texture_compression_astc_ldr GL_NV_generate_mipmap_sRGB GL_NV_pixel_buffer_object GL_OES_depth_texture_cube_map GL_OES_required_internalformat GL_OES_surfaceless_context GL_EXT_color_buffer_float GL_EXT_debug_label GL_EXT_sRGB_write_control GL_EXT_separate_shader_objects GL_EXT_shader_group_vote GL_EXT_shader_integer_mix GL_INTEL_performance_query GL_EXT_base_instance GL_EXT_compressed_ETC1_RGB8_sub_texture GL_EXT_copy_image GL_EXT_draw_buffers_indexed GL_EXT_draw_elements_base_vertex GL_EXT_polygon_offset_clamp GL_EXT_texture_border_clamp GL_KHR_blend_equation_advanced GL_KHR_context_flush_control GL_NV_shader_noperspective_interpolation GL_OES_copy_image GL_OES_draw_buffers_indexed GL_OES_draw_elements_base_vertex GL_OES_sample_shading GL_OES_sample_variables GL_OES_shader_multisample_interpolation GL_OES_texture_border_clamp GL_EXT_blend_func_extended GL_EXT_float_blend GL_EXT_texture_sRGB_R8 GL_KHR_no_error GL_KHR_texture_compression_astc_sliced_3d GL_OES_EGL_image_external_essl3 GL_EXT_clip_cull_distance GL_EXT_disjoint_timer_query GL_EXT_texture_compression_s3tc_srgb GL_MESA_shader_integer_functions GL_EXT_clip_control GL_EXT_color_buffer_half_float GL_EXT_memory_object GL_EXT_memory_object_fd GL_EXT_semaphore GL_EXT_semaphore_fd GL_EXT_texture_compression_bptc GL_EXT_texture_mirror_clamp_to_edge GL_KHR_parallel_shader_compile GL_NV_alpha_to_coverage_dither_control GL_EXT_EGL_image_storage GL_EXT_shader_framebuffer_fetch_non_coherent GL_EXT_texture_shadow_lod GL_INTEL_blackhole_render GL_MESA_framebuffer_flip_y GL_EXT_demote_to_helper_invocation GL_EXT_depth_clamp GL_EXT_texture_query_lod GL_MESA_sampler_objects GL_MESA_bgra
00:00:00.157 [../waybox/waybox/main.c:88] Successfully created backend
00:00:00.171 [../waybox/waybox/config.c:155] Using config file /home/jobo/.config/waybox/rc.xml
00:00:00.171 [backend/x11/backend.c:165] Starting X11 backend
00:00:00.171 [../waybox/waybox/seat.c:363] New keyboard detected: x11-keyboard
00:00:00.179 [../waybox/waybox/output.c:81] New output device detected: X11-1
00:00:00.184 [../waybox/waybox/seat.c:367] New pointer detected: x11-pointer
00:00:00.185 [../waybox/waybox/seat.c:371] Unsupported input device detected: x11-touch
00:00:00.185 [../waybox/waybox/server.c:92] Running Wayland compositor on Wayland display: WAYLAND_DISPLAY=wayland-0
00:00:00.185 [../waybox/waybox/main.c:95] Successfully started server
00:00:00.186 [backend/x11/backend.c:700] X11 error: op ChangeProperty (no minor), code Atom (no extension), sequence 61, value 0
00:00:00.365 [../waybox/waybox/xdg_shell.c:39] Keyboard focus is now on surface: lxterminal
Traceback (most recent call last):
File "/usr/bin/alsacontrol-daemon-gtk", line 42, in <module>
from alsacontrol.asoundrc import setup_asoundrc
File "/usr/lib/python3.11/site-packages/alsacontrol/asoundrc.py", line 29, in <module>
from alsacontrol.cards import get_pcms
File "/usr/lib/python3.11/site-packages/alsacontrol/cards.py", line 25, in <module>
import alsaaudio
ModuleNotFoundError: No module named 'alsaaudio'

10
waybox/note Normal file
View File

@ -0,0 +1,10 @@
dbus-update-activation-environment: error: unable to connect to D-Bus: Using X11 for dbus-daemon autolaunch was disabled at compile time, set your DBUS_SESSION_BUS_ADDRESS instead
/etc/xdg/waybox/autostart: line 17: cairo-dock: command not found
/etc/xdg/waybox/autostart: line 20: waybar: command not found
/etc/xdg/waybox/autostart: line 23: mako: command not found
/etc/xdg/waybox/autostart: line 20: yambar: command not found
xargs: swaybg: No such file or directory
Traceback (most recent call last):
File /usr/bin/alsacontrol-daemon-gtk, line 33, in <module>
import alsaaudio
ModuleNotFoundError: No module named 'alsaaudio'

6
waybox/time Normal file
View File

@ -0,0 +1,6 @@
real 0m4.860s
user 0m5.117s
sys 0m1.323s