audacity-vl.spec 3.5 KB

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