libass-vl.spec 3.9 KB

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