Skip to content
Snippets Groups Projects
Commit 43b1a30d authored by Tristan Matthews's avatar Tristan Matthews
Browse files

rpm: enable opus support

Refs #55128

Change-Id: I5d19eb8c15174d9e5ad7a628f9fd4308e7b6613c
parent a17b78c1
Branches
Tags
No related merge requests found
...@@ -18,7 +18,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) ...@@ -18,7 +18,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: gettext gnutls-devel desktop-file-utils perl libuuid-devel BuildRequires: gettext gnutls-devel desktop-file-utils perl libuuid-devel
BuildRequires: yaml-cpp-devel alsa-lib-devel pulseaudio-libs-devel BuildRequires: yaml-cpp-devel alsa-lib-devel pulseaudio-libs-devel
BuildRequires: ccrtp-devel libzrtpcpp-devel dbus-c++-devel pcre-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: gnome-doc-utils libtool libsexy-devel intltool yelp-tools
BuildRequires: libnotify-devel check-devel rarian-compat ilbc-devel BuildRequires: libnotify-devel check-devel rarian-compat ilbc-devel
BuildRequires: evolution-data-server-devel gnome-common libsndfile-devel BuildRequires: evolution-data-server-devel gnome-common libsndfile-devel
...@@ -277,6 +277,9 @@ fi ...@@ -277,6 +277,9 @@ fi
%exclude %{_includedir}/qtsflphone/*.h %exclude %{_includedir}/qtsflphone/*.h
%changelog %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 * Thu Sep 4 2014 Tristan Matthews <tristan.matthews@savoirfairelinux.com> - 1.4.1-4
- Depend on yaml-cpp-devel instead of libyaml-devel - Depend on yaml-cpp-devel instead of libyaml-devel
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment