Accepting request 283436 from home:posophe:branches:multimedia:libs

Update

OBS-URL: https://build.opensuse.org/request/show/283436
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libass?expand=0&rev=25
This commit is contained in:
Tomáš Chvátal 2015-01-30 12:57:45 +00:00 committed by Git OBS Bridge
parent 33c525b18e
commit b2d33143ea
4 changed files with 24 additions and 7 deletions

View File

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

3
libass-0.12.1.tar.xz Normal file
View File

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

View File

@ -1,3 +1,19 @@
-------------------------------------------------------------------
Fri Jan 30 12:18:00 UTC 2015 - p.drouand@gmail.com
- Update to version 0.12.1
* Make ASS drawings with an extremely high number of control points work
This change increases compatibility with VSFilter.
* Bugfixes
- Fix a crash when using newer harfbuzz versions (GH #155)
- Load embedded memory fonts correctly
- Large shadow offsets rendered incorrectly (GH #142)
- Fix incorrect closing of last drawing contour
- Fix issues with undefined behavior in shifts
- Lots of of malloc() error checking
- Update home and download source Url to new project home
- Add baselibs.conf in sources list for Factory
-------------------------------------------------------------------
Sun Oct 5 10:37:03 UTC 2014 - olaf@aepfle.de

View File

@ -1,7 +1,7 @@
#
# spec file for package libass
#
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2015 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
@ -19,13 +19,14 @@
%define soname 5
Name: libass
Version: 0.10.2
Version: 0.12.1
Release: 0
Summary: Portable Library for SSA/ASS Subtitles Rendering
License: ISC
Group: System/Libraries
Url: http://code.google.com/p/libass/
Source: http://libass.googlecode.com/files/%{name}-%{version}.tar.xz
Url: https://github.com/libass/libass
Source: https://github.com/libass/libass/releases/download/%{version}/%{name}-%{version}.tar.xz
Source99: baselibs.conf
BuildRequires: pkg-config
BuildRequires: xz
BuildRequires: pkgconfig(enca)