Accepting request 74878 from home:dimstar:branches:multimedia:libs
Update to 0.9.12 OBS-URL: https://build.opensuse.org/request/show/74878 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libass?expand=0&rev=16
This commit is contained in:
parent
1a5232ec1a
commit
ce9f18c18a
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.12.tar.xz
Normal file
3
libass-0.9.12.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:182def63aa882f409252a5b4a128fff43e33fc7be4f68fbaf9e9e834060ef8d9
|
||||
size 250268
|
@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 30 11:53:23 CEST 2011 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 0.9.12:
|
||||
+ Switch to permissive (ISC) license
|
||||
+ Support \fs+ and \fs- syntax for modifying font size
|
||||
+ Fix word-wrapping
|
||||
+ Improved charmap fallback matching
|
||||
+ Handle a few more VSFilter quirks correctly
|
||||
+ Add a sensible default style
|
||||
+ Fix compilation against libpng 1.5
|
||||
- Add xz BuildRequires, as the new tarballs are xz compressed
|
||||
- Change License tag from GPLv2+ to ISC, as upstream changed to
|
||||
this license.
|
||||
- Do not use source service, as Factory is moving away from it in
|
||||
favor of a different implementation to verify authenticity of
|
||||
tarballs. Consequently add a valid URL as Source.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 14 13:38:21 UTC 2011 - toddrme2178@gmail.com
|
||||
|
||||
|
@ -18,19 +18,20 @@
|
||||
|
||||
|
||||
Name: libass
|
||||
Version: 0.9.11
|
||||
Release: 22
|
||||
License: GPLv2+
|
||||
Version: 0.9.12
|
||||
Release: 1
|
||||
License: ISC
|
||||
Summary: Portable Library for SSA/ASS Subtitles Rendering
|
||||
Url: http://code.google.com/p/libass/
|
||||
Group: System/Libraries
|
||||
Source: %{name}-%{version}.tar.bz2
|
||||
Source: http://libass.googlecode.com/files/%{name}-%{version}.tar.xz
|
||||
BuildRequires: enca-devel
|
||||
BuildRequires: fontconfig-devel
|
||||
BuildRequires: freetype2-devel
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: libpng-devel
|
||||
BuildRequires: pkg-config
|
||||
BuildRequires: xz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
|
Loading…
x
Reference in New Issue
Block a user