Accepting request 351295 from multimedia:libs
1 OBS-URL: https://build.opensuse.org/request/show/351295 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libass?expand=0&rev=36
This commit is contained in:
commit
e027e8cb5e
@ -10,6 +10,11 @@ Thu Dec 17 11:42:06 UTC 2015 - idonmez@suse.com
|
|||||||
* Drop support for Fontconfig < 2.10.92 to ensure correct font matching
|
* Drop support for Fontconfig < 2.10.92 to ensure correct font matching
|
||||||
* Fix some small memory leaks, potential crashes and bad data uses
|
* Fix some small memory leaks, potential crashes and bad data uses
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Dec 16 16:37:26 UTC 2015 - jengelh@inai.de
|
||||||
|
|
||||||
|
- Update summary/description
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Dec 7 20:26:25 UTC 2015 - jengelh@inai.de
|
Mon Dec 7 20:26:25 UTC 2015 - jengelh@inai.de
|
||||||
|
|
||||||
|
10
libass.spec
10
libass.spec
@ -20,7 +20,7 @@
|
|||||||
Name: libass
|
Name: libass
|
||||||
Version: 0.13.1
|
Version: 0.13.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Portable Library for SSA/ASS Subtitles Rendering
|
Summary: Library for SSA/ASS-formatted subtitle rendering
|
||||||
License: ISC
|
License: ISC
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Url: https://github.com/libass/libass
|
Url: https://github.com/libass/libass
|
||||||
@ -35,21 +35,21 @@ BuildRequires: pkgconfig(fribidi) >= 0.19.0
|
|||||||
BuildRequires: pkgconfig(harfbuzz)
|
BuildRequires: pkgconfig(harfbuzz)
|
||||||
|
|
||||||
%description
|
%description
|
||||||
libass is a portable subtitle renderer for the ASS/SSA
|
libass is a subtitle renderer for the ASS/SSA
|
||||||
(Advanced Substation Alpha/Substation Alpha) subtitle
|
(Advanced Substation Alpha/Substation Alpha) subtitle
|
||||||
format. It is mostly compatible with VSFilter.
|
format. It is mostly compatible with VSFilter.
|
||||||
|
|
||||||
%package -n libass%{soname}
|
%package -n libass%{soname}
|
||||||
Summary: Portable Library for SSA/ASS Subtitles Rendering
|
Summary: Library for SSA/ASS-formatted subtitle rendering
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
|
|
||||||
%description -n libass%{soname}
|
%description -n libass%{soname}
|
||||||
libass is a portable subtitle renderer for the ASS/SSA
|
libass is a subtitle renderer for the ASS/SSA
|
||||||
(Advanced Substation Alpha/Substation Alpha) subtitle
|
(Advanced Substation Alpha/Substation Alpha) subtitle
|
||||||
format. It is mostly compatible with VSFilter.
|
format. It is mostly compatible with VSFilter.
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Portable Library for SSA/ASS Subtitles Rendering
|
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}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user