forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
media-video/pipewire: Fixed openaptx revert patch again
Closes: https://bugs.gentoo.org/799353 Signed-off-by: Lars Wendler <[email protected]>
- Loading branch information
Lars Wendler
committed
Jun 30, 2021
1 parent
5b7a3b0
commit 6b8dc9b
Showing
2 changed files
with
31 additions
and
1 deletion.
There are no files selected for viewing
30 changes: 30 additions & 0 deletions
30
media-video/pipewire/files/pipewire-0.3.31-revert-openaptx-restriction.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
From 3449214466c4dac866ec9f47ecc573efaf4505bb Mon Sep 17 00:00:00 2001 | ||
From: Thomas Deutschmann <[email protected]> | ||
Date: Fri, 21 May 2021 10:32:52 +0200 | ||
Subject: [PATCH] Revert "openaptx: Blacklist >= 0.2.1 due to license change" | ||
|
||
This reverts commit d08b6fac6bec0d334ee9fc785d551a67832f95fe. | ||
|
||
Doesn't apply to us. | ||
|
||
Bug: https://bugs.gentoo.org/785634 | ||
--- | ||
spa/meson.build | 2 +- | ||
1 file changed, 1 insertion(+), 1 deletion(-) | ||
|
||
diff --git a/spa/meson.build b/spa/meson.build | ||
index e13802e94..885b25405 100644 | ||
--- a/spa/meson.build | ||
+++ b/spa/meson.build | ||
@@ -28,7 +28,7 @@ if not get_option('spa-plugins').disabled() | ||
summary({'LDAC': ldac_dep.found()}, bool_yn: true, section: 'Bluetooth audio codecs') | ||
ldac_abr_dep = dependency('ldacBT-abr', required : get_option('bluez5-codec-ldac')) | ||
summary({'LDAC ABR': ldac_abr_dep.found()}, bool_yn: true, section: 'Bluetooth audio codecs') | ||
- aptx_dep = dependency('libopenaptx', version : '< 0.2.1', required : get_option('bluez5-codec-aptx')) | ||
+ aptx_dep = dependency('libopenaptx', required : get_option('bluez5-codec-aptx')) | ||
summary({'aptX': aptx_dep.found()}, bool_yn: true, section: 'Bluetooth audio codecs') | ||
fdk_aac_dep = dependency('fdk-aac', required : get_option('bluez5-codec-aac')) | ||
summary({'AAC': fdk_aac_dep.found()}, bool_yn: true, section: 'Bluetooth audio codecs') | ||
-- | ||
2.32.0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters