|
|
|
@ -1,12 +1,13 @@
|
|
|
|
|
Name: libass
|
|
|
|
|
Version: 0.17.1
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Version: 0.17.3
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Summary: Portable library for SSA/ASS subtitles rendering
|
|
|
|
|
License: ISC
|
|
|
|
|
URL: https://github.com/libass
|
|
|
|
|
|
|
|
|
|
Source0: https://github.com/%{name}/%{name}/releases/download/%{version}/%{name}-%{version}.tar.xz
|
|
|
|
|
|
|
|
|
|
BuildRequires: automake
|
|
|
|
|
BuildRequires: gcc
|
|
|
|
|
BuildRequires: nasm
|
|
|
|
|
BuildRequires: pkgconfig(fontconfig) >= 2.10.92
|
|
|
|
@ -14,7 +15,10 @@ BuildRequires: pkgconfig(freetype2) >= 9.10.3
|
|
|
|
|
BuildRequires: pkgconfig(fribidi) >= 0.19.0
|
|
|
|
|
BuildRequires: pkgconfig(harfbuzz) >= 0.9.5
|
|
|
|
|
BuildRequires: pkgconfig(libpng) >= 1.2.0
|
|
|
|
|
BuildRequires: make
|
|
|
|
|
%ifnarch %{ix86}
|
|
|
|
|
BuildRequires: pkgconfig(libunibreak) >= 1.1
|
|
|
|
|
%endif
|
|
|
|
|
BuildRequires: make
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
Libass is a portable library for SSA/ASS subtitles rendering.
|
|
|
|
@ -29,7 +33,7 @@ The %{name}-devel package contains libraries and header files for
|
|
|
|
|
developing applications that use %{name}.
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%autosetup
|
|
|
|
|
%autosetup -p1
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
%configure --disable-static
|
|
|
|
@ -55,6 +59,29 @@ make check
|
|
|
|
|
%{_libdir}/pkgconfig/%{name}.pc
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Mon Dec 23 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 0.17.3-2
|
|
|
|
|
- Rebuilt for MSVSphere 10
|
|
|
|
|
|
|
|
|
|
* Thu Jul 18 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.17.3-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Wed Jul 03 2024 Xavier Bachelot <xavier@bachelot.org> - 0.17.3-1
|
|
|
|
|
- Update to 0.17.3 (RHBZ#2295523)
|
|
|
|
|
|
|
|
|
|
* Sat Jun 15 2024 Xavier Bachelot <xavier@bachelot.org> - 0.17.2-1
|
|
|
|
|
- Update to 0.17.2 (RHBZ#2281493)
|
|
|
|
|
- Add upstream patches to fix %%check
|
|
|
|
|
- Add optional dependency on libunibreak
|
|
|
|
|
|
|
|
|
|
* Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.17.1-4
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.17.1-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.17.1-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Mon Apr 24 2023 Nicolas Chauvet <kwizart@gmail.com> - 0.17.1-1
|
|
|
|
|
- Update to 0.17.1
|
|
|
|
|
|