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