kdemultimedia-vl.spec 18 KB

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