diff --git a/_service b/_service deleted file mode 100644 index 6fc9167..0000000 --- a/_service +++ /dev/null @@ -1,13 +0,0 @@ - - - - http - libass.googlecode.com - /files/libass-0.9.11.tar.bz2 - - - _service:download_url:libass-0.9.11.tar.bz2 - sha256 - ffd0a7ccf635c4795edb8f61015b47ff84ec9c5babf502dd2cc8223d4489745c - - diff --git a/_service:download_url:libass-0.9.11.tar.bz2 b/_service:download_url:libass-0.9.11.tar.bz2 deleted file mode 100644 index 16f0d5e..0000000 --- a/_service:download_url:libass-0.9.11.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ffd0a7ccf635c4795edb8f61015b47ff84ec9c5babf502dd2cc8223d4489745c -size 297004 diff --git a/libass-0.9.7.tar.bz2 b/libass-0.9.7.tar.bz2 new file mode 100644 index 0000000..928d8c1 --- /dev/null +++ b/libass-0.9.7.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:562141a805481ae1b96a9e0953d85c347ee4ee5576bd09df7486cadd2623c756 +size 276480 diff --git a/libass.changes b/libass.changes index d866209..4439701 100644 --- a/libass.changes +++ b/libass.changes @@ -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 diff --git a/libass.spec b/libass.spec index d517a52..27b122e 100644 --- a/libass.spec +++ b/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