vlc-vl.spec.in 40 KB

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