Skip to content

ethannij/ethannij-overlay

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ethannij-overlay

Ethannij's Gentoo Overlay

To use my overlay # emerge eselect-repository # eselect repository add ethannij-overlay git https://github.com/ethannij/ethannij-overlay # emerge --sync ethannij-overlay

OpenTabletDriver

Moved to guru overlay. https://github.com/gentoo/guru

wine-osu

I found an interesting project here (https://blog.thepoon.fr/osuLinuxAudioLatency/#adjusting-latency) where ThePooN covers a version of wine they created to minimize audio latency in osu. I created an ebuild for gentoo linux that replicates the same process used in the AUR package (https://aur.archlinux.org/packages/wine-osu/).

NOTE: For wine-osu to compile properly on GCC 10, you must add -fcommon to your package.env

/etc/portage/env/fcommon.conf

CFLAGS="${CFLAGS} -fcommon"
CXXFLAGS="${CXXFLAGS} -fcommon"

/etc/portage/package.env

app-emulation/wine-osu fcommon.conf

About

Ethannij's Gentoo Overlay

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages