vlc-vl.spec 40 KB

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