ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/free/rpms/vlc/EL-5/vlc.spec
Revision: 1.1
Committed: Sat Aug 9 10:01:16 2008 UTC (4 years, 9 months ago) by thl
Branch: MAIN
CVS Tags: EL-5-split, EL-5-start, vlc-0_9_0-0_5_20080802git_fc10_1, HEAD
Log Message:
initial import from livna

Line File contents
1 # TODO: libdc1394(juju), modularization (vlc-plugin-foo)
2
3 %define with_internal_live555 1
4 %define with_shared_live555 0
5 %define live555_date 2008.07.25
6 %define vlc_git 1
7 %define vlc_date 20080802
8 %define with_mozilla 1
9 %define with_dc1394 0
10 %define with_directfb 1
11 %define with_dirac 1
12
13 Summary: Multi-platform MPEG, DVD, and DivX player
14 Name: vlc
15 Version: 0.9.0
16 %define release_tag 0.5
17 %if %vlc_git
18 %define _version %{version}-test3
19 Release: %{release_tag}.%{vlc_date}git%{?dist}.1
20 %else
21 %define _version %{version}
22 Release: %{release_tag}%{?dist}
23 %endif
24 License: GPLv2+
25 Group: Applications/Multimedia
26 URL: http://www.videolan.org/
27 %if %vlc_git
28 Source0: http://nightlies.videolan.org/build/source/trunk-%{vlc_date}-0012/vlc-snapshot-%{vlc_date}.tar.bz2
29 %else
30 Source0: http://download.videolan.org/pub/videolan/vlc/%{version}/vlc-%{version}.tar.bz2
31 %endif
32 %if %with_internal_live555
33 Source2: http://www.live555.com/liveMedia/public/live.%{live555_date}.tar.gz
34 %endif
35 Patch0: vlc-trunk-default_font.patch
36 Patch1: vlc-git-opencvfix.patch
37 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
38
39 BuildRequires: desktop-file-utils
40 %if 0
41 BuildRequires: automake
42 BuildRequires: gettext-devel
43 BuildRequires: libtool
44 %endif
45
46 BuildRequires: a52dec-devel
47 BuildRequires: aalib-devel
48 BuildRequires: alsa-lib-devel
49 BuildRequires: avahi-devel
50 BuildRequires: cdparanoia-devel
51 BuildRequires: dbus-devel
52 %if %with_dirac
53 BuildRequires: dirac-devel >= 0.6.0
54 %endif
55 %if %with_directfb
56 BuildRequires: directfb-devel
57 %endif
58 BuildRequires: faac-devel
59 BuildRequires: faad2-devel
60 BuildRequires: ffmpeg-devel >= 0.4.9-0
61 BuildRequires: flac-devel
62 BuildRequires: fluidsynth-devel
63 BuildRequires: fribidi-devel
64 BuildRequires: gnome-vfs2-devel
65 BuildRequires: gnutls-devel >= 1.0.17
66 BuildRequires: gsm-devel
67 BuildRequires: hal-devel
68 BuildRequires: jack-audio-connection-kit-devel
69 BuildRequires: libavc1394-devel
70 BuildRequires: libcaca-devel
71 BuildRequires: libcddb-devel
72 BuildRequires: libcdio-devel >= 0.77-3
73 BuildRequires: libdca-devel
74 BuildRequires: libdv-devel
75 BuildRequires: libdvbpsi-devel
76 BuildRequires: libdvdnav-devel
77 BuildRequires: libebml-devel
78 BuildRequires: libid3tag-devel
79 BuildRequires: libmad-devel
80 BuildRequires: libmatroska-devel >= 0.7.6
81 BuildRequires: libmodplug-devel
82 BuildRequires: libmp4v2-devel
83 BuildRequires: libmpcdec-devel
84 BuildRequires: libnotify-devel
85 BuildRequires: librsvg2-devel >= 2.5.0
86 BuildRequires: libsysfs-devel
87 BuildRequires: libshout-devel
88 BuildRequires: libtar-devel
89 BuildRequires: libtheora-devel
90 BuildRequires: libtiff-devel
91 BuildRequires: libupnp-devel
92 BuildRequires: libvorbis-devel
93 BuildRequires: libxml2-devel
94 BuildRequires: lirc-devel
95 %if %with_internal_live555
96 BuildConflicts: live-devel
97 BuildConflicts: live555-devel
98 %else
99 %if %with_shared_live555
100 BuildRequires: live555-devel >= 0-0.19.2008.04.03
101 %else
102 BuildRequires: live-devel >= 0-0.11.2006.08.07
103 %endif
104 %endif
105 BuildRequires: kernel-headers >= 2.6.20
106 BuildRequires: libGL-devel
107 BuildRequires: libGLU-devel
108 BuildRequires: libmusicbrainz-devel
109 BuildRequires: lua-devel
110 BuildRequires: mpeg2dec-devel >= 0.3.2
111 BuildRequires: ncurses-devel
112 BuildRequires: opencv-devel
113 BuildRequires: openslp-devel
114 BuildRequires: qt4-devel
115 BuildRequires: schroedinger-devel
116 #Workaround for ^^
117 BuildRequires: liboil-devel
118 BuildRequires: SDL_image-devel
119 BuildRequires: speex-devel >= 1.1.5
120 %ifarch %{ix86} x86_64
121 BuildRequires: svgalib-devel
122 %endif
123 BuildRequires: taglib-devel
124 BuildRequires: twolame-devel
125 BuildRequires: vcdimager-devel >= 0.7.21
126 BuildRequires: x264-devel >= 0-0.8.20061028
127 BuildRequires: xosd-devel
128 BuildRequires: xvidcore-devel
129 BuildRequires: zlib-devel
130
131 # X-libs
132 BuildRequires: libXt-devel
133 BuildRequires: libXv-devel
134 BuildRequires: libXxf86vm-devel
135 BuildRequires: libX11-devel
136 BuildRequires: libXext-devel
137 BuildRequires: libXpm-devel
138 %ifarch %{ix86} x86_64
139 BuildRequires: libXvMC-devel
140 %endif
141 BuildRequires: xorg-x11-proto-devel
142
143 %if 0%{?fedora} > 6
144 BuildRequires: libsmbclient-devel
145 %else
146 BuildRequires: samba-common
147 %endif
148
149 %if 0%{?fedora} > 7
150 BuildRequires: pulseaudio-libs-devel >= 0.9.8
151 BuildRequires: portaudio-devel
152 %endif
153
154 %if %with_mozilla
155 BuildRequires: gecko-devel
156 BuildRequires: nspr-devel
157 %else
158 Obsoletes: mozilla-vlc < %{version}-%{release}
159 %endif
160
161
162 # Now obsoleted as it will be built externally
163 Obsoletes: java-vlc < %{version}
164 Obsoletes: python-vlc < %{version}
165
166 %if 0
167 BuildRequires: libgoom2-devel
168 BuildRequires: libggi-devel
169 %endif
170
171 %if %with_dc1394
172 BuildRequires: compat-libdc1394-devel
173 BuildRequires: compat-libraw1394-devel
174 %else
175 BuildRequires: libraw1394-devel
176 %endif
177
178
179 Requires: vlc-core = %{version}-%{release}
180 Requires: dejavu-fonts
181
182
183 %package devel
184 Summary: Development package for %{name}
185 Group: Development/Libraries
186 Requires: %{name} = %{version}-%{release}
187
188
189 %description
190 VLC (initially VideoLAN Client) is a highly portable multimedia player
191 for various audio and video formats (MPEG-1, MPEG-2, MPEG-4, DivX,
192 mp3, ogg, ...) as well as DVDs, VCDs, and various streaming protocols.
193 It can also be used as a server to stream in unicast or multicast in
194 IPv4 or IPv6 on a high-bandwidth network.
195
196
197 %description devel
198 This package contains development files for VLC Media Player.
199
200 VLC (initially VideoLAN Client) is a highly portable multimedia player
201 for various audio and video formats (MPEG-1, MPEG-2, MPEG-4, DivX,
202 mp3, ogg, ...) as well as DVDs, VCDs, and various streaming protocols.
203 It can also be used as a server to stream in unicast or multicast in
204 IPv4 or IPv6 on a high-bandwidth network.
205
206 %if %with_mozilla
207 %package -n mozilla-vlc
208 Summary: VLC Media Player plugin for Mozilla compatible web browsers
209 Group: Applications/Multimedia
210 Requires: %{name} = %{version}-%{release}
211 Requires: %{_libdir}/mozilla/plugins
212
213 %description -n mozilla-vlc
214 This package contains a VLC Media Player plugin for Mozilla compatible
215 web browsers.
216
217 VLC (initially VideoLAN Client) is a highly portable multimedia player
218 for various audio and video formats (MPEG-1, MPEG-2, MPEG-4, DivX,
219 mp3, ogg, ...) as well as DVDs, VCDs, and various streaming protocols.
220 It can also be used as a server to stream in unicast or multicast in
221 IPv4 or IPv6 on a high-bandwidth network.
222 %endif
223
224 %package core
225 Summary: VLC Media Player without Xorg
226 Group: Applications/Multimedia
227 Provides: vlc-nox = %{version}-%{release}
228
229 %description core
230 VLC Media Player without X.org for server
231
232 %if %with_dc1394
233 %package plugins-dc1394
234 Summary: VLC Media Player Plugins for dc1394
235 Group: Applications/Multimedia
236 Requires: %{name}-core = %{version}
237 Requires: compat-libdc1394-tools
238
239 %description plugins-dc1394
240 VLC plugins for libdc1394
241 %endif
242
243 %prep
244 %setup -q -n %{name}-%{_version}
245 %if %with_internal_live555
246 %setup -q -D -T -a 2 -n %{name}-%{_version}
247 %endif
248 %patch0 -p1 -b .default_font
249 %patch1 -p1 -b .opencvfix
250
251
252 %build
253 %if %with_internal_live555
254 # Then bundled live555 - not needed
255 pushd live
256 # Force the use of our CFLAGS
257 %{__perl} -pi -e 's|-O2|%{optflags} -fPIC -DPIC|g' config.linux
258 # Configure and build
259 ./genMakefiles linux && make
260 popd
261 %endif
262
263
264 %configure \
265 --disable-dependency-tracking \
266 --disable-rpath \
267 --enable-release \
268 --with-PIC \
269 --enable-switcher \
270 --enable-shout \
271 --enable-live555 \
272 --enable-musicbrainz \
273 %if %with_internal_live555
274 --with-live555-tree=live \
275 %endif
276 %if %with_dc1394
277 --enable-dc1394 \
278 --enable-dv \
279 %endif
280 --enable-opencv \
281 --enable-v4l \
282 --enable-pvr \
283 --enable-gnomevfs \
284 --enable-cddax \
285 %if 0%{?fedora} < 9
286 --disable-swscale \
287 --enable-imgresample \
288 %endif
289 --enable-faad \
290 --enable-twolame \
291 --enable-real \
292 --enable-realrtsp \
293 --enable-flac \
294 --enable-tremor \
295 --enable-speex \
296 --enable-tarkin \
297 --enable-theora \
298 %if %with_dirac
299 --enable-dirac \
300 %endif
301 --enable-svg \
302 --enable-snapshot \
303 %ifarch %{ix86} x86_64
304 --enable-svgalib \
305 --enable-xvmc \
306 %endif
307 %if %with_directfb
308 --enable-directfb \
309 %endif
310 --enable-aa \
311 --enable-caca \
312 %if 0%{?fedora} < 9
313 --enable-esd \
314 --enable-arts \
315 %endif
316 --enable-jack \
317 %if 0%{?fedora} > 7
318 --enable-portaudio \
319 --enable-pulse \
320 %endif
321 --enable-ncurses \
322 --enable-xosd \
323 --enable-fbosd \
324 --enable-galaktos \
325 --enable-lirc \
326 %ifarch %{ix86}
327 --enable-loader \
328 %else
329 --without-contrib \
330 %endif
331 %if %with_mozilla
332 --enable-mozilla \
333 %endif
334
335
336 # remove rpath from libtool
337 sed -i.rpath 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
338 sed -i.rpath 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
339
340 %if 0
341 # clean unused-direct-shlib-dependencies
342 sed -i -e 's! -shared ! -Wl,--as-needed\0!g' libtool
343 %endif
344
345
346
347 make %{?_smp_mflags}
348
349
350
351 %install
352 rm -rf $RPM_BUILD_ROOT
353
354 make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p" CPPROG="cp -p"
355 find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
356 find $RPM_BUILD_ROOT -name '*.a' -exec rm -f {} ';'
357
358 install -dm 755 $RPM_BUILD_ROOT%{_mandir}/man1
359 install -pm 644 doc/vlc*.1 $RPM_BUILD_ROOT%{_mandir}/man1
360
361 for i in 16x16 32x32 48x48 128x128 ; do
362 mkdir -p $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/${i}/apps
363 install -pm 0644 share/vlc${i}.png \
364 $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/${i}/apps/vlc.png
365 done
366
367 desktop-file-install --vendor livna \
368 --dir $RPM_BUILD_ROOT%{_datadir}/applications \
369 --delete-original \
370 --mode 644 \
371 $RPM_BUILD_ROOT%{_datadir}/applications/vlc.desktop
372
373 # Remove installed fonts for skin2 - needs
374 rm -rf $RPM_BUILD_ROOT%{_datadir}/vlc/skin2/fonts/*.ttf
375 ln -sf ../../../fonts/dejavu/DejaVuSans.ttf \
376 $RPM_BUILD_ROOT%{_datadir}/vlc/skins2/fonts/FreeSans.ttf
377 ln -sf ../../../fonts/dejavu/DejaVuSans-Bold.ttf \
378 $RPM_BUILD_ROOT%{_datadir}/vlc/skins2/fonts/FreeSansBold.ttf
379
380
381 %find_lang %{name}
382
383
384 %clean
385 rm -rf $RPM_BUILD_ROOT
386
387
388 %post
389 touch --no-create %{_datadir}/icons/hicolor
390 if [ -x %{_bindir}/gtk-update-icon-cache ]; then
391 %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor
392 fi
393 %{_bindir}/update-desktop-database %{_datadir}/applications || :
394
395 %post core -p /sbin/ldconfig
396
397 %postun
398 %{_bindir}/update-desktop-database %{_datadir}/applications
399 touch --no-create %{_datadir}/icons/hicolor
400 if [ -x %{_bindir}/gtk-update-icon-cache ]; then
401 %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor
402 fi || :
403
404 %postun core -p /sbin/ldconfig
405
406
407 %files
408 %defattr(-,root,root,-)
409 %doc AUTHORS COPYING ChangeLog MAINTAINERS NEWS README THANKS
410 %doc %{_docdir}/vlc/*
411 %{_datadir}/applications/*%{name}.desktop
412 %{_datadir}/icons/hicolor/*/apps/vlc.png
413 %{_datadir}/vlc/skins2/
414 %{_bindir}/cvlc
415 %{_bindir}/nvlc
416 %{_bindir}/qvlc
417 %{_bindir}/rvlc
418 %{_bindir}/svlc
419 %{_bindir}/vlc-wrapper
420 %{_libdir}/vlc/gui/libqt4_plugin.so
421 %{_libdir}/vlc/access/libscreen_plugin.so
422 %{_libdir}/vlc/misc/libsvg_plugin.so
423 %{_libdir}/vlc/misc/libnotify_plugin.so
424 %{_libdir}/vlc/video_output/libaa_plugin.so
425 %{_libdir}/vlc/video_output/libcaca_plugin.so
426 %{_libdir}/vlc/video_output/libglx_plugin.so
427 %{_libdir}/vlc/video_output/libopengl_plugin.so
428 %{_libdir}/vlc/video_output/libx11_plugin.so
429 %{_libdir}/vlc/video_output/libxvideo_plugin.so
430 %{_libdir}/vlc/visualization/libgalaktos_plugin.so
431 %{_libdir}/vlc/misc/libxosd_plugin.so
432 %ifarch %{ix86} x86_64
433 %{_libdir}/vlc/codec/libxvmc_plugin.so
434 %{_libdir}/vlc/video_output/libxvmc_plugin.so
435 %endif
436 %{_libdir}/vlc/gui/libskins2_plugin.so
437 %{_libdir}/vlc/video_filter/libopencv_example_plugin.so
438 %{_libdir}/vlc/video_filter/libopencv_wrapper_plugin.so
439 %{_libdir}/vlc/video_filter/libpanoramix_plugin.so
440 %{_libdir}/vlc/audio_output/libpulse_plugin.so
441
442 %files core -f %{name}.lang
443 %defattr(-,root,root,-)
444 %{_bindir}/vlc
445 %exclude %{_datadir}/vlc/skins2
446 %{_datadir}/vlc/
447 %{_libdir}/*.so.*
448 %exclude %{_libdir}/vlc/gui/libqt4_plugin.so
449 %exclude %{_libdir}/vlc/access/libscreen_plugin.so
450 %exclude %{_libdir}/vlc/misc/libsvg_plugin.so
451 %exclude %{_libdir}/vlc/misc/libnotify_plugin.so
452 %exclude %{_libdir}/vlc/video_output/libaa_plugin.so
453 %exclude %{_libdir}/vlc/video_output/libcaca_plugin.so
454 %exclude %{_libdir}/vlc/video_output/libglx_plugin.so
455 %exclude %{_libdir}/vlc/video_output/libopengl_plugin.so
456 %exclude %{_libdir}/vlc/video_output/libx11_plugin.so
457 %exclude %{_libdir}/vlc/video_output/libxvideo_plugin.so
458 %exclude %{_libdir}/vlc/visualization/libgalaktos_plugin.so
459 %exclude %{_libdir}/vlc/misc/libxosd_plugin.so
460 %ifarch %{ix86} x86_64
461 %exclude %{_libdir}/vlc/codec/libxvmc_plugin.so
462 %exclude %{_libdir}/vlc/video_output/libxvmc_plugin.so
463 %endif
464 %exclude %{_libdir}/vlc/gui/libskins2_plugin.so
465 %exclude %{_libdir}/vlc/video_filter/libopencv_example_plugin.so
466 %exclude %{_libdir}/vlc/video_filter/libopencv_wrapper_plugin.so
467 %exclude %{_libdir}/vlc/video_filter/libpanoramix_plugin.so
468 %exclude %{_libdir}/vlc/audio_output/libpulse_plugin.so
469 %if %with_dc1394
470 %exclude %{_libdir}/vlc/access/libdc1394_plugin.so
471 %endif
472 %{_libdir}/vlc/
473 %{_mandir}/man1/vlc.1*
474
475 %if %with_dc1394
476 %files plugins-dc1394
477 %defattr(-,root,root,-)
478 %{_libdir}/vlc/access/libdc1394_plugin.so
479 %endif
480
481 %files devel
482 %defattr(-,root,root,-)
483 %doc HACKING
484 %dir %{_includedir}/vlc
485 %{_includedir}/vlc/*
486 %{_mandir}/man1/vlc-config.1*
487 %{_libdir}/*.so
488 %{_libdir}/pkgconfig/vlc-plugin.pc
489 %{_libdir}/pkgconfig/libvlc.pc
490
491 %if %with_mozilla
492 %files -n mozilla-vlc
493 %defattr(-,root,root,-)
494 %{_libdir}/mozilla/plugins/libvlcplugin.so
495 %endif
496
497
498
499 %changelog
500 * Sat Aug 09 2008 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info - 0.9.0-0.5.20080802git.1
501 - rebuild
502
503 * Sat Aug 2 2008 kwizart < kwizart at gmail.com > - 0.9.0-0.5.20080802git
504 - Update to 0.9.0-20080802git
505
506 * Sun Jul 13 2008 kwizart < kwizart at gmail.com > - 0.9.0-0.4.20080713git
507 - Update to 0.9.0-20080713git
508
509 * Thu Jul 3 2008 kwizart < kwizart at gmail.com > - 0.9.0-0.3.20080703git
510 - Update to 0.9.0-20080703git
511 http://mailman.videolan.org/pipermail/vlc-devel/2008-July/045911.html
512 - Conditionalize xvmc to exclude ppc
513
514 * Thu Jun 12 2008 kwizart < kwizart at gmail.com > - 0.8.6h-2
515 - Fix libdvdnav (only) use.
516
517 * Fri Jun 6 2008 kwizart < kwizart at gmail.com > - 0.8.6h-1
518 - Update to 0.8.6h
519 - Use hicolor icons
520 - Add patch for new_x-content
521 http://bugzilla.livna.org/show_bug.cgi?id=2003
522 - Fix VLC: HTTP access: cannot seek AVI
523 http://bugzilla.livna.org/show_bug.cgi?id=2014
524
525 * Sun May 18 2008 kwizart < kwizart at gmail.com > - 0.8.6g-2
526 - Bump for official release
527
528 * Wed May 14 2008 kwizart < kwizart at gmail.com > - 0.8.6g-1
529 - Update to 0.8.6g
530 Security updates:
531 * Removed VLC variable settings from Mozilla and ActiveX (CVE-2007-6683)
532 * Removed loading plugins from the current directory (CVE-2008-2147)
533
534 Various bugfixes:
535 * Fixed various memory leaks, improving stability when running as a server
536 * Fixed compilation with recent versions of FFmpeg
537 * Correctly parses SAP announcements from MPEG-TS
538 * Fixed AAC resampling
539 * The Fullscreen Controller appears correctly on Mac OS X,
540 if the 'Always-on-top' video option was selected.
541
542 * Tue May 13 2008 kwizart < kwizart at gmail.com > - 0.8.6f-6
543 - Fix ffmpeg-compat with newest ffmpeg interaction
544
545 * Mon May 12 2008 kwizart < kwizart at gmail.com > - 0.8.6f-5
546 - Introduce 180_all_faad.patch
547 - Re-enable ffmpeg-compat for F-9
548
549 * Mon May 12 2008 Thorsten Leemhuis < fedora at leemhuis dot info > - 0.8.6f-4
550 - disable patch82 temporary
551
552 * Fri May 9 2008 kwizart < kwizart at gmail.com > - 0.8.6f-3
553 - Bugfixes patches for post f version
554 - Add vlvc 0.8 plugin support
555 - Add textrel fix from gentoo patch
556 - Improve libxul patch
557
558 * Mon Apr 7 2008 kwizart < kwizart at gmail.com > - 0.8.6f-2
559 - Fix for wxGTK28 compatibility.
560 Patch from Dominique Leuenberger <dominique@leuenberger.net
561
562 * Mon Apr 7 2008 kwizart < kwizart at gmail.com > - 0.8.6f-1
563 - Update to 0.8.6f (Final)
564 Security updates:
565 * Really fixed subtitle buffer overflow (CVE-2007-6681)
566 * Fixed Real RTSP code execution problem (CVE-2008-0073)
567 * Fixed MP4 integer overflows (CVE-2008-1489)
568 * Fixed cinepak integer overflow
569 Various bugfixes:
570 * Fixed crashes in H264 packetizer
571 * Close MMS access on network timeout
572 * Fix some problems with AAC decoder & packetizer
573 - Remove java-vlc (will be built externally)
574 - Add clinkcc conditional/experimental support.
575
576 * Mon Feb 25 2008 kwizart < kwizart at gmail.com > - 0.8.6e-1
577 - Update to 0.8.6e (Final)
578 Security updates:
579 * Subtitle demuxers overflow (CVE-2007-6681)
580 * HTTP listener format string injection (CVE-2007-6682)
581 * Fixed buffer overflow in the SDL_image library (CVE-2006-4484)
582 * Real RTSP overflows (CVE-2008-0225, CVE-2008-0295,
583 CVE-2008-0296, VideoLAN-SA-0801)
584 * Arbitrary memory overwrite in the MP4 demuxer (CORE-2008-0130,
585 VideoLAN-SA-0802)
586
587
588 * Mon Feb 25 2008 kwizart < kwizart at gmail.com > - 0.8.6e-0.3
589 - Update to svn20080225 from bugfix (pre 0.8.6e)
590
591 * Thu Feb 21 2008 kwizart < kwizart at gmail.com > - 0.8.6e-0.2
592 - Update to svn20080221 from bugfix (pre 0.8.6e)
593 - Updated merged pulseaudio patch
594 - Raise PA to be used by default.
595
596 * Mon Feb 18 2008 kwizart < kwizart at gmail.com > - 0.8.6e-0.1
597 - Update to pre0.8.6e
598 - Add pre PA patch (not merged yet)
599
600 * Sat Jan 19 2008 kwizart < kwizart at gmail.com > - 0.8.6d-4
601 - Patches from Jens Petersen <juhpetersen at gmail.com>
602 - Add wxGTK28 wip patch
603 - Conditionalize directfb and dirac
604 - Change the default font to DejaVuSerif.ttf (dejavu-fonts)
605 - Add BR missing libmpeg4v2
606
607 * Thu Jan 10 2008 kwizart < kwizart at gmail.com > - 0.8.6d-3.1
608 - Remove BR portaudio arts
609 - Move skin2 to main vlc package
610 - Enable libopendaap (included within Fedora)
611
612 * Mon Dec 3 2007 kwizart < kwizart at gmail.com > - 0.8.6d-3
613 - Enable java-vlc (developer use only - java-icedtea).
614 - Fix arch detection for java headers
615
616 * Sat Dec 1 2007 kwizart < kwizart at gmail.com > - 0.8.6d-2
617 - Improve core/nox split
618
619 * Thu Nov 29 2007 kwizart < kwizart at gmail.com > - 0.8.6d-1
620 - Update to vlc 0.8.6d
621
622 * Tue Nov 6 2007 kwizart < kwizart at gmail.com > - 0.8.6c-10
623 - Split to core/nox package for server use.
624
625 * Tue Nov 6 2007 kwizart < kwizart at gmail.com > - 0.8.6c-9
626 - Raise ESD audio_output to be tried by default
627 (used by pulseaudio-esound-compat )
628
629 * Tue Nov 6 2007 kwizart < kwizart at gmail.com > - 0.8.6c-8
630 - Rebuild for libdca and faad2
631
632 * Mon Oct 22 2007 kwizart < kwizart at gmail.com > - 0.8.6c-7
633 - Rebuild for new libdvbpsi5-0.1.6
634
635 * Fri Oct 19 2007 kwizart < kwizart at gmail.com > - 0.8.6c-6
636 - Rebuild with the GPL compatible faad2
637 - Update the Dirac patch
638 - Fix livna #1668
639
640 * Sun Sep 23 2007 kwizart < kwizart at gmail.com > - 0.8.6c-5
641 - Prepare svn version
642 - Drop the python switch default
643 - Add BR directfb-devel
644 - Improve timestamp
645 - Allow faad2 to be 2.5 (license change is known GPL compatible).
646
647 * Thu Aug 23 2007 kwizart < kwizart at gmail.com > - 0.8.6c-4
648 - Change default font to dejavu-lgc/DejaVuLGCSerif.ttf
649 http://bugzilla.livna.org/show_bug.cgi?id=1605
650 - Remove unneeded fonts provided by skin2
651
652 * Tue Aug 14 2007 kwizart < kwizart at gmail.com > - 0.8.6c-3.2
653 - clean-up with svn
654 - patch smb.c for call_open (from rdieter advice)
655 - Update license field to GPLv2
656
657 * Sun Aug 12 2007 kwizart < kwizart at gmail.com > - 0.8.6c-3.1
658 - Fix libtool with shared libs when python-vlc is used
659 http://bugzilla.livna.org/show_bug.cgi?id=1590
660 - Fix desktop file to be GNOME HIG compliant
661 http://bugzilla.livna.org/show_bug.cgi?id=1591
662
663 * Tue Jul 31 2007 kwizart < kwizart at gmail.com > - 0.8.6c-3
664 - Switch for python-vlc
665 - Add bugfix patch pre_d
666 - Fix version field for desktop file.
667 - Fix ivtv support with updated patch for new videodev2.h
668 - Clean old Obsoletes/Provides for name 8.1
669 - Rebuild with firefox-devel 2.0.0.5
670 - Patch/rebuild with libcdio 0.78.2
671 - Add mesa's BR
672 - Add BR libXvMC-devel for svn
673
674 * Tue Jun 26 2007 kwizart < kwizart at gmail.com > - 0.8.6c-2
675 - Update to new libupnp
676
677 * Sat Jun 16 2007 kwizart < kwizart at gmail.com > - 0.8.6c-1
678 - Update to 0.8.6c (final)
679 - Add patch to uses v4l2 header for new v4l2 encoder API.
680
681 * Sat Jun 16 2007 kwizart < kwizart at gmail.com > - 0.8.6c-0.1
682 - Update to 0.8.6c (bugfix) 20060616
683 - Drop FLAC, automake110, wxGTK for 2.8, faad2
684 - Uses shared ffmpeg.
685
686 * Thu Jun 7 2007 kwizart < kwizart at gmail.com > - 0.8.6b-6
687 - Rebuild for F-7 (compat-wxGTK26)
688
689 * Mon Jun 4 2007 kwizart < kwizart at gmail.com > - 0.8.6b-5.3
690 - Uses only -fPIC to prevent Selinux context problems...
691 - Uses compat-wxGTK26-devel on Fedora 7
692 - Leave libcorba for now...
693 (libquicktime_plugin seems also broken - confirmed by upstream)
694 - Change static_live555 to internal_live555.
695 needed for testing - uses live-devel for livna releases.
696
697 * Sat May 19 2007 kwizart < kwizart at gmail.com > - 0.8.6b-5
698 - Removed no more needed Selinux Context:
699 fixed in http://bugzilla.redhat.com/237473
700
701 * Sun May 13 2007 kwizart < kwizart at gmail.com > - 0.8.6b-4
702 - Disabled pth (broken) and...
703 - Build ffmpeg static (since shared ffmpeg is pth enabled).
704 - Add post & postun update-desktop-database
705 - Update static ffmpeg to 20070503 (same as shared version)
706
707 * Sun May 13 2007 kwizart < kwizart at gmail.com > - 0.8.6b-3.3
708 - Test static updated live555
709
710 * Sat May 12 2007 kwizart < kwizart at gmail.com > - 0.8.6b-3.2
711 - Update to the new ffmpeg with pth (testing - wip )
712
713 * Fri May 4 2007 kwizart < kwizart at gmail.com > - 0.8.6b-3.1
714 - Add BR libebml-devel
715 - Add BR Glide3-devel
716 - Add BR gnome-vfs2-devel
717 - Add BR libxml2-devel
718 - Fix BR faad2-devel < 2.5
719 - Add rpmfusion BR libopendaap-devel
720 - Add rpmfusion BR libgoom2-devel
721 - Add rpmfusion BR libdc1394-devel
722 - Exclude corba plugin (broken)
723 - Add relatives %%configure options
724 - Comment Glide3 (don't work now - wip)
725
726 * Thu May 3 2007 kwizart < kwizart at gmail.com > - 0.8.6b-3
727 - Enable --enable-pth with ffmpeg
728 bump release in case testing take much time.
729
730 * Thu May 3 2007 kwizart < kwizart at gmail.com > - 0.8.6b-1.3
731 - Fix Selinux remain quiet with semanage
732
733 * Tue May 1 2007 kwizart < kwizart at gmail.com > - 0.8.6b-1.2
734 - Few improvements for svn version
735 - Add missing BR ORBit2-devel and pyorbit-devel
736 - Improved post preun postun section with help from Anvil.
737
738 * Mon Apr 30 2007 kwizart < kwizart at gmail.com > - 0.8.6b-1.1
739 - Add missing BR libtiff-devel
740 - Fix Selinux buglet when Selinux is not activated
741 was https://bugzilla.livna.org/show_bug.cgi?id=1484
742
743 * Sat Apr 21 2007 kwizart < kwizart at gmail.com > - 0.8.6b-1
744 - Update to Final 8.6b
745 - Enable Dirac codec
746 - Fix mozilla-vlc libXt.so loading
747 (removing mozilla-sdk since using firefox sdk >= 1.5)
748 - Fix SeLinux context for dmo plugin. Was:
749 https://bugzilla.livna.org/show_bug.cgi?id=1404
750 - Enabled cddax only for x86_64 (broken type).
751
752 * Wed Apr 18 2007 kwizart < kwizart at gmail.com > - 0.8.6b-0.3
753 - Fix BR for libsmbclient-devel for Fedora 7
754 - Update to 0.8.6-bugfix-20070418
755 - Add BR libraw1394-devel
756 - Add BR libavc1394-devel
757
758 * Mon Apr 16 2007 kwizart < kwizart at gmail.com > - 0.8.6b-0.2
759 - Fix svgalib-devel only for x86 x86_64
760 - Fix firefox-devel headers presence/usability. This remains:
761 npapi.h: accepted by the compiler, rejected by the preprocessor!
762 npapi.h: proceeding with the compiler's result
763
764 * Sat Apr 14 2007 kwizart < kwizart at gmail.com > - 0.8.6b-0.1
765 - Update to rc 0.8.6b (bugfix)
766 - Hack configure.ac script (it didn't detect firefox headers)
767 - Add BR libshout-devel
768 - Add BR svgalib-devel
769 - Add BR gtk2-devel
770 - Add BR directfb-devel (wip)
771 - Add BR libnotify-devel
772 - Enabled --enable-speex
773 - Testing --enable-portaudio not usefull (oss is deprecated)
774 - Enabled --enable-pda
775 - Testing --enable-directfb (wip)
776 - Removed patch5 (was format.c)
777
778 * Thu Apr 5 2007 kwizart < kwizart at gmail.com > - 0.8.6a-5
779 - Use system ffmpeg lib (pth and libtool seems to be incompatible with it)
780 - Dirac seem to compile fine but testing usability for now.
781 - Cache isn't usefull for now (and won't be since using system libs)
782 - Exclude %%{_bindir}/vlcwrapper.py? since this is the guideline about python for now.
783
784 * Mon Apr 2 2007 kwizart < kwizart at gmail.com > - 0.8.6a-4.6
785 - Fix %%{_libdir}/advene directory ownership from: #1458
786 - Fix .py? presence and perm (644)
787 - Remove .la after make install
788 - Add --disable-pth (broken for release and svn)
789
790 * Sat Mar 24 2007 kwizart < kwizart at gmail.com > - 0.8.6a-4.5
791 - Test dirac (disabled mozilla )
792 - Test Updated static live555 to 2007.02.22
793 - Clean up svn to release changes
794
795 * Tue Mar 22 2007 kwizart < kwizart at gmail.com > - 0.8.6a-4.4
796 - WIP changes - ld.conf is unusefull...
797
798 * Wed Mar 21 2007 kwizart < kwizart at gmail.com > - 0.8.6a-4.3
799 - Revert back to the static vlc version
800 ( will explore this with ld.conf later )
801
802 * Wed Mar 21 2007 kwizart < kwizart at gmail.com > - 0.8.6a-4.2
803 - Fix .desktop file
804 - Disable broken libtool
805 - Quick fixes for svn/cache prepare
806 - Patch format_c
807 - Fix rpmlint error with python-vlc
808
809 * Tue Mar 20 2007 kwizart < kwizart at gmail.com > - 0.8.6a-4.1
810 - Enable cache for static compilation - wip
811
812 * Fri Mar 9 2007 kwizart < kwizart at gmail.com > - 0.8.6a-4
813 - Enable conditionnal build for
814 * mozilla-vlc, java-vlc, dirac
815 * ffmpeg and live static
816 - Enable pth
817 - Enable gnu_ld
818
819 * Thu Mar 8 2007 kwizart < kwizart at gmail.com > - 0.8.6a-3.1
820 - Fix firefox-devel detection when avaible both i386 and x86_64
821 http://bugzilla.livna.org/show_bug.cgi?id=1442
822
823 * Thu Mar 8 2007 kwizart < kwizart at gmail.com > - 0.8.6a-3
824 - Recover patch3 from Ville Skyttä
825 - Fix FLAC api change see
826 http://bugzilla.livna.org/show_bug.cgi?id=1433
827
828 * Thu Mar 8 2007 kwizart < kwizart at gmail.com > - 0.8.6a-2
829 - Update ffmpeg to 20070308
830 - Enabled static build for internal ffmpeg (x264 vlc modules)
831 - Fixed: some configure options has changed for ffmpeg
832
833 * Sat Mar 3 2007 Thorsten Leemhuis <fedora at leemhuis dot info> - 0.8.6a-1.2
834 - Rebuild
835
836 * Sun Feb 4 2007 Ville Skyttä <ville.skytta at iki.fi> - 0.8.6a-1.1
837 - Fix aclocal/automake fix for automake 1.10 without breaking it for earlier.
838
839 * Sun Feb 4 2007 Ville Skyttä <ville.skytta at iki.fi> - 0.8.6a-1
840 - Build internal copy of ffmpeg with $RPM_OPT_FLAGS.
841 - Don't hardcode path to firefox headers.
842 - Drop Application and X-Livna categories from desktop entry.
843 - Clean up some unneeded cruft from specfile.
844 - Fix aclocal/automake calls during bootstrap.
845 - Let rpmbuild strip MediaControl.so.
846
847 * Sat Feb 3 2007 kwizart < kwizart at gmail.com > - 0.8.6a-0.4.static
848 - Internal static build of ffmpeg from Matthias version.
849
850 * Fri Jan 19 2007 kwizart < kwizart at gmail.com > - 0.8.6a-0.3
851 - Re-enabled mozilla-vlc
852 - use ifarch ix86
853
854 * Sat Jan 13 2007 kwizart < kwizart at gmail.com > - 0.8.6a-0.2
855 - Import patches from Matthias version
856 - try to fix firefox includes for mozilla-vlc -> disabled
857
858 * Wed Jan 10 2007 kwizart < kwizart at gmail.com > - 0.8.6a-0.1
859 - Try to Fix run with libavformat.so.51
860 - disabled
861
862 * Mon Jan 8 2007 kwizart < kwizart at gmail.com > - 0.8.6-5
863 - Update to BR bugzilla infos.
864 - Fix perms with python and debug headers.
865 - Cleaned obsolete-not-provided
866
867 * Fri Jan 5 2007 kwizart < kwizart at gmail.com > - 0.8.6-4
868 - Use BuildConflics with libcdio
869 - Enabled --enable-cddax
870 - Enabled --enable-vcdx
871 - waiting --enable-quicktime (build fails)
872
873 * Fri Jan 5 2007 kwizart < kwizart at gmail.com > - 0.8.6-3
874 with help from Rathan
875 - Update to 0.8.6a (security update!)
876 from http://www.videolan.org/sa0701.html - #1342
877 - Add version to desktop file
878 - Fix dual shortcuts / Add MimeType
879
880 * Wed Jan 3 2007 kwizart < kwizart at gmail.com > - 0.8.6-2
881 with help from Rathan
882 - Enabled --enable-shout
883 - Enabled --enable-quicktime (x86 only !)
884 - Enabled --enable-loader (x86 only !)
885 - Enabled --with-wine-sdk-path (x86 only !)
886 - Enabled --enable-corba
887 - testing --enable-dirac (libdirac-devel reviewing in extra)
888 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=221405
889 - Enabled --enable-mediacontrol-python-bindings
890 - Cosmetic changes in BR
891
892 * Mon Dec 11 2006 kwizart < kwizart at gmail.com > - 0.8.6-1.fc6
893 - Update to 8.6 final
894 - Change deprecated livdotcom to live555
895 - build shared librairies is default since 8.6
896 - Enabled --enable-dvdread
897 - Enabled --enable-faad
898 - Enabled --enable-twolame
899 - waiting --enable-quicktime (problem finding xqtsdk )
900 - Enabled --enable-real
901 - Enabled --enable-realrtsp
902 - Enabled --enable-tremor
903 - Enabled --enable-tarkin
904 - waiting --enable-dirac (TODO libdirac-devel )
905 - Enabled --enable-snapshot
906 - Enabled --enable-portaudio
907 - Enabled --enable-jack
908 - Enabled --enable-galaktos
909 - waiting --enable-mediacontrol-python-bindings (default install error)
910 - waiting --enable-cddax (new version of libcdio 0.78.2)
911 - waiting --enable-vcdx (new version of libcdio 0.78.2)
912
913 * Mon Dec 04 2006 kwizart < kwizart at gmail.com > - 0.8.6-rc1.1.fc6
914 - Update to 8.6rc1
915 - disable components in mozilla-vlc
916 - disable libvlc_pic.a in devel
917 - Enable x264-devel for static linking.
918
919 * Fri Oct 06 2006 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> 0.8.5-6
920 - rebuilt for unwind info generation, broken in gcc-4.1.1-21
921
922 * Mon Sep 25 2006 Dams <anvil[AT]livna.org> - 0.8.5-5
923 - BuildReq:libtool
924
925 * Sun Sep 24 2006 Dams <anvil[AT]livna.org> - 0.8.5-4
926 - Fixed the mozilla plugin damn build
927
928 * Sat Sep 9 2006 Dams <anvil[AT]livna.org> - 0.8.5-3
929 - sysfsutils-devel -> libsysfs-devel
930
931 * Sat Sep 9 2006 Dams <anvil[AT]livna.org> - 0.8.5-1
932 - Updated to 0.8.5
933 - Fixed MOZVER value in case more than one mozilla is installed.
934 - Dropped patches 1, 2 and 3
935
936 * Wed Aug 16 2006 Ville Skyttä <ville.skytta at iki.fi> - 0.8.4a-2
937 - Adjust for new live package, enable it on all archs.
938
939 * Fri Apr 14 2006 Ville Skyttä <ville.skytta at iki.fi> - 0.8.4a-1
940 - Apply upstream patch to fix linking with newer ffmpeg/postproc.
941 - Drop no longer needed build conditionals and build dependencies.
942 - Enable Avahi, Musepack, SLP and sysfs support, fix SDL and Xv.
943 - Install icon to %%{_datadir}/icons/hicolor.
944 - Drop zero Epoch remainders.
945 - Fix -devel obsoletes.
946 - Specfile cleanups.
947
948 * Fri Mar 24 2006 Thorsten Leemhuis <fedora[AT]leemhuis.info> 0.8.4-9.a
949 - rebuild
950
951 * Tue Mar 21 2006 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
952 0.8.4-8.a
953 - fix #775
954
955 * Mon Mar 20 2006 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
956 0.8.4-7.a
957 - add -fPIC for all arches
958
959 * Mon Mar 20 2006 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
960 0.8.4-6.a
961 - fix build on ppc/i386
962
963 * Thu Mar 16 2006 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
964 0.8.4-5.a
965 - fix BR
966
967 * Wed Mar 15 2006 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
968 0.8.4-4.a
969 - make vlc build again
970
971 * Tue Mar 14 2006 Thorsten Leemhuis <fedora[AT]leemhuis.info> 0.8.4-3.a
972 - drop "0.lvn" from release
973
974 * Tue Feb 28 2006 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
975 - add dist
976
977 * Mon Jan 09 2006 Thorsten Leemhuis <fedora[AT]leemhuis.info> - 0.8.4-0.lvn.3.a
978 - add all BRs the new ffmpeg needs
979
980 * Fri Jan 06 2006 Thorsten Leemhuis <fedora[AT]leemhuis.info> - 0.8.4-0.lvn.2.a
981 - add buildoption "--without mkv" -- ebml in FC3 is to old
982 - add buildoption "--without svg" -- does not build with svg on FC3-x86-64
983
984 * Thu Jan 05 2006 Thorsten Leemhuis <fedora[AT]leemhuis.info> - 0.8.4-0.lvn.1.a
985 - Update to 0.8.4a [with help from che (Rudolf Kastl)]
986 - Fix x64
987 - drop Epoch
988 - drop vlc-0.8.2-test2-altivec.patch, seems they worked on this
989 - use " --disable-libcdio" until we update to wxGTK2 2.6
990 - use "--disable-livedotcom" on x86_64 (does not build)
991
992 * Sat Aug 6 2005 Ville Skyttä <ville.skytta at iki.fi> - 0:0.8.2-0.lvn.4
993 - Fix "--without cddb" build when libcddb-devel is installed.
994 - BuildRequire live-devel instead of live.
995
996 * Wed Aug 3 2005 Dams <anvil[AT]livna.org> - 0:0.8.2-0.lvn.3
997 - Rebuilt *without* libcddb
998 - Rebuilt against new libdvbpsi
999
1000 * Thu Jul 28 2005 Dams <anvil[AT]livna.org> - 0:0.8.2-0.lvn.2
1001 - Rebuilt against new libcddb/libcdio
1002
1003 * Sat Jul 9 2005 Dams <anvil[AT]livna.org> - 0:0.8.2-0.lvn.1
1004 - Updated to final 0.8.2
1005
1006 * Mon Jun 6 2005 Ville Skyttä <ville.skytta at iki.fi> 0:0.8.2-0.lvn.0.1.test2
1007 - Update to 0.8.2-test2, rename to vlc, improve summaries and descriptions.
1008 - Enable many more modules, many small improvements and cleanups here and there
1009 - Use unversioned install dir for the Mozilla plugin, rename to mozilla-vlc.
1010 - Drop < FC3 compatiblity due to unavailability of required lib versions.
1011 - Fold wx and ncurses to the main package (upstream has retired the
1012 VLC Gnome and KDE UI's, so separate UI packages don't have a purpose
1013 any more).
1014
1015 * Sat Sep 11 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:0.7.2-0.lvn.7
1016 - Remove dependency on libpostproc-devel, it's now in ffmpeg-devel (bug 255).
1017
1018 * Thu Sep 2 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:0.7.2-0.lvn.6
1019 - BuildRequire alsa-lib-devel, was lost in previous update (bug 258).
1020 - Add libcdio and libmodplug build dependencies.
1021 - Tweak descriptions, remove unnecessary conditional sections.
1022 - Disable dependency tracking to speed up the build.
1023
1024 * Sun Aug 29 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:0.7.2-0.lvn.5
1025 - Use system ffmpeg (>= 0.4.9), and make it, ALSA, and fribidi unconditional.
1026 - Build with theora by default.
1027 - Change default font to Vera serif bold.
1028 - Enable pvr support for Hauppauge card users (thanks to Gabriel L. Somlo).
1029
1030 * Mon Jul 5 2004 Dams <anvil[AT]livna.org> 0:0.7.2-0.lvn.4
1031 - Enabled libcddb support
1032
1033 * Wed Jun 30 2004 Dams <anvil[AT]livna.org> 0:0.7.2-0.lvn.3
1034 - speex now conditional and default disabled since vlc requires
1035 development version.
1036
1037 * Wed Jun 30 2004 Dams <anvil[AT]livna.org> 0:0.7.2-0.lvn.2
1038 - Optional Fribidi and libtheora support (default disabled)
1039
1040 * Tue May 25 2004 Dams <anvil[AT]livna.org> 0:0.7.2-0.lvn.1
1041 - Updated to 0.7.2
1042
1043 * Fri May 7 2004 Dams <anvil[AT]livna.org> 0:0.7.1-0.lvn.1
1044 - BuildConflicts:ffmpeg
1045 - Build against private ffmpeg snapshot
1046
1047 * Tue Mar 9 2004 Dams <anvil[AT]livna.org> 0:0.7.1-0.lvn.1
1048 - Updated to 0.7.1
1049 - Added live.com libraries support
1050 - Added matroska support
1051
1052 * Sun Jan 4 2004 Dams <anvil[AT]livna.org> 0:0.7.0-0.lvn.1
1053 - Updated to 0.7.0
1054 - s/fdr/lvn
1055
1056 * Wed Dec 10 2003 Dams <anvil[AT]livna.org> 0:0.6.2-0.fdr.7
1057 - Conditional ffmpeg build option (default enabled)
1058
1059 * Fri Sep 5 2003 Dams <anvil[AT]livna.org> 0:0.6.2-0.fdr.6
1060 - pth support now default disabled
1061
1062 * Fri Sep 5 2003 Dams <anvil[AT]livna.org> 0:0.6.2-0.fdr.5
1063 - slp support can now be not-build with '--without slp'
1064
1065 * Thu Sep 4 2003 Dams <anvil[AT]livna.org> 0:0.6.2-0.fdr.4
1066 - Added missing defattr for subpackages
1067 - Fixed permissions on mozilla plugin
1068 - fixed build failure due to typos in ncurses changes
1069 - Removed useless explicit 'Requires:' in subpackages declarations
1070
1071 * Tue Sep 2 2003 Dams <anvil[AT]livna.org> 0:0.6.2-0.fdr.3
1072 - Added builddep for libpng-devel and openslp-devel
1073 - Added gnome (default:enabled) and ncurses (default:disabled)
1074 subpackages
1075 - Removed macros (mkdir/install/perl)
1076 - Modified descriptions
1077 - Removed gtk/gnome2 build deps
1078 - Added conditionnal (default-disabled) build option for alsa
1079 - Added conditionnal builddep for pth-devel
1080
1081 * Fri Aug 22 2003 Dams <anvil[AT]livna.org> 0:0.6.2-0.fdr.2
1082 - Added missing BuildRequires for gtk+-devel
1083
1084 * Thu Aug 14 2003 Dams <anvil[AT]livna.org> 0:0.6.2-0.fdr.1
1085 - Updated to 0.6.2
1086 - Hopefully fixed 'if' conditions for optional buildrequires
1087
1088 * Tue Jul 8 2003 Dams <anvil[AT]livna.org> 0:0.6.0-0.fdr.3
1089 - Providing vlc
1090
1091 * Tue Jul 8 2003 Dams <anvil[AT]livna.org> 0:0.6.0-0.fdr.2
1092 - Moved desktop entry from devel to main package (stupid me)
1093
1094 * Mon Apr 28 2003 Dams <anvil[AT]livna.org>
1095 - Initial build.