vlc-vl.spec 39 KB

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