ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/free/rpms/ffmpeg/F-13/ffmpeg.spec
Revision: 1.30
Committed: Mon Jul 26 20:43:14 2010 UTC (2 years, 9 months ago) by kwizart
Branch: MAIN
CVS Tags: ffmpeg-0_6-3_fc13, HEAD
Changes since 1.29: +9 -2 lines
Log Message:
- Enable libva
- Restore compatibility --with amr

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