mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-08 20:43:38 +02:00
profile: switch some flags to local to make pkgcheck happy. remove old flags
This commit is contained in:
parent
3ae66e7c5e
commit
eb090c930c
9 changed files with 12 additions and 6 deletions
|
|
@ -33,7 +33,6 @@ XFCE_PLUGINS="${XFCE_PLUGINS} brightness menu logout trash"
|
|||
|
||||
#libinput replaces evdev, synaptics AND tslib; gentoo defaults keyboard and mouse have been deprecated for years, so drop them
|
||||
INPUT_DEVICES="libinput"
|
||||
INPUT_USE="-input_devices_keyboard -input_devices_mouse"
|
||||
|
||||
# Log eqawarn messages
|
||||
PORTAGE_ELOG_CLASSES="${PORTAGE_ELOG_CLASSES} qa"
|
||||
|
|
@ -42,7 +41,7 @@ PORTAGE_NICENESS="9"
|
|||
PORTAGE_IO_NICENESS="ionice -c 3 -p \${PID}"
|
||||
|
||||
#tslib causes circular deps with libsdl2
|
||||
USE="${USE} ${INPUT_USE} X abi_x86_32 adns blake2 caps -consolekit curl elogind fbcon gles2 gps lm-sensors lm_sensors lto lua lvm lz4 lzip lzma lzo modules-sign networkmanager oss pentoo-full perl pgo pulseaudio python ruby samba sqlite verify-sig vdpau vaapi vulkan wayland xattr xinerama x265 zstd"
|
||||
USE="${USE} X abi_x86_32 adns caps curl elogind fbcon gles2 gps lm-sensors lto lua lz4 lzip lzma lzo modules-sign networkmanager oss pentoo-full perl pulseaudio python ruby samba sqlite verify-sig vdpau vaapi vulkan wayland xattr xinerama zstd"
|
||||
|
||||
#remove 2024-06-13
|
||||
USE="${USE} python_targets_python3_11"
|
||||
|
|
|
|||
2
profiles/pentoo/base/package.use/app-arch
Normal file
2
profiles/pentoo/base/package.use/app-arch
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
app-arch/libarchive blake2
|
||||
app-arch/xz-utils pgo
|
||||
|
|
@ -3,3 +3,4 @@ app-emulation/libvirt-glib python
|
|||
app-emulation/qemu lzo mixemu nfs numa pipewire smartcard spice ssh systemtap usbredir vde virgl virtfs
|
||||
app-emulation/wine-vanilla -oss -realtime
|
||||
app-emulation/virt-manager spice
|
||||
app-emulation/virtualbox lvm
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
media-video/vlc aalib bluray chromecast cdda cddb dvb dvd fontconfig ffmpeg libcaca mpeg mad mtp sid wxwindows aac dts a52 ogg opus flac theora oggvorbis matroska freetype xv stream httpd lua vcd cdio live x265 rtsp v4l speex postproc shout microdns dav1d -vaapi
|
||||
virtual/ffmpeg fdk gsm speex threads theora
|
||||
media-video/ffmpeg chromium speex threads gsm opus xvid theora openssl
|
||||
media-video/ffmpeg chromium speex threads gsm opus xvid theora openssl x265
|
||||
media-video/libav speex threads gsm v4l theora
|
||||
media-video/mpv libmpv pipewire
|
||||
media-video/obs-studio imagemagick luajit pipewire -python speex v4l vlc
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
sys-devel/binutils multitarget
|
||||
sys-devel/gcc fortran
|
||||
sys-devel/binutils multitarget pgo
|
||||
sys-devel/gcc fortran pgo
|
||||
sys-devel/llvm clang
|
||||
|
||||
# required by net-analyzer/tcpreplay-4.0.4
|
||||
|
|
|
|||
|
|
@ -1,5 +1,7 @@
|
|||
sys-fs/cryptsetup pwquality reencrypt
|
||||
sys-fs/dd-rescue lzo
|
||||
sys-fs/lvm2 lvm
|
||||
sys-fs/squashfs-tools zstd
|
||||
sys-fs/udev hwdb gudev action_modeswitch keymap
|
||||
sys-fs/udisks lvm
|
||||
sys-fs/quota rpc
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
sys-libs/binutils-libs multitarget
|
||||
sys-libs/libblockdev lvm
|
||||
sys-libs/libcxx -unwind
|
||||
sys-libs/libcxxapi -unwind
|
||||
sys-libs/libunwind -static-libs
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
#libaom builds for me but not in catalyst
|
||||
www-client/firefox -system-av1
|
||||
www-client/firefox pgo -system-av1
|
||||
|
|
|
|||
1
profiles/pentoo/overlay/package.use/app-arch
Symbolic link
1
profiles/pentoo/overlay/package.use/app-arch
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../base/package.use/app-arch
|
||||
Loading…
Reference in a new issue