audacity-vl.spec 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. Summary: A Free, Cross-Platform Digital Audio Editor
  2. Summary(ja): フリーでクロスプラットフォームなオーディオエディタ
  3. Name: audacity
  4. Version: 2.0.0
  5. Release: 2%{?_dist_release}
  6. Source0: %{name}-minsrc-%{version}.tar.bz2
  7. License: GPL
  8. Group: Applications/Multimedia
  9. URL: http://audacity.sourceforge.net/
  10. BuildRequires: wxGTK-devel
  11. #BuildRequires: libmad-devel
  12. BuildRequires: libsndfile-devel, libogg-devel
  13. BuildRequires: flac-devel, libid3tag-devel, expat-devel
  14. BuildRequires: libsamplerate-devel, libvorbis-devel
  15. BuildRequires: soundtouch-devel
  16. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  17. %description
  18. Audacity is a free, easy-to-use audio editor and recorder for
  19. Windows, Mac OS X, GNU/Linux, and other operating systems.
  20. You can use Audacity to:
  21. * Record live audio.
  22. * Convert tapes and records into digital recordings or CDs.
  23. * Edit Ogg Vorbis, MP3, and WAV sound files.
  24. * Cut, copy, splice, and mix sounds together.
  25. * Change the speed or pitch of a recording.
  26. * And more! See the complete list on official web page.
  27. %description -l ja
  28. Audacityは、Windows、Mac OS X、GNU/Linux、その他のオペレーティング
  29. システム上で動作する、フリーで使いやすいオーディオエディタ兼レコー
  30. ダーです。あなたはAudacityを次のように使うことができます。
  31. * 生の音を録音。
  32. * テープやレコードの音をデジタルレコーディング又はCDの音に変換。
  33. * Ogg Vorbis、MP3、 WAVサウンドファイルの編集。
  34. * 切り取り、コピー、分割、そして音をミックス。
  35. * 録音した音のスピードやピッチを変化させます。
  36. * その他いろいろ。詳細はウェブページをご覧ください。
  37. %prep
  38. %setup -q -n %{name}-src-%{version}
  39. %build
  40. %configure --without-libmad \
  41. --without-ffmpeg
  42. %{__make} %{?_smp_mflags}
  43. %install
  44. %{__rm} -rf ${RPM_BUILD_ROOT}
  45. %{__make} install DESTDIR=${RPM_BUILD_ROOT}
  46. # remove duplicated documents.
  47. %{__rm} -rf ${RPM_BUILD_ROOT}/%{_datadir}/doc/audacity/LICENSE.txt
  48. %{__rm} -rf ${RPM_BUILD_ROOT}/%{_datadir}/doc/audacity/README.txt
  49. %find_lang %{name}
  50. %clean
  51. %{__rm} -rf ${RPM_BUILD_ROOT}
  52. %files -f %{name}.lang
  53. %defattr(-,root,root)
  54. %doc LICENSE.txt README.txt
  55. %{_bindir}/audacity
  56. %{_datadir}/audacity
  57. %{_datadir}/applications/audacity.desktop
  58. %{_datadir}/icons/hicolor/16x16/apps/audacity.png
  59. %{_datadir}/icons/hicolor/22x22/apps/audacity.png
  60. %{_datadir}/icons/hicolor/24x24/apps/audacity.png
  61. %{_datadir}/icons/hicolor/32x32/apps/audacity.png
  62. %{_datadir}/icons/hicolor/48x48/apps/audacity.png
  63. %{_datadir}/icons/hicolor/scalable/apps/audacity.svg
  64. %{_datadir}/mime/packages/audacity.xml
  65. %{_datadir}/pixmaps/audacity.xpm
  66. %{_datadir}/pixmaps/audacity16.xpm
  67. %{_datadir}/pixmaps/audacity32.xpm
  68. %{_datadir}/pixmaps/gnome-mime-application-x-audacity-project.xpm
  69. %{_mandir}/man1/audacity.1*
  70. %changelog
  71. * Wed Jul 11 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 2.0.0-2
  72. - changed BuildRequires: wx-gtk2-devel to wxGTK-devel
  73. * Fri Jun 08 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 2.0.0-1
  74. - new usprtream release
  75. - added BuildRequires: soundtouch-devel
  76. * Tue Feb 14 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.3.14-1.beta1
  77. - new upstream release
  78. * Thu May 20 2010 Kazutaka HARADA <kazutaka@vinelinux.org> 1.3.12-1.beta1
  79. - new upstream release
  80. - spec in utf-8
  81. - add configure option --without-libmad & --without-ffmpeg (nonfree)
  82. - drop BuildRequires: libmad-devel (nonfree)
  83. - add BuildRequires: expat-devel, libsamplerate-devel, libvorbis-devel
  84. * Wed Jan 2 2008 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 1.3.4-0vl0.0beta1
  85. - new upstream release.
  86. - build with wx-gtk2-2.8.6.
  87. - drop patch0.
  88. * Tue May 29 2007 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 1.3.3-0vl0.0beta1
  89. - initial build for Vine Linux