Accepting request 47872 from multimedia:libs
checked in (request 47872) OBS-URL: https://build.opensuse.org/request/show/47872 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libass?expand=0&rev=9
This commit is contained in:
parent
1c7eff1a6b
commit
5005e192c1
13
_service
13
_service
@ -1,13 +0,0 @@
|
||||
<?xml version="1.0" ?>
|
||||
<services>
|
||||
<service name="download_url">
|
||||
<param name="protocol">http</param>
|
||||
<param name="host">libass.googlecode.com</param>
|
||||
<param name="path">/files/libass-0.9.11.tar.bz2</param>
|
||||
</service>
|
||||
<service name="verify_file">
|
||||
<param name="file">_service:download_url:libass-0.9.11.tar.bz2</param>
|
||||
<param name="verifier">sha256</param>
|
||||
<param name="checksum">ffd0a7ccf635c4795edb8f61015b47ff84ec9c5babf502dd2cc8223d4489745c</param>
|
||||
</service>
|
||||
</services>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ffd0a7ccf635c4795edb8f61015b47ff84ec9c5babf502dd2cc8223d4489745c
|
||||
size 297004
|
3
libass-0.9.7.tar.bz2
Normal file
3
libass-0.9.7.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:562141a805481ae1b96a9e0953d85c347ee4ee5576bd09df7486cadd2623c756
|
||||
size 276480
|
@ -1,43 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 10 23:58:47 UTC 2010 - reddwarf@opensuse.org
|
||||
|
||||
- Update to version 0.9.11
|
||||
* Fix serious memory leaks
|
||||
* Reduce frame/drawing initialization overhead
|
||||
* Basic (incorrect, but working) support for @font vertical text layout
|
||||
* Fix multiple faces per font attachment
|
||||
* charmap selection fixes
|
||||
* Add ass_flush_events API function
|
||||
* Improve fullname font matching
|
||||
* Better PAR correction if text transforms are used
|
||||
* Calculate drawing bounding box like VSFilter
|
||||
* Performance improvements
|
||||
* Cache vector clip masks
|
||||
* Avoid unnecessary glyph copies
|
||||
* Various rendering fixes
|
||||
* Parse numbers in a locale-independent way
|
||||
* Remove support for freetype < 2.2.1, fontconfig < 2.4.1; this especially
|
||||
means libass will not extract fonts into the file system anymore
|
||||
* Disable script file size limit
|
||||
* Match fonts against the full name ("name for humans")
|
||||
* Reset clip mode after \iclip
|
||||
* Improve VSFilter compatibility
|
||||
* Update API documentation
|
||||
* A couple of smaller fixes and cleanups
|
||||
* Support \q override tag
|
||||
* Support wrap style 1 (i.e. wrap, but do not equalize line lengths)
|
||||
* Support border style 3 (opaque box)
|
||||
* Use the event bounding box (instead of vertical position and height) for
|
||||
collision detection
|
||||
* Embold glyphs if no bold variant is available, but was requested
|
||||
* Modify \fax to be similar to VSFilter
|
||||
* Trim spaces after line wrapping
|
||||
* Fix border/shadow overlap combining in some cases
|
||||
* Disable kerning by default. Use "Kerning=yes" style override or
|
||||
"Kerning: yes" in [Script Info] to enable it
|
||||
* Slight bitmap handling optimizations
|
||||
* Various bugfixes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 26 15:05:54 UTC 2009 - cmorve69@yahoo.es
|
||||
|
||||
|
20
libass.spec
20
libass.spec
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package libass (Version 0.9.11)
|
||||
# spec file for package libass (Version 0.9.7)
|
||||
#
|
||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -18,18 +18,18 @@
|
||||
|
||||
|
||||
Name: libass
|
||||
Version: 0.9.11
|
||||
Release: 1
|
||||
License: GPLv2+
|
||||
Version: 0.9.7
|
||||
Release: 3
|
||||
Summary: Portable Library for SSA/ASS Subtitles Rendering
|
||||
Url: http://code.google.com/p/libass/
|
||||
Group: System/Libraries
|
||||
Url: http://code.google.com/p/libass/
|
||||
Source: %{name}-%{version}.tar.bz2
|
||||
BuildRequires: enca-devel
|
||||
License: GPLv2+
|
||||
BuildRequires: fontconfig-devel
|
||||
BuildRequires: freetype2-devel
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: libpng-devel
|
||||
BuildRequires: enca-devel
|
||||
BuildRequires: pkg-config
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
@ -48,11 +48,7 @@ Portable Library for SSA/ASS Subtitles Rendering.
|
||||
License: GPLv2+
|
||||
Summary: Portable Library for SSA/ASS Subtitles Rendering
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: enca-devel
|
||||
Requires: fontconfig-devel
|
||||
Requires: freetype2-devel
|
||||
Requires: glibc-devel
|
||||
Requires: libass4 = %{version}
|
||||
Requires: libass4 = %{version} enca-devel fontconfig-devel freetype2-devel glibc-devel
|
||||
|
||||
%description devel
|
||||
This package is needed if you want to develop / compile against libASS.
|
||||
@ -64,7 +60,7 @@ This package is needed if you want to develop / compile against libASS.
|
||||
%configure\
|
||||
--disable-static \
|
||||
--disable-shave
|
||||
%{__make} %{?_smp_mflags} V=1
|
||||
%{__make} %{?jobs:-j%{jobs}}
|
||||
|
||||
%install
|
||||
%{__make} DESTDIR='%{buildroot}' install
|
||||
|
Loading…
x
Reference in New Issue
Block a user