gnome-mplayer-vl.spec 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487
  1. #TODO: Nautilus extention
  2. %global with_nautilus 0
  3. %global with_my_japo 0
  4. #% global svnrevision 2475
  5. #% global rcversion 1
  6. %global pretestversion b
  7. Name: gnome-mplayer
  8. Version: 1.0.9
  9. Release: 3%{?pretestversion:.%pretestversion}%{?svnrevision:.svn%svnrevision}%{?_dist_release}
  10. Summary: MPlayer GUI, full-featured binary
  11. Summary(ja): 高機能な MPlayer のグラフィカルユーザーインターフェース
  12. Group: Applications/Multimedia
  13. License: GPLv2+
  14. URL: http://kdekorte.googlepages.com/gnomemplayer
  15. Source0: http://gnome-mplayer.googlecode.com/files/%{name}-%{version}%{?pretestversion:%pretestversion}%{?svnrevision:.svn%svnrevision}%{?rcversion:.rc%rcversion}.tar.%{?svnrevision:xz}%{!?svnrevision:gz}
  16. Source10: gnome-mplayer-snapshot.sh
  17. ## vine
  18. %if %{with_my_japo}
  19. Source100: gnome-mplayer-1.0.8a.svn2411-ja.po
  20. %endif
  21. BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
  22. BuildRequires: gmtk-devel >= 1.0.7
  23. BuildRequires: alsa-lib-devel
  24. BuildRequires: pulseaudio-libs-devel
  25. BuildRequires: dbus-glib-devel
  26. BuildRequires: desktop-file-utils
  27. BuildRequires: GConf2-devel
  28. BuildRequires: gettext
  29. BuildRequires: glib2-devel
  30. BuildRequires: gtk3-devel
  31. # BuildRequires: gtk2-devel
  32. #BuildRequires: libcurl-devel
  33. BuildRequires: curl-devel
  34. BuildRequires: libgpod-devel
  35. BuildRequires: libmusicbrainz3-devel
  36. #BuildRequires: libmusicbrainz-devel
  37. BuildRequires: libnotify-devel
  38. BuildRequires: libXScrnSaver-devel
  39. BuildRequires: gnome-power-manager
  40. Requires: gvfs-fuse
  41. Requires: gnome-power-manager
  42. #Requires: mencoder
  43. #Requires: self-build-mplayer
  44. Requires(pre): GConf2
  45. Requires(post): GConf2
  46. Requires(preun): GConf2
  47. Distribution: Vine Linux
  48. Vendor: Project Vine
  49. Packager: munepi
  50. %description
  51. GNOME MPlayer is a simple GUI for MPlayer. It is intended to be a nice tight
  52. player and provide a simple and clean interface to MPlayer. GNOME MPlayer has
  53. a rich API that is exposed via DBus. Using DBus you can control a single or
  54. multiple instances of GNOME MPlayer from a single command.
  55. %description -l ja
  56. GNOME MPlayer は MPlayer のための簡単なグラフィカルユーザー
  57. インターフェースです。とても引き締まったていて,
  58. MPlayer への簡単でかつ明確なインターフェースを提供します.
  59. GNOME MPlayer は DBus 経由で公開されている豊富な API を持っています。
  60. DBus を使って,あなたは1つのコマンドから単一のあるいは複数の
  61. GNOME MPlayer のインスタンスを制御できます.
  62. gnome-mplayer を使うためには,別途 mplayer が必要です.
  63. %if %{with_nautilus}
  64. %package nautilus
  65. Summary: A Nautilus extention of %{name}
  66. Summary(ja): %{name} の Nautilus 拡張
  67. Group: Applications/Multimedia
  68. Requires: %{name} = %{version}-%{release}
  69. Requires: nautilus-extensions
  70. %description nautilus
  71. GNOME MPlayer is a simple GUI for MPlayer. It is intended to be a nice tight
  72. player and provide a simple and clean interface to MPlayer. GNOME MPlayer has
  73. a rich API that is exposed via DBus. Using DBus you can control a single or
  74. multiple instances of GNOME MPlayer from a single command.
  75. This package provides a nautilus extension, which shows properties of audio and
  76. video files in the properties dialogue.
  77. %description nautilus -l ja
  78. GNOME MPlayer は MPlayer のための簡単なグラフィカルユーザー
  79. インターフェースです。とても引き締まったていて,
  80. MPlayer への簡単でかつ明確なインターフェースを提供します.
  81. GNOME MPlayer は DBus 経由で公開されている豊富な API を持っています。
  82. DBus を使って,あなたは1つのコマンドから単一のあるいは複数の
  83. GNOME MPlayer のインスタンスを制御できます.
  84. このパッケージはプロパティダイアログ内でオーディオやビデオファイルの
  85. プロパティを示すに Nautilus 拡張を提供します.
  86. %endif
  87. %prep
  88. #% setup -q %{?rcversion:-n %{name}-%{version}.rc%{rcversion}}
  89. %setup -q %{?pretestversion:-n %{name}-%{version}%pretestversion}
  90. ## vine
  91. %if %{with_my_japo}
  92. %__install -m644 %{SOURCE100} po/ja.po
  93. %endif
  94. %build
  95. %configure \
  96. --enable-gtk3 \
  97. %if !%{with_nautilus}
  98. --disable-nautilus \
  99. %endif
  100. --disable-schemas-compile \
  101. \
  102. --with-dbus \
  103. --with-alsa \
  104. --with-pulseaudio \
  105. --with-libnotify \
  106. --with-libgpod \
  107. %if %{?_dist_release} != "vl5"
  108. --with-libmusicbrainz3 \
  109. %endif
  110. ;
  111. %__make %{?_smp_mflags}
  112. %install
  113. %__rm -rf $RPM_BUILD_ROOT
  114. export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
  115. %__make install DESTDIR=$RPM_BUILD_ROOT
  116. desktop-file-install --vendor=vine \
  117. --delete-original --dir $RPM_BUILD_ROOT%{_datadir}/applications \
  118. $RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop
  119. %find_lang %{name}
  120. # remove intrusive docs
  121. %__rm -rf $RPM_BUILD_ROOT%{_docdir}/gnome-mplayer
  122. # remove unpackaged files
  123. find $RPM_BUILD_ROOT -name *.la -exec %__rm -f {} \;
  124. # %pre
  125. # if [ "$1" -gt 1 ]; then
  126. # export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
  127. # gconftool-2 --makefile-uninstall-rule \
  128. # %{_sysconfdir}/gconf/schemas/gnome-mplayer.schemas >/dev/null || :
  129. # # If the schema file has ever been renamed::
  130. # #gconftool-2 --makefile-uninstall-rule \
  131. # # %{_sysconfdir}/gconf/schemas/[OLDNAME].schemas > /dev/null || :
  132. # fi
  133. %post
  134. touch --no-create %{_datadir}/icons/hicolor
  135. if [ -x %{_bindir}/gtk-update-icon-cache ]; then
  136. %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor
  137. fi
  138. update-desktop-database &> /dev/null || :
  139. # export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
  140. # gconftool-2 --makefile-install-rule \
  141. # %{_sysconfdir}/gconf/schemas/gnome-mplayer.schemas > /dev/null || :
  142. %posttrans
  143. glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
  144. # update-desktop-database %{_datadir}/applications/
  145. # %preun
  146. # if [ "$1" -eq 0 ]; then
  147. # export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
  148. # gconftool-2 --makefile-uninstall-rule \
  149. # %{_sysconfdir}/gconf/schemas/gnome-mplayer.schemas > /dev/null || :
  150. # fi
  151. %postun
  152. if [ $1 -eq 0 ]; then
  153. glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
  154. update-desktop-database %{_datadir}/applications/
  155. fi
  156. touch --no-create %{_datadir}/icons/hicolor
  157. if [ -x %{_bindir}/gtk-update-icon-cache ]; then
  158. %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor
  159. fi
  160. update-desktop-database &> /dev/null || :
  161. %clean
  162. %__rm -rf $RPM_BUILD_ROOT
  163. %files -f %{name}.lang
  164. %defattr(-,root,root,-)
  165. %{_bindir}/gnome-mplayer
  166. %{_datadir}/applications/*-gnome-mplayer.desktop
  167. %{_datadir}/gnome-control-center/default-apps/gnome-mplayer.xml
  168. %doc AUTHORS COPYING ChangeLog INSTALL NEWS README DOCS/* DOCS/tech/*
  169. # %{_sysconfdir}/gconf/schemas/gnome-mplayer.schemas
  170. %{_datadir}/glib-2.0/schemas/apps.gecko-mediaplayer.preferences.gschema.xml
  171. %{_datadir}/glib-2.0/schemas/apps.gnome-mplayer.preferences.enums.xml
  172. %{_datadir}/glib-2.0/schemas/apps.gnome-mplayer.preferences.gschema.xml
  173. %{_datadir}/icons/hicolor/*/apps/gnome-mplayer.*
  174. %{_mandir}/man1/gnome-mplayer.1.gz
  175. %if %{with_nautilus}
  176. %files nautilus
  177. %{_libdir}/nautilus/extensions-2.0/*.so.*
  178. %{_libdir}/nautilus/extensions-2.0/*.so
  179. %endif
  180. %changelog
  181. * Thu May 21 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 1.0.9-3.b
  182. - rebuilt with libimobiledevice 1.2.0 and libplist 1.12
  183. * Fri Jan 2 2015 Munehiro Yamamoto <munepi@vinelinux.org> 1.0.9-2.b
  184. - updated to 1.0.9b; this is the second alpha version
  185. * Tue Sep 17 2013 Munehiro Yamamoto <munepi@vinelinux.org> 1.0.9-1.a
  186. - updated to 1.0.9a; this is the first alpha version
  187. * Thu Mar 7 2013 Munehiro Yamamoto <munepi@vinelinux.org> 1.0.8-4
  188. - new upstream release
  189. * Wed Feb 20 2013 Munehiro Yamamoto <munepi@vinelinux.org> 1.0.8-3.b
  190. - updated to 1.0.8b (beta)
  191. * Sun Feb 17 2013 Munehiro Yamamoto <munepi@vinelinux.org> 1.0.8-2.a.svn2411
  192. - update to svn2411
  193. - updated ja.po: gnome-mplayer-1.0.8a.svn2411-ja.po
  194. * Fri Feb 1 2013 Munehiro Yamamoto <munepi@vinelinux.org> 1.0.8-1.a.svn2398
  195. - update to svn2398
  196. - updated ja.po: gnome-mplayer-1.0.8a.svn2398-ja.po
  197. * Thu Nov 1 2012 Munehiro Yamamoto <munepi@vinelinux.org> 1.0.7-1
  198. - new upstream release
  199. * Sat May 26 2012 Munehiro Yamamoto <munepi@vinelinux.org> 1.0.6-4
  200. - dropped a wrapper of /usr/bin/gnome-mplayer
  201. * Mon Apr 16 2012 Munehiro Yamamoto <munepi@vinelinux.org> 1.0.6-3
  202. - new upstream release
  203. * Thu Apr 5 2012 Munehiro Yamamoto <munepi@vinelinux.org> 1.0.6-2.b1.svn2227
  204. - source 1.0.6b1 svn2227
  205. - updated ja.po
  206. * Sat Mar 24 2012 Munehiro Yamamoto <munepi@vinelinux.org> 1.0.6-1.b1
  207. - new upstream release
  208. * Tue Feb 28 2012 Munehiro Yamamoto <munepi@vinelinux.org> 1.0.5-3
  209. - updated ja.po
  210. * Sat Feb 25 2012 Munehiro Yamamoto <munepi@vinelinux.org> 1.0.5-2
  211. - updated ja.po
  212. * Fri Dec 30 2011 Munehiro Yamamoto <munepi@vinelinux.org> 1.0.5-1
  213. - new upstream release
  214. * Sat Oct 15 2011 Munehiro Yamamoto <munepi@vinelinux.org> 1.0.5-1.b1.svn2180
  215. - source 1.0.5b1
  216. - updated ja.po
  217. - added BuildRequires: gmtk-devel >= 1.0.5
  218. - dropped --disable-static from %%configure
  219. - enable gtk3 for vl7
  220. - added BuildRequires: gtk3-devel
  221. - added --enable-gtk3 in %%configure
  222. * Sun Sep 25 2011 Munehiro Yamamoto <munepi@vinelinux.org> 1.0.4-4
  223. - rebuilt with libnotify-0.7.4
  224. * Mon Jul 04 2011 Munehiro Yamamoto <munepi@vinelinux.org> 1.0.4-3
  225. - new upstream release
  226. * Fri Jun 10 2011 Munehiro Yamamoto <munepi@vinelinux.org> 1.0.4-2.b2
  227. - source 1.0.4b2
  228. * Sun Jun 05 2011 Munehiro Yamamoto <munepi@vinelinux.org> 1.0.4-1.b1.svn2124
  229. - source snapshot 1.0.4b1 r2124
  230. - use gsettings
  231. * Fri Apr 22 2011 Munehiro Yamamoto <munepi@vinelinux.org> 1.0.3-3
  232. - new upstream release
  233. * Tue Apr 19 2011 Munehiro Yamamoto <munepi@vinelinux.org> 1.0.3-2.beta.svn1992
  234. - source snapshot 1.0.3beta r1992
  235. * Sun Apr 17 2011 Munehiro Yamamoto <munepi@vinelinux.org> 1.0.3-1.beta.svn1989
  236. - source snapshot 1.0.3beta r1989
  237. - added --disable-schemas-compile in configure options
  238. - use GSettings (%%posttrans, %%postun)
  239. - updated Japanese translation (gnome-mplayer-1.0.3beta.svn1989-ja.po)
  240. * Tue Mar 08 2011 Munehiro Yamamoto <munepi@vinelinux.org> 1.0.1-2
  241. - new upstream release
  242. * Wed Mar 02 2011 Munehiro Yamamoto <munepi@vinelinux.org> 1.0.1-1.b1.svn1912
  243. - source snapshot 1.0.1b1 r1912
  244. * Thu Feb 24 2011 Munehiro Yamamoto <munepi@vinelinux.org> 1.0.1-1.b1.svn1892
  245. - source snapshot 1.0.1b1 r1892
  246. - added BuildRequires: pulseaudio-libs-devel
  247. * Sat Nov 06 2010 Munehiro Yamamoto <munepi@vinelinux.org> 1.0.0-1
  248. - new upstream release
  249. - added BuildRequires:
  250. - libmusicbrainz3-devel (only vl6)
  251. - gnome-power-manager
  252. - added Requires: gnome-power-manager
  253. * Tue Oct 12 2010 Munehiro Yamamoto <munepi@vinelinux.org> 0.9.99-2.rc3
  254. - source 0.9.99.rc3
  255. * Fri Aug 20 2010 Munehiro Yamamoto <munepi@vinelinux.org> 0.9.99-1.rc1
  256. - source 0.9.99.rc1
  257. - applied gnome-mplayer-0.9.99.rc1-ja.po
  258. - entry ja in gnome-mplayer.desktop
  259. * Mon Jun 28 2010 Munehiro Yamamoto <munepi@vinelinux.org> 0.9.9.2-5.svn1729
  260. - source snapshot r1729
  261. * Sat Apr 17 2010 Munehiro Yamamoto <munepi@vinelinux.org> 0.9.9.2-4.svn1685
  262. - fixed gnome-mplayer.sh.in
  263. * Sat Apr 17 2010 Munehiro Yamamoto <munepi@vinelinux.org> 0.9.9.2-3.svn1685
  264. - source snapshot r1685
  265. - added gnome-mplayer.sh.in
  266. - this script is a wrapper to check MPlayer binary existance
  267. * Tue Mar 16 2010 Munehiro Yamamoto <munepi@vinelinux.org> 0.9.9.2-2.svn1673
  268. - source snapshot r1673
  269. - Rework vdpau codec selection and deinterlace (r1673)
  270. * Thu Mar 04 2010 Munehiro Yamamoto <munepi@vinelinux.org> 0.9.9.2-1
  271. - new upstream release
  272. * Sat Feb 06 2010 Munehiro Yamamoto <munepi@vinelinux.org> 0.9.9-4
  273. - new upstream release
  274. - added gnome-mplayer-snapshot.sh
  275. * Sat Jan 16 2010 Munehiro Yamamoto <munepi@vinelinux.org> 0.9.9-2.svn1619
  276. - source snapshot r1619
  277. - added gnome-mplayer-0.9.9.svn1619-ja.po
  278. * Mon Dec 14 2009 Munehiro Yamamoto <munepi@vinelinux.org> 0.9.9-1.svn1599
  279. - source snapshot r1599
  280. - added BuildRequires: libXScrnSaver-devel
  281. * Sun Nov 01 2009 Munehiro Yamamoto <munepi@vinelinux.org> 0.9.9-1.svn1583
  282. - source snapshot r1583
  283. - dropped gnome-mplayer-0.9.8-fix-hidden-cursor-over-menus.patch
  284. * Sun Nov 01 2009 Munehiro Yamamoto <munepi@vinelinux.org> 0.9.8-4
  285. - applied gnome-mplayer-0.9.8-fix-hidden-cursor-over-menus.patch
  286. - fix hidden cursor over menus (r1576)
  287. * Sat Sep 19 2009 Munehiro Yamamoto <munepi@vinelinux.org> 0.9.8-3
  288. - new upstream release
  289. * Tue Sep 15 2009 Munehiro Yamamoto <munepi@vinelinux.org> 0.9.8-2.svn1540
  290. - source snapshot r1540
  291. * Mon Sep 14 2009 Munehiro Yamamoto <munepi@vinelinux.org> 0.9.8-1.svn1538
  292. - source snapshot r1538
  293. - updated the latest up-to-date ja.po
  294. * Sat Aug 22 2009 Munehiro Yamamoto <munepi@vinelinux.org> 0.9.7-3
  295. - new upstream release
  296. * Fri Aug 07 2009 Munehiro Yamamoto <munepi@vinelinux.org> 0.9.7-2.svn1493
  297. - source snapshot r1493
  298. * Fri Aug 07 2009 Munehiro Yamamoto <munepi@vinelinux.org> 0.9.7-1.svn1486
  299. - source snapshot r1486
  300. - updated the latest up-to-date ja.po
  301. - added gtk-update-icon-cache actions in %%post, %%postun
  302. * Wed Jun 10 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.9.6-2
  303. - rebuild with libgpod-0.7.2
  304. - gconf uninstall rule in %%preun, not %%postun
  305. * Sat Jun 06 2009 Munehiro Yamamoto <munepi@cg8.so-net.ne.jp> 0.9.6-1
  306. - new upstream release
  307. * Thu May 27 2009 Munehiro Yamamoto <munepi@cg8.so-net.ne.jp> 0.9.5-4.svn1298
  308. - source snapshot r1298
  309. - updated the latest up-to-date ja.po
  310. * Sat Apr 25 2009 Munehiro Yamamoto <munepi@cg8.so-net.ne.jp> 0.9.5-3.svn1236
  311. - dropped Requires: self-build-mplayer
  312. * Sat Mar 28 2009 Munehiro Yamamoto <munepi@cg8.so-net.ne.jp> 0.9.5-2.svn1236
  313. - source snapshot r1236
  314. - updated the latest up-to-date ja.po
  315. * Sun Mar 15 2009 Munehiro Yamamoto <munepi@cg8.so-net.ne.jp> 0.9.5-1
  316. - new upstream release
  317. * Fri Mar 06 2009 Munehiro Yamamoto <munepi@cg8.so-net.ne.jp> 0.9.4-4.r1184
  318. - dropped a Nautilus plugin once
  319. * Fri Mar 06 2009 Munehiro Yamamoto <munepi@cg8.so-net.ne.jp> 0.9.4-3.r1184
  320. - source snapshot r1184
  321. - dropped gnome-mplayer-0.9.4-ja.patch
  322. - committed Japanese translation
  323. - applied gnome-mplayer-0.9.4.r1184-ja.po
  324. - update the latest up-to-date ja.po
  325. * Fri Feb 06 2009 Munehiro Yamamoto <munepi@cg8.so-net.ne.jp> 0.9.4-2
  326. - added Summary(ja), %%description -l ja
  327. - updated gnome-mplayer-0.9.4-ja.patch
  328. * Fri Feb 06 2009 Munehiro Yamamoto <munepi@cg8.so-net.ne.jp> 0.9.4-1
  329. - new upstream release
  330. - updated gnome-mplayer-0.9.4-ja.patch
  331. - updated gnome-mplayer-0.9.4-ja.po
  332. - updated the URL tag
  333. * Sun Feb 01 2009 Munehiro Yamamoto <munepi@cg8.so-net.ne.jp> 0.9.3-1
  334. - initial build
  335. - added ja.po
  336. * Thu Jan 8 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0.9.3-2
  337. - Added patch fixing rpmfusion bug #238 from SVN
  338. - Made the dependencies between packages stricter (%%{version} → %%{version}-%%{release})
  339. * Sat Jan 3 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0.9.3-1
  340. - Updated to 0.9.3
  341. * Mon Nov 24 2008 Julian Sikorski <belegdol[at]gmail[dot]com> - 0.9.2-2
  342. - Refactored the spec to allow building both minimal and full-featured versions
  343. - s/gnome-mplayer-core-functionality/gnome-mplayer-binary
  344. * Sat Nov 22 2008 Julian Sikorski <belegdol[at]gmail[dot]com> - 0.9.2-1
  345. - Updated to 0.9.2
  346. - Added libcurl-devel, libgpod-devel and libmusicbrainz3-devel to BuildRequires
  347. - Provide gnome-mplayer-core-functionality
  348. * Sun Nov 2 2008 Julian Sikorski <belegdol[at]gmail[dot]com> - 0.9.1-1
  349. - Updated to 0.9.1
  350. * Fri Oct 31 2008 Julian Sikorski <belegdol[at]gmail[dot]com> - 0.9.0-1
  351. - Updated to 0.9.0
  352. - Added libnotify-devel to BuildRequires
  353. - Added gvfs-fuse to Requires
  354. * Mon Sep 29 2008 Julian Sikorski <belegdol[at]gmail[dot]com> - 0.8.0-1.1
  355. - Updated to 0.8.0
  356. * Sat Sep 6 2008 Julian Sikorski <belegdol[at]gmail[dot]com> - 0.7.0-2.1
  357. - Added alsa-lib-devel to BuildRequires (livna bug #2084)
  358. * Sun Aug 17 2008 Julian Sikorski <belegdol[at]gmail[dot]com> - 0.7.0-1.1
  359. - Updated to 0.7.0
  360. * Wed Jul 30 2008 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info - 0.6.3-2
  361. - rebuild for buildsys cflags issue
  362. * Sun Jul 6 2008 Julian Sikorski <belegdol[at]gmail[dot]com> - 0.6.3-1
  363. - Updated to 0.6.3
  364. * Tue Jun 10 2008 Julian Sikorski <belegdol[at]gmail[dot]com> - 0.6.2-2
  365. - Added mencoder to Requires (bug #1991)
  366. * Wed May 28 2008 Julian Sikorski <belegdol[at]gmail[dot]com> - 0.6.2-1
  367. - Updated to 0.6.2
  368. * Thu Apr 17 2008 Julian Sikorski <belegdol[at]gmail[dot]com> - 0.6.1-1
  369. - Updated to 0.6.1
  370. - Updated URL and Source0
  371. * Wed Feb 13 2008 Julian Sikorski <belegdol[at]gmail[dot]com> - 0.6.0-1
  372. - Initial rpmfusion release