vlc-vl.spec.in 39 KB

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