source: projects/specs/trunk/nonfree/self-build-vlc/vlc-vl.spec @ 10020

Revision 10020, 40.5 KB checked in by munepi, 8 years ago (diff)

new upstream release

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