Accepting request 890462 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/890462 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libass?expand=0&rev=44
This commit is contained in:
commit
17dd1be44c
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:9f09230c9a0aa68ef7aa6a9e2ab709ca957020f842e52c5b2e52b801a7d9e833
|
|
||||||
size 367848
|
|
3
libass-0.15.1.tar.xz
Normal file
3
libass-0.15.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:1cdd39c9d007b06e737e7738004d7f38cf9b1e92843f37307b24e7ff63ab8e53
|
||||||
|
size 369884
|
@ -1,3 +1,28 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon May 3 15:58:23 UTC 2021 - Ferdinand Thiessen <rpm@fthiessen.de>
|
||||||
|
|
||||||
|
- Update to version 0.15.1
|
||||||
|
* Bugfix release, no significant API or ABI changes
|
||||||
|
* Fix crashing on some ASS files with embedded fonts
|
||||||
|
* Fix total font fallback failure with some fonts on Core Text
|
||||||
|
* Fix embedded and memory fonts not actually being used unless
|
||||||
|
ass_set_fonts was called after they have been added
|
||||||
|
* Fix events assuming the largest xbord-value of a preceding event
|
||||||
|
of the same frame during collision handling
|
||||||
|
* Fix shift in vertical positioning of some right-to-left events
|
||||||
|
with \an4-6, \pos, \move or Scroll effects
|
||||||
|
* Fix imprecise output for \be with huge argument
|
||||||
|
* Overhaul x86 assembly for better performance
|
||||||
|
* Reduce temporary allocation in rendering
|
||||||
|
* DirectWrite: request fonts on demand for better performance and
|
||||||
|
improved compatibility with external on-demand font activation
|
||||||
|
* Accept pointers to const as arguments to ass_add_font
|
||||||
|
* Improve VSFilter compatibility:
|
||||||
|
* Disregard zero area events in collision handling
|
||||||
|
* Do not apply \fsp to vector drawings
|
||||||
|
* Fix bug preventing cutting out glyphs from border & shadow
|
||||||
|
with abnormal \fad values
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Nov 28 15:28:46 UTC 2020 - Luigi Baldoni <aloisio@gmx.com>
|
Sat Nov 28 15:28:46 UTC 2020 - Luigi Baldoni <aloisio@gmx.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libass
|
# spec file for package libass
|
||||||
#
|
#
|
||||||
# Copyright (c) 2020 SUSE LLC
|
# Copyright (c) 2021 SUSE LLC
|
||||||
#
|
#
|
||||||
# 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,13 +18,13 @@
|
|||||||
|
|
||||||
%define sover 9
|
%define sover 9
|
||||||
Name: libass
|
Name: libass
|
||||||
Version: 0.15.0
|
Version: 0.15.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Library for SSA/ASS-formatted subtitle rendering
|
Summary: Library for SSA/ASS-formatted subtitle rendering
|
||||||
License: ISC
|
License: ISC
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
URL: https://github.com/libass/libass
|
URL: https://github.com/libass/libass
|
||||||
Source: https://github.com/libass/libass/releases/download/%{version}/%{name}-%{version}.tar.xz
|
Source: %{URL}/releases/download/%{version}/%{name}-%{version}.tar.xz
|
||||||
Source99: baselibs.conf
|
Source99: baselibs.conf
|
||||||
BuildRequires: nasm
|
BuildRequires: nasm
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
|
Loading…
x
Reference in New Issue
Block a user