File exhale.spec of Package exhale
#
# spec file for package exhale
#
# Copyright (c) 2024 mantarimay
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: exhale
Version: 1.2.1
Release: 0
Summary: Extended HE-AAC Encoder
License: BSD-3-Clause
Group: Productivity/Multimedia/Video/Editors and Convertors
URL: https://gitlab.com/ecodis/exhale
Source0: %{url}/-/archive/v%{version}/%{name}-v%{version}.tar.bz2
BuildRequires: extra-cmake-modules
%description
exhale, which is an acronym for "Ecodis eXtended High-efficiency And
Low-complexity Encoder", is a lightweight library and application to
encode uncompressed WAVE-format audio files into MPEG-4-format files
complying with the ISO/IEC 23003-3 (MPEG-D) Unified Speech and Audio
Coding (USAC, also known as Extended High-Efficiency AAC) standard.
%package devel
Summary: Development for exhale, an en-/decoder for Extended HE-AAC
Requires: %{name} = %{version}
%description devel
Development for exhale, an en-/decoder for Extended HE-AAC.
%prep
%autosetup -n %{name}-v%{version}
%build
%cmake
%cmake_build
%install
%cmake_install
%ldconfig_scriptlets
%files
%doc README*
%license include/{License.htm,styles.css,Release.htm}
%{_bindir}/exhale
%{_libdir}/libexhale.so
%files devel
%{_includedir}/exhaleDecl.h
%changelog