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