vlc-vl.spec 40 KB

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