Accepting request 361514 from multimedia:libs
1 OBS-URL: https://build.opensuse.org/request/show/361514 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libass?expand=0&rev=37
This commit is contained in:
commit
5966989aaf
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:4aa36b1876a61cab46fc9284fee84224b9e2840fe7b3e63d96a8d32574343fe7
|
|
||||||
size 318840
|
|
3
libass-0.13.2.tar.xz
Normal file
3
libass-0.13.2.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:d698d0a6adca7c36c5a86b540d67b05bfd36cebc3c351ab7646497c43fe1face
|
||||||
|
size 348444
|
@ -1,3 +1,17 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Feb 25 16:22:23 UTC 2016 - mpluskal@suse.com
|
||||||
|
|
||||||
|
- Update to 0.13.2
|
||||||
|
* Add ass_set_check_readorder() API function to disable use of
|
||||||
|
the ReadOrder field for duplicate checking in
|
||||||
|
ass_process_chunk().
|
||||||
|
* ass_step_sub(track, now, 0) now finds the start of the subtitle
|
||||||
|
at now.
|
||||||
|
* Bug fixes:
|
||||||
|
+ Fix an issue with the new duplicate checking, which could
|
||||||
|
lead to missing subtitles after seeking.
|
||||||
|
+ Fix a crash with Core Text under specific circumstances.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Dec 17 11:42:06 UTC 2015 - idonmez@suse.com
|
Thu Dec 17 11:42:06 UTC 2015 - idonmez@suse.com
|
||||||
|
|
||||||
|
13
libass.spec
13
libass.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libass
|
# spec file for package libass
|
||||||
#
|
#
|
||||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%define soname 5
|
%define soname 5
|
||||||
Name: libass
|
Name: libass
|
||||||
Version: 0.13.1
|
Version: 0.13.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Library for SSA/ASS-formatted subtitle rendering
|
Summary: Library for SSA/ASS-formatted subtitle rendering
|
||||||
License: ISC
|
License: ISC
|
||||||
@ -78,17 +78,16 @@ find %{buildroot} -type f -name "*.la" -delete -print
|
|||||||
make %{?_smp_mflags} check
|
make %{?_smp_mflags} check
|
||||||
|
|
||||||
%post -n libass%{soname} -p /sbin/ldconfig
|
%post -n libass%{soname} -p /sbin/ldconfig
|
||||||
|
|
||||||
%postun -n libass%{soname} -p /sbin/ldconfig
|
%postun -n libass%{soname} -p /sbin/ldconfig
|
||||||
|
|
||||||
%files -n libass%{soname}
|
%files -n libass%{soname}
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
%{_libdir}/*.so.%{soname}*
|
%{_libdir}/libass.so.%{soname}*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
%{_includedir}/*
|
%{_includedir}/ass
|
||||||
%{_libdir}/*.so
|
%{_libdir}/libass.so
|
||||||
%{_libdir}/pkgconfig/*.pc
|
%{_libdir}/pkgconfig/libass.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
x
Reference in New Issue
Block a user