Skip to content

fuchsi/overlay

Repository files navigation

fuchsi overlay

My private Gentoo overlay.

Contents

Libressl patches for

  • net-libs/nodejs
    • nodejs-10.5.0 uses the bundled openssl library
  • net-wireless/aircrack-ng

A working dxvk ebuild

  • app-emulation/dxvk-1.4.5

Note
The dxvk ebuild, until version 0.92, has some quirks. It depends on cross-x86_64-w64-mingw32/mingw64-runtime, which does not exist in the normal portage tree.
You need to install it via crossdev. See the Gentoo Wiki for instructions.

Also you have to pass EXTRA_ECONF="--enable-threads=posix" when emerging cross-x86_64-w64-mingw32/gcc to get pthreads in mingw.

As an extra, you have to emerge app-emulation/dxvk with FEATURES="-usersandbox" if it's enabled, or wine shits the bed.

Since dxvk-0.93, it uses the winelib build and no longer depends on mingw64.

The libsodium extension for PHP < 7.2

  • dev-php/pecl-libsodium-1.0.7 for PHP 5.6, 7.0 and 7.1
  • dev-php/pecl-libsodium-2.0.9 for PHP 7.0 and 7.1

Hashcat utilites with tools like the new cap2hccapx

  • app-crypt/hashcat-utils
  • games-strategy/endless-sky

Installation

Add https://gitlab.com/dfuchsi/overlay/raw/master/repo.xml to your overlays list.

/etc/layman/layman.cfg

overlays  :
    https://api.gentoo.org/overlays/repositories.xml
    https://gitlab.com/dfuchsi/overlay/raw/master/repo.xml

Add the overlay via layman

layman --list
layman --add fuchsi

About

gentoo ebuild overlay

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published