SDL_mixer-vl.spec 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133
  1. Summary: Simple DirectMedia Layer - Sample Mixer Library
  2. Name: SDL_mixer
  3. Version: 1.2.8
  4. Release: 1%{?_dist_release}
  5. Source0: http://www.libsdl.org/projects/%{name}/%{name}-%{version}.tar.gz
  6. License: LGPL
  7. Group: System Environment/Libraries
  8. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  9. BuildRequires: SDL-devel >= 1.2.10
  10. BuildRequires: sane
  11. BuildRequires: libtool automake autoconf
  12. BuildRequires: libvorbis-devel
  13. BuildRequires: libogg-devel
  14. Requires: libvorbis
  15. Requires: libogg
  16. Requires: smpeg
  17. %description
  18. Due to popular demand, here is a simple multi-channel audio mixer.
  19. It supports 4 channels of 16 bit stereo audio, plus a single channel
  20. of music, mixed by the popular MikMod MOD, Timidity MIDI and SMPEG MP3
  21. libraries.
  22. %description -l ja
  23. これはシンプルなマルチチャンネルなオーディオミキサーです。
  24. 4チャンネルの16 bitステレオオーディオ+一般的なMikMod MOD、
  25. Timidity MIDIやSMPEG MP3ライブラリよって
  26. ミックスされた1チャンネルの音楽をサポートします。
  27. %package devel
  28. Summary: Libraries, includes and more to develop SDL applications.
  29. Group: Development/Libraries
  30. Requires: %{name} = %{version}
  31. %description devel
  32. Due to popular demand, here is a simple multi-channel audio mixer.
  33. It supports 4 channels of 16 bit stereo audio, plus a single channel
  34. of music, mixed by the popular MikMod MOD, Timidity MIDI and SMPEG MP3
  35. libraries.
  36. %description devel -l ja
  37. これはシンプルなマルチチャンネルなオーディオミキサーです。
  38. 4チャンネルの16 bitステレオオーディオ+一般的なMikMod MOD、
  39. Timidity MIDIやSMPEG MP3ライブラリよって
  40. ミックスされた1チャンネルの音楽をサポートします。
  41. %prep
  42. %setup -q
  43. %build
  44. %configure
  45. make
  46. %install
  47. rm -rf $RPM_BUILD_ROOT
  48. %makeinstall
  49. # installed binary
  50. %__mkdir_p $RPM_BUILD_ROOT%{_bindir}
  51. /bin/sh ./libtool --mode=install /usr/bin/install -c build/playmus \
  52. $RPM_BUILD_ROOT%{_bindir}
  53. /bin/sh ./libtool --mode=install /usr/bin/install -c build/playwave \
  54. $RPM_BUILD_ROOT%{_bindir}
  55. rm -f $RPM_BUILD_ROOT%{_libdir}/lib*.la
  56. %clean
  57. rm -rf $RPM_BUILD_ROOT
  58. %post -p /sbin/ldconfig
  59. %postun -p /sbin/ldconfig
  60. %files
  61. %defattr(-,root,root)
  62. %doc README CHANGES COPYING
  63. %{_bindir}/playmus
  64. %{_bindir}/playwave
  65. %{_libdir}/lib*.so.*
  66. %files devel
  67. %defattr(-,root,root)
  68. %{_libdir}/lib*.a
  69. %{_libdir}/lib*.so
  70. %{_includedir}/SDL/*
  71. %changelog
  72. * Sun Sep 21 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.2.8-1
  73. - applied new versioning policy
  74. - spec in UTF-8
  75. * Tue Oct 30 2007 Shu KONNO <owa@bg.wakwak.com> 1.2.8-0vl2
  76. - added Requires: smpeg
  77. * Sun Sep 02 2007 Shu KONNO <owa@bg.wakwak.com> 1.2.8-0vl1
  78. - update SDL_mixer to 1.2.8
  79. - dropt BuildPreReq: smpeg-devel
  80. - dropt Requires: smpeg
  81. * Mon Jan 15 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.2.7-0vl1
  82. - new upstream release
  83. - added %post and %postun section
  84. * Mon Mar 21 2005 Satoshi MACHINO <machino@vinelinux.org> 1.2.6-0vl2
  85. - fixed included devel package
  86. * Sat Mar 19 2005 Satoshi MACHINO <machino@vinelinux.org> 1.2.6-0vl1
  87. - new upstream release
  88. - enabled music-ogg, music-mp3
  89. * Mon Oct 11 2004 KOBAYASHI R. Taizo <tkoba@vinelinux.org> 1.2.5-0vl3
  90. - rebuilt without alsa
  91. * Wed May 05 2004 Satoshi MACHINO <machino@vinelinux.org> 1.2.5-0vl2
  92. - added japanese description
  93. - built by SDL-1.2.7
  94. * Sun May 11 2003 Satoshi MACHINO <machino@vinelinux.org> 1.2.5-0vl1
  95. - new upstram version
  96. - used rpmmacros
  97. * Tue Jul 02 2002 Satoshi MACHINO <machino@vinelinux.org> 1.2.4-0vl1
  98. - new upstream version.
  99. * Thu Apr 30 2002 Satoshi MACHINO <machino@vinelinux.org> 1.2.3-0vl1
  100. - updated SDL_mixer-1.2.3
  101. - added BuildPreReq
  102. * Wed Jan 19 2000 Sam Lantinga
  103. - converted to get package information from configure
  104. * Sun Jan 16 2000 Hakan Tandogan <hakan@iconsult.com>
  105. - initial spec file