Accepting request 203680 from home:scarabeus_iv
- Version bup to 0.10.2 * API additions and some ABI changes, bumped SONAME * Expose header field for VSFilter color mangling (GC #87) * Add functions for explicit scaling hints (GC #6) * Add 'type' field to ASS_Image (GC #31) * Workaround Freetype's font size grid-fitting where appropriate * Apply blur to both glyph and border when using opaque box * Parser bugfixes * Parse angles in style as number * Fix fallback event formats * Make closing ')' optional for some tags * Fix crazy VSFilter behaviour for \move (GC #90) * Make \r fall back to line style (GC #104) * Parse style name like VSFilter * Ignore junk in nested \t tags * Make \clip tag arguments mandatory * Properly handle script and language in the HarfBuzz shaper * Allow ASS_Track and ASS_Renderer to have different ASS_Library * Fix stroking in some rare cases * Correctly handle @font advance (GC #94) * Fix ascent/descent for some fonts (GC #106) * Fix ass_step_sub to not require sorted events * Fix blur scaling * Don't mutate input strings (GC #88) * Remove/change some error messages * Fix various small memory leaks OBS-URL: https://build.opensuse.org/request/show/203680 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libass?expand=0&rev=22
This commit is contained in:
parent
ce76685219
commit
a10c9cd73c
@ -1 +1 @@
|
||||
libass4
|
||||
libass5
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fbf287ac6d0dbdf015783b7354280ad8371c106326ad3f77a99471bc5aa18210
|
||||
size 257792
|
3
libass-0.10.2.tar.xz
Normal file
3
libass-0.10.2.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f02afcc6410b800f0007dc7c282e897dab64f817c23b37d171fd6ff7fc4ca1d8
|
||||
size 278244
|
@ -1,3 +1,33 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 17 19:17:09 UTC 2013 - tchvatal@suse.com
|
||||
|
||||
- Version bup to 0.10.2
|
||||
* API additions and some ABI changes, bumped SONAME
|
||||
* Expose header field for VSFilter color mangling (GC #87)
|
||||
* Add functions for explicit scaling hints (GC #6)
|
||||
* Add 'type' field to ASS_Image (GC #31)
|
||||
* Workaround Freetype's font size grid-fitting where appropriate
|
||||
* Apply blur to both glyph and border when using opaque box
|
||||
* Parser bugfixes
|
||||
* Parse angles in style as number
|
||||
* Fix fallback event formats
|
||||
* Make closing ')' optional for some tags
|
||||
* Fix crazy VSFilter behaviour for \move (GC #90)
|
||||
* Make \r fall back to line style (GC #104)
|
||||
* Parse style name like VSFilter
|
||||
* Ignore junk in nested \t tags
|
||||
* Make \clip tag arguments mandatory
|
||||
* Properly handle script and language in the HarfBuzz shaper
|
||||
* Allow ASS_Track and ASS_Renderer to have different ASS_Library
|
||||
* Fix stroking in some rare cases
|
||||
* Correctly handle @font advance (GC #94)
|
||||
* Fix ascent/descent for some fonts (GC #106)
|
||||
* Fix ass_step_sub to not require sorted events
|
||||
* Fix blur scaling
|
||||
* Don't mutate input strings (GC #88)
|
||||
* Remove/change some error messages
|
||||
* Fix various small memory leaks
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 23 22:07:26 UTC 2012 - reddwarf@opensuse.org
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package libass
|
||||
#
|
||||
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -16,10 +16,10 @@
|
||||
#
|
||||
|
||||
|
||||
%define soname 4
|
||||
%define soname 5
|
||||
|
||||
Name: libass
|
||||
Version: 0.10.1
|
||||
Version: 0.10.2
|
||||
Release: 0
|
||||
Summary: Portable Library for SSA/ASS Subtitles Rendering
|
||||
License: ISC
|
||||
|
Loading…
x
Reference in New Issue
Block a user