tvtime-vl.spec 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. Summary: A high quality TV viewer.
  2. Summary(ja): ハイクオリティな TV ビュアー
  3. Name: tvtime
  4. Version: 0.99
  5. Release: 0vl1
  6. License: GPL
  7. Group: Applications/Multimedia
  8. URL: http://tvtime.sourceforge.net/
  9. Source: http://prdownloads.sourceforge.net/tvtime/%{name}-%{version}.tar.gz
  10. BuildRoot: %{_tmppath}/root-%{name}-%{version}
  11. Prefix: %{_prefix}
  12. BuildRequires: freetype2-devel, zlib-devel, libpng-devel, XFree86-libs
  13. BuildRequires: SDL-devel, libdirectfb-devel, libxml2-devel
  14. Requires: libdirectfb, libpng, libxml2, zlib, freetype2, esound, audiofile
  15. %description
  16. tvtime is a high quality television application for use with video
  17. capture cards. tvtime processes the input from a capture card and
  18. displays it on a computer monitor or projector. Unlike other television
  19. applications, tvtime focuses on high visual quality making it ideal for
  20. videophiles.
  21. %description -l ja
  22. tvtime はビデオキャプチャカードを利用したハイクオリティなテレビアプリ
  23. ケーションです。tvtime はキャプチャカードから入力し、PCのモニタやプロ
  24. ジェクタに表示します。他のテレビアプリケーションと違い、ビデオマニアの
  25. 理想に近づける高い映像クオリティを目指しています。
  26. %prep
  27. %setup
  28. %build
  29. %configure \
  30. --disable-dependency-tracking
  31. %{__make} %{_smp_mflags}
  32. %install
  33. %{__rm} -rf %{buildroot}
  34. %makeinstall
  35. desktop-file-install --vendor net \
  36. --dir %{buildroot}%{_datadir}/applications \
  37. %{buildroot}%{_datadir}/applications/net-tvtime.desktop
  38. %clean
  39. %{__rm} -rf %{buildroot}
  40. %files
  41. %defattr(-, root, root, 0755)
  42. %doc AUTHORS BUGS ChangeLog COPYING NEWS README* data/COPYING*
  43. %doc docs/default.tvtime.xml docs/example.lircrc docs/html/
  44. %doc %{_mandir}/man?/*
  45. %config(noreplace) %{_sysconfdir}/tvtime/
  46. %{_bindir}/tvtime-command
  47. %{_bindir}/tvtime-configure
  48. %{_bindir}/tvtime-scanner
  49. %{_datadir}/applications/*.desktop
  50. %{_datadir}/icons/hicolor/*/apps/tvtime.png
  51. %{_datadir}/pixmaps/*
  52. %{_datadir}/tvtime/
  53. %defattr(4775, root, root, 0755)
  54. %{_bindir}/tvtime
  55. %changelog
  56. * Tue May 03 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 0.99-0vl1
  57. - new upstream release
  58. * Tue Sep 30 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 0.9.10-0vl1
  59. - build for Vine Linux
  60. * Sun Sep 14 2003 Dag Wieers <dag@wieers.com> - 0.9.10-1
  61. - Updated to release 0.9.10.
  62. * Wed Sep 03 2003 Dag Wieers <dag@wieers.com> - 0.9.9-0
  63. - Updated to release 0.9.9.
  64. * Sat Jun 21 2003 Dag Wieers <dag@wieers.com> - 0.9.8.5-0
  65. - Initial package. (using DAR)