From 43b1a30d279a6b1c5657c5f6cf1e12bd97cbb1b8 Mon Sep 17 00:00:00 2001 From: Tristan Matthews <tristan.matthews@savoirfairelinux.com> Date: Fri, 12 Sep 2014 17:30:14 -0400 Subject: [PATCH] rpm: enable opus support Refs #55128 Change-Id: I5d19eb8c15174d9e5ad7a628f9fd4308e7b6613c --- tools/build-system/rpm/sflphone.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tools/build-system/rpm/sflphone.spec b/tools/build-system/rpm/sflphone.spec index f1a9a21c1a..aca9090f7f 100644 --- a/tools/build-system/rpm/sflphone.spec +++ b/tools/build-system/rpm/sflphone.spec @@ -18,7 +18,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gettext gnutls-devel desktop-file-utils perl libuuid-devel BuildRequires: yaml-cpp-devel alsa-lib-devel pulseaudio-libs-devel BuildRequires: ccrtp-devel libzrtpcpp-devel dbus-c++-devel pcre-devel -BuildRequires: gsm-devel speex-devel expat-devel libsamplerate-devel +BuildRequires: gsm-devel opus-devel speex-devel expat-devel libsamplerate-devel BuildRequires: gnome-doc-utils libtool libsexy-devel intltool yelp-tools BuildRequires: libnotify-devel check-devel rarian-compat ilbc-devel BuildRequires: evolution-data-server-devel gnome-common libsndfile-devel @@ -277,6 +277,9 @@ fi %exclude %{_includedir}/qtsflphone/*.h %changelog +* Fri Sep 12 2014 Tristan Matthews <tristan.matthews@savoirfairelinux.com> - 1.4.1-5 +- Enable opus + * Thu Sep 4 2014 Tristan Matthews <tristan.matthews@savoirfairelinux.com> - 1.4.1-4 - Depend on yaml-cpp-devel instead of libyaml-devel -- GitLab