Fri, 11 Mar 2011 21:39:41 +0100
Import new package specs for introduction into repository.
1 Name: libdv
2 Summary: Software decoder for DV format video
3 Vendor: Europalab Software
4 Packager: Michael Schloh von Bennewitz
5 Distribution: MeeGo Thirdparty
6 Version: 1.0.0
7 Release: 20101201
8 License: LGPLv2+
9 Group: System Environment/Libraries
10 URL: http://libdv.sourceforge.net/
11 Source: http://downloads.sourceforge.net/libdv/libdv-%{version}.tar.gz
12 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
13 BuildRequires: libXt-devel, libXv-devel, SDL-devel
14 BuildRequires: popt-devel
16 %description
17 The Quasar DV codec (libdv) is a software codec for DV video, the
18 encoding format used by most digital camcorders, typically those that
19 support the IEEE 1394 (a.k.a. FireWire or i.Link) interface. libdv was
20 developed according to the official standards for DV video: IEC 61834
21 and SMPTE 314M.
23 %package tools
24 Summary: Basic tools to manipulate Digital Video streams
25 Vendor: Europalab Software
26 Packager: Michael Schloh von Bennewitz
27 Distribution: MeeGo Thirdparty
28 Group: Applications/Multimedia
29 Requires: %{name} = %{version}-%{release}
31 %description tools
32 This package contains some basic programs to display and encode
33 digital video streams. This programs uses the Quasar DV codec (libdv),
34 a software codec for DV video, the encoding format used by most
35 digital camcorders, typically those that support the IEEE 1394
36 (a.k.a. FireWire or i.Link) interface.
38 %package devel
39 Summary: Development package for libdv
40 Vendor: Europalab Software
41 Packager: Michael Schloh von Bennewitz
42 Distribution: MeeGo Thirdparty
43 Group: Development/Libraries
44 Requires: %{name} = %{version}-%{release}
45 Requires: pkgconfig
47 %description devel
48 The Quasar DV codec (libdv) is a software codec for DV video, the
49 encoding format used by most digital camcorders, typically those that
50 support the IEEE 1394 (a.k.a. FireWire or i.Link) interface. libdv was
51 developed according to the official standards for DV video: IEC 61834
52 and SMPTE 314M.
54 This package contains development files for libdv.
56 %prep
57 %setup -q
59 %build
60 %configure
61 make %{?_smp_mflags}
63 %install
64 rm -rf $RPM_BUILD_ROOT
65 make DESTDIR=$RPM_BUILD_ROOT install
67 %clean
68 rm -rf $RPM_BUILD_ROOT
70 %post -p /sbin/ldconfig
72 %postun -p /sbin/ldconfig
74 %files
75 %defattr(-,root,root,-)
76 %doc COPYING COPYRIGHT ChangeLog
77 %{_libdir}/libdv.so.*
79 %files tools
80 %defattr(-,root,root,-)
81 %doc README.*
82 %{_bindir}/dubdv
83 %{_bindir}/dvconnect
84 %{_bindir}/encodedv
85 %{_mandir}/man1/dubdv.1*
86 %{_mandir}/man1/dvconnect.1*
87 %{_mandir}/man1/encodedv.1*
89 %files devel
90 %defattr(-,root,root,-)
91 %{_includedir}/libdv/
92 %{_libdir}/libdv.a
93 %{_libdir}/libdv.la
94 %{_libdir}/libdv.so
95 %{_libdir}/pkgconfig/libdv.pc
97 %changelog
98 * Wed Dec 1 2010 Michael Schloh von Bennewitz <michael@schloh.com> - 1.0.0-20101201
99 - Adjust packaging and patch logic
101 * Mon Nov 1 2010 Kozinov Ivan <kozinov@gmail.com> - 1.0.0-10
102 - Build for MeeGo 1.1
104 * Mon Feb 15 2010 Jay Fenlason <fenlason@redhat.com> 1.0.0-9
105 - Add dso-linking patch to explicitly pull in the X libraries that
106 playdv depends on.
108 * Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.0-8
109 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
111 * Tue Mar 03 2009 Robert Scheck <robert@fedoraproject.org> 1.0.0-7
112 - Rebuilt against libtool 2.2
114 * Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.0-6
115 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
117 * Mon Jul 7 2008 Tom "spot" Callaway <tcallawa@redhat.com> 1.0.0-5
118 - fix conditional comparison
120 * Thu Feb 14 2008 Jarod Wilson <jwilson@redhat.com> 1.0.0-4
121 - Bump and rebuild with gcc 4.3
123 * Wed Sep 12 2007 Jarod Wilson <jwilson@redhat.com> 1.0.0-3
124 - A few more fixes from Matthias Saou:
125 - List man pages in %%files consistently w/o gz extension
126 - Add BR: popt-devel for f8+, its now split fromm rpm-devel
128 * Wed Sep 12 2007 Jarod Wilson <jwilson@redhat.com> 1.0.0-2
129 - Update License field (Matthias Saou)
130 - Remove useless zero epoch (Matthias Saou)
131 - Add pkgconfig devel sub-package req (Matthias Saou)
132 - Minor spec formatting changes and clean-ups
134 * Fri Jan 19 2007 Jarod Wilson <jwilson@redhat.com> 1.0.0-1
135 - New upstream release
136 - PIC patch from Mike Frysinger <vapier@gentoo.org> (#146596)
137 - Re-enable asm on i386
139 * Thu Sep 21 2006 Jarod Wilson <jwilson@redhat.com> 0.104-5
140 - Disable asm on i386 for now to prevent text relocations in DSO
142 * Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 0:0.104-4.fc6.1
143 - rebuild
145 * Wed May 24 2006 Jarod Wilson <jwilson@redhat.com> 0.104-4
146 - disable PIC patch for now, it reliably causes segfaults on x86
148 * Sat May 13 2006 Jarod Wilson <jwilson@redhat.com> 0.104-3
149 - rebuilt against latest X libs
151 * Tue Mar 07 2006 Warren Togami <wtogami@redhat.com> 0.104-2
152 - remove instead of exclude static libs
154 * Wed Feb 15 2006 Matthias Saou <http://freshrpms.net/> 0.104-1
155 - Update to 0.104 at last (#147311)
156 - Include no-exec-stack, pic-fix, amd64reloc and gtk2 patches from Gentoo
157 and PLD (merge gcc4 fix to the pic-fix patch).
158 - Now build against gtk2 (thanks to the patch above).
159 - Exclude static library.
161 * Mon Feb 13 2006 Paul Nasrat <pnasrat@redhat.com> - 0:0.103-4.3
162 - Patch to build with gcc 4.1
164 * Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 0:0.103-4.2.1
165 - bump again for double-long bug on ppc(64)
167 * Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 0:0.103-4.2
168 - rebuilt for new gcc4.1 snapshot and glibc changes
170 * Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
171 - rebuilt
173 * Wed Mar 16 2005 Elliot Lee <sopwith@redhat.com>
174 - rebuilt
176 * Mon Feb 28 2005 Warren Togami <wtogami@redhat.com> - 0:0.103-3
177 - gcc4 rebuild
179 * Sun Feb 06 2005 Warren Togami <wtogami@redhat.com> - 0:0.103-2
180 - Fix erroneously requiring an executable stack (Nicholas Miell #146590)
182 * Sun Sep 19 2004 Warren Togami <wtogami@redhat.com> - 0:0.103-1
183 - upgrade to 0.103
185 * Sun Jun 20 2004 Jeremy Katz <katzj@redhat.com> - 0:0.102-4
186 - gtk+ doesn't need to be in the .pc file (committed upstream, reported
187 - don't require gtk+-devel for -devel package (unneeded)
188 to fedora-devel-list by John Thacker)
190 * Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
191 - rebuilt
193 * Sun May 30 2004 Warren Togami <wtogami@redhat.com> 0:0.102-2
194 - Bug #123367 -devel Req gtk+-devel
196 * Mon Mar 29 2004 Warren Togami <wtogami@redhat.com> 0:0.102-1
197 - update to 0.102
199 * Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
200 - rebuilt
202 * Thu Feb 14 2004 Warren Togami <wtogami@redhat.com> 0:0.101-2
203 - upgrade to 0.101
204 - spec cleanup
205 - exclude from mainframes
206 - GPL -> LGPL
208 * Sun Apr 27 2003 Dams <anvil[AT]livna.org> 0:0.99-0.fdr.2
209 - Added post/postun scriptlets
211 * Fri Apr 25 2003 Dams <anvil[AT]livna.org>
212 - Initial build.