vlc-vl.spec 40 KB

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