| 1 | Name: libass |
|---|
| 2 | Version: 0.9.11 |
|---|
| 3 | Release: 1%{?_dist_release} |
|---|
| 4 | Summary(ja): SSA/ASS 字幕レンダリングのためのライブラリ |
|---|
| 5 | Summary: Portable library for SSA/ASS subtitles rendering |
|---|
| 6 | |
|---|
| 7 | Group: System Environment/Libraries |
|---|
| 8 | License: GPLv2+ |
|---|
| 9 | URL: http://code.google.com/p/libass/ |
|---|
| 10 | Source0: http://libass.googlecode.com/files/%{name}-%{version}.tar.bz2 |
|---|
| 11 | |
|---|
| 12 | BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root |
|---|
| 13 | |
|---|
| 14 | BuildRequires: libpng-devel |
|---|
| 15 | BuildRequires: enca-devel |
|---|
| 16 | BuildRequires: fontconfig-devel |
|---|
| 17 | |
|---|
| 18 | |
|---|
| 19 | %description |
|---|
| 20 | Libass is a portable library for SSA/ASS subtitles rendering. |
|---|
| 21 | |
|---|
| 22 | %package devel |
|---|
| 23 | Summary: Development files for %{name} |
|---|
| 24 | Group: Development/Libraries |
|---|
| 25 | Requires: %{name} = %{version}-%{release} |
|---|
| 26 | Requires: pkgconfig |
|---|
| 27 | |
|---|
| 28 | %description devel |
|---|
| 29 | The %{name}-devel package contains libraries and header files for |
|---|
| 30 | developing applications that use %{name}. |
|---|
| 31 | |
|---|
| 32 | |
|---|
| 33 | %prep |
|---|
| 34 | %setup -q |
|---|
| 35 | |
|---|
| 36 | %build |
|---|
| 37 | %configure --disable-static |
|---|
| 38 | %__make %{?_smp_mflags} |
|---|
| 39 | |
|---|
| 40 | |
|---|
| 41 | %install |
|---|
| 42 | %__rm -rf $RPM_BUILD_ROOT |
|---|
| 43 | %__make install DESTDIR=$RPM_BUILD_ROOT |
|---|
| 44 | find $RPM_BUILD_ROOT -name '*.la' -exec %__rm -f {} ';' |
|---|
| 45 | |
|---|
| 46 | |
|---|
| 47 | %clean |
|---|
| 48 | %__rm -rf $RPM_BUILD_ROOT |
|---|
| 49 | |
|---|
| 50 | |
|---|
| 51 | %post -p /sbin/ldconfig |
|---|
| 52 | |
|---|
| 53 | %postun -p /sbin/ldconfig |
|---|
| 54 | |
|---|
| 55 | |
|---|
| 56 | %files |
|---|
| 57 | %defattr(-,root,root,-) |
|---|
| 58 | %doc Changelog COPYING |
|---|
| 59 | %{_libdir}/*.so.* |
|---|
| 60 | |
|---|
| 61 | %files devel |
|---|
| 62 | %defattr(-,root,root,-) |
|---|
| 63 | %{_includedir}/* |
|---|
| 64 | %{_libdir}/*.so |
|---|
| 65 | %{_libdir}/pkgconfig/libass.pc |
|---|
| 66 | |
|---|
| 67 | %changelog |
|---|
| 68 | * Tue Feb 01 2011 Munehiro Yamamoto <munepi@vinelinux.org> - 0.9.11-1 |
|---|
| 69 | - initial build based on Fedora rawhide |
|---|
| 70 | |
|---|
| 71 | * Wed Sep 29 2010 jkeating - 0.9.11-2 |
|---|
| 72 | - Rebuilt for gcc bug 634757 |
|---|
| 73 | |
|---|
| 74 | * Mon Sep 13 2010 Martin Sourada <mso@fedoraproject.org> - 0.9.11-1 |
|---|
| 75 | - Fixes rhbz #630432 |
|---|
| 76 | - New upstream release |
|---|
| 77 | - Various fixes |
|---|
| 78 | - Performance improvements |
|---|
| 79 | - Calculate drawing bounding box like VSFilter |
|---|
| 80 | - Better PAR correction if text transforms are used |
|---|
| 81 | - Improved fullname font matching |
|---|
| 82 | - Add ass_flush_events API function |
|---|
| 83 | - Basic support for @font vertical text layout |
|---|
| 84 | |
|---|
| 85 | * Fri Jul 30 2010 Martin Sourada <mso@fedoraproject.org> - 0.9.9-1 |
|---|
| 86 | - Fixes rhbz #618733 |
|---|
| 87 | - New upstream release |
|---|
| 88 | - Parse numbers in a locale-independent way |
|---|
| 89 | - Disable script file size limit |
|---|
| 90 | - Match fonts against the full name ("name for humans") |
|---|
| 91 | - Reset clip mode after \iclip |
|---|
| 92 | - Improve VSFilter compatibility |
|---|
| 93 | - A couple of smaller fixes and cleanups |
|---|
| 94 | |
|---|
| 95 | * Sun Jan 10 2010 Martin Sourada <mso@fedoraproject.org> - 0.9.8-2 |
|---|
| 96 | - Fix source URL |
|---|
| 97 | |
|---|
| 98 | * Sun Oct 25 2009 Martin Sourada <mso@fedoraproject.org> - 0.9.8-1 |
|---|
| 99 | - New upstream release |
|---|
| 100 | - See http://repo.or.cz/w/libass.git?a=blob;f=Changelog for changes |
|---|
| 101 | |
|---|
| 102 | * Mon Aug 10 2009 Martin Sourada <mso@fedoraproject.org> - 0.9.7-1 |
|---|
| 103 | - New upstream release |
|---|
| 104 | - Upstream changed from sourceforge to code.google |
|---|
| 105 | |
|---|
| 106 | * Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.6-3 |
|---|
| 107 | - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild |
|---|
| 108 | |
|---|
| 109 | * Tue Mar 24 2008 Martin Sourada <mso@fedoraproject.org> - 0.9.6-2 |
|---|
| 110 | - remove glibc-devel and freetype-devel BRs, they're already pulled in by the |
|---|
| 111 | rest |
|---|
| 112 | |
|---|
| 113 | * Sun Mar 22 2008 Martin Sourada <mso@fedoraproject.org> - 0.9.6-1 |
|---|
| 114 | - update to newever version |
|---|
| 115 | - drop %%doc from -devel |
|---|
| 116 | - update source url to conform with fedora packaging guidelines |
|---|
| 117 | |
|---|
| 118 | * Sun Mar 22 2008 Martin Sourada <mso@fedoraproject.org> - 0.9.5-1 |
|---|
| 119 | - Initial rpm package |
|---|