vlc-vl.spec 38 KB

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