2023-11-14 08:39:35 +00:00
|
|
|
Name: liblc3
|
|
|
|
Version: 1.0.4
|
2024-10-29 15:42:21 +00:00
|
|
|
Release: 6%{?dist}
|
2023-11-14 08:39:35 +00:00
|
|
|
Summary: Low Complexity Communication Codec (LC3)
|
|
|
|
|
|
|
|
License: Apache-2.0
|
|
|
|
URL: https://github.com/google/liblc3
|
|
|
|
Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz
|
|
|
|
|
|
|
|
BuildRequires: gcc
|
|
|
|
BuildRequires: meson
|
|
|
|
|
|
|
|
%description
|
|
|
|
The Low Complexity Communication Codec (LC3) is used by
|
|
|
|
Bluetooth as the codec for LE Audio. It enables high
|
|
|
|
quality audio over the low bandwidth connections provided
|
|
|
|
by Bluetooth LE.
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
Summary: Development package for %{name}
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
Files for development with %{name}.
|
|
|
|
|
|
|
|
%package utils
|
|
|
|
Summary: Utility package for %{name}
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
|
|
|
|
%description utils
|
|
|
|
Uitlities for command line use of and testing
|
|
|
|
the %{name} library.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%autosetup -p1
|
|
|
|
|
|
|
|
%build
|
|
|
|
%meson -Dtools=true
|
|
|
|
%meson_build
|
|
|
|
|
|
|
|
%install
|
|
|
|
%meson_install
|
|
|
|
|
|
|
|
%check
|
|
|
|
%meson_test
|
|
|
|
|
|
|
|
%files
|
|
|
|
%license LICENSE
|
|
|
|
%{_libdir}/liblc3.so.1{,.*}
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
%{_includedir}/lc3*
|
|
|
|
%{_libdir}/pkgconfig/lc3.pc
|
|
|
|
%{_libdir}/liblc3.so
|
|
|
|
|
|
|
|
%files utils
|
|
|
|
%{_bindir}/dlc3
|
|
|
|
%{_bindir}/elc3
|
|
|
|
|
|
|
|
%changelog
|
2024-10-29 15:42:21 +00:00
|
|
|
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 1.0.4-6
|
|
|
|
- Bump release for October 2024 mass rebuild:
|
|
|
|
Resolves: RHEL-64018
|
|
|
|
|
2024-06-24 15:56:30 +00:00
|
|
|
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 1.0.4-5
|
|
|
|
- Bump release for June 2024 mass rebuild
|
|
|
|
|
2024-01-25 02:44:13 +00:00
|
|
|
* Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.4-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
2024-01-21 04:32:44 +00:00
|
|
|
* Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.4-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
2023-11-14 08:39:35 +00:00
|
|
|
* Mon Nov 13 2023 Peter Robinson <pbrobinson@fedoraproject.org> - 1.0.4-2
|
|
|
|
- Review fixes
|
|
|
|
|
|
|
|
* Fri Aug 04 2023 Peter Robinson <pbrobinson@fedoraproject.org> - 1.0.4-1
|
|
|
|
- Update to 1.0.4
|
|
|
|
- Review updates
|
|
|
|
- Split utils out to subpackage
|
|
|
|
|
|
|
|
* Thu Jun 22 2023 Peter Robinson <pbrobinson@fedoraproject.org> 1.0.3-1
|
|
|
|
- Initial package
|