kdemultimedia-vl.spec 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591
  1. Name: kdemultimedia
  2. Summary: Multimedia applications for the K Desktop Environment (KDE).
  3. Summary(ja): K デスクトップ環境 - マルチメディアアプリケーション集
  4. Version: 4.5.0
  5. Release: 1%{?_dist_release}
  6. Source: ftp://ftp.kde.org/pub/kde/stable/%{version}/src/kdemultimedia-%{version}.tar.bz2
  7. Patch1: kdemultimedia-4.3.75-nomplayerthumbs.patch
  8. # FIXME
  9. Patch2: kdemultimedia-4.3.75-kscd_doc.patch
  10. # Vine Patches
  11. # build with taglib < 1.6
  12. Patch700: kdemultimedia-4.4.5-juk_taglib.patch
  13. # not build with ffmpeg
  14. Patch701: kdemultimedia-4.5.0-noffmpeg.patch
  15. URL: http://www.kde.org/
  16. Group: Applications/Multimedia
  17. License: GPLv2+
  18. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  19. # This one is normal, FLAC_OGG_LIBRARY is not actually used anyway:
  20. # FLAC_OGG_LIBRARY:FILEPATH=FLAC_OGG_LIBRARY-NOTFOUND
  21. BuildRequires: alsa-lib-devel
  22. BuildRequires: cdparanoia-devel
  23. BuildRequires: flac-devel
  24. BuildRequires: glib2-devel
  25. BuildRequires: kdebase-workspace-devel >= %{version}
  26. BuildRequires: kdelibs4-devel
  27. BuildRequires: libtheora-devel
  28. ## needed to build Kscd, keep for now -- Kevin
  29. #BuildRequires: libtunepimp-devel
  30. BuildRequires: libmusicbrainz-devel
  31. BuildRequires: libvorbis-devel
  32. # KMix PulseAudio integration is not anywhere near shippable.
  33. # Almost everything is commented out, it basically does nothing.
  34. BuildRequires: pulseaudio-libs-devel
  35. BuildRequires: taglib-devel
  36. BuildRequires: xine-lib-devel libxcb-devel
  37. Requires: %{name}-libs = %{version}-%{release}
  38. Requires: kdelibs4 >= %{version}
  39. Requires: kdebase-workspace >= %{version}
  40. Provides: dragonplayer = 2.0.2-0.1
  41. Obsoletes: dragonplayer < 2.0.2-0.1
  42. Obsoletes: %{name}-extras < %{version}-%{release}
  43. Obsoletes: kmidi koncd
  44. Conflicts: kdemultimedia3
  45. %description
  46. Multimedia applications for the K Desktop Environment.
  47. What it is
  48. ----------
  49. * dragonplayer (a simple video player)
  50. * juk (a music manager and player)
  51. * kmix (an audio mixer)
  52. * kscd (an Audio-CD player)
  53. %package libs
  54. Summary: Runtime libraries for %{name}
  55. Group: System Environment/Libraries
  56. License: LGPLv2+ and GPLv2+
  57. Obsoletes: %{name}-extras-libs < %{version}-%{release}
  58. Conflicts: dragonplayer < 2.0.2-0.1
  59. %description libs
  60. %{summary}.
  61. %package devel
  62. Summary: Developer files for %{name}
  63. Group: Development/Libraries
  64. Requires: %{name}-libs = %{version}-%{release}
  65. Requires: kdelibs4-devel
  66. Conflicts: kdemultimedia3-devel
  67. %description devel
  68. %{summary}.
  69. %prep
  70. %setup -q -n kdemultimedia-%{version}
  71. #patch1 -p1 -b .nomplayerthumbs
  72. #patch2 -p1 -b .kscd_doc
  73. %if %{?_dist_release} == "vl4" || %{?_dist_release} == "vl5"
  74. %patch700 -p1 -b .taglib
  75. %endif
  76. %patch701 -p1 -b .ffmpeg
  77. %build
  78. mkdir -p %{_target_platform}
  79. pushd %{_target_platform}
  80. unset QTDIR || : ; . /etc/profile.d/qt4.sh
  81. %cmake \
  82. -DCMAKE_BUILD_TYPE=release \
  83. -DCMAKE_INSTALL_PREFIX:PATH=%{_prefix} \
  84. -DDATA_INSTALL_DIR:PATH=%{_datadir}/kde4/apps \
  85. -DINCLUDE_INSTALL_DIR:PATH=%{_includedir}/kde4 \
  86. -DLIB_INSTALL_DIR:PATH=%{_libdir} \
  87. -DLIBEXEC_INSTALL_DIR:PATH=%{_libexecdir}/kde4 \
  88. -DSYSCONF_INSTALL_DIR:PATH=%{_sysconfdir} \
  89. ..
  90. popd
  91. make %{?_smp_mflags} -C %{_target_platform}
  92. %install
  93. rm -rf $RPM_BUILD_ROOT
  94. make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
  95. %clean
  96. rm -rf $RPM_BUILD_ROOT
  97. %post
  98. touch --no-create %{_datadir}/icons/hicolor &> /dev/null ||:
  99. touch --no-create %{_datadir}/icons/oxygen &> /dev/null ||:
  100. %posttrans
  101. gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null ||:
  102. gtk-update-icon-cache %{_datadir}/icons/oxygen &> /dev/null ||:
  103. update-desktop-database -q &> /dev/null ||:
  104. %postun
  105. if [ $1 -eq 0 ] ; then
  106. touch --no-create %{_datadir}/icons/hicolor &> /dev/null ||:
  107. touch --no-create %{_datadir}/icons/oxygen &> /dev/null ||:
  108. gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null ||:
  109. gtk-update-icon-cache %{_datadir}/icons/oxygen &> /dev/null ||:
  110. update-desktop-database -q &> /dev/null ||:
  111. fi
  112. %post libs -p /sbin/ldconfig
  113. %postun libs -p /sbin/ldconfig
  114. %files
  115. %defattr(-,root,root)
  116. %{_bindir}/*
  117. %{_datadir}/kde4/apps/dragonplayer
  118. %{_datadir}/kde4/apps/juk
  119. %{_datadir}/kde4/apps/kmix
  120. %{_datadir}/kde4/apps/kconf_update/*
  121. %{_datadir}/kde4/apps/konqsidebartng
  122. %{_datadir}/kde4/apps/kscd
  123. %{_datadir}/kde4/apps/solid/actions/dragonplayer-opendvd.desktop
  124. %{_datadir}/kde4/apps/solid/actions/kscd-play-audiocd.desktop
  125. %{_datadir}/kde4/apps/solid/actions/solid_audiocd.desktop
  126. %{_datadir}/kde4/apps/videothumbnail/
  127. %{_datadir}/config/dragonplayerrc
  128. %{_datadir}/applications/kde4/*
  129. %{_datadir}/autostart/*
  130. %{_datadir}/kde4/services/*
  131. %{_datadir}/config.kcfg/*
  132. %{_datadir}/dbus-1/interfaces/*
  133. %{_docdir}/HTML/en/dragonplayer/
  134. %{_docdir}/HTML/en/juk/
  135. %{_docdir}/HTML/en/kcontrol/
  136. %{_docdir}/HTML/en/kioslave/
  137. %{_docdir}/HTML/en/kmix/
  138. %{_datadir}/icons/hicolor/*/*/*
  139. %{_datadir}/icons/oxygen/*/actions/player-volume-muted.*
  140. %{_datadir}/icons/oxygen/*/actions/kscd-dock.*
  141. %{_libdir}/libkdeinit*.so
  142. %files libs
  143. %defattr(-,root,root,-)
  144. %{_libdir}/lib*.so.*
  145. %{_libdir}/kde4/*
  146. %files devel
  147. %defattr(-,root,root)
  148. %{_includedir}/kde4/audiocdencoder.h
  149. %{_includedir}/kde4/libkcddb
  150. %{_includedir}/kde4/libkcompactdisc
  151. %{_libdir}/lib*.so
  152. %exclude %{_libdir}/libkdeinit*.so
  153. %changelog
  154. * Sat Aug 21 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.5.0-1
  155. - new upstream release
  156. - added Patch701 to avoid link with ffmpeg
  157. * Sun Jul 4 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.4.5-1
  158. - new upstream release
  159. - added Conflicts: kdemultimedia3
  160. * Fri May 7 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.4.3-1
  161. - new upstream release
  162. * Wed Apr 14 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.4.2-1
  163. - new upstream release
  164. * Sun Mar 7 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.4.1-1
  165. - new upstream release
  166. * Sat Mar 6 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.4.0-1
  167. - new upstream release
  168. - built with new toolchain
  169. * Wed Nov 25 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.3.3-1
  170. - new upstream release
  171. * Sun Oct 25 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.3.2-1
  172. - new upstream release
  173. * Mon Sep 7 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.3.1-1
  174. - new upstream release
  175. - used %%cmake macro
  176. * Sun Aug 30 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.3.0-1
  177. - new upstream release
  178. - split libs sub-package
  179. * Sun May 10 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 3.5.8-3
  180. - added Japanese summary, spec in UTF-8
  181. - updated BR
  182. * Sat Mar 2 2009 TOSHI <milk-tea1977@dune.ocn.ne.jp> 3.5.8-2vl4
  183. - Change BuildPrereq: (Use BuildRequires)
  184. - Change BuildRequires: self-build-libmad
  185. - applied vine versioning policy
  186. * Mon Oct 29 2007 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.8-0vl2
  187. - rebuild for VineSeed
  188. * Mon Oct 29 2007 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.8-0vl1
  189. - new upstream release
  190. * Thu Sep 20 2007 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.7-0vl4
  191. - rebuild without acl
  192. * Tue Aug 21 2007 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.7-0vl3
  193. - rebuild with flac-1.2.0
  194. * Tue Jul 3 2007 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.7-0vl2
  195. - rebuild for VineSeed
  196. - add BuildPrereq: cdparanoia-devel
  197. - delete our own copy of cdparanoia and BuildConflicts: cdparanoia-devel
  198. * Tue May 29 2007 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.7-0vl1
  199. - new upstream release
  200. - enable-cdparanoia
  201. * Tue Jan 23 2007 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.6-0vl1
  202. - new upstream release
  203. * Sun Oct 22 2006 NAKAMURA Kenta <kenta@vinelinux.org> 3.5.5-0vl3
  204. - added --with-qt-libraries and --enable-libsuffix option
  205. * Tue Oct 3 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.5-0vl2
  206. - rebuild for VineSeed
  207. * Tue Oct 3 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.5-0vl1
  208. - new upstream release
  209. * Tue Aug 1 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.4-0vl2
  210. - rebuild for VineSeed
  211. * Tue Aug 1 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.4-0vl1
  212. - new upstream release
  213. * Wed May 31 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.3-0vl2
  214. - rebuild for VineSeed
  215. * Wed May 31 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.3-0vl1
  216. - new upstream release
  217. * Wed Mar 22 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.2-0vl2
  218. - rebuild for VineSeed
  219. * Wed Mar 22 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.2-0vl1
  220. - new upstream release
  221. - remove BuildPrereq: gstreamer-plugins-devel
  222. * Tue Jan 31 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.1-0vl2
  223. - rebuild for VineSeed
  224. * Tue Jan 31 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.1-0vl1
  225. - new upstream release
  226. * Thu Dec 8 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.0-0vl2
  227. - rebuild for VineSeed
  228. * Mon Nov 28 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.0-0vl1
  229. - new upstream release
  230. * Mon Nov 14 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.0-0vl0.rc1
  231. - new upstream release
  232. - add --includedir=%%{_includedir}/kde to configure option
  233. * Mon Oct 17 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.4.92-0vl1
  234. - new upstream release
  235. * Tue Sep 20 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.4.91-0vl1
  236. - new upstream release
  237. * Thu Aug 11 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.4.1-0vl4
  238. - rebuild for VineSeed
  239. * Thu Aug 11 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.4.1-0vl3
  240. - rebuild with kdelibs-3.4.2
  241. * Mon Jun 6 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.4.1-0vl2
  242. - build for VineSeed
  243. - add --disable-rpath to configure option
  244. - add alsa support for VineSeed
  245. * Mon Jun 6 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.4.1-0vl1
  246. - new upstream release
  247. - use %%{?_smp_mflags} for make option
  248. * Sat Mar 19 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.4.0-0vl2
  249. - rebuild for VineSeed
  250. * Thu Mar 17 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.4.0-0vl1
  251. - new upstream release
  252. - change configure option
  253. - add BuildPrereq: gstreamer-plugins-devel libmad-devel
  254. * Sat Feb 12 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.3.2-0vl3
  255. - rebuild with flac-1.1.2 (VineSeed)
  256. * Sat Jan 1 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.3.2-0vl2
  257. - rebuild for VineSeed
  258. * Sat Jan 1 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.3.2-0vl1
  259. - new upstream release
  260. - move all files under %%{_libdir} to main package
  261. - add --sysconfdir=/etc to configure option
  262. - add /etc/xdg/menus/applications-merged/kde-multimedia-music.menu to %%files
  263. * Sat Oct 23 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.3.1-0vl2
  264. - rebuild with flac-1.1.1 (VineSeed)
  265. * Thu Oct 21 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.3.1-0vl1
  266. - source upgrade
  267. - add patch0 again
  268. - update %%files
  269. * Wed Aug 11 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.2.3-0vl2
  270. - rebuild with qt32
  271. * Mon Jun 14 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.2.3-0vl1
  272. - source upgrade
  273. - remove lines about vine26
  274. - add URL: http://www.kde.org/
  275. - remove patch0 and patch1
  276. - add BuildPrereq: audiofile-devel flac-devel taglib-devel gstreamer-devel
  277. - add BuildConflicts: cdparanoia-devel
  278. * Sat May 1 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.2.2-0vl1
  279. - source upgrade
  280. - kernel-2.4.26 does not need patch0
  281. * Sun Mar 21 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.2.1-0vl1
  282. - source upgrade
  283. * Sat Jan 17 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1.5-0vl2
  284. - rebuild for VineSeedPlus
  285. * Mon Jan 12 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1.5-0vl1
  286. - source upgrade
  287. - build for VinePlus/2.6
  288. - (VinePlus/2.6) BuildPrereq: autoconf258
  289. - build without cdparanoia
  290. * Thu Jan 8 2004 Tomoya TAKA <taka@vinelinux.org> 3.1.4-0vl2
  291. - add Patch1 to resolve conflicting typedef on alpha
  292. - remove ExcludeArch: alpha
  293. * Sun Dec 28 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1.4-0vl1
  294. - source upgrade
  295. - change spec to build with gcc3
  296. - add Patch0 to build kaudiocreator
  297. (patch to /usr/include/asm/byteorder.h)
  298. - include our own copy of cdparanoia, nuke FixupTOC() from it
  299. - build without cdparanoia-devel
  300. - revised description
  301. - change spec to make monolithic package only
  302. - add Obsoletes: kmidi koncd
  303. - remove KOnCD configuration
  304. - rename timidity to avoid conflict with timidy++
  305. * Mon Jul 21 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1.3-0vl1
  306. - source upgrade
  307. - change spec to build with gcc295
  308. - change make option for SMP and add script
  309. * Sat Jun 21 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1.2-0vl1
  310. - source upgrade
  311. - change spec to build both VineSeed and Vine2.5/2.6
  312. - remove all patches
  313. - add BuildPrereq: cdparanoia-devel cdrtools-devel
  314. - built with libpng >= 1.2.5 when %%{vine26} is set to 0 (ie VineSeedPlus)
  315. - change spec to build with g++-2.95.3
  316. * Sat Oct 19 2002 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.0.4-0vl2
  317. - objprelink2 support only ix86 (add %%ifarch %%{ix86} ... )
  318. * Sun Oct 13 2002 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.0.4-0vl1
  319. - source upgrade
  320. - BuildPrereq: autoconf253 objprelink2
  321. * Mon Aug 26 2002 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.0.3-0vl1
  322. - source upgrade
  323. * Wed Jul 24 2002 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.0.2-1vl2
  324. - rebuild with libvorbis-1.0-0vl1
  325. * Tue Jul 16 2002 AKIYAMA Kazuhito <akiyama@karen.servepics.com> 3.0.2-1vl1
  326. - build for Vine Linux 2.5 / VineSeed
  327. - delete Epoch
  328. - objprelink (i386 only)
  329. - add %%define monolithic 1
  330. - add BuildPrereq: autoconf252 automake15 libogg-devel libvorbis-devel
  331. - delete BuildPrereq: desktop-file-utils and use default .desktop files
  332. - koncd: delete Requires: mkisofs and add Requires: cdrdao
  333. - kmidi: change Requires: timidity++ -> TiMidity++
  334. delete Obsoletes: kdemultimedia
  335. - devel: Requires: kdemultimedia = %%{version}-%%{rel}
  336. * Wed Jul 10 2002 Than Ngo <than@redhat.com> 3.0.2-1
  337. - 3.0.2
  338. - use desktop-file-install
  339. * Thu Jun 06 2002 Than Ngo <than@redhat.com> 3.0.1-3
  340. - rebuild
  341. * Thu May 23 2002 Tim Powers <timp@redhat.com>
  342. - automated rebuild
  343. * Fri May 10 2002 Bernhard Rosenkraenzer <bero@redhat.com> 3.0.1-1
  344. - 3.0.1
  345. * Wed Apr 17 2002 Bernhard Rosenkraenzer <bero@redhat.com> 3.0.0-3
  346. - Make sure we link to the just built libraries instead of libs in the
  347. build environment from older releases
  348. * Tue Apr 16 2002 Bernhard Rosenkraenzer <bero@redhat.com> 3.0.0-2
  349. - Update ABI
  350. - Add cdrecord/mkisofs requirements for KOnCD (#63606)
  351. - Tell koncd where to find cdrecord and mkisofs (#63604)
  352. * Wed Mar 27 2002 Bernhard Rosenkraenzer <bero@redhat.com> 3.0.0-1
  353. - 3.0.0 final
  354. * Thu Mar 21 2002 Bernhard Rosenkraenzer <bero@redhat.com> 3.0.0-0.cvs20020321.1
  355. - Adapt spec file to recent changes in base
  356. * Thu Mar 7 2002 Bernhard Rosenkraenzer <bero@redhat.com> 3.0.0-0.cvs20020307.1
  357. - Update
  358. - Rename subpackages
  359. * Fri Feb 1 2002 Tim Powers <timp@redhat.com>
  360. - kdemultimedia-devel shouldn't obsolete itself
  361. - temporarily ExcludeArch ia64
  362. * Mon Aug 6 2001 Than Ngo <than@redhat.com> 2.2-1
  363. - update to 2.2 release
  364. * Fri Aug 3 2001 Than Ngo <than@redhat.com> 2.2-0.cvs20010803.1
  365. - update
  366. - fix bug #24132
  367. - get rid of aktion
  368. * Sun Jul 22 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.2-0.cvs20010722.1
  369. - Update
  370. - move devel files to a separate package
  371. - Add BuildPrereqs (#44914)
  372. * Wed Feb 21 2001 Bernhard Rosenkraenzer <bero@redhat.com>
  373. - 2.1-respin
  374. * Tue Feb 20 2001 Bernhard Rosenkraenzer <bero@redhat.com>
  375. - 2.1
  376. * Tue Feb 13 2001 Bernhard Rosenkraenzer <bero@redhat.com>
  377. - Remove copyrighted midi files (#26431)
  378. - Use a real file list rather than find/sed (#26565)
  379. - Fix build with current glibc
  380. * Thu Feb 1 2001 Bernhard Rosenkraenzer <bero@redhat.com>
  381. - Replace absolute symlinks with relative ones (#24794)
  382. - Don't use more than 2 CPUs at build time to shut up asok
  383. * Mon Jan 22 2001 Bernhard Rosenkraenzer <bero@redhat.com>
  384. - Update
  385. * Mon Jan 1 2001 Bernhard Rosenkraenzer <bero@redhat.com>
  386. - Update
  387. - Don't optimize on sparc, compiler breakage
  388. * Wed Dec 20 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  389. - Update to CVS
  390. - re-exclude ia64, the compiler can't handle this package
  391. * Sun Oct 22 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  392. - 2.0 final
  393. * Tue Oct 3 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  394. - 2.0
  395. * Thu Aug 24 2000 Than Ngo <than@redhat.com>
  396. - update kdemultimedia-1.93
  397. - fix to rebuilt with gcc-2.96
  398. * Mon Aug 7 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  399. - new version
  400. * Wed Jul 19 2000 Than Ngo <than@redhat.de>
  401. - fix to build against gcc-2.96-40 on sparc, alpha
  402. - disable motif
  403. * Thu Jul 13 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  404. - SMPify
  405. - don't hardcode QTDIR
  406. * Tue Jul 11 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  407. - use gcc 2.96
  408. - new snapshot
  409. * Sun Jul 2 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  410. - use kernelcc
  411. - new snapshot
  412. * Fri Jun 23 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  413. - Obsoletes: aktion (it's included now)
  414. * Wed Jun 21 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  415. - new snapshot
  416. - ExcludeArch ia64 for now
  417. * Sat Apr 8 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  418. - 2.0 snapshot
  419. * Tue Feb 29 2000 Preston Brown <pbrown@redhat.com>
  420. - fix localkscd patch, broken since 6.1 (#9404).
  421. * Fri Feb 4 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  422. - Remove (world!) write permissions to %%{prefix}/share/apps/kscd/cddb/*
  423. - fix description
  424. * Thu Feb 3 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  425. - Change the kmix error message (Bug #9065)
  426. - Fix kmidi behavior when trying to play an empty playlist (Bug #8843)
  427. - Fix compilation with kernel 2.3.x headers
  428. * Sat Jan 8 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  429. - current version from KDE_1_1_BRANCH
  430. - work around make install-strip breakage
  431. - Rebuild for 6.2
  432. * Sat Sep 25 1999 Preston Brown <pbrown@redhat.com>
  433. - patched kscd to use local user directory for cddb entries
  434. * Fri Sep 24 1999 Preston Brown <pbrown@redhat.com>
  435. - mark doc files as such
  436. * Thu Sep 09 1999 Preston Brown <pbrown@redhat.com>
  437. - 1.1.2 release.
  438. * Mon Jun 14 1999 Preston Brown <pbrown@redhat.com>
  439. - snapshot, includes kde 1.1.1 + fixes
  440. * Mon Apr 19 1999 Preston Brown <pbrown@redhat.com>
  441. - last snapshot before release
  442. * Tue Apr 13 1999 Preston Brown <pbrown@redhat.com>
  443. - snapshot from today fixed kmid freeze issues
  444. * Mon Apr 12 1999 Preston Brown <pbrown@redhat.com>
  445. - latest stable snapshot
  446. * Wed Feb 24 1999 Preston Brown <pbrown@redhat.com>
  447. - Injected new description and group.
  448. * Mon Feb 08 1999 Preston Brown <pbrown@redhat.com>
  449. - upgraded to KDE 1.1 final.
  450. * Sat Feb 06 1999 Preston Brown <pbrown@redhat.com>
  451. - complies w/new RPM, newer libstdc++
  452. * Wed Jan 06 1999 Preston Brown <pbrown@redhat.com>
  453. - re-merged in updates from Duncan Haldane