vlc-vl.spec 40 KB

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