From b93d520286c53d63c4ec9160e0b53361db4cec86 Mon Sep 17 00:00:00 2001 From: Seungbae Shin Date: Wed, 15 Dec 2021 17:17:33 +0900 Subject: [PATCH] fixup! Fix for tizen temporal fix for following unresolve error on obs, will be reverted once external opus is intergrated to stt : have choice for libopus.so.0 needed by libsndfile: opus org.tizen.stt-engine-embedded org.tizen.stt-engine-default Change-Id: I0f4599d90e07914f1f6fa08688fd492682ff15de --- packaging/libsndfile.spec | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/packaging/libsndfile.spec b/packaging/libsndfile.spec index 4042929..98cc3a0 100644 --- a/packaging/libsndfile.spec +++ b/packaging/libsndfile.spec @@ -1,7 +1,7 @@ %define __spec_check_pre exit 0 Name: libsndfile Version: 1.0.31 -Release: 0 +Release: 1 License: LGPL-2.1+ Summary: C library for reading and writing sound files Group: Multimedia/Audio @@ -13,9 +13,10 @@ BuildRequires: autogen BuildRequires: pkgconfig(ogg) BuildRequires: pkgconfig(vorbis) BuildRequires: pkgconfig(opus) +Requires: opus Url: https://github.com/libsndfile/libsndfile Source: libsndfile-%{version}.tar.gz -Source1001: libsndfile.manifest +Source1001: libsndfile.manifest %description Libsndfile is a C library for reading and writing sound files, such as -- 2.7.4