Skip to content

Instantly share code, notes, and snippets.

View Lucretia's full-sized avatar
😥

Luke A. Guest Lucretia

😥
View GitHub Profile
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
# KDE_ORG_NAME="kdegraphics-thumbnailers"
# KFMIN=6.9.0
# QTMIN=6.7.2
# CRATES="
>>> Emerging (1 of 5) media-video/obs-streamfx-9999-r1::lucretia
* Fetching files in the background.
* To view fetch progress, run in another terminal:
* tail -f /var/log/emerge-fetch.log
>>> Unpacking source...
* Repository id: Vhonowslend_StreamFX-Public.git
* To override fetched repository properties, use:
* EGIT_OVERRIDE_REPO_VHONOWSLEND_STREAMFX_PUBLIC
* EGIT_OVERRIDE_BRANCH_VHONOWSLEND_STREAMFX_PUBLIC
* EGIT_OVERRIDE_COMMIT_VHONOWSLEND_STREAMFX_PUBLIC
$ LIBGL_ALWAYS_SOFTWARE=1 glxinfo -B
name of display: :1
display: :1 screen: 0
direct rendering: Yes
Memory info (GL_NVX_gpu_memory_info):
Dedicated video memory: 8192 MB
Total available memory: 8192 MB
Currently available dedicated video memory: 5043 MB
OpenGL vendor string: NVIDIA Corporation
OpenGL renderer string: NVIDIA GeForce RTX 3070 Ti/PCIe/SSE2
$ ./client_partition-x86_64.AppImage
Setting up GTK user interface.
(client_partition-x86_64.AppImage:15025): GLib-GIO-WARNING **: 09:30:26.493: Can't find module 'dconf' specified in GSETTINGS_BACKEND
(client_partition-x86_64.AppImage:15025): Gtk-WARNING **: 09:30:26.530: Theme parsing error: <data>:2:17: Not using units is deprecated. Assuming 'px'.
(client_partition-x86_64.AppImage:15025): Gtk-WARNING **: 09:30:26.550: Could not load a pixbuf from /org/gtk/libgtk/theme/Adwaita/assets/bullet-symbolic.svg.
------------------------------------------------------------------------------------------------------------------------
-- This source code is subject to the BSD license, see the LICENCE file in the root of this directory.
------------------------------------------------------------------------------------------------------------------------
-- Maths.Stacks
------------------------------------------------------------------------------------------------------------------------
with Ada.Containers.Indefinite_Vectors;
-- with Maths.Matrix4s;
generic
type Element_Type is private;
diff --git a/Makefile b/Makefile
index 23b5828..0d7dcdb 100644
--- a/Makefile
+++ b/Makefile
@@ -76,10 +76,10 @@ AS = $(TOOLPREFIX)gas
LD = $(TOOLPREFIX)ld
OBJCOPY = $(TOOLPREFIX)objcopy
OBJDUMP = $(TOOLPREFIX)objdump
-CFLAGS = -fno-pic -static -fno-builtin -fno-strict-aliasing -O2 -Wall -MD -ggdb -m32 -Werror -fno-omit-frame-pointer
+CFLAGS = -fno-pic -static -fno-builtin -fno-strict-aliasing -O0 -Wall -MD -g -ggdb -m32 -Werror -fno-omit-frame-pointer
(gdb) c
Continuing.
Thread 1 hit Breakpoint 1, 0x00007c00 in ?? ()
(gdb) bt
#0 0x00007c00 in ?? ()
(gdb) c
Continuing.
Thread 1 hit Breakpoint 3, alltraps () at trapasm.S:7
Device: OpenTabletDriver Virtual Artist Tablet
Kernel: /dev/input/event16
Group: 7
Seat: seat0, default
Size: 51x14mm
Capabilities: tablet
Tap-to-click: n/a
Tap-and-drag: n/a
Tap drag lock: n/a
Left-handed: disabled
08 E0 01 01 00 10 00 00 00 00 16 00 }, Delta:113.993ms, AuxButtons:[False False False False False False False False False False False False True False False False False False False False], ReportType:UCLogicAuxReport
{ 08 E0 01 01 00 00 00 00 00 00 16 00 }, Delta:54.104ms, AuxButtons:[False False False False False False False False False False False False False False False False False False False False], ReportType:UCLogicAuxReport
{ 08 E0 01 01 00 10 00 00 00 00 16 00 }, Delta:113.972ms, AuxButtons:[False False False False False False False False False False False False True False False False False False False False], ReportType:UCLogicAuxReport
{ 08 E0 01 01 00 00 00 00 00 00 16 00 }, Delta:107.927ms, AuxButtons:[False False False False False False False False False False False False False False False False False False False False], ReportType:UCLogicAuxReport
{ 08 F0 01 01 00 0B 00 00 00 00 16 00 }, Delta:115.804ms, AuxButtons:[False False False False False False False False True True False True False Fal
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
ADA_COMPAT=( gnat_2021 gcc_12 gcc_13 gcc_14 ) # Not sure which versions are compatible.
PYTHON_COMPAT=( python3_{10..13} pypy3 )
inherit ada git-r3 python-any-r1
DESCRIPTION="PolyORB provides a uniform solution to build distributed applications relying either on middleware standards"