self-build-audacious-plugins-extra-vl.spec 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140
  1. %define pkgname audacious-plugins-extra
  2. %define name self-build-%{pkgname}
  3. %define version 3.6.1
  4. %define release 2%{?_dist_release}
  5. %define sourceurl0 http://distfiles.audacious-media-player.org/audacious-plugins-%{version}-gtk3.tar.bz2
  6. # Minimum audacious/audacious-plugins version in inter-package dependencies.
  7. %global aud_ver 3.6
  8. Summary: Package to automatically build %{pkgname} rpm package
  9. Summary(ja): %{pkgname} の rpm パッケージを自動作成するパッケージ
  10. Name: %{name}
  11. Version: %{version}
  12. Release: %{release}
  13. Source0: %{pkgname}-vl.spec
  14. # list of license per plugin in README.licences
  15. License: GPLv2+ and LGPLv2+ and GPLv3 and MIT and BSD
  16. Group: Restricted Software
  17. Requires(post): self-build-setup >= 0.8
  18. Requires(post): self-build-faad2
  19. Requires(post): self-build-ffmpeg
  20. Requires(post): self-build-lame
  21. Requires(post): self-build-mpg123
  22. Requires(post): audacious-devel >= %{aud_ver}
  23. Requires(post): libogg-devel
  24. Requires(post): libvorbis-devel
  25. Requires(post): flac-devel
  26. Requires: audacious >= %{aud_ver}
  27. BuildArch: noarch
  28. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  29. Obsoletes: self-build-audacious-mad < %{version}-%{release}
  30. Vendor: Project Vine
  31. Distribution: Vine Linux
  32. Packager: inagaki
  33. %description
  34. This package contains input plugins that enable playback of MP3/TTA/WMA
  35. files and a output plugins tha enable encode MP3 files in Audacious.
  36. If you install this package, it automaticaly downloads source
  37. code ,compile it, and create rpm packages of audacious-aac, audacious-ffmpeg,
  38. audacious-mad and audacious-lame.
  39. And the created rpm packages are automatically installed
  40. if installation is executed by apt-get command or synaptic
  41. package manager.
  42. [Note]
  43. This package requires many other packages to compile
  44. targetsoftware. So it consume more disk space than usual.
  45. Also installation takes logner time because of compilation.
  46. (This will take a few minutes to quarter or half of an hour,
  47. depends on building environment)
  48. [About self-build package]
  49. For some kind of software, distributing of binary package
  50. may viorate the patent or law. Therefore we chose self-build
  51. packge, create binary package on your machine, for such kind
  52. of softwares instead of distributing binary package.
  53. Please obey the national law when you use the created binary
  54. packages. And if you want to use the softwares using patented
  55. thechnology, it may be required to get a permission, make an
  56. agreement or purchas a license. Please consider it with your
  57. purpose or way of use and take appropriate action.
  58. %description -l ja
  59. Audacious で MP3/TTA/WMA ファイルの再生を可能にするプラグインです。
  60. このパッケージをインストールすると、自動的にソースコードを
  61. ダウンロードしてコンパイルし、audacious-aac, audacious-ffmpeg,
  62. audacious-mad および audacious-lame の rpm パッケージを作成します。
  63. また apt-get コマンドや synaptic パッケージマネージャから実行
  64. した場合は、作成された rpm パッケージのインストールも自動的に
  65. 行います。
  66. [注意]
  67. コンパイルに必要な多くの関連パッケージを要求するので通常より
  68. ディスクの領域を多く消費します。
  69. またインストール時にコンパイルを行うため、通常より時間がかか
  70. る場合があります。(環境にもよりますが数分から数十分程度)
  71. [self-build パッケージについて]
  72. ソフトウェアによってはバイナリパッケージの配布が特許や法律に
  73. 違反する可能性があるものがあります。その為、このような問題が
  74. 懸念されるソフトウェアについてはバイナリパッケージを直接配布
  75. せずに、ユーザの環境でバイナリを作成する self-build パッケー
  76. ジという方法を採っています。
  77. 作成されたバイナリパッケージの利用にあたっては、各ソフトウェ
  78. アのライセンス、および利用する国の各種法令に従ってください。
  79. また特許に関連するソフトウェアの場合、利用許諾や契約、ライ
  80. センスの購入などが必要となる場合がありますので、利用する目的
  81. や形態に応じて各自で判断し適切な対応を取ってください。
  82. %prep
  83. [ "%{version}-%{release}" != $(rpm -q --queryformat "%%{version}-%%{release}\n" --specfile %{SOURCE0} | tail -1) ] && exit 1
  84. %install
  85. %{__rm} -rf ${RPM_BUILD_ROOT}
  86. %{__install} -d ${RPM_BUILD_ROOT}/%{_datadir}/%{name}
  87. %{__install} -m 644 %{SOURCE0} ${RPM_BUILD_ROOT}/%{_datadir}/%{name}
  88. %clean
  89. %{__rm} -rf ${RPM_BUILD_ROOT}
  90. %posttrans
  91. /usr/lib/rpm/self-build-rpm.sh %{name} %{pkgname}-vl.spec "%{sourceurl0}"
  92. %files
  93. %defattr(-,root,root)
  94. %{_datadir}/%{name}
  95. %changelog
  96. * Thu Oct 10 2019 Toshiaki Ara <ara_t@384.jp> 3.6.1-2
  97. - change BR: self-build-lame to lame-devel
  98. * Fri Apr 3 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 3.6.1-1
  99. - new upstream release
  100. - added R(post): self-build-mpg123 instead of self-build-libmad
  101. * Sat Jun 5 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.3-2
  102. - added aac, ffaudio, filewriter_mp3 plugins
  103. - Obsoletes: self-build-audacious-mad < 2.3-1
  104. * Sat May 29 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.3-1
  105. - new upstream release
  106. * Thu Aug 13 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.1-2
  107. - fixed Requires(post)
  108. * Sun Aug 9 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.1-1
  109. - initial bulid