source: projects/specs/trunk/lib/liba/libass/libass-vl.spec @ 12405

Revision 12405, 3.7 KB checked in by tomop, 4 years ago (diff)

updated 9 packages

enca-1.19-1

freetype2-2.10.2-1

id3lib-3.8.3-5

libass-0.14.0-1

libemf-1.0.12-1

libexif-0.6.21-3

libtheora-1.1.1-5

libvdpau-1.4-1

pstoedit-3.75-1

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