totem-vl.spec 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559
  1. # build browser plugins
  2. %define build_plugin %{!?_without_mozilla:1}%{?_without_mozilla:0}
  3. # define versions
  4. %define _glib_ver 2.32.0
  5. %define _gtk_ver 3.4.0
  6. %define _gnomeicon_ver 3.4.0
  7. %define _gnome_doc_utils_ver 0.20.0
  8. %define _dbus_ver 1.4.0
  9. %define _gst_ver 0.10.30
  10. %define _gstpb_ver 0.10.30
  11. %define _gstpg_ver 0.10.24
  12. %define _xulrunner_ver 1.9
  13. %define _nautilus_ver 3.4.0
  14. %define _shared_mime_info_ver 0.17
  15. %define _unique_ver 1.0
  16. %define _vala_ver 0.11.1
  17. %define _totem_pl_parser_ver 2.32.0
  18. %define nautilus_extdir %{_libdir}/nautilus/extensions-3.0
  19. %define mozplug_dir %{_libdir}/mozilla/plugins
  20. Summary: Movie player for GNOME 3
  21. Summary(ja): GNOME3 用動画プレイヤー
  22. Name: totem
  23. Version: 3.4.2
  24. Release: 2%{?_dist_release}
  25. License: GPL
  26. Group: Applications/Multimedia
  27. URL: http://www.gnome.org/projects/totem/
  28. Source0: http://ftp.gnome.org/pub/GNOME/sources/totem/3.4/totem-%{version}.tar.xz
  29. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  30. Vendor: Project Vine
  31. Distribution: Vine Linux
  32. BuildRequires: gtk3-devel >= %{_gtk_ver}, glib2-devel >= %{_glib_ver}
  33. BuildRequires: gnome-icon-theme >= %{_gnomeicon_ver}
  34. BuildRequires: gnome-doc-utils >= %{_gnome_doc_utils_ver}
  35. BuildRequires: dbus-devel >= %{_dbus_ver}
  36. BuildRequires: nautilus-devel >= %{_nautilus_ver}
  37. BuildRequires: gettext, scrollkeeper
  38. BuildRequires: perl-XML-Parser
  39. BuildRequires: iso-codes
  40. BuildRequires: totem-pl-parser-devel >= %{_totem_pl_parser_ver}
  41. BuildRequires: bluez-libs-devel >= 4.15
  42. BuildRequires: lirc
  43. BuildRequires: unique-devel >= %{_unique_ver}
  44. BuildRequires: vala-devel >= %{_vala_ver}
  45. BuildRequires: python-devel
  46. BuildRequires: pylint
  47. BuildRequires: pygobject3-devel
  48. BuildRequires: libpeas-devel
  49. BuildRequires: libXtst-devel
  50. BuildRequires: gstreamer-devel >= %{_gst_ver}
  51. BuildRequires: gstreamer-plugins-base-devel >= %{_gstpb_ver}
  52. BuildRequires: gstreamer-plugins-good >= %{_gstpg_ver}
  53. BuildRequires: clutter-gtk-devel
  54. BuildRequires: clutter-gst-devel
  55. BuildRequires: libmx-devel
  56. %if %{build_plugin}
  57. BuildRequires: xulrunner-devel >= %{_xulrunner_ver}
  58. BuildRequires: nautilus-devel >= %{_nautilus_ver}
  59. BuildRequires: shared-mime-info >= %{_shared_mime_info_ver}
  60. %endif
  61. Requires: gstreamer >= %{_gst_ver}
  62. Requires: gstreamer-plugins-base >= %{_gstpb_ver}
  63. Requires: gstreamer-plugins-good >= %{_gstpg_ver}
  64. Requires: iso-codes
  65. # for opensubtitles plugin
  66. Requires: pyxdg
  67. # for python plugins
  68. Requires: pygtk2
  69. # for coherence plugins
  70. # Requires: python-Coherence >= 0.6.6.2
  71. Obsoletes: nautilus-media
  72. Obsoletes: %{name}-gstreamer < 2.30.1-2
  73. Obsoletes: %{name}-xine < 2.30.1-2
  74. Obsoletes: %{name}-common < 2.30.1-3
  75. Provides: nautilus-media
  76. Provides: %{name}-common = %{version}-%{release}
  77. Requires(post): ldconfig, scrollkeeper, desktop-file-utils, GConf2
  78. Requires(postun): ldconfig, scrollkeeper, desktop-file-utils
  79. Requires(preun): GConf2
  80. %description
  81. Totem is simple movie player for the Gnome desktop. It features a
  82. simple playlist, a full-screen mode, seek and volume controls, as well as
  83. a pretty complete keyboard navigation.
  84. %if %{build_plugin}
  85. %package mozilla
  86. Summary: Totem movie plugin for Mozilla
  87. Summary(ja): Mozilla 用 Totem 動画プラグイン
  88. Group: Applications/Internet
  89. Requires: %{name} = %{version}-%{release}
  90. Obsoletes: %{name}-mozilla-common
  91. Obsoletes: %{name}-mozilla-gstreamer
  92. Obsoletes: %{name}-mozilla-xine
  93. %description mozilla
  94. Totem is simple movie player for the Gnome desktop. It features a
  95. simple playlist, a full-screen mode, seek and volume controls, as well as
  96. a pretty complete keyboard navigation.
  97. This package contains a Totem video plugin for Mozilla. It allows Totem
  98. movie player to be embedded into a web browser.
  99. %endif
  100. %package devel
  101. Summary: Plugin writer's documentation for totem
  102. Group: Development/Libraries
  103. Requires: %{name} = %{version}-%{release}
  104. %description devel
  105. The %{name}-devel package contains API documentation for
  106. developing developing plugins for %{name}.
  107. %prep
  108. %setup -q
  109. %build
  110. DBUS_FATAL_WARNINGS=0 /usr/bin/gst-inspect-0.10 --print-all > /dev/null
  111. export MOZILLA_PLUGINDIR=%{mozplug_dir}
  112. %configure \
  113. --disable-scrollkeeper \
  114. --enable-python \
  115. --disable-vala \
  116. --enable-nautilus \
  117. --enable-gmp-plugin \
  118. --enable-narrowspace-plugin \
  119. --enable-mully-plugin \
  120. --disable-vegas-plugin \
  121. %if %{build_plugin}
  122. --enable-browser-plugins
  123. %else
  124. --disable-browser-plugins
  125. %endif
  126. make %{?_smp_mflags}
  127. %install
  128. rm -rf $RPM_BUILD_ROOT
  129. export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
  130. make install DESTDIR=$RPM_BUILD_ROOT
  131. # remove unneeded files
  132. %__rm -f %{buildroot}%{_libdir}/totem/plugins/*/*.{a,la}
  133. %__rm -f %{buildroot}%{_libdir}/*.{a,la}
  134. %__rm -f %{buildroot}%{_datadir}/pixmaps/vanity.png
  135. %__rm -f %{buildroot}%{nautilus_extdir}/*.{a,la}
  136. %__rm -f %{buildroot}%{mozplug_dir}/*.{a,la}
  137. %__rm -f %{buildroot}%{_datadir}/icons/hicolor/icon-theme.cache
  138. %__rm -rf %{buildroot}%{_libdir}/totem/plugins/bemused/
  139. # remove unused file
  140. %__rm -f %{buildroot}%{_datadir}/GConf/gsettings/pythonconsole.convert
  141. %find_lang %{name} --with-gnome
  142. # save space by linking identical images in translated docs
  143. helpdir=$RPM_BUILD_ROOT%{_datadir}/gnome/help/%{name}
  144. for f in $helpdir/C/figures/*.png; do
  145. b="$(basename $f)"
  146. for d in $helpdir/*; do
  147. if [ -d "$d" -a "$d" != "$helpdir/C" ]; then
  148. g="$d/figures/$b"
  149. if [ -f "$g" ]; then
  150. if cmp -s $f $g; then
  151. rm "$g"; ln -s "../../C/figures/$b" "$g"
  152. fi
  153. fi
  154. fi
  155. done
  156. done
  157. %clean
  158. %__rm -rf %{buildroot}
  159. %post
  160. %{_bindir}/scrollkeeper-update -q
  161. %{_bindir}/update-desktop-database %{_datadir}/applications >& /dev/null ||:
  162. touch %{_datadir}/icons/hicolor
  163. if [ -x /usr/bin/gtk-update-icon-cache ]; then
  164. /usr/bin/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor
  165. fi
  166. %postun
  167. %{_bindir}/scrollkeeper-update -q
  168. %{_bindir}/update-desktop-database %{_datadir}/applications >& /dev/null ||:
  169. touch %{_datadir}/icons/hicolor
  170. if [ -x /usr/bin/gtk-update-icon-cache ]; then
  171. /usr/bin/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor
  172. fi
  173. glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
  174. %posttrans
  175. glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
  176. %files -f %{name}.lang
  177. %defattr(-,root,root,-)
  178. %doc AUTHORS COPYING ChangeLog NEWS README TODO
  179. %{_bindir}/totem
  180. %{_bindir}/totem-audio-preview
  181. %{_bindir}/totem-video-thumbnailer
  182. %{_datadir}/GConf/gsettings/opensubtitles.convert
  183. #%{_datadir}/GConf/gsettings/pythonconsole.convert
  184. %{_datadir}/GConf/gsettings/totem.convert
  185. %{_datadir}/applications/%{name}.desktop
  186. %{_datadir}/glib-2.0/schemas/*.xml
  187. %{_datadir}/icons/*/*/*/*
  188. %{_datadir}/thumbnailers/totem.thumbnailer
  189. %{_datadir}/%{name}
  190. %{_datadir}/gtk-doc/html/totem
  191. %{_libdir}/libtotem.so.*
  192. %{_libdir}/girepository-1.0/*.typelib
  193. %dir %{_libdir}/totem
  194. %dir %{_libdir}/totem/plugins
  195. %{_libdir}/totem/plugins/brasero-disc-recorder
  196. %{_libdir}/totem/plugins/chapters
  197. %{_libdir}/totem/plugins/dbus
  198. %{_libdir}/totem/plugins/gromit
  199. %{_libdir}/totem/plugins/iplayer
  200. %{_libdir}/totem/plugins/lirc
  201. %{_libdir}/totem/plugins/media-player-keys
  202. %{_libdir}/totem/plugins/ontop
  203. %{_libdir}/totem/plugins/opensubtitles
  204. %{_libdir}/totem/plugins/properties
  205. %{_libdir}/totem/plugins/pythonconsole
  206. %{_libdir}/totem/plugins/screensaver
  207. %{_libdir}/totem/plugins/screenshot
  208. %{_libdir}/totem/plugins/skipto
  209. %{_libdir}/totem/plugins/im-status/libtotem-im-status.so
  210. %{_libdir}/totem/plugins/im-status/totem-im-status.plugin
  211. %{_libdir}/totem/plugins/save-file/libsave-file.so
  212. %{_libdir}/totem/plugins/save-file/save-file.plugin
  213. %if %{build_plugin}
  214. %{_libdir}/nautilus/extensions-3.0/*.so*
  215. %endif
  216. %{_libexecdir}/%{name}/totem-bugreport.py
  217. %{_mandir}/man1/*
  218. %if %{build_plugin}
  219. %files mozilla
  220. %defattr(-,root,root,-)
  221. %{mozplug_dir}/*
  222. %{_libexecdir}/totem-plugin-viewer
  223. %endif
  224. %files devel
  225. %defattr(-, root, root,-)
  226. %{_includedir}/totem
  227. %{_libdir}/libtotem.so
  228. %{_libdir}/pkgconfig/totem.pc
  229. %{_datadir}/gir-1.0/Totem-1.0.gir
  230. %{_datadir}/gtk-doc/html/totem
  231. %changelog
  232. * Wed May 30 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.2-2
  233. - add configure option (--disable-vegas-plugin)
  234. * Sun May 20 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.2-1
  235. - new upstream release
  236. * Sun Apr 22 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.1-1
  237. - new upstream release
  238. - add BuildRequires: pylint
  239. - remove BuildRequires: libgdata-devel
  240. * Sat Oct 22 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.1-1
  241. - new upstream release
  242. * Fri Sep 30 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.0-1
  243. - new upstream release
  244. * Fri Sep 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.92-1
  245. - new upstream release
  246. - change BuildRequires: pygobject3-devel instead of pygobject-devel
  247. * Wed Aug 17 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.4-1
  248. - new upstream release
  249. - change BuildRequires: gtk3-devel instead of gtk2-devel
  250. - add BuildRequires: libpeas-devel, libXtst-devel, pygobject-devel, clutter-gtk-devel,
  251. clutter-gst-devel, libmx-devel
  252. - change configure option (--disable-vala)
  253. * Sun Oct 03 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.32.0-1
  254. - new upstream release
  255. - fix %files
  256. * Tue Jun 29 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.2-1
  257. - new upstream release
  258. * Mon May 10 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 2.30.1-3
  259. - clean up spec file
  260. - remove totem-common and merged to totem main package.
  261. - add Obsoletes: totem-common
  262. - remove unneeded BR: and R:
  263. - gnome-vfs2, libgnomeui, libgnome, gnome-desktop-libs
  264. - libmusicbrainz, alternatives
  265. - remove explicit dependency
  266. - gtk2, glib2, dbus
  267. - add R: pygtk2, pyxdg, python-Coherence for python plugins
  268. - add R: gstreamer-plugins-good
  269. * Sun May 09 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.1-2
  270. - rebuild with libgdata (add youtube plugin)
  271. - add BuildRequires: libgdata-devel, python-devel, pygtk2-devel
  272. - add Obsolete: totem-gstreamer, totem-xine)
  273. * Sat May 01 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.1-1
  274. - new upstream release
  275. - chagnge _gst_ver from 0.10.19 to 0.10.29
  276. * Wed Apr 07 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.0-1
  277. - new upstream release
  278. - drop totem-tracker package
  279. - add BuildRequires: unique-devel
  280. - remove BuildRequires: hal-devel
  281. - remove unrecognized options (--disable-lirc, --disable-vanity, --disable-nvtv, --enable-xine, --disable-xine, --enable-gstreamer, --disable-gstreamer, --enable-mozilla, --with-mozilla, --disable-mozilla, --enable-basic-plugin, --enable-complex-plugin)
  282. * Mon Jul 06 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.3-2
  283. - remove unneeded autoreconf
  284. - add BR: lirc
  285. * Thu Jul 02 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.3-1
  286. - new upstream release
  287. * Wed Jul 01 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.2-2
  288. - remove bemused plugin
  289. * Thu May 28 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.2-1
  290. - new upstream release
  291. * Thu Apr 30 2009 NAKAMURA Kenta <kenta@vinelinux.org> 2.26.1-2
  292. - added tracker video search sub-package
  293. * Sat Apr 25 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.1-1
  294. - new upstream release
  295. * Sun Mar 22 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.0-1
  296. - new upstream release
  297. * Fri Mar 20 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.24.3-2
  298. - remove libxine dependency from totem-common
  299. - build xine backend with minimum dependency
  300. * Thu Oct 23 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.24.2-3
  301. - add BR: bluez-libs-devel >= 4.15
  302. - fix typo in %%postun xine
  303. * Thu Oct 23 2008 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 2.24.2-2
  304. - rebuild with bluez-libs-devel-4.15
  305. * Sat Oct 11 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.24.2-1
  306. - new upstream release
  307. * Wed Sep 24 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.24.0-1
  308. - new upstream release
  309. * Mon Jul 21 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.22.2-1
  310. - new upstream release
  311. - add patch1 to build with xulrunner-1.9
  312. * Thu Apr 10 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.22.1-1vl5
  313. - new upstream release
  314. * Mon Apr 7 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.22.0-1vl5
  315. - new upstream release
  316. - disabled devel package (replaced by totem-pl-parser-devel)
  317. * Sat Aug 11 2007 KAZUKI SHIMURA <ksh753@y5.dion.ne.jp> 2.18.2-0vl1
  318. - new upstream release
  319. - update version macros
  320. - enable browser plugins on x86_64
  321. * Sat Apr 28 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.18.1-0vl1
  322. - new upstream release
  323. * Sun Mar 25 2007 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 2.16.6-0vl1
  324. - upstream release
  325. - drop obsolete ja.po.patch (patch0)
  326. - revert change of 1.4.4-0vl2
  327. * Wed Jan 31 2007 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 2.16.5-0vl1
  328. - upstream release
  329. - enable browser plugins (exclude x86_64 arch)
  330. * Fri Dec 01 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 2.16.4-0vl1
  331. - upstream release
  332. * Mon Nov 27 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 2.16.3-0vl3
  333. - update configure options
  334. - add -mozilla-{gstreamer,xine,common} sub-packages (disabled by default)
  335. * Sat Nov 25 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 2.16.3-0vl2
  336. - fix mistranslation (patch0)
  337. - add icon symlink
  338. - add BuildRequires: gstreamer-plugins-good
  339. * Fri Nov 24 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 2.16.3-0vl1
  340. - upstream release
  341. - update %%_glib_ver, %%_xine_ver
  342. - add BuildRequires: hal
  343. - update %%configure options
  344. - update %%files
  345. * Wed Sep 13 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 1.4.5-0vl1
  346. - upstream release
  347. * Fri Sep 08 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 1.4.4-0vl2
  348. - fix macro name (%%gnome_desktop_ver -> %%gnomedesktop_ver)
  349. * Mon Aug 07 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 1.4.4-0vl1
  350. - upstream release
  351. - drop obsolete patch0
  352. * Sun Jul 16 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 1.4.3-0vl1
  353. - upstream release
  354. - add patch0 to build with intltool-0.35
  355. * Sun Jun 25 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 1.4.2-0vl1
  356. - upstream release
  357. * Thu May 18 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 1.4.1-0vl1
  358. - upstream release
  359. - update alternatives entry
  360. * Tue Mar 14 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 1.4.0-0vl1
  361. - upstream release
  362. - drop fix-sort-function.patch (was merged to upstream, #331426)
  363. * Wed Mar 08 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.3.91-0vl2
  364. - rebuild with gnome-2.14rc
  365. * Tue Feb 14 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 1.3.91-0vl1
  366. - upstream release
  367. - add macros
  368. - _gtk_ver, _glib_ver
  369. - _gnomevfs_ver, _gnomeui_ver, _gnomeicon_ver, _gnome_desktop_ver
  370. - _dbus_ver
  371. - _gst_ver, gstpb_ver, _xine_ver
  372. - add fix-sort-function.patch to build with glib < 2.9.1
  373. * Sat Jan 21 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 1.3.1-0vl1
  374. - upstream release
  375. - add BuildRequires:
  376. - gtk2-devel >= 2.5.6, glib2-devel >= 2.6.3
  377. - gnome-vfs2-devel >= 2.9.92
  378. - dbus-devel >= 0.35
  379. - use gstreamer-0.10 as backend for totem-gstreamer
  380. * Sat Jan 21 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 1.2.1-0vl2
  381. - use gstreamer08 instead of gstreamer
  382. * Sat Dec 31 2005 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 1.2.1-0vl1
  383. - upstream release
  384. * Sun Oct 09 2005 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 1.2.0-0vl2
  385. - fix missing links
  386. - update file list
  387. - update update-alternatives scripts
  388. - fix totem-gstreamer's %%postun script
  389. * Wed Sep 21 2005 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 1.2.0-0vl1
  390. - upstream release
  391. - add BuildRequires: iso-codes, libmusicbrainz-devel
  392. - add Requires: iso-codes, libmusicbrains to -common package
  393. - remove BuildRequires: nautilus-cd-burner
  394. - remove Requires: nautilus-cd-burner from -common package
  395. * Wed Aug 03 2005 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 1.0.4-0vl2
  396. - totem-gstreamer obsoletes nautilus-media
  397. * Thu Jun 23 2005 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 1.0.4-0vl1
  398. - upstream release
  399. - add Requires(post,postun): alternatives for gstreamer,xine
  400. - add Requires(postun,triggers): alternatives for common
  401. * Mon May 30 2005 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 1.0.3-0vl1
  402. - upstream release
  403. * Sun May 08 2005 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 1.0.2-0vl2
  404. - build xine backend
  405. - move common files to common package
  406. - move GStreamer related files to gstreamer package
  407. - install xine related files to xine package
  408. - fix scripts
  409. * Sun May 01 2005 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 1.0.2-0vl1
  410. - upstream release
  411. - update URL
  412. - move *.{a,la} to devel package
  413. * Mon Apr 04 2005 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 1.0.1-1vl1
  414. - fix %%{post,preun} script (video-thumbnail.schemas)
  415. - sync with Fedora Core's 1.0.1-1
  416. * Tue Feb 29 2005 John (J5) Palmieri <johnp@redhat.com> - 1.0.1-1
  417. - Update to upstream version 1.0.1
  418. - Break out devel package
  419. * Thu Mar 31 2005 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 0.101-4uvl2
  420. - add %%{post,pre}un script
  421. * Wed Mar 30 2005 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 0.101-4uvl1
  422. - initial build for Vine Linux
  423. * Mon Feb 21 2005 Bill Nottingham <notting@redhat.com> - 0.101-4
  424. - fix %%post
  425. * Wed Feb 2 2005 Matthias Clasen <mclasen@redhat.com> - 0.101-3
  426. - Obsolete nautilus-media
  427. - Install property page and thumbnailer
  428. * Wed Feb 2 2005 Matthias Clasen <mclasen@redhat.com> - 0.101-2
  429. - Update to 0.101
  430. * Mon Jan 03 2005 Colin Walters <walters@redhat.com> - 0.100-2
  431. - Grab patch totem-0.100-desktopfile.patch from CVS to fix
  432. missing menu entry (144088)
  433. - Remove workaround for desktop file being misinstalled, fixed
  434. by above patch
  435. * Mon Jan 03 2005 Colin Walters <walters@redhat.com> - 0.100-1
  436. - New upstream version 0.100
  437. * Sun Dec 5 2004 Bill Nottingham <notting@redhat.com> - 0.99.22-1
  438. - update to 0.99.22
  439. * Thu Oct 28 2004 Colin Walters <walters@redhat.com> - 0.99.19-2
  440. - Add patch to remove removed items from package from help
  441. * Thu Oct 14 2004 Colin Walters <walters@redhat.com> - 0.99.19-1
  442. - New upstream 0.99.19
  443. - Fixes crasher with CD playback (see NEWS)
  444. * Tue Oct 12 2004 Alexander Larsson <alexl@redhat.com> - 0.99.18-2
  445. - Call update-desktop-database in post
  446. * Tue Oct 12 2004 Alexander Larsson <alexl@redhat.com> - 0.99.18-1
  447. - update to 0.99.18
  448. * Wed Oct 6 2004 Alexander Larsson <alexl@redhat.com> -
  449. - Initial version, based on specfile by Matthias Saou <http://freshrpms.net/>