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:
parent
33c525b18e
commit
b2d33143ea
@ -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
3
libass-0.12.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:87864517e482e94130864ad9e4217c3925119e8cc0c1509133989997a61592d7
|
||||
size 312020
|
@ -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
|
||||
|
||||
|
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user