Accepting request 433296 from multimedia:libs
- Update 0.13.4: * Fuzzing fixes bnc#1002982 CVE-2016-7969 CVE-2016-7972 * Improve compatibility/portablility of build system, should fix e.g. compilation on Solaris. * Fix memory leak in DirectWrite font provider. * Fix the rasterizer when rendering some large outlines. * Remove hack that forced RTL base direction depending on font encoding. * Greatly improve the internal caches with refcounting and gradual clearing. OBS-URL: https://build.opensuse.org/request/show/433296 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libass?expand=0&rev=38
This commit is contained in:
commit
d1b67a770d
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:d698d0a6adca7c36c5a86b540d67b05bfd36cebc3c351ab7646497c43fe1face
|
|
||||||
size 348444
|
|
3
libass-0.13.4.tar.xz
Normal file
3
libass-0.13.4.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:d84a2fc89011b99d87fc47af91906622707c165d1860e9f774825ebbbc9c9fb6
|
||||||
|
size 350840
|
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Oct 5 08:22:48 UTC 2016 - tchvatal@suse.com
|
||||||
|
|
||||||
|
- Update 0.13.4:
|
||||||
|
* Fuzzing fixes bnc#1002982 CVE-2016-7969 CVE-2016-7972
|
||||||
|
* Improve compatibility/portablility of build system, should fix e.g. compilation on Solaris.
|
||||||
|
* Fix memory leak in DirectWrite font provider.
|
||||||
|
* Fix the rasterizer when rendering some large outlines.
|
||||||
|
* Remove hack that forced RTL base direction depending on font encoding.
|
||||||
|
* Greatly improve the internal caches with refcounting and gradual clearing.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Feb 25 16:22:23 UTC 2016 - mpluskal@suse.com
|
Thu Feb 25 16:22:23 UTC 2016 - mpluskal@suse.com
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%define soname 5
|
%define soname 5
|
||||||
Name: libass
|
Name: libass
|
||||||
Version: 0.13.2
|
Version: 0.13.4
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Library for SSA/ASS-formatted subtitle rendering
|
Summary: Library for SSA/ASS-formatted subtitle rendering
|
||||||
License: ISC
|
License: ISC
|
||||||
@ -53,10 +53,10 @@ Summary: Development files for libass, a subtitle rendering library
|
|||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Requires: glibc-devel
|
Requires: glibc-devel
|
||||||
Requires: libass%{soname} = %{version}
|
Requires: libass%{soname} = %{version}
|
||||||
Requires: pkgconfig(enca)
|
|
||||||
Requires: pkgconfig(fontconfig)
|
Requires: pkgconfig(fontconfig)
|
||||||
Requires: pkgconfig(freetype2) >= 9.10.3
|
Requires: pkgconfig(freetype2) >= 9.10.3
|
||||||
Requires: pkgconfig(fribidi) >= 0.19.0
|
Requires: pkgconfig(fribidi) >= 0.19.0
|
||||||
|
Requires: pkgconfig(harfbuzz)
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
This package is needed if you want to develop / compile against libASS.
|
This package is needed if you want to develop / compile against libASS.
|
||||||
@ -66,7 +66,7 @@ This package is needed if you want to develop / compile against libASS.
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
%configure \
|
%configure \
|
||||||
--disable-silent-rules \
|
--disable-silent-rules \
|
||||||
--disable-static
|
--disable-static
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user