source: projects/specs/branches/6/lib/libd/libdv/libdv-vl.spec @ 1895

Revision 1895, 3.8 KB checked in by inagaki, 14 years ago (diff)

rebuilt with rpm-4.8.1: libavc1394, libdc1394, libdv, libdvdread, libiec61883, libraw1394

Line 
1Name: libdv
2Summary: A software codec for DV video.
3Summary(ja): DVビデオのためのソフトウエアコーデック
4Version: 1.0.0
5Release: 3%{?_dist_release}
6
7Group: System Environment/Libraries
8License: LGPLv2
9URL: http://libdv.sourceforge.net/
10
11Source: http://prdownloads.sourceforge.net/libdv/%{name}-%{version}.tar.gz
12Patch0: libdv-0.104-amd64reloc.patch
13Patch1: libdv-1.0.0-gtk2.patch
14
15BuildRoot: %{_tmppath}/%{name}-%{version}-root
16BuildRequires: pkgconfig >= 0.9.0
17BuildRequires: gtk2-devel
18
19%description
20The Quasar DV codec (libdv) is a software codec for DV video, the encoding
21format used by most digital camcorders, typically those that support the
22IEEE 1394 (a.k.a. FireWire or i.Link) interface. Libdv was developed
23according to the official standards for DV video: IEC 61834 and SMPTE 314M.
24
25
26%package devel
27Summary: Development package for libdv library.
28Summary(ja): libdv ライブラリの開発用パッケージ
29Group: Development/Libraries
30Requires: %{name} = %{version}-%{release}
31
32%description devel
33The Quasar DV codec (libdv) is a software codec for DV video, the encoding
34format used by most digital camcorders, typically those that support the
35IEEE 1394 (a.k.a. FireWire or i.Link) interface. Libdv was developed
36according to the official standards for DV video: IEC 61834 and SMPTE 314M.
37
38This is the libraries, include files and other resources that are used to
39incorporate libdv into applications.
40
41
42%package tools
43Summary: Basic tools to manipulate Digital Video streams
44Summary: デジタルビデオストリームを扱うための基本ツール
45Group: Applications/Multimedia
46Requires: %{name} = %{version}-%{release}
47
48%description tools
49This package contains some basic programs to display and encode
50digital video streams. This programs uses the Quasar DV codec (libdv),
51a software codec for DV video, the encoding format used by most
52digital 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
60libtoolize
61autoreconf -f -i
62
63%configure --disable-static
64make %{?_smp_mflags}
65
66%install
67rm -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
77rm -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
Note: See TracBrowser for help on using the repository browser.