From c3feb94417e846780a41e9e47b0576f0e569d893f3c8ec5513a3e855208b36a2 Mon Sep 17 00:00:00 2001 From: Antonio Larrosa Date: Thu, 9 Dec 2021 16:04:00 +0000 Subject: [PATCH] Accepting request 937783 from home:Pharaoh_Atem:branches:multimedia:libs - Enable AAC support for Leap 15.4+ OBS-URL: https://build.opensuse.org/request/show/937783 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/pipewire?expand=0&rev=30 --- pipewire.changes | 5 +++++ pipewire.spec | 6 +++++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/pipewire.changes b/pipewire.changes index 68528cb..c99188d 100644 --- a/pipewire.changes +++ b/pipewire.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Dec 9 12:14:23 UTC 2021 - Neal Gompa + +- Enable AAC support for Leap 15.4+ + ------------------------------------------------------------------- Thu Dec 9 11:33:29 UTC 2021 - Antonio Larrosa diff --git a/pipewire.spec b/pipewire.spec index 1462869..c0c2d0a 100644 --- a/pipewire.spec +++ b/pipewire.spec @@ -38,10 +38,14 @@ %bcond_with aptx %if 0%{?suse_version} >= 1550 %bcond_without libcamera -%bcond_without aac %else %bcond_with libcamera +%endif + +%if 0%{?sle_version} && 0%{?sle_version} < 150400 %bcond_with aac +%else +%bcond_without aac %endif Name: pipewire