audacity-vl.spec 4.8 KB

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