ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/free/rpms/ffmpeg/F-11/ffmpeg.spec
Revision: 1.19
Committed: Sat Jun 19 18:30:50 2010 UTC (3 years ago) by rathann
Branch: MAIN
CVS Tags: ffmpeg-0_5_2-1_fc11, HEAD
Changes since 1.18: +4 -1 lines
Log Message:
* Sat Jun 19 2010 Dominik Mierzejewski <rpm at greysector.net> - 0.5.2-1
- updated to 0.5.2

Line File contents
1 # TODO: add make test to %%check section
2
3 %define faad2min 1:2.6.1
4
5 Summary: Digital VCR and streaming server
6 Name: ffmpeg
7 Version: 0.5.2
8 Release: 1%{?dist}
9 %if 0%{?_with_opencore_amr:1}
10 License: GPLv3+
11 %else
12 %if 0%{?_with_amr:1} || 0%{?_with_faac:1}
13 License: Non-distributable
14 %else
15 License: GPLv2+
16 %endif
17 %endif
18 Group: Applications/Multimedia
19 URL: http://ffmpeg.org/
20 Source0: http://ffmpeg.org/releases/%{name}-%{version}.tar.bz2
21 # get rid of textrels on x86_64 in yasm code
22 Patch0: %{name}-textrel.patch
23 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
24
25 BuildRequires: bzip2-devel
26 BuildRequires: dirac-devel
27 %{?_with_faac:BuildRequires: faac-devel}
28 BuildRequires: faad2-devel >= %{faad2min}
29 BuildRequires: gsm-devel
30 BuildRequires: imlib2-devel
31 BuildRequires: lame-devel
32 BuildRequires: libdc1394-devel
33 BuildRequires: libtheora-devel
34 %{?_with_vaapi:BuildRequires:libva-devel >= 0.31.0}
35 BuildRequires: libvdpau-devel
36 BuildRequires: libvorbis-devel
37 %{?_with_opencore_amr:BuildRequires: opencore-amr-devel}
38 BuildRequires: openjpeg-devel
39 BuildRequires: schroedinger-devel
40 BuildRequires: SDL-devel
41 BuildRequires: speex-devel
42 BuildRequires: texi2html
43 BuildRequires: x264-devel >= 0.0.0-0.14.20080613
44 BuildRequires: xvidcore-devel
45 BuildRequires: zlib-devel
46 %ifarch %{ix86} x86_64
47 BuildRequires: yasm
48 %endif
49
50 %description
51 FFMpeg is a complete and free Internet live audio and video
52 broadcasting solution for Linux/Unix. It also includes a digital
53 VCR. It can encode in real time in many formats including MPEG1 audio
54 and video, MPEG4, h263, ac3, asf, avi, real, mjpeg, and flash.
55
56 %package libs
57 Summary: Libraries for %{name}
58 Group: System Environment/Libraries
59 Requires: faad2-libs >= %{faad2min}
60 Obsoletes: ffmpeg-libpostproc < 0.4.9-0.11
61 Obsoletes: ffmpeg-compat < 0.4.9-0.49
62
63 %description libs
64 FFMpeg is a complete and free Internet live audio and video
65 broadcasting solution for Linux/Unix. It also includes a digital
66 VCR. It can encode in real time in many formats including MPEG1 audio
67 and video, MPEG4, h263, ac3, asf, avi, real, mjpeg, and flash.
68 This package contains the libraries for %{name}
69
70 %package devel
71 Summary: Development package for %{name}
72 Group: Development/Libraries
73 Requires: %{name}-libs = %{version}-%{release}
74 Requires: pkgconfig
75 Obsoletes: ffmpeg-compat-devel < 0.4.9-0.49
76
77 %description devel
78 FFMpeg is a complete and free Internet live audio and video
79 broadcasting solution for Linux/Unix. It also includes a digital
80 VCR. It can encode in real time in many formats including MPEG1 audio
81 and video, MPEG4, h263, ac3, asf, avi, real, mjpeg, and flash.
82 This package contains development files for %{name}
83
84 %define ff_configure \
85 ../configure \\\
86 --prefix=%{_prefix} \\\
87 --bindir=%{_bindir} \\\
88 --datadir=%{_datadir}/ffmpeg \\\
89 --incdir=%{_includedir}/ffmpeg \\\
90 --libdir=%{_libdir} \\\
91 --mandir=%{_mandir} \\\
92 --arch=%{_target_cpu} \\\
93 --extra-cflags="$RPM_OPT_FLAGS" \\\
94 --extra-version=rpmfusion \\\
95 %{?_with_amr:--enable-libamr-nb --enable-libamr-wb --enable-nonfree} \\\
96 %{?_with_opencore_amr:--enable-libopencore-amrnb --enable-libopencore-amrwb --enable-version3} \\\
97 --enable-bzlib \\\
98 --enable-libdc1394 \\\
99 --enable-libdirac \\\
100 %{?_with_faac:--enable-libfaac --enable-nonfree} \\\
101 --enable-libfaad \\\
102 --enable-libgsm \\\
103 --enable-libmp3lame \\\
104 --enable-libopenjpeg \\\
105 --enable-libschroedinger \\\
106 --enable-libspeex \\\
107 --enable-libtheora \\\
108 --enable-libvorbis \\\
109 --enable-libx264 \\\
110 --enable-libxvid \\\
111 --enable-vdpau \\\
112 --enable-x11grab \\\
113 --enable-avfilter \\\
114 --enable-avfilter-lavf \\\
115 --enable-postproc \\\
116 --enable-swscale \\\
117 --enable-pthreads \\\
118 --disable-static \\\
119 --enable-shared \\\
120 --enable-gpl \\\
121 --disable-debug \\\
122 --disable-stripping
123
124
125 %prep
126 %setup -q
127 %patch0 -p1 -b .textrel
128
129 %build
130 %ifarch ppc ppc64
131 # compile with -mlongcall on ppc/ppc64 (rf804)
132 export RPM_OPT_FLAGS="$RPM_OPT_FLAGS -mlongcall"
133 %endif
134 mkdir generic
135 pushd generic
136 %{ff_configure}\
137 --shlibdir=%{_libdir} \
138 %ifarch %{ix86}
139 --cpu=%{_target_cpu} \
140 %endif
141 %ifarch %{ix86} x86_64
142 --enable-runtime-cpudetect \
143 %endif
144 %ifarch ppc
145 --cpu=g3 \
146 --enable-runtime-cpudetect \
147 %endif
148 %ifarch ppc64
149 --cpu=g5 \
150 --enable-runtime-cpudetect \
151 %endif
152 %ifarch sparc sparc64
153 --disable-vis \
154 %endif
155
156 make %{?_smp_mflags}
157 make documentation
158 popd
159
160 mkdir simd
161 pushd simd
162 %ifarch sparc sparc64
163 %{ff_configure}\
164 --shlibdir=%{_libdir}/v9 \
165 --cpu=v9 \
166 --enable-vis \
167 --disable-ffmpeg \
168 --disable-ffserver \
169 --disable-ffplay \
170
171 make %{?_smp_mflags}
172 %endif
173 popd
174
175 %install
176 rm -rf $RPM_BUILD_ROOT
177 pushd generic
178 make install DESTDIR=$RPM_BUILD_ROOT
179 popd
180 pushd simd
181 %ifarch sparc sparc64
182 make install DESTDIR=$RPM_BUILD_ROOT
183 %endif
184 popd
185
186 %clean
187 rm -rf $RPM_BUILD_ROOT
188
189
190 %post libs -p /sbin/ldconfig
191
192 %postun libs -p /sbin/ldconfig
193
194 %files
195 %defattr(-,root,root,-)
196 %doc COPYING.GPL* CREDITS Changelog README RELEASE doc/ffserver.conf
197 %{_bindir}/ffmpeg
198 %{_bindir}/ffplay
199 %{_bindir}/ffserver
200 %{_mandir}/man1/ffmpeg.1*
201 %{_mandir}/man1/ffplay.1*
202 %{_mandir}/man1/ffserver.1*
203 %{_datadir}/ffmpeg
204
205 %files libs
206 %defattr(-,root,root,-)
207 %{_libdir}/lib*.so.*
208 %{_libdir}/vhook/
209 %ifarch sparc sparc64
210 %{_libdir}/v9/lib*.so.*
211 %{_libdir}/v9/vhook/
212 %endif
213
214 %files devel
215 %defattr(-,root,root,-)
216 %doc MAINTAINERS doc/APIchanges doc/TODO doc/*.txt
217 %{_includedir}/ffmpeg
218 %{_libdir}/pkgconfig/lib*.pc
219 %{_libdir}/lib*.so
220 %ifarch sparc sparc64
221 %{_libdir}/v9/lib*.so
222 %endif
223
224
225 %changelog
226 * Sat Jun 19 2010 Dominik Mierzejewski <rpm at greysector.net> - 0.5.2-1
227 - updated to 0.5.2
228
229 * Fri Mar 05 2010 Dominik Mierzejewski <rpm at greysector.net> - 0.5.1-1
230 - updated to latest point release
231 - fix textrels on x86_64 in a different way (patch by Reimar Döffinger)
232 - use -mlongcall instead of -fPIC to fix rfbz#804, it's faster
233 - replaced amr.b with opencore-amr
234 - dropped separate SIMDified libs for x86 and ppc(64),
235 runtime CPU detection should be enough
236
237 * Thu Oct 22 2009 Dominik Mierzejewski <rpm at greysector.net> - 0.5-3
238 - dropped workaround for non-standard openjpeg headers location
239 - Add BR dirac vdpau. (kwizart)
240 - Don't build faac by default because it's nonfree. (kwizart)
241 - fixed PowerPC builds (bug 808)
242
243 * Fri Mar 27 2009 Dominik Mierzejewski <rpm at greysector.net> - 0.5-2
244 - rebuild for new faad2 and x264
245
246 * Tue Mar 10 2009 Dominik Mierzejewski <rpm at greysector.net> - 0.5-1
247 - 0.5 release
248 - enable yasm on x86_64, fix resulting textrels
249 - add missing obsoletes for ffmpeg-compat-devel (really fix bug #173)
250 - disable yasm and certain asm optimizations for generic ix86 builds
251 - %%{_bindir} is now usable
252 - include more docs
253 - specfile cleanups
254 - add JPEG2000 decoding support via openjpeg
255
256 * Sat Jan 31 2009 Dominik Mierzejewski <rpm at greysector.net> - 0.4.9-0.58.20090131
257 - 20090131 snapshot
258
259 * Wed Dec 17 2008 Dominik Mierzejewski <rpm at greysector.net> - 0.4.9-0.57.20081217
260 - 20081217 snapshot
261 - fix pkgconfig files again (broken in 0.4.9-0.55.20081214)
262
263 * Mon Dec 15 2008 Dominik Mierzejewski <rpm at greysector.net> - 0.4.9-0.56.20081214
264 - drop libdirac support for now
265
266 * Sun Dec 14 2008 Dominik Mierzejewski <rpm at greysector.net> - 0.4.9-0.55.20081214
267 - 20081214 snapshot
268 - change the lib split on x86, it doesn't work right for P3/AthlonXP
269 - specfile cleanups
270 - enable bzlib, dirac and speex support via external libs
271 - sort BR list alphabetically
272 - drop upstream'd patch
273
274 * Thu Dec 11 2008 Dominik Mierzejewski <rpm at greysector.net> - 0.4.9-0.54.20081202
275 - fix pkgconfig file generation
276
277 * Thu Dec 04 2008 Dominik Mierzejewski <rpm at greysector.net> - 0.4.9-0.53.20081202
278 - 20081202 snapshot
279 - drop upstreamed/obsolete patches
280
281 * Thu Nov 20 2008 Dominik Mierzejewski <rpm at greysector.net> - 0.4.9-0.52.20080908
282 - add obsoletes for -compat package (RPMFusion bug #173)
283
284 * Sat Nov 01 2008 Dominik Mierzejewski <rpm at greysector.net> - 0.4.9-0.51.20080908
285 - reworked build system
286 - build optimized versions where it makes sense
287 - specfile cleanups
288 - enable yasm for optimized asm routines on x86_32
289 - add obsoletes for Freshrpms' libpostproc subpackage
290
291 * Thu Sep 18 2008 Dominik Mierzejewski <rpm at greysector.net> - 0.4.9-0.50.20080908
292 - 20080908 snapshot (r25261), last before ABI change
293
294 * Fri Sep 05 2008 Dominik Mierzejewski <rpm at greysector.net> - 0.4.9-0.49.20080905
295 - 20080905 snapshot
296 - fix build --with amr
297 - update snapshot.sh
298 - drop liba52 support, native ac3 decoder is better in every way
299
300 * Mon Aug 25 2008 Dominik Mierzejewski <rpm at greysector.net> - 0.4.9-0.48.20080825
301 - 20080825 snapshot
302 - use CFLAGS more similar to upstream
303 - enable X11 grabbing input
304 - enable libavfilter
305
306 * Sun Aug 03 2008 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info - 0.4.9-0.47.20080614
307 - rebuild
308
309 * Sat Jun 14 2008 Dominik Mierzejewski <rpm at greysector.net> - 0.4.9-0.46.20080614
310 - 20080614 snapshot
311 - no need to conditionalize swscaler anymore
312 - dropped obsolete pkgconfig patch
313 - BR latest x264
314
315 * Mon Mar 03 2008 Dominik Mierzejewski <rpm at greysector.net> - 0.4.9-0.45.20080113
316 - rebuild for new x264
317
318 * Sun Jan 13 2008 Dominik Mierzejewski <rpm at greysector.net> - 0.4.9-0.44.20080113
319 - 20080113 snapshot
320 - drop unnecessary patch
321 - enable libdc1394 support
322 - enable swscaler
323
324 * Mon Nov 12 2007 Dominik Mierzejewski <rpm at greysector.net> - 0.4.9-0.43.20071111
325 - ensure that we use the correct faad2 version
326
327 * Sun Nov 11 2007 Dominik Mierzejewski <rpm at greysector.net> - 0.4.9-0.42.20071111
328 - 20071111 snapshot
329 - current faad2 is good again
330
331 * Thu Oct 18 2007 Dominik Mierzejewski <rpm at greysector.net> - 0.4.9-0.41.20071011
332 - fix BRs and Requires for faad2
333
334 * Thu Oct 11 2007 Dominik Mierzejewski <rpm at greysector.net> - 0.4.9-0.40.20071011
335 - 20071011 snapshot
336 - don't link against faad2-2.5, it makes GPL'd binary non-distributable
337 - go back to normal linking instead of dlopen() of liba52
338
339 * Sun Sep 23 2007 Dominik Mierzejewski <rpm at greysector.net> - 0.4.9-0.39.20070923
340 - 20070923 snapshot
341 - use faad2 2.5
342 - optional AMR support
343 - dropped obsolete patch
344
345 * Thu Jun 07 2007 Dominik Mierzejewski <rpm at greysector.net> - 0.4.9-0.38.20070607
346 - 20070607 snapshot
347 - libdca BR dropped (no longer supported)
348 - drop gsm.h path hack, gsm in Fedora now provides a compatibility symlink
349 - remove arch hacks, ffmpeg's configure is smart enough
350 - enable cmov on x86_64
351
352 * Thu May 03 2007 Dominik Mierzejewski <rpm at greysector.net> - 0.4.9-0.37.20070503
353 - require older faad2 to prevent bugreports like #1388
354 - prepare for libdc1394 support
355 - enable pthreads
356 - 20070503 snapshot
357
358 * Thu Feb 08 2007 Dominik Mierzejewski <rpm at greysector.net> - 0.4.9-0.35.20070204
359 - libswscale.pc is necessary regardless of --enable-swscaler
360
361 * Sun Feb 4 2007 Ville Skyttä <ville.skytta at iki.fi> - 0.4.9-0.34.20070204
362 - 2007-02-04 snapshot, enable libtheora.
363 - Make swscaler optional, disabled again by default (#1379).
364
365 * Fri Jan 05 2007 Dominik Mierzejewski <rpm at greysector.net> - 0.4.9-0.34.20061214
366 - move vhooks to -libs
367
368 * Wed Jan 03 2007 Dominik Mierzejewski <rpm at greysector.net> - 0.4.9-0.33.20061214
369 - split -libs subpackage for multilib installs
370
371 * Tue Dec 26 2006 Dominik Mierzejewski <rpm at greysector.net> - 0.4.9-0.32.20061214
372 - new kino works with swscaler, re-enabled
373
374 * Tue Dec 19 2006 Dominik Mierzejewski <rpm at greysector.net> - 0.4.9-0.31.20061214
375 - disable swscaler, it breaks kino
376
377 * Sun Dec 17 2006 Ville Skyttä <ville.skytta at iki.fi> - 0.4.9-0.30.20061214
378 - fix pkgconfig patch
379
380 * Sat Dec 16 2006 Dominik Mierzejewski <rpm at greysector.net> - 0.4.9-0.29.20061214
381 - liba52 change broke build on 64bit
382 - resurrect lost URL changes
383
384 * Fri Dec 15 2006 Dominik Mierzejewski <rpm at greysector.net> - 0.4.9-0.28.20061214
385 - fixed build on x86
386 - change liba52 file-based dependency to provides-based
387 - resurrect and update pkgconfig patch
388
389 * Thu Dec 14 2006 Dominik Mierzejewski <rpm at greysector.net> - 0.4.9-0.27.20061214
390 - new snapshot URL
391 - new URL
392
393 * Thu Dec 14 2006 Dominik Mierzejewski <rpm at greysector.net> - 0.4.9-0.26.20061214
394 - 2006-12-14 snapshot
395 - added libdca support
396 - enabled swscaler
397 - dropped obsolete patches
398
399 * Mon Oct 30 2006 Ville Skyttä <ville.skytta at iki.fi> - 0.4.9-0.25.20061030
400 - 2006-10-30 snapshot, fixes x86_64 build.
401 - Apply a less intrusive workaround for LAME detection issues.
402
403 * Sat Oct 28 2006 Ville Skyttä <ville.skytta at iki.fi> - 0.4.9-0.25.20061028
404 - 2006-10-28 snapshot, build with x264.
405 - Clean up some pre-FC4 compat build dependency cruft.
406 - Quick and dirty workarounds for ./configure's libmp3lame test and asm
407 register issues on ix86.
408
409 * Fri Oct 06 2006 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> 0.4.9-25
410 - rebuilt for unwind info generation, broken in gcc-4.1.1-21
411
412 * Tue Sep 26 2006 Ville Skyttä <ville.skytta at iki.fi> - 0.4.9-0.24.20060817
413 - Drop SELinux fcontext settings, they're supposedly fixed upstream again.
414
415 * Thu Aug 17 2006 Ville Skyttä <ville.skytta at iki.fi> - 0.4.9-0.23.20060817
416 - 2006-08-17 snapshot.
417 - Fix svn rev in "ffmpeg -version" etc.
418
419 * Wed Aug 9 2006 Ville Skyttä <ville.skytta at iki.fi> - 0.4.9-0.23.20060804
420 - Reintroduce SELinux fcontext settings on ix86 (not needed on x86_64, ppc),
421 they're not completely taken care of upstream (#1120).
422 - Split svn snapshot creator into a separate script.
423
424 * Fri Aug 4 2006 Ville Skyttä <ville.skytta at iki.fi> - 0.4.9-0.22.20060804
425 - 2006-08-04 snapshot.
426 - Drop bogus version from SDL-devel build dependency.
427 - Drop no longer relevant libpostproc obsoletion.
428 - Prune pre-2005 changelog entries.
429 - Specfile cleanup.
430
431 * Sat Jun 17 2006 Ville Skyttä <ville.skytta at iki.fi> - 0.4.9-0.22.20060617
432 - 2006-06-17 snapshot.
433
434 * Mon Jun 12 2006 Ville Skyttä <ville.skytta at iki.fi> - 0.4.9-0.22.20060612
435 - 2006-06-12 snapshot, rgb.txt patch applied upstream.
436 - Patch to force linking vhook modules with their dependencies, --as-needed
437 seems to drop needed things for some reason for drawtext and imlib2.
438 - Revert to dlopen()'ing liba52 and add file based dependency on it, it's
439 easier this way again due to --as-needed linkage.
440
441 * Wed May 17 2006 Ville Skyttä <ville.skytta at iki.fi> - 0.4.9-0.22.20060517
442 - 2006-05-17 snapshot.
443 - Link with faad2, don't dlopen() it.
444
445 * Sat May 13 2006 Ville Skyttä <ville.skytta at iki.fi> - 0.4.9-0.22.20060513
446 - 2006-05-13 snapshot.
447 - Drop SELinux fixups, they're part of upstream policy now.
448
449 * Sat Apr 15 2006 Ville Skyttä <ville.skytta at iki.fi> - 0.4.9-0.22.20060407
450 - SELinux file context fixups (mplayer, vdr-dxr3 etc) while waiting for #188358
451
452 * Sat Apr 8 2006 Ville Skyttä <ville.skytta at iki.fi> - 0.4.9-0.21.20060407
453 - 2006-04-07 CVS snapshot.
454 - Move *.so to -devel, hopefully nothing needs them any more.
455
456 * Fri Mar 31 2006 Ville Skyttä <ville.skytta at iki.fi> - 0.4.9-0.21.20051228
457 - Remove superfluous dependencies from pkgconfig files (#747).
458 - Re-enable MMX on x86_64.
459
460 * Thu Mar 09 2006 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
461 - switch to new release field
462
463 * Tue Feb 28 2006 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
464 - add dist
465
466 * Wed Dec 28 2005 Ville Skyttä <ville.skytta at iki.fi> - 0.4.9-0.lvn.0.20.20051228
467 - 2005-12-28 CVS snapshot.
468 - Let upstream configure take care of PIC settings (patched for ppc).
469 - Own shared lib symlinks.
470
471 * Fri Dec 23 2005 Ville Skyttä <ville.skytta at iki.fi> - 0.4.9-0.lvn.0.20.20050801
472 - Apply upstream fix for CVE-2005-4048.
473 - Patch to find rgb.txt in FC5 too.
474
475 * Thu Sep 29 2005 Ville Skyttä <ville.skytta at iki.fi> - 0:0.4.9-0.lvn.0.19.20050801
476 - Clean up obsolete pre-FC3 stuff (FAAC is now unconditionally enabled).
477 - Drop zero Epochs.
478
479 * Tue Aug 16 2005 Ville Skyttä <ville.skytta at iki.fi> - 0:0.4.9-0.lvn.0.18.20050801
480 - Apply some upstream and some mine (libdir) fixes to pkgconfig files.
481 - Add pkgconfig dependency to -devel.
482 - Include gsm support.
483
484 * Thu Aug 4 2005 David Woodhouse <dwmw2@infradead.org> - 0:0.4.9-0.lvn.0.17.20050801
485 - Update to 20050801 snapshot to make xine-lib happy
486 - Enable Altivec support by using --cpu=powerpc (not 'ppc')
487 - Enable theora
488 - Add pkgconfig files
489 - Undefine various things which might be macros before redefining them
490
491 * Sat Jul 23 2005 Dams <anvil[AT]livna.org> - 0:0.4.9-0.lvn.0.17.20050427
492 - Added patch from Marc Deslauriers to fix wmv2 distorsion
493
494 * Sun Jul 10 2005 Ville Skyttä <ville.skytta at iki.fi> - 0:0.4.9-0.lvn.0.16.20050427
495 - Enable faac by default, rebuild with "--without faac" to disable.
496 - Clean up obsolete pre-FC2 and other stuff.
497
498 * Sun May 22 2005 Ville Skyttä <ville.skytta at iki.fi> - 0:0.4.9-0.lvn.0.15.20050427
499 - PPC needs -fPIC too.
500
501 * Sat May 21 2005 Thorsten Leemhuis <fedora[AT]leemhuis.info> - 0:0.4.9-0.lvn.0.14.20050427
502 - disable mmx for now on x86_64 to fix build
503
504 * Sat Apr 30 2005 Dams <anvil[AT]livna.org> - 0:0.4.9-0.lvn.0.13.20050427
505 - Removed bogus devel requires
506 - Re-added conditionnal a52dec buildreq
507
508 * Fri Apr 29 2005 Ville Skyttä <ville.skytta at iki.fi> - 0:0.4.9-0.lvn.0.12.20050427
509 - Link avcodec with a52 when building with a52bin, remove unnecessary
510 hardcoded liba52.so.0 dependency.
511
512 * Fri Apr 29 2005 Dams <anvil[AT]livna.org> - 0:0.4.9-0.lvn.0.11.20050427
513 - Fixed devel package deps
514
515 * Fri Apr 29 2005 Dams <anvil[AT]livna.org> - 0:0.4.9-0.lvn.0.10.20050427
516 - texi2html replaces tetex as build dependency (FC4 compliance)
517 - re-added man pages
518
519 * Thu Apr 28 2005 Dams <anvil[AT]livna.org> - 0:0.4.9-0.lvn.0.9.20050427
520 - Patch from Enrico to fix build on gcc4
521 - Missing BuildReq a52dec-devel when a52bin is defined
522 - Patch to fix a52 build
523
524 * Wed Apr 27 2005 Dams <anvil[AT]livna.org> - 0:0.4.9-0.lvn.0.8.20050427
525 - Updated tarball to cvs 20050427 snapshot
526 - Enabled libogg, xvid, a52bin
527 - Dropped Patch[0-3]