From 7d5ac932f9fad67a5cf657e351bb0b89e08c17cf Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Mon, 24 Feb 2014 15:53:23 +0000 Subject: [PATCH] - Drop celt support, should use opus by default as it's long replaced it and it has better quality. The upstream celt library has been long replaced by opus. Opus is under active development under asigned RFC 6716 which means since the RFC has been promoted to final it's now a stable bit stream. Opus has been enabled since Fedora 18 which is now obsolete and opus is avaialble in EPEL - Re-enable firewire (libffado) support on ARMv7 --- jack-audio-connection-kit.spec | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/jack-audio-connection-kit.spec b/jack-audio-connection-kit.spec index 18b3ff3..3e139d3 100644 --- a/jack-audio-connection-kit.spec +++ b/jack-audio-connection-kit.spec @@ -4,7 +4,7 @@ Summary: The Jack Audio Connection Kit Name: jack-audio-connection-kit Version: 1.9.9.5 -Release: 3%{?dist} +Release: 4%{?dist} # The entire source (~500 files) is a mixture of these three licenses License: GPLv2 and GPLv2+ and LGPLv2+ Group: System Environment/Daemons @@ -30,18 +30,15 @@ Patch6: jack-ppc64-long.patch BuildRequires: alsa-lib-devel BuildRequires: dbus-devel -BuildRequires: celt-devel BuildRequires: doxygen BuildRequires: expat-devel -%ifnarch s390 s390x %{arm} +%ifnarch s390 s390x BuildRequires: libffado-devel %endif BuildRequires: libsamplerate-devel BuildRequires: libsndfile-devel BuildRequires: ncurses-devel -%if 0%{fedora} > 18 BuildRequires: opus-devel -%endif BuildRequires: pkgconfig BuildRequires: python2 BuildRequires: readline-devel @@ -116,7 +113,7 @@ export PREFIX=%{_prefix} --doxygen \ --dbus \ --classic \ -%ifnarch s390 s390x %{arm} +%ifnarch s390 s390x --firewire \ %endif --alsa \ @@ -250,6 +247,10 @@ exit 0 %changelog +* Mon Feb 24 2014 Peter Robinson 1.9.9.5-4 +- Drop celt support, should use opus by default as it's long replaced it and it has better quality +- Re-enable firewire (libffado) support on ARMv7 + * Sat Aug 03 2013 Fedora Release Engineering - 1.9.9.5-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild