vlc-vl.spec 38 KB

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