libdv-vl.spec 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130
  1. Summary: A software codec for DV video.
  2. Summary(ja): DVビデオのためのソフトウエアコーデック
  3. Name: libdv
  4. Version: 1.0.0
  5. Release: 2%{?_dist_release}
  6. License: LGPL
  7. Group: System Environment/Libraries
  8. Source: http://prdownloads.sourceforge.net/libdv/%{name}-%{version}.tar.gz
  9. Patch0: libdv-0.104-amd64reloc.patch
  10. Patch1: libdv-1.0.0-gtk2.patch
  11. URL: http://libdv.sourceforge.net/
  12. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  13. BuildRequires: pkgconfig >= 0.9.0
  14. BuildRequires: gtk2-devel
  15. %description
  16. The Quasar DV codec (libdv) is a software codec for DV video, the encoding
  17. format used by most digital camcorders, typically those that support the
  18. IEEE 1394 (a.k.a. FireWire or i.Link) interface. Libdv was developed
  19. according to the official standards for DV video: IEC 61834 and SMPTE 314M.
  20. %package devel
  21. Summary: Development package for libdv library.
  22. Summary(ja): libdv ライブラリの開発用パッケージ
  23. Group: Development/Libraries
  24. Requires: %{name} = %{version}-%{release}
  25. Requires: pkgconfig >= 0.9.0
  26. %description devel
  27. The Quasar DV codec (libdv) is a software codec for DV video, the encoding
  28. format used by most digital camcorders, typically those that support the
  29. IEEE 1394 (a.k.a. FireWire or i.Link) interface. Libdv was developed
  30. according to the official standards for DV video: IEC 61834 and SMPTE 314M.
  31. This is the libraries, include files and other resources that are used to
  32. incorporate libdv into applications.
  33. %package tools
  34. Summary: Basic tools to manipulate Digital Video streams
  35. Summary: デジタルビデオストリームを扱うための基本ツール
  36. Group: Applications/Multimedia
  37. Requires: %{name} = %{version}-%{release}
  38. %description tools
  39. This package contains some basic programs to display and encode
  40. digital video streams. This programs uses the Quasar DV codec (libdv),
  41. a software codec for DV video, the encoding format used by most
  42. digital camcorders, typically those that support the IEEE 1394
  43. (a.k.a. FireWire or i.Link) interface.
  44. %prep
  45. %setup -q
  46. %patch1 -p1 -b .gtk2
  47. %build
  48. libtoolize
  49. autoreconf -f -i
  50. %configure
  51. make %{?_smp_mflags}
  52. %install
  53. rm -rf %{buildroot}
  54. %makeinstall
  55. rm -f %{buildroot}%{_libdir}/*.{a,la}
  56. %post -p /sbin/ldconfig
  57. %postun -p /sbin/ldconfig
  58. %clean
  59. rm -rf %{buildroot}
  60. %files
  61. %defattr(-, root, root)
  62. %doc AUTHORS ChangeLog COPY* NEWS README* TODO
  63. %{_libdir}/*.so.*
  64. %files devel
  65. %defattr(-, root, root)
  66. %{_includedir}/%{name}
  67. %{_libdir}/*.so
  68. %{_libdir}/pkgconfig/*
  69. %files tools
  70. %defattr(-, root, root)
  71. %{_bindir}/*
  72. %{_mandir}/man1/*
  73. %changelog
  74. * Sun Jul 12 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.2-1
  75. - add Patch1 to build with gtk2
  76. - add BR: gtk2-devel instead of gtk+-devel
  77. - remove static libs
  78. * Tue Aug 19 2008 Shu KONNO <owa@bg.wakwak.com> 1.0.0-1vl5
  79. - applied new versioning policy, spec in utf-8
  80. * Sun Feb 11 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.0.0-0vl1
  81. - new upstream release
  82. - dropped Patch0 (merged into upstream)
  83. * Tue Oct 17 2006 NAKAMURA Kenta <kenta@vinelinux.org> 0.104-0vl2
  84. - added amd64reloc.patch
  85. * Fri Jun 10 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.104-0vl1
  86. - new upstream release
  87. * Thu Apr 15 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 0.102-0vl1
  88. - new upstream release
  89. * Fri Feb 20 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 0.101-0vl1
  90. - initial build for Vine Linux
  91. - new upstream release
  92. * Mon Mar 31 2003 Matthias Saou <matthias.saou@est.une.marmotte.net>
  93. - Rebuilt for Red Hat Linux 9.
  94. - Exclude .la files.
  95. * Thu Jan 23 2003 Matthias Saou <matthias.saou@est.une.marmotte.net>
  96. - Update to 0.99.
  97. * Thu Sep 26 2002 Matthias Saou <matthias.saou@est.une.marmotte.net>
  98. - Rebuilt for Red Hat Linux 8.0.
  99. * Thu Aug 1 2002 Matthias Saou <matthias.saou@est.une.marmotte.net>
  100. - Spec file rewrite from the one included with the sources.