audacity-vl.spec 4.2 KB

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