audacity-vl.spec 5.1 KB

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