vlc-vl.spec.in 39 KB

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