vlc-vl.spec 40 KB

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