mirror of
https://github.com/terrapkg/packages.git
synced 2026-05-31 09:01:55 +00:00
feat(youtube-music, voicevox): Re-enable AutoReq with appropriate libraries excluded (#3871) (#3875)
* YouTube Music: Re-enable AutoReq
Signed-off-by: Gilver <rockgrub@disroot.org>
* Voicevox: Re-enable AutoReq
Signed-off-by: Gilver <rockgrub@disroot.org>
* Update voicevox.spec
Signed-off-by: Gilver <rockgrub@disroot.org>
* Update youtube-music.spec
Signed-off-by: Gilver <rockgrub@disroot.org>
---------
Signed-off-by: Gilver <rockgrub@disroot.org>
(cherry picked from commit 02fcd4a7fd)
Co-authored-by: Gilver <rockgrub@disroot.org>
This commit is contained in:
@@ -9,8 +9,8 @@
|
||||
%define _binary_payload w19.zstdio
|
||||
|
||||
# Exclude private libraries
|
||||
%global __requires_exclude libffmpeg.so
|
||||
%global __provides_exclude_from %{_datadir}/%{name}/.*\\.so
|
||||
%global __provides_exclude ^((libffmpeg[.]so.*)|(lib.*\\.so.*))$
|
||||
%global __requires_exclude ^((libffmpeg[.]so.*)|(lib.*\\.so.*))$
|
||||
|
||||
Name: voicevox
|
||||
Version: 0.23.0
|
||||
@@ -24,7 +24,6 @@ Source2: https://github.com/VOICEVOX/voicevox/releases/download/%version/
|
||||
Packager: madonuko <mado@fyralabs.com>
|
||||
BuildRequires: p7zip-plugins
|
||||
ExclusiveArch: x86_64
|
||||
AutoReq: no
|
||||
|
||||
%description
|
||||
VOICEVOX is a free Japanese text-to-speech software with medium output quality.
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
|
||||
Name: youtube-music
|
||||
Version: 3.7.5
|
||||
Release: 3%?dist
|
||||
Release: 4%?dist
|
||||
Summary: YouTube Music Desktop App bundled with custom plugins (and built-in ad blocker / downloader)
|
||||
Source1: youtube-music.desktop
|
||||
License: MIT
|
||||
@@ -35,7 +35,6 @@ BuildRequires: pnpm nodejs20
|
||||
Requires: nss
|
||||
Requires: libXext
|
||||
Requires: libXfixes
|
||||
AutoReq: no
|
||||
|
||||
%description
|
||||
YouTube Music Desktop App bundled with custom plugins (and built-in ad blocker / downloader)
|
||||
|
||||
Reference in New Issue
Block a user