summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-02-12 15:38:25 +0000
committerV3n3RiX <venerix@koprulu.sector>2023-02-12 15:38:25 +0000
commit42b011cf5f48891fa94c63a46a242fd23ba7b70c (patch)
tree5c17698c66c482899a73594f8d1c0f0a54959355
parentafae41a16c5705fd35eee941b64db21f01e5ee55 (diff)
drop some deprecated or unmaintaned packages
-rw-r--r--app-emulation/linux-steam-integration/Manifest1
-rw-r--r--app-emulation/linux-steam-integration/files/bzip2.patch12
-rw-r--r--app-emulation/linux-steam-integration/linux-steam-integration-0.7.3-r3.ebuild40
-rw-r--r--app-emulation/steam-native-runtime/files/redcore-steam-native37
-rw-r--r--app-emulation/steam-native-runtime/files/steam-native-runtime.desktop280
-rw-r--r--app-emulation/steam-native-runtime/steam-native-runtime-1.0.0.71-r3.ebuild85
-rw-r--r--media-libs/libpipewire/Manifest1
-rw-r--r--media-libs/libpipewire/files/pipewire-0.3.25-enable-failed-mlock-warning.patch12
-rw-r--r--media-libs/libpipewire/files/pipewire-0.3.43-systemd-user-unit-dir.patch30
-rw-r--r--media-libs/libpipewire/libpipewire-0.3.43-r10.ebuild191
-rw-r--r--metadata/md5-cache/app-emulation/linux-steam-integration-0.7.3-r315
-rw-r--r--metadata/md5-cache/app-emulation/steam-native-runtime-1.0.0.71-r310
-rw-r--r--metadata/md5-cache/media-libs/libpipewire-0.3.43-r1017
-rw-r--r--metadata/md5-cache/net-libs/libnm-glib-1.18.10-r217
-rw-r--r--metadata/pkg_desc_index4
-rw-r--r--net-libs/libnm-glib/Manifest1
-rw-r--r--net-libs/libnm-glib/libnm-glib-1.18.10-r2.ebuild92
17 files changed, 0 insertions, 845 deletions
diff --git a/app-emulation/linux-steam-integration/Manifest b/app-emulation/linux-steam-integration/Manifest
deleted file mode 100644
index 809748ae..00000000
--- a/app-emulation/linux-steam-integration/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST linux-steam-integration-0.7.3.tar.xz 188732 BLAKE2B 93f95947d70f03ad44e4851574bb6aaea032ca2d90147ea8b25f97a20d7c372a86470aa03d67b859b60087084ded2f73a15f3fdf201a2936c779a7e552d5140d SHA512 b68ae89c5e93d6424fe1b91666cac32c241f7f3cff24cf7f4f6b1ad57c1d537fbce60a6d64999c7e568f1f29152a44a7366d100c7ad1a70cdb1e0a8fb7cf8b6a
diff --git a/app-emulation/linux-steam-integration/files/bzip2.patch b/app-emulation/linux-steam-integration/files/bzip2.patch
deleted file mode 100644
index 4a1d42d2..00000000
--- a/app-emulation/linux-steam-integration/files/bzip2.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -Nur a/src/intercept/main.c b/src/intercept/main.c
---- a/src/intercept/main.c 2019-01-15 12:00:18.000000000 +0000
-+++ b/src/intercept/main.c 2020-01-06 00:18:30.413665541 +0000
-@@ -323,7 +323,7 @@
- "libcurl-gnutls.so.4",
- "libcurl.so.4",
-
-- "libbz2.so.1.0.6",
-+ "libbz2.so.1.0",
-
- "libudev.so.1",
- };
diff --git a/app-emulation/linux-steam-integration/linux-steam-integration-0.7.3-r3.ebuild b/app-emulation/linux-steam-integration/linux-steam-integration-0.7.3-r3.ebuild
deleted file mode 100644
index 0e41e46f..00000000
--- a/app-emulation/linux-steam-integration/linux-steam-integration-0.7.3-r3.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit meson multilib-minimal
-
-DESCRIPTION="Helper for enabling better Steam integration on Linux"
-HOMEPAGE="https://github.com/clearlinux/linux-steam-integration"
-SRC_URI="https://github.com/clearlinux/"${PN}"/releases/download/v"${PV}"/"${P}".tar.xz"
-
-LICENSE="LGPL-2.1+"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-RDEPEND="app-emulation/steam
- net-libs/libnm-glib"
-DEPEND="x11-libs/gtk+:3
- virtual/pkgconfig"
-
-PATCHES=( "${FILESDIR}"/bzip2.patch )
-
-multilib_src_configure() {
- local emesonargs=(
- -Dwith-shim=co-exist \
- -Dwith-frontend=true \
- -Dwith-steam-binary=/usr/bin/steam \
- -Dwith-new-libcxx-abi=true
- )
- meson_src_configure
-}
-
-multilib_src_compile() {
- meson_src_compile
-}
-
-multilib_src_install() {
- meson_src_install
-}
diff --git a/app-emulation/steam-native-runtime/files/redcore-steam-native b/app-emulation/steam-native-runtime/files/redcore-steam-native
deleted file mode 100644
index 75f8a2a6..00000000
--- a/app-emulation/steam-native-runtime/files/redcore-steam-native
+++ /dev/null
@@ -1,37 +0,0 @@
-#!/usr/bin/env bash
-
-# steam-runtime is a somewhat a mess bundled with old libraries
-# due to this reason, system native graphic drivers may not load
-#
-# if we remove some bundled libs and preload some system libs
-# system native graphic drivers will be able to load
-#
-# however we must do this everytime when we launch steam, because
-# steam-runtime is being fixed right away by steam client
-
-
-source /lib/gentoo/functions.sh
-
-do_remove () {
- einfo "Removing bundled libraries (libxcb, libstdc++, libgcc_s)"
- find /home/$USER/.local/share/Steam -name 'libxcb*' -type f | grep -v installed | xargs rm -rf
- find /home/$USER/.local/share/Steam -name 'libstdc++.so.6*' -type f | grep -v installed | xargs rm -rf
- find /home/$USER/.local/share/Steam -name 'libgcc_s*' -type f | grep -v installed | xargs rm -rf
-}
-
-do_preload () {
- einfo "Preloading system libraries (libstdc++, libgcc_s)"
- export LD_PRELOAD='/usr/lib/gcc/x86_64-pc-linux-gnu/12.2.0/32/libstdc++.so.6 /usr/lib/gcc/x86_64-pc-linux-gnu/12.2.0/32/libgcc_s.so.1 /usr/lib/gcc/x86_64-pc-linux-gnu/12.2.0/libgcc_s.so.1 /usr/lib/gcc/x86_64-pc-linux-gnu/12.2.0/32/libstdc++.so.6'
-}
-
-launch_steam () {
- do_remove
- do_preload
- export DISPLAY=:0
- export STEAM_RUNTIME=0
- export STEAM_RUNTIME_HEAVY=0
- export DBUS_FATAL_WARNINGS=0
- steam
-}
-
-launch_steam
diff --git a/app-emulation/steam-native-runtime/files/steam-native-runtime.desktop b/app-emulation/steam-native-runtime/files/steam-native-runtime.desktop
deleted file mode 100644
index acca4a54..00000000
--- a/app-emulation/steam-native-runtime/files/steam-native-runtime.desktop
+++ /dev/null
@@ -1,280 +0,0 @@
-[Desktop Entry]
-Name=Steam (native runtime)
-Comment=Application for managing and playing games on Steam
-Comment[pt_BR]=Aplicativo para jogar e gerenciar jogos no Steam
-Comment[bg]=Приложение за ръководене и пускане на игри в Steam
-Comment[cs]=Aplikace pro spravování a hraní her ve službě Steam
-Comment[da]=Applikation til at håndtere og spille spil på Steam
-Comment[nl]=Applicatie voor het beheer en het spelen van games op Steam
-Comment[fi]=Steamin pelien hallintaan ja pelaamiseen tarkoitettu sovellus
-Comment[fr]=Application de gestion et d'utilisation des jeux sur Steam
-Comment[de]=Anwendung zum Verwalten und Spielen von Spielen auf Steam
-Comment[el]=Εφαρμογή διαχείρισης παιχνιδιών στο Steam
-Comment[hu]=Alkalmazás a Steames játékok futtatásához és kezeléséhez
-Comment[it]=Applicazione per la gestione e l'esecuzione di giochi su Steam
-Comment[ja]=Steam 上でゲームを管理&プレイするためのアプリケーション
-Comment[ko]=Steam에 있는 게임을 관리하고 플레이할 수 있는 응용 프로그램
-Comment[no]=Program for å administrere og spille spill på Steam
-Comment[pt_PT]=Aplicação para organizar e executar jogos no Steam
-Comment[pl]=Aplikacja do zarządzania i uruchamiania gier na platformie Steam
-Comment[ro]=Aplicație pentru administrarea și jucatul jocurilor pe Steam
-Comment[ru]=Приложение для игр и управления играми в Steam
-Comment[es]=Aplicación para administrar y ejecutar juegos en Steam
-Comment[sv]=Ett program för att hantera samt spela spel på Steam
-Comment[zh_CN]=管理和进行 Steam 游戏的应用程序
-Comment[zh_TW]=管理並執行 Steam 遊戲的應用程式
-Comment[th]=โปรแกรมสำหรับจัดการและเล่นเกมบน Steam
-Comment[tr]=Steam üzerinden oyun oynama ve düzenleme uygulaması
-Comment[uk]=Програма для керування іграми та запуску ігор у Steam
-Comment[vi]=Ứng dụng để quản lý và chơi trò chơi trên Steam
-Exec=/usr/bin/redcore-steam-native %U
-Icon=steam
-Terminal=false
-Type=Application
-Categories=Network;FileTransfer;Game;
-MimeType=x-scheme-handler/steam;
-Actions=Store;Community;Library;Servers;Screenshots;News;Settings;BigPicture;Friends;
-
-[Desktop Action Store]
-Name=Store
-Name[pt_BR]=Loja
-Name[bg]=Магазин
-Name[cs]=Obchod
-Name[da]=Butik
-Name[nl]=Winkel
-Name[fi]=Kauppa
-Name[fr]=Magasin
-Name[de]=Shop
-Name[el]=ΚΑΤΑΣΤΗΜΑ
-Name[hu]=Áruház
-Name[it]=Negozio
-Name[ja]=ストア
-Name[ko]=상점
-Name[no]=Butikk
-Name[pt_PT]=Loja
-Name[pl]=Sklep
-Name[ro]=Magazin
-Name[ru]=Магазин
-Name[es]=Tienda
-Name[sv]=Butik
-Name[zh_CN]=商店
-Name[zh_TW]=商店
-Name[th]=ร้านค้า
-Name[tr]=Mağaza
-Name[uk]=Крамниця
-Name[vi]=Cửa hàng
-Exec=redcore-steam-native steam://store
-
-[Desktop Action Community]
-Name=Community
-Name[pt_BR]=Comunidade
-Name[bg]=Общност
-Name[cs]=Komunita
-Name[da]=Fællesskab
-Name[nl]=Community
-Name[fi]=Yhteisö
-Name[fr]=Communauté
-Name[de]=Community
-Name[el]=Κοινότητα
-Name[hu]=Közösség
-Name[it]=Comunità
-Name[ja]=コミュニティ
-Name[ko]=커뮤니티
-Name[no]=Samfunn
-Name[pt_PT]=Comunidade
-Name[pl]=Społeczność
-Name[ro]=Comunitate
-Name[ru]=Сообщество
-Name[es]=Comunidad
-Name[sv]=Gemenskap
-Name[zh_CN]=社区
-Name[zh_TW]=社群
-Name[th]=ชุมชน
-Name[tr]=Topluluk
-Name[uk]=Спільнота
-Name[vi]=Cộng đồng
-Exec=redcore-steam-native steam://url/SteamIDControlPage
-
-[Desktop Action Library]
-Name=Library
-Name[pt_BR]=Biblioteca
-Name[bg]=Библиотека
-Name[cs]=Knihovna
-Name[da]=Bibliotek
-Name[nl]=Bibliotheek
-Name[fi]=Kokoelma
-Name[fr]=Bibliothèque
-Name[de]=Bibliothek
-Name[el]=Συλλογή
-Name[hu]=Könyvtár
-Name[it]=Libreria
-Name[ja]=ライブラリ
-Name[ko]=라이브러리
-Name[no]=Bibliotek
-Name[pt_PT]=Biblioteca
-Name[pl]=Biblioteka
-Name[ro]=Colecţie
-Name[ru]=Библиотека
-Name[es]=Biblioteca
-Name[sv]=Bibliotek
-Name[zh_CN]=库
-Name[zh_TW]=收藏庫
-Name[th]=คลัง
-Name[tr]=Kütüphane
-Name[uk]=Бібліотека
-Name[vi]=Thư viện
-Exec=redcore-steam-native steam://open/games
-
-[Desktop Action Servers]
-Name=Servers
-Name[pt_BR]=Servidores
-Name[bg]=Сървъри
-Name[cs]=Servery
-Name[da]=Servere
-Name[nl]=Servers
-Name[fi]=Palvelimet
-Name[fr]=Serveurs
-Name[de]=Server
-Name[el]=Διακομιστές
-Name[hu]=Szerverek
-Name[it]=Server
-Name[ja]=サーバー
-Name[ko]=서버
-Name[no]=Tjenere
-Name[pt_PT]=Servidores
-Name[pl]=Serwery
-Name[ro]=Servere
-Name[ru]=Серверы
-Name[es]=Servidores
-Name[sv]=Servrar
-Name[zh_CN]=服务器
-Name[zh_TW]=伺服器
-Name[th]=เซิร์ฟเวอร์
-Name[tr]=Sunucular
-Name[uk]=Сервери
-Name[vi]=Máy chủ
-Exec=redcore-steam-native steam://open/servers
-
-[Desktop Action Screenshots]
-Name=Screenshots
-Name[pt_BR]=Capturas de tela
-Name[bg]=Снимки
-Name[cs]=Snímky obrazovky
-Name[da]=Skærmbilleder
-Name[nl]=Screenshots
-Name[fi]=Kuvankaappaukset
-Name[fr]=Captures d'écran
-Name[de]=Screenshots
-Name[el]=Φωτογραφίες
-Name[hu]=Képernyőmentések
-Name[it]=Screenshot
-Name[ja]=スクリーンショット
-Name[ko]=스크린샷
-Name[no]=Skjermbilder
-Name[pt_PT]=Capturas de ecrã
-Name[pl]=Zrzuty ekranu
-Name[ro]=Capturi de ecran
-Name[ru]=Скриншоты
-Name[es]=Capturas
-Name[sv]=Skärmdumpar
-Name[zh_CN]=截图
-Name[zh_TW]=螢幕擷圖
-Name[th]=ภาพหน้าจอ
-Name[tr]=Ekran Görüntüleri
-Name[uk]=Скріншоти
-Name[vi]=Ảnh chụp
-Exec=redcore-steam-native steam://open/screenshots
-
-[Desktop Action News]
-Name=News
-Name[pt_BR]=Notícias
-Name[bg]=Новини
-Name[cs]=Zprávy
-Name[da]=Nyheder
-Name[nl]=Nieuws
-Name[fi]=Uutiset
-Name[fr]=Actualités
-Name[de]=Neuigkeiten
-Name[el]=Νέα
-Name[hu]=Hírek
-Name[it]=Notizie
-Name[ja]=ニュース
-Name[ko]=뉴스
-Name[no]=Nyheter
-Name[pt_PT]=Novidades
-Name[pl]=Aktualności
-Name[ro]=Știri
-Name[ru]=Новости
-Name[es]=Noticias
-Name[sv]=Nyheter
-Name[zh_CN]=新闻
-Name[zh_TW]=新聞
-Name[th]=ข่าวสาร
-Name[tr]=Haberler
-Name[uk]=Новини
-Name[vi]=Tin tức
-Exec=redcore-steam-native steam://open/news
-
-[Desktop Action Settings]
-Name=Settings
-Name[pt_BR]=Configurações
-Name[bg]=Настройки
-Name[cs]=Nastavení
-Name[da]=Indstillinger
-Name[nl]=Instellingen
-Name[fi]=Asetukset
-Name[fr]=Paramètres
-Name[de]=Einstellungen
-Name[el]=Ρυθμίσεις
-Name[hu]=Beállítások
-Name[it]=Impostazioni
-Name[ja]=設定
-Name[ko]=설정
-Name[no]=Innstillinger
-Name[pt_PT]=Definições
-Name[pl]=Ustawienia
-Name[ro]=Setări
-Name[ru]=Настройки
-Name[es]=Parámetros
-Name[sv]=Inställningar
-Name[zh_CN]=设置
-Name[zh_TW]=設定
-Name[th]=การตั้งค่า
-Name[tr]=Ayarlar
-Name[uk]=Налаштування
-Name[vi]=Thiết lập
-Exec=redcore-steam-native steam://open/settings
-
-[Desktop Action BigPicture]
-Name=Big Picture
-Exec=redcore-steam-native steam://open/bigpicture
-
-[Desktop Action Friends]
-Name=Friends
-Name[pt_BR]=Amigos
-Name[bg]=Приятели
-Name[cs]=Přátelé
-Name[da]=Venner
-Name[nl]=Vrienden
-Name[fi]=Kaverit
-Name[fr]=Amis
-Name[de]=Freunde
-Name[el]=Φίλοι
-Name[hu]=Barátok
-Name[it]=Amici
-Name[ja]=フレンド
-Name[ko]=친구
-Name[no]=Venner
-Name[pt_PT]=Amigos
-Name[pl]=Znajomi
-Name[ro]=Prieteni
-Name[ru]=Друзья
-Name[es]=Amigos
-Name[sv]=Vänner
-Name[zh_CN]=好友
-Name[zh_TW]=好友
-Name[th]=เพื่อน
-Name[tr]=Arkadaşlar
-Name[uk]=Друзі
-Name[vi]=Bạn bè
-Exec=redcore-steam-native steam://open/friends
diff --git a/app-emulation/steam-native-runtime/steam-native-runtime-1.0.0.71-r3.ebuild b/app-emulation/steam-native-runtime/steam-native-runtime-1.0.0.71-r3.ebuild
deleted file mode 100644
index ae6bd841..00000000
--- a/app-emulation/steam-native-runtime/steam-native-runtime-1.0.0.71-r3.ebuild
+++ /dev/null
@@ -1,85 +0,0 @@
-# Copyright 2016-2020 Redcore Linux Project
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=7
-
-DESCRIPTION="Native replacement for the Steam runtime using system libraries"
-SRC_URI=""
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64"
-IUSE="screencast"
-
-DEPEND="
- app-emulation/steam
- app-arch/bzip2[abi_x86_32]
- dev-libs/atk[abi_x86_32]
- dev-libs/dbus-glib[abi_x86_32]
- dev-libs/expat[abi_x86_32]
- dev-libs/glib:2[abi_x86_32]
- dev-libs/nspr[abi_x86_32]
- dev-libs/nss[abi_x86_32]
- media-libs/alsa-lib[abi_x86_32]
- media-libs/fontconfig[abi_x86_32]
- media-libs/freetype[abi_x86_32]
- media-libs/libcaca[abi_x86_32]
- media-libs/libpng-compat:1.2[abi_x86_32]
- media-libs/libsdl[abi_x86_32]
- media-libs/libva-compat:1[abi_x86_32]
- media-libs/sdl-image[abi_x86_32]
- media-libs/sdl-mixer[abi_x86_32]
- media-libs/sdl-ttf[abi_x86_32]
- media-libs/libcanberra[abi_x86_32]
- media-libs/libsdl2[abi_x86_32]
- media-libs/sdl2-image[abi_x86_32]
- media-libs/sdl2-mixer[abi_x86_32]
- media-libs/sdl2-ttf[abi_x86_32]
- media-libs/mesa[abi_x86_32]
- media-libs/openal[abi_x86_32]
- net-libs/libnm-glib[abi_x86_32]
- net-misc/curl[abi_x86_32]
- net-print/cups[abi_x86_32]
- sys-apps/dbus[abi_x86_32,X]
- sys-libs/libudev-compat[abi_x86_32]
- sys-libs/zlib[abi_x86_32]
- virtual/jpeg[abi_x86_32]
- virtual/opengl[abi_x86_32]
- virtual/libusb[abi_x86_32]
- x11-libs/gdk-pixbuf[abi_x86_32]
- x11-libs/gtk+:2[abi_x86_32,cups]
- x11-libs/libdrm[abi_x86_32]
- x11-libs/libICE[abi_x86_32]
- x11-libs/libSM[abi_x86_32]
- x11-libs/libvdpau[abi_x86_32]
- x11-libs/libX11[abi_x86_32]
- x11-libs/libXScrnSaver[abi_x86_32]
- x11-libs/libXcomposite[abi_x86_32]
- x11-libs/libXcursor[abi_x86_32]
- x11-libs/libXdamage[abi_x86_32]
- x11-libs/libXext[abi_x86_32]
- x11-libs/libXfixes[abi_x86_32]
- x11-libs/libXi[abi_x86_32]
- x11-libs/libXinerama[abi_x86_32]
- x11-libs/libXrandr[abi_x86_32]
- x11-libs/libXrender[abi_x86_32]
- x11-libs/libXtst[abi_x86_32]
- x11-libs/pango[abi_x86_32]
-"
-RDEPEND="${DEPEND}
- screencast? ( media-video/pipewire )
- !screencast? ( media-libs/libpipewire[abi_x86_32] )
- || (
- media-video/pipewire
- media-sound/pulseaudio-daemon
- media-sound/pulseaudio[daemon(+)] )
-"
-
-S="${FILESDIR}"
-
-src_install() {
- dobin redcore-steam-native
- insinto usr/share/applications
- doins "${PN}".desktop
-}
diff --git a/media-libs/libpipewire/Manifest b/media-libs/libpipewire/Manifest
deleted file mode 100644
index 46910cd9..00000000
--- a/media-libs/libpipewire/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST pipewire-0.3.43.tar.gz 1713131 BLAKE2B 3fa167d74e6104685760a9eac721bc359f1245897e1a5f9b09b4b9591fc459d19549e209990ca478a10ad6c2a4dfaecc3546d996ab7f7d64fe880fb0c1c1dfca SHA512 d3804cdb1d94977bb4e2757e46829e1e51fca52b018007afa3bbfabff4dc33538cedad015c91154e28b879fc2edeb4e1fadf633b0af9a0d3bfd930c53b1bc2c0
diff --git a/media-libs/libpipewire/files/pipewire-0.3.25-enable-failed-mlock-warning.patch b/media-libs/libpipewire/files/pipewire-0.3.25-enable-failed-mlock-warning.patch
deleted file mode 100644
index bdb43fe5..00000000
--- a/media-libs/libpipewire/files/pipewire-0.3.25-enable-failed-mlock-warning.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff --git a/src/daemon/pipewire.conf.in b/src/daemon/pipewire.conf.in
---- a/src/daemon/pipewire.conf.in
-+++ b/src/daemon/pipewire.conf.in
-@@ -6,7 +6,7 @@ context.properties = {
- #support.dbus = true
- #link.max-buffers = 64
- link.max-buffers = 16 # version < 3 clients can't handle more
-- #mem.warn-mlock = false
-+ mem.warn-mlock = true # Gentoo should have good RLIMITs now
- #mem.allow-mlock = true
- #mem.mlock-all = false
- #clock.power-of-two-quantum = true
diff --git a/media-libs/libpipewire/files/pipewire-0.3.43-systemd-user-unit-dir.patch b/media-libs/libpipewire/files/pipewire-0.3.43-systemd-user-unit-dir.patch
deleted file mode 100644
index 93c3ffe3..00000000
--- a/media-libs/libpipewire/files/pipewire-0.3.43-systemd-user-unit-dir.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-https://gitlab.freedesktop.org/pipewire/pipewire/-/commit/814d409501aca3e044ad53063eb3f433b8aff6f9.patch
-
-From 814d409501aca3e044ad53063eb3f433b8aff6f9 Mon Sep 17 00:00:00 2001
-From: Timo Gurr <timo.gurr@gmail.com>
-Date: Thu, 6 Jan 2022 12:17:10 +0000
-Subject: [PATCH] systemd: Add systemd-system-unit-dir override
-
---- a/meson_options.txt
-+++ b/meson_options.txt
-@@ -179,6 +179,9 @@ option('udev',
- option('udevrulesdir',
- type : 'string',
- description : 'Directory for udev rules (defaults to /lib/udev/rules.d)')
-+option('systemd-system-unit-dir',
-+ type : 'string',
-+ description : 'Directory for system systemd units (defaults to /usr/lib/systemd/system)')
- option('systemd-user-unit-dir',
- type : 'string',
- description : 'Directory for user systemd units (defaults to /usr/lib/systemd/user)')
---- a/src/daemon/systemd/system/meson.build
-+++ b/src/daemon/systemd/system/meson.build
-@@ -1,4 +1,7 @@
- systemd_system_services_dir = systemd.get_variable(pkgconfig: 'systemdsystemunitdir', pkgconfig_define : [ 'rootprefix', prefix])
-+if get_option('systemd-system-unit-dir') != ''
-+ systemd_system_services_dir = get_option('systemd-system-unit-dir')
-+endif
-
- install_data(sources : 'pipewire.socket',
- install_dir : systemd_system_services_dir)
-GitLab
diff --git a/media-libs/libpipewire/libpipewire-0.3.43-r10.ebuild b/media-libs/libpipewire/libpipewire-0.3.43-r10.ebuild
deleted file mode 100644
index 2d229a07..00000000
--- a/media-libs/libpipewire/libpipewire-0.3.43-r10.ebuild
+++ /dev/null
@@ -1,191 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-
-inherit meson-multilib optfeature prefix python-any-r1 systemd udev
-
-MY_PN="pipewire"
-
-SRC_URI="https://gitlab.freedesktop.org/${MY_PN}/${MY_PN}/-/archive/${PV}/${MY_PN}-${PV}.tar.gz"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
-
-DESCRIPTION="Pipewire client libraries"
-HOMEPAGE="https://pipewire.org/"
-
-LICENSE="MIT LGPL-2.1+ GPL-2"
-# ABI was broken in 0.3.42 for https://gitlab.freedesktop.org/pipewire/wireplumber/-/issues/49
-SLOT="0/0.4"
-IUSE="bluetooth doc echo-cancel extra gstreamer jack-client jack-sdk lv2 pipewire-alsa ssl systemd test v4l zeroconf"
-
-# Once replacing system JACK libraries is possible, it's likely that
-# jack-client IUSE will need blocking to avoid users accidentally
-# configuring their systems to send PW sink output to the emulated
-# JACK's sink - doing so is likely to yield no audio, cause a CPU
-# cycles consuming loop (and may even cause GUI crashes)!
-
-REQUIRED_USE="jack-sdk? ( !jack-client )"
-
-RESTRICT="!test? ( test )"
-
-BDEPEND="
- >=dev-util/meson-0.59
- virtual/pkgconfig
- ${PYTHON_DEPS}
- $(python_gen_any_dep 'dev-python/docutils[${PYTHON_USEDEP}]')
- doc? (
- app-doc/doxygen
- media-gfx/graphviz
- )
-"
-RDEPEND="
- acct-group/audio
- media-libs/alsa-lib
- sys-apps/dbus[${MULTILIB_USEDEP}]
- sys-libs/readline:=
- sys-libs/ncurses:=[unicode(+)]
- virtual/libintl[${MULTILIB_USEDEP}]
- virtual/libudev[${MULTILIB_USEDEP}]
- bluetooth? (
- media-libs/fdk-aac
- media-libs/libldac
- media-libs/libfreeaptx
- media-libs/sbc
- >=net-wireless/bluez-4.101:=
- virtual/libusb:1
- )
- echo-cancel? ( media-libs/webrtc-audio-processing:0 )
- extra? (
- >=media-libs/libsndfile-1.0.20
- )
- gstreamer? (
- >=dev-libs/glib-2.32.0:2
- >=media-libs/gstreamer-1.10.0:1.0
- media-libs/gst-plugins-base:1.0
- )
- jack-client? ( >=media-sound/jack2-1.9.10:2[dbus] )
- jack-sdk? (
- !media-sound/jack-audio-connection-kit
- !media-sound/jack2
- )
- lv2? ( media-libs/lilv )
- pipewire-alsa? (
- >=media-libs/alsa-lib-1.1.7[${MULTILIB_USEDEP}]
- !media-plugins/alsa-plugins[${MULTILIB_USEDEP},pulseaudio]
- )
- !pipewire-alsa? ( media-plugins/alsa-plugins[${MULTILIB_USEDEP},pulseaudio] )
- ssl? ( dev-libs/openssl:= )
- systemd? ( sys-apps/systemd )
- v4l? ( media-libs/libv4l )
- zeroconf? ( net-dns/avahi )
-"
-
-DEPEND="${RDEPEND}"
-
-S="${WORKDIR}/${MY_PN}-${PV}"
-
-PATCHES=(
- "${FILESDIR}"/${MY_PN}-0.3.25-enable-failed-mlock-warning.patch
-
- # Upstream patches/backports
- "${FILESDIR}"/${MY_PN}-${PV}-systemd-user-unit-dir.patch
-)
-
-# limitsdfile related code taken from =sys-auth/realtime-base-0.1
-# with changes as necessary.
-limitsdfile=40-${PN}.conf
-
-python_check_deps() {
- has_version -b "dev-python/docutils[${PYTHON_USEDEP}]"
-}
-
-src_prepare() {
- default
-
- einfo "Generating ${limitsdfile}"
- cat > ${limitsdfile} <<- EOF || die
- # Start of ${limitsdfile} from ${P}
-
- @audio - memlock 256
-
- # End of ${limitsdfile} from ${P}
- EOF
-}
-
-multilib_src_configure() {
- local emesonargs=(
- -Ddocdir="${EPREFIX}"/usr/share/doc/${PF}
- $(meson_native_use_feature zeroconf avahi)
- $(meson_native_use_feature doc docs)
- $(meson_native_enabled examples) # TODO: Figure out if this is still important now that media-session gone
- $(meson_native_enabled man)
- $(meson_feature test tests)
- -Dinstalled_tests=disabled # Matches upstream; Gentoo never installs tests
- $(meson_native_use_feature gstreamer)
- $(meson_native_use_feature gstreamer gstreamer-device-provider)
- $(meson_native_use_feature systemd)
-
- -Dsystemd-system-service=disabled # Matches upstream
- -Dsystemd-system-unit-dir="$(systemd_get_systemunitdir)"
- -Dsystemd-user-unit-dir="$(systemd_get_userunitdir)"
-
- $(meson_native_use_feature systemd systemd-user-service)
- $(meson_feature pipewire-alsa) # Allows integrating ALSA apps into PW graph
- -Dspa-plugins=enabled
- -Dalsa=enabled # Allows using kernel ALSA for sound I/O (NOTE: media-session is gone so IUSE=alsa/spa_alsa/alsa-backend might be possible)
- -Daudiomixer=enabled # Matches upstream
- -Daudioconvert=enabled # Matches upstream
- $(meson_native_use_feature bluetooth bluez5)
- $(meson_native_use_feature bluetooth bluez5-backend-hsp-native)
- $(meson_native_use_feature bluetooth bluez5-backend-hfp-native)
- $(meson_native_use_feature bluetooth bluez5-backend-ofono)
- $(meson_native_use_feature bluetooth bluez5-backend-hsphfpd)
- $(meson_native_use_feature bluetooth bluez5-codec-aac)
- $(meson_native_use_feature bluetooth bluez5-codec-aptx)
- $(meson_native_use_feature bluetooth bluez5-codec-ldac)
- $(meson_native_use_feature bluetooth libusb) # At least for now only used by bluez5 native (quirk detection of adapters)
- $(meson_native_use_feature echo-cancel echo-cancel-webrtc) #807889
- -Dcontrol=enabled # Matches upstream
- -Daudiotestsrc=enabled # Matches upstream
- -Dffmpeg=disabled # Disabled by upstream and no major developments to spa/plugins/ffmpeg/ since May 2020
- -Dpipewire-jack=enabled # Allows integrating JACK apps into PW graph
- $(meson_native_use_feature jack-client jack) # Allows PW to act as a JACK client
- $(meson_use jack-sdk jack-devel)
- $(usex jack-sdk "-Dlibjack-path=${EPREFIX}/usr/$(get_libdir)" '')
- -Dsupport=enabled # Miscellaneous/common plugins, such as null sink
- -Devl=disabled # Matches upstream
- -Dtest=disabled # fakesink and fakesource plugins
- $(meson_native_use_feature lv2)
- $(meson_native_use_feature v4l v4l2)
- -Dlibcamera=disabled # libcamera is not in Portage tree
- $(meson_native_use_feature ssl raop)
- -Dvideoconvert=enabled # Matches upstream
- -Dvideotestsrc=enabled # Matches upstream
- -Dvolume=enabled # Matches upstream
- -Dvulkan=disabled # Uses pre-compiled Vulkan compute shader to provide a CGI video source (dev thing; disabled by upstream)
- $(meson_native_use_feature extra pw-cat)
- -Dudev=enabled
- -Dudevrulesdir="${EPREFIX}$(get_udevdir)/rules.d"
- -Dsdl2=disabled # Controls SDL2 dependent code (currently only examples when -Dinstalled_tests=enabled which we never install)
- $(meson_native_use_feature extra sndfile) # Enables libsndfile dependent code (currently only pw-cat)
- -Dsession-managers="[]" # All available session managers are now their own projects, so there's nothing to build
- )
-
- meson_src_configure
-}
-
-multilib_src_install() {
- meson_src_install
-
- # We only need some libraries, trim out the rest
- rm -rvf ${D}/lib
- rm -rvf ${D}/usr/bin
- rm -rvf ${D}/usr/include
- rm -rvf ${D}/usr/$(get_libdir)/alsa-lib
- rm -rvf ${D}/usr/$(get_libdir)/gstreamer-1.0
- rm -rvf ${D}/usr/$(get_libdir)/pipewire-0.3/jack
- rm -rfv ${D}/usr/$(get_libdir)/pkgconfig
- rm -rvf ${D}/usr/share
-}
diff --git a/metadata/md5-cache/app-emulation/linux-steam-integration-0.7.3-r3 b/metadata/md5-cache/app-emulation/linux-steam-integration-0.7.3-r3
deleted file mode 100644
index 074f6c11..00000000
--- a/metadata/md5-cache/app-emulation/linux-steam-integration-0.7.3-r3
+++ /dev/null
@@ -1,15 +0,0 @@
-BDEPEND=>=dev-util/meson-0.62.2 >=dev-util/ninja-1.8.2 dev-util/meson-format-array
-DEFINED_PHASES=compile configure install test
-DEPEND=x11-libs/gtk+:3 virtual/pkgconfig
-DESCRIPTION=Helper for enabling better Steam integration on Linux
-EAPI=7
-HOMEPAGE=https://github.com/clearlinux/linux-steam-integration
-INHERIT=meson multilib-minimal
-IUSE=abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_s390_32 abi_s390_64
-KEYWORDS=~amd64
-LICENSE=LGPL-2.1+
-RDEPEND=app-emulation/steam net-libs/libnm-glib
-SLOT=0
-SRC_URI=https://github.com/clearlinux/linux-steam-integration/releases/download/v0.7.3/linux-steam-integration-0.7.3.tar.xz
-_eclasses_=eapi8-dosym cd7d420bb5be5ee079f27239ce76b8f5 meson 1994a5aef5d4f5798b92f64d6f9a6003 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib 5ca4e49abed8e3a2f7b56920eadee157 multilib-build e8aed98bd43dbd25694310a660ad562c multilib-minimal 4b0f1857965db8869a729948d5277e0b multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 38c85b725d0467e51954ea921b6c104b out-of-source-utils 1a9007554652a6e627edbccb3c25a439 python-utils-r1 8d5c1c4ecef47fa1b4576a718c620d1d toolchain-funcs 9a610728b9bcca1919234cceb35a1027
-_md5_=97f937851a1f29d36c5fdbb685c39adb
diff --git a/metadata/md5-cache/app-emulation/steam-native-runtime-1.0.0.71-r3 b/metadata/md5-cache/app-emulation/steam-native-runtime-1.0.0.71-r3
deleted file mode 100644
index 64c7ac2f..00000000
--- a/metadata/md5-cache/app-emulation/steam-native-runtime-1.0.0.71-r3
+++ /dev/null
@@ -1,10 +0,0 @@
-DEFINED_PHASES=install
-DEPEND=app-emulation/steam app-arch/bzip2[abi_x86_32] dev-libs/atk[abi_x86_32] dev-libs/dbus-glib[abi_x86_32] dev-libs/expat[abi_x86_32] dev-libs/glib:2[abi_x86_32] dev-libs/nspr[abi_x86_32] dev-libs/nss[abi_x86_32] media-libs/alsa-lib[abi_x86_32] media-libs/fontconfig[abi_x86_32] media-libs/freetype[abi_x86_32] media-libs/libcaca[abi_x86_32] media-libs/libpng-compat:1.2[abi_x86_32] media-libs/libsdl[abi_x86_32] media-libs/libva-compat:1[abi_x86_32] media-libs/sdl-image[abi_x86_32] media-libs/sdl-mixer[abi_x86_32] media-libs/sdl-ttf[abi_x86_32] media-libs/libcanberra[abi_x86_32] media-libs/libsdl2[abi_x86_32] media-libs/sdl2-image[abi_x86_32] media-libs/sdl2-mixer[abi_x86_32] media-libs/sdl2-ttf[abi_x86_32] media-libs/mesa[abi_x86_32] media-libs/openal[abi_x86_32] net-libs/libnm-glib[abi_x86_32] net-misc/curl[abi_x86_32] net-print/cups[abi_x86_32] sys-apps/dbus[abi_x86_32,X] sys-libs/libudev-compat[abi_x86_32] sys-libs/zlib[abi_x86_32] virtual/jpeg[abi_x86_32] virtual/opengl[abi_x86_32] virtual/libusb[abi_x86_32] x11-libs/gdk-pixbuf[abi_x86_32] x11-libs/gtk+:2[abi_x86_32,cups] x11-libs/libdrm[abi_x86_32] x11-libs/libICE[abi_x86_32] x11-libs/libSM[abi_x86_32] x11-libs/libvdpau[abi_x86_32] x11-libs/libX11[abi_x86_32] x11-libs/libXScrnSaver[abi_x86_32] x11-libs/libXcomposite[abi_x86_32] x11-libs/libXcursor[abi_x86_32] x11-libs/libXdamage[abi_x86_32] x11-libs/libXext[abi_x86_32] x11-libs/libXfixes[abi_x86_32] x11-libs/libXi[abi_x86_32] x11-libs/libXinerama[abi_x86_32] x11-libs/libXrandr[abi_x86_32] x11-libs/libXrender[abi_x86_32] x11-libs/libXtst[abi_x86_32] x11-libs/pango[abi_x86_32]
-DESCRIPTION=Native replacement for the Steam runtime using system libraries
-EAPI=7
-IUSE=screencast
-KEYWORDS=amd64
-LICENSE=GPL-2
-RDEPEND=app-emulation/steam app-arch/bzip2[abi_x86_32] dev-libs/atk[abi_x86_32] dev-libs/dbus-glib[abi_x86_32] dev-libs/expat[abi_x86_32] dev-libs/glib:2[abi_x86_32] dev-libs/nspr[abi_x86_32] dev-libs/nss[abi_x86_32] media-libs/alsa-lib[abi_x86_32] media-libs/fontconfig[abi_x86_32] media-libs/freetype[abi_x86_32] media-libs/libcaca[abi_x86_32] media-libs/libpng-compat:1.2[abi_x86_32] media-libs/libsdl[abi_x86_32] media-libs/libva-compat:1[abi_x86_32] media-libs/sdl-image[abi_x86_32] media-libs/sdl-mixer[abi_x86_32] media-libs/sdl-ttf[abi_x86_32] media-libs/libcanberra[abi_x86_32] media-libs/libsdl2[abi_x86_32] media-libs/sdl2-image[abi_x86_32] media-libs/sdl2-mixer[abi_x86_32] media-libs/sdl2-ttf[abi_x86_32] media-libs/mesa[abi_x86_32] media-libs/openal[abi_x86_32] net-libs/libnm-glib[abi_x86_32] net-misc/curl[abi_x86_32] net-print/cups[abi_x86_32] sys-apps/dbus[abi_x86_32,X] sys-libs/libudev-compat[abi_x86_32] sys-libs/zlib[abi_x86_32] virtual/jpeg[abi_x86_32] virtual/opengl[abi_x86_32] virtual/libusb[abi_x86_32] x11-libs/gdk-pixbuf[abi_x86_32] x11-libs/gtk+:2[abi_x86_32,cups] x11-libs/libdrm[abi_x86_32] x11-libs/libICE[abi_x86_32] x11-libs/libSM[abi_x86_32] x11-libs/libvdpau[abi_x86_32] x11-libs/libX11[abi_x86_32] x11-libs/libXScrnSaver[abi_x86_32] x11-libs/libXcomposite[abi_x86_32] x11-libs/libXcursor[abi_x86_32] x11-libs/libXdamage[abi_x86_32] x11-libs/libXext[abi_x86_32] x11-libs/libXfixes[abi_x86_32] x11-libs/libXi[abi_x86_32] x11-libs/libXinerama[abi_x86_32] x11-libs/libXrandr[abi_x86_32] x11-libs/libXrender[abi_x86_32] x11-libs/libXtst[abi_x86_32] x11-libs/pango[abi_x86_32] screencast? ( media-video/pipewire ) !screencast? ( media-libs/libpipewire[abi_x86_32] ) || ( media-video/pipewire media-sound/pulseaudio-daemon media-sound/pulseaudio[daemon(+)] )
-SLOT=0
-_md5_=d45a527219ed434ea39c38cb355fac0b
diff --git a/metadata/md5-cache/media-libs/libpipewire-0.3.43-r10 b/metadata/md5-cache/media-libs/libpipewire-0.3.43-r10
deleted file mode 100644
index b04bf7a3..00000000
--- a/metadata/md5-cache/media-libs/libpipewire-0.3.43-r10
+++ /dev/null
@@ -1,17 +0,0 @@
-BDEPEND=>=dev-util/meson-0.59 virtual/pkgconfig || ( >=dev-lang/python-3.10.9:3.10 >=dev-lang/python-3.9.16:3.9 ) || ( ( >=dev-lang/python-3.10.9:3.10 dev-python/docutils[python_targets_python3_10(-)] ) ( >=dev-lang/python-3.9.16:3.9 dev-python/docutils[python_targets_python3_9(-)] ) ) doc? ( app-doc/doxygen media-gfx/graphviz ) >=dev-util/meson-0.62.2 >=dev-util/ninja-1.8.2 dev-util/meson-format-array virtual/pkgconfig virtual/pkgconfig
-DEFINED_PHASES=compile configure install prepare setup test
-DEPEND=acct-group/audio media-libs/alsa-lib sys-apps/dbus[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] sys-libs/readline:= sys-libs/ncurses:=[unicode(+)] virtual/libintl[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] virtual/libudev[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] bluetooth? ( media-libs/fdk-aac media-libs/libldac media-libs/libfreeaptx media-libs/sbc >=net-wireless/bluez-4.101:= virtual/libusb:1 ) echo-cancel? ( media-libs/webrtc-audio-processing:0 ) extra? ( >=media-libs/libsndfile-1.0.20 ) gstreamer? ( >=dev-libs/glib-2.32.0:2 >=media-libs/gstreamer-1.10.0:1.0 media-libs/gst-plugins-base:1.0 ) jack-client? ( >=media-sound/jack2-1.9.10:2[dbus] ) jack-sdk? ( !media-sound/jack-audio-connection-kit !media-sound/jack2 ) lv2? ( media-libs/lilv ) pipewire-alsa? ( >=media-libs/alsa-lib-1.1.7[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] !media-plugins/alsa-plugins[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?,pulseaudio] ) !pipewire-alsa? ( media-plugins/alsa-plugins[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?,pulseaudio] ) ssl? ( dev-libs/openssl:= ) systemd? ( sys-apps/systemd ) v4l? ( media-libs/libv4l ) zeroconf? ( net-dns/avahi )
-DESCRIPTION=Pipewire client libraries
-EAPI=8
-HOMEPAGE=https://pipewire.org/
-INHERIT=meson-multilib optfeature prefix python-any-r1 systemd udev
-IUSE=bluetooth doc echo-cancel extra gstreamer jack-client jack-sdk lv2 pipewire-alsa ssl systemd test v4l zeroconf abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_s390_32 abi_s390_64
-KEYWORDS=~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86
-LICENSE=MIT LGPL-2.1+ GPL-2
-RDEPEND=acct-group/audio media-libs/alsa-lib sys-apps/dbus[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] sys-libs/readline:= sys-libs/ncurses:=[unicode(+)] virtual/libintl[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] virtual/libudev[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] bluetooth? ( media-libs/fdk-aac media-libs/libldac media-libs/libfreeaptx media-libs/sbc >=net-wireless/bluez-4.101:= virtual/libusb:1 ) echo-cancel? ( media-libs/webrtc-audio-processing:0 ) extra? ( >=media-libs/libsndfile-1.0.20 ) gstreamer? ( >=dev-libs/glib-2.32.0:2 >=media-libs/gstreamer-1.10.0:1.0 media-libs/gst-plugins-base:1.0 ) jack-client? ( >=media-sound/jack2-1.9.10:2[dbus] ) jack-sdk? ( !media-sound/jack-audio-connection-kit !media-sound/jack2 ) lv2? ( media-libs/lilv ) pipewire-alsa? ( >=media-libs/alsa-lib-1.1.7[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] !media-plugins/alsa-plugins[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?,pulseaudio] ) !pipewire-alsa? ( media-plugins/alsa-plugins[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?,pulseaudio] ) ssl? ( dev-libs/openssl:= ) systemd? ( sys-apps/systemd ) v4l? ( media-libs/libv4l ) zeroconf? ( net-dns/avahi )
-REQUIRED_USE=jack-sdk? ( !jack-client )
-RESTRICT=!test? ( test )
-SLOT=0/0.4
-SRC_URI=https://gitlab.freedesktop.org/pipewire/pipewire/-/archive/0.3.43/pipewire-0.3.43.tar.gz
-_eclasses_=meson 1994a5aef5d4f5798b92f64d6f9a6003 meson-multilib 84c0d4019bf29be0d9d0a2d98fb8b0d9 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib 5ca4e49abed8e3a2f7b56920eadee157 multilib-build e8aed98bd43dbd25694310a660ad562c multilib-minimal 4b0f1857965db8869a729948d5277e0b multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 38c85b725d0467e51954ea921b6c104b optfeature 1a2157392a869265b2afcb63a26c12ac out-of-source-utils 1a9007554652a6e627edbccb3c25a439 prefix eab3c99d77fe00506c109c8a736186f7 python-any-r1 d2955aaac8daaaa69fcc6dc93ed19f29 python-utils-r1 8d5c1c4ecef47fa1b4576a718c620d1d systemd 5f4bb0758df2e483babf68cd517078ca toolchain-funcs 9a610728b9bcca1919234cceb35a1027 udev eec0bbab06977f1cfc5597269c1fa152
-_md5_=55b176a113388bfb4a40753e36a6db94
diff --git a/metadata/md5-cache/net-libs/libnm-glib-1.18.10-r2 b/metadata/md5-cache/net-libs/libnm-glib-1.18.10-r2
deleted file mode 100644
index 92bfd63c..00000000
--- a/metadata/md5-cache/net-libs/libnm-glib-1.18.10-r2
+++ /dev/null
@@ -1,17 +0,0 @@
-BDEPEND=>=dev-util/intltool-0.40 virtual/pkgconfig
-DEFINED_PHASES=compile configure install test
-DEPEND=>=sys-apps/dbus-1.2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-libs/dbus-glib-0.100[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-libs/glib-2.40:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] net-libs/libndp[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] sys-apps/util-linux[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=virtual/libudev-175:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] nss? ( >=dev-libs/nss-3.11:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) !nss? ( gnutls? ( dev-libs/libgcrypt:0=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=net-libs/gnutls-2.12:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) )
-DESCRIPTION=Legacy NetworkManager glib and util libraries
-EAPI=7
-HOMEPAGE=https://wiki.gnome.org/Projects/NetworkManager
-INHERIT=eutils multilib-minimal
-IUSE=gnutls +nss abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_s390_32 abi_s390_64
-KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86
-LICENSE=GPL-2+
-RDEPEND=>=sys-apps/dbus-1.2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-libs/dbus-glib-0.100[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-libs/glib-2.40:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] net-libs/libndp[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] sys-apps/util-linux[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=virtual/libudev-175:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] nss? ( >=dev-libs/nss-3.11:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) !nss? ( gnutls? ( dev-libs/libgcrypt:0=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=net-libs/gnutls-2.12:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) ) !<net-misc/networkmanager-1.19
-REQUIRED_USE=|| ( nss gnutls )
-RESTRICT=test
-SLOT=0
-SRC_URI=https://download.gnome.org/sources/NetworkManager/1.18/NetworkManager-1.18.10.tar.xz
-_eclasses_=edos2unix 33e347e171066657f91f8b0c72ec8773 eutils 8f942ebdcf04334697649d4a0bf65a32 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib 5ca4e49abed8e3a2f7b56920eadee157 multilib-build e8aed98bd43dbd25694310a660ad562c multilib-minimal 4b0f1857965db8869a729948d5277e0b out-of-source-utils 1a9007554652a6e627edbccb3c25a439 strip-linguas ac3ee41ee2d31d8c41a77c0838320cc7 toolchain-funcs 9a610728b9bcca1919234cceb35a1027 wrapper 4a1902f969e5718126434fc35f3a0d9c
-_md5_=3a8a4359df192ac65f4592426834949e
diff --git a/metadata/pkg_desc_index b/metadata/pkg_desc_index
index 7da59613..e84c12b0 100644
--- a/metadata/pkg_desc_index
+++ b/metadata/pkg_desc_index
@@ -4,9 +4,7 @@ app-admin/opensnitch 1.5.2-r1: Desktop application firewall
app-admin/vasile 2.1812.2: Versatile Advanced Script for ISO and Latest Enchantments
app-arch/unp 2.0_pre9-r1: Script for unpacking various file formats
app-backup/timeshift 22.11.1-r1: A system restore utility for Linux
-app-emulation/linux-steam-integration 0.7.3-r3: Helper for enabling better Steam integration on Linux
app-emulation/steam 1.0.0.71-r1: Digital distribution client bootstrap package
-app-emulation/steam-native-runtime 1.0.0.71-r3: Native replacement for the Steam runtime using system libraries
app-emulation/virtualbox-modules 7.0.6: Kernel Modules for Virtualbox
app-misc/calamares-config-redcore 1.314.1337-r2: Redcore Linux Calamares modules config
app-misc/redcore-live 1.314.1337: Redcore Linux live scripts
@@ -30,12 +28,10 @@ lxqt-base/lxqt-config 1.2.0-r1: LXQt system configuration control center
lxqt-base/lxqt-meta 1.2.0-r1: Meta ebuild for LXQt, the Lightweight Desktop Environment
lxqt-base/lxqt-session 1.2.0-r1: LXQt Session Manager
mail-client/mailspring 1.9.2-r1: A beautiful fast and maintained fork of Nylas Mail
-media-libs/libpipewire 0.3.43-r10: Pipewire client libraries
media-libs/portsmf 239-r1: The Tenacity fork of PortSMF, a Standard MIDI File library
media-sound/cantata 2.5.0-r10: Featureful and configurable Qt client for the music player daemon (MPD)
media-tv/sopcast 3.2.6-r3: SopCast free P2P Internet TV binary
media-video/guvcview 2.0.6-r10: Simple Qt5 or GTK+3 interface for capturing and viewing video from v4l2 devices
-net-libs/libnm-glib 1.18.10-r2: Legacy NetworkManager glib and util libraries
net-libs/webkit-gtk 2.36.7-r1 2.38.2-r1: Open source web browser engine
net-print/lexmark-upd-ppd 1.0.0.20210304-r1: Lexmark universal printer driver PPDs
net-wireless/broadcom-sta 6.30.223.271-r4: Broadcom's IEEE 802.11a/b/g/n hybrid Linux device driver
diff --git a/net-libs/libnm-glib/Manifest b/net-libs/libnm-glib/Manifest
deleted file mode 100644
index e9c2ad9c..00000000
--- a/net-libs/libnm-glib/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST NetworkManager-1.18.10.tar.xz 4888372 BLAKE2B f2f5655de1add7d374341d0a47145f57dcf4f3fcfc0ff1d16d23edcfc8ed4b9e697fb5bb1556cd8949230ed6f39b43cb9e191bbd558c9d7a3f5a997e586cc50a SHA512 00f28f3a783b0ce957869302eb0574a35f149bab2176849b154eec30ccc35e93f905d00b1e8f33ce34d7cfccd97ef72ac77c374c10e9ce7ea5acf295a53461c5
diff --git a/net-libs/libnm-glib/libnm-glib-1.18.10-r2.ebuild b/net-libs/libnm-glib/libnm-glib-1.18.10-r2.ebuild
deleted file mode 100644
index e2ad6d75..00000000
--- a/net-libs/libnm-glib/libnm-glib-1.18.10-r2.ebuild
+++ /dev/null
@@ -1,92 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit eutils multilib-minimal
-
-DESCRIPTION="Legacy NetworkManager glib and util libraries"
-HOMEPAGE="https://wiki.gnome.org/Projects/NetworkManager"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE="gnutls +nss"
-REQUIRED_USE="|| ( nss gnutls )"
-RESTRICT="test"
-SRC_URI="https://download.gnome.org/sources/NetworkManager/1.18/NetworkManager-${PV}.tar.xz"
-
-DEPEND="
- >=sys-apps/dbus-1.2[${MULTILIB_USEDEP}]
- >=dev-libs/dbus-glib-0.100[${MULTILIB_USEDEP}]
- >=dev-libs/glib-2.40:2[${MULTILIB_USEDEP}]
- net-libs/libndp[${MULTILIB_USEDEP}]
- sys-apps/util-linux[${MULTILIB_USEDEP}]
- >=virtual/libudev-175:=[${MULTILIB_USEDEP}]
- nss? ( >=dev-libs/nss-3.11:=[${MULTILIB_USEDEP}] )
- !nss? ( gnutls? (
- dev-libs/libgcrypt:0=[${MULTILIB_USEDEP}]
- >=net-libs/gnutls-2.12:=[${MULTILIB_USEDEP}] ) )
-"
-
-RDEPEND="
- ${DEPEND}
- !<net-misc/networkmanager-1.19
-"
-
-BDEPEND="
- >=dev-util/intltool-0.40
- virtual/pkgconfig
-"
-
-S="${WORKDIR}/NetworkManager-${PV}"
-
-multilib_src_configure() {
- local myconf=(
- --disable-bluez5-dun
- --disable-concheck
- --disable-json-validation
- --disable-more-asserts
- --disable-more-logging
- --disable-ovs
- --disable-polkit
- --disable-polkit-agent
- --disable-ppp
- --disable-qt
- --disable-rpath
- --disable-teamdctl
- --disable-wifi
- --enable-introspection=no
- --enable-more-warnings=no
- --enable-vala=no
- --with-consolekit=no
- --with-crypto=$(usex nss gnutls)
- --with-dbus-sys-dir=/etc/dbus-1/system.d
- --with-dhclient=no
- --with-dhcpcanon=no
- --with-dhcpcd=no
- --with-ebpf=no
- --with-libnm-glib
- --with-libpsl=no
- --with-netconfig=no
- --with-nmcli=no
- --with-nmtui=no
- --without-iwd
- --without-libaudit
- --without-modem-manager-1
- --without-ofono
- --without-resolvconf
- --without-wext
- --with-selinux=no
- --with-session-tracking=no
- --with-suspend-resume=upower
- --with-systemd-journal=no
- --with-systemd-logind=no
- --with-valgrind=no
- )
- ECONF_SOURCE="${S}" econf "${myconf[@]}"
-}
-
-multilib_src_install() {
- dolib.so libnm-{glib,util}/.libs/libnm-*.so*[0-9]
-}