vlc-vl.spec.in 40 KB

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