source: projects/specs/trunk/lib/libd/libdv/libdv-vl.spec @ 8915

Revision 8915, 4.2 KB checked in by Takemikaduchi, 10 years ago (diff)

dash,liboil,libutempter,virtuoso-opensource,wavpack: new upstream release
others: rebuild

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