Accepting request 204116 from multimedia:libs

- 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 (forwarded request 203680 from scarabeus_iv)

OBS-URL: https://build.opensuse.org/request/show/204116
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libass?expand=0&rev=28
This commit is contained in:
Tomáš Chvátal 2013-10-21 13:11:17 +00:00 committed by Git OBS Bridge
commit afb12d7ff5
5 changed files with 37 additions and 7 deletions

View File

@ -1 +1 @@
libass4
libass5

View File

@ -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
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f02afcc6410b800f0007dc7c282e897dab64f817c23b37d171fd6ff7fc4ca1d8
size 278244

View File

@ -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

View File

@ -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