self-build-gstreamer1-plugins-bad-vl.spec 7.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220
  1. %define pkgname gstreamer1-plugins-bad
  2. %define majorminor 1.0
  3. %define gstreamer gstreamer1
  4. %define gst_minver 1.0.10
  5. %define gstpb_minver 1.0.10
  6. %define _gst_ver 1.0.10
  7. %define release 1%{?_dist_release}
  8. %define sourceurl http://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-%{_gst_ver}.tar.xz
  9. Summary: Package to automatically build %{pkgname} rpm package
  10. Summary(ja): %{pkgname} の rpm パッケージを自動作成するパッケージ
  11. Name: self-build-%{pkgname}
  12. Version: %{_gst_ver}
  13. Release: %{release}
  14. Source0: %{pkgname}-vl.spec
  15. License: LGPLv2+ and LGPLv2
  16. Group: Restricted Software
  17. Requires(post): self-build-setup >= 0.9.9
  18. # (build)requies of target package.
  19. Requires: %{gstreamer} >= %{gst_minver}
  20. Requires(post): %{gstreamer}-devel >= %{gst_minver}
  21. Requires(post): %{gstreamer}-plugins-base-devel >= %{gstpb_minver}
  22. Requires(post): check
  23. Requires(post): gettext
  24. Requires(post): PyXML
  25. Requires(post): libXt-devel
  26. Requires(post): bzip2-devel
  27. Requires(post): celt-devel
  28. Requires(post): exempi-devel
  29. Requires(post): jasper-devel
  30. #Requires(post): ladspa-devel
  31. Requires(post): libass-devel
  32. Requires(post): libdc1394-devel
  33. Requires(post): libdvdnav-devel
  34. Requires(post): libexif-devel
  35. #Requires(post): libiptcdata-devel
  36. Requires(post): kate-devel
  37. Requires(post): libmodplug-devel
  38. Requires(post): libmpcdec-devel
  39. #Requires(post): libofa-devel
  40. Requires(post): librsvg2-devel
  41. Requires(post): libsndfile-devel
  42. #Requires(post): libtimidity-devel
  43. Requires(post): libvpx-devel
  44. Requires(post): mesa-libGLU-devel
  45. Requires(post): openssl-devel
  46. Requires(post): orc-devel
  47. #Requires(post): schroedinger-devel
  48. Requires(post): SDL-devel
  49. #Requires(post): slv2-devel
  50. Requires(post): soundtouch-devel
  51. Requires(post): wavpack-devel
  52. #Requires(post): wildmidi-devel
  53. #Requires(post): zbar-devel
  54. Requires(post): libmms-devel
  55. Requires(post): twolame-devel
  56. #Requires(post): libmimic-devel
  57. # self build
  58. Requires(post): self-build-libdca
  59. Requires(post): self-build-faad2
  60. Requires(post): self-build-xvidcore
  61. Requires(post): self-build-mjpegtools
  62. Obsoletes: gstreamer1-plugins-bad < %{version}
  63. BuildArch: noarch
  64. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  65. Packager: Takemikaduchi
  66. %description
  67. GStreamer is a streaming media framework, based on graphs of elements which
  68. operate on media data.
  69. This package contains plug-ins that have licensing issues, aren't tested
  70. well enough, or the code is not of good enough quality.
  71. If you install this package, it automaticaly downloads source
  72. code, compile it, and create rpm packages of
  73. %{pkgname}-%{version}.
  74. And the created rpm packages are automatically installed
  75. if installation is executed by apt-get command or synaptic
  76. package manager.
  77. [Note]
  78. This package requires many other packages to compile
  79. targetsoftware. So it consume more disk space than usual.
  80. Also installation takes logner time because of compilation.
  81. (This will take a few minutes to quarter or half of an hour,
  82. depends on building environment)
  83. [About self-build package]
  84. For some kind of software, distributing of binary package
  85. may viorate the patent or law. Therefore we chose self-build
  86. packge, create binary package on your machine, for such kind
  87. of softwares instead of distributing binary package.
  88. Please obey the national law when you use the created binary
  89. packages. And if you want to use the softwares using patented
  90. thechnology, it may be required to get a permission, make an
  91. agreement or purchas a license. Please consider it with your
  92. purpose or way of use and take appropriate action.
  93. # '
  94. %description -l ja
  95. gstreamer-plugins-bad は GStreamer ストリーミングメディア
  96. フレームワーク用 bad プラグイン集です。
  97. このパッケージをインストールすると、自動的にソースコードを
  98. ダウンロードしてコンパイルし、%{pkgname}-%{version}
  99. の rpm パッケージを作成します。
  100. また apt-get コマンドや synaptic パッケージマネージャから実行
  101. した場合は、作成された rpm パッケージのインストールも自動的に
  102. 行います。
  103. [注意]
  104. コンパイルに必要な多くの関連パッケージを要求するので通常より
  105. ディスクの領域を多く消費します。
  106. またインストール時にコンパイルを行うため、通常より時間がかか
  107. る場合があります。(環境にもよりますが数分から数十分程度)
  108. [self-build パッケージについて]
  109. ソフトウェアによってはバイナリパッケージの配布が特許や法律に
  110. 違反する可能性があるものがあります。その為、このような問題が
  111. 懸念されるソフトウェアについてはバイナリパッケージを直接配布
  112. せずに、ユーザの環境でバイナリを作成する self-build パッケー
  113. ジという方法を採っています。
  114. 作成されたバイナリパッケージの利用にあたっては、各ソフトウェ
  115. アのライセンス、および利用する国の各種法令に従ってください。
  116. また特許に関連するソフトウェアの場合、利用許諾や契約、ライ
  117. センスの購入などが必要となる場合がありますので、利用する目的
  118. や形態に応じて各自で判断し適切な対応を取ってください。
  119. %prep
  120. [ "%{version}-%{release}" != $(rpm -q --queryformat "%%{version}-%%{release}\n" --specfile %{SOURCE0} | tail -1) ] && exit 1
  121. %install
  122. %{__rm} -rf ${RPM_BUILD_ROOT}
  123. %{__install} -d ${RPM_BUILD_ROOT}/%{_datadir}/%{name}
  124. %{__install} -m 644 %{SOURCE0} ${RPM_BUILD_ROOT}/%{_datadir}/%{name}
  125. %clean
  126. %{__rm} -rf ${RPM_BUILD_ROOT}
  127. %posttrans
  128. /usr/lib/rpm/self-build-rpm.sh %{name} %{pkgname}-vl.spec %{sourceurl} 277000
  129. %files
  130. %defattr(-,root,root)
  131. %{_datadir}/%{name}
  132. %changelog
  133. * Sat Aug 31 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.10-1
  134. - new upstream release
  135. * Sun Aug 11 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.9-1
  136. - new upstream release
  137. * Mon Jul 15 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.8-1
  138. - new upstream release
  139. * Sun Apr 28 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.7-1
  140. - new upstream release
  141. * Sat Mar 23 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.6-1
  142. - new upstream release
  143. * Wed Jan 09 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.5-1
  144. - new upstream release
  145. * Wed Jan 02 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.4-1
  146. - new upstream release
  147. * Fri Oct 26 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.2-1
  148. - new upstream release
  149. - rename package
  150. * Sun Dec 18 2011 Munehiro Yamamoto <munepi@vinelinux.org> 0.10.22-1
  151. - new upstream release
  152. - added Requires(post): libvpx-devel
  153. * Wed Nov 2 2011 Munehiro Yamamoto <munepi@vinelinux.org> 0.10.21-2
  154. - s/self-build-libdvdnav/libdvdnav/
  155. * Sat Mar 26 2011 Munehiro Yamamoto <munepi@vinelinux.org> 0.10.21-1
  156. - new upstream release
  157. - added Requires(post):
  158. - libmms-devel
  159. - librtmp-devel
  160. * Fri Sep 17 2010 Munehiro Yamamoto <munepi@vinelinux.org> 0.10.20-1
  161. - new upstream release
  162. * Sun Jun 27 2010 Munehiro Yamamoto <munepi@vinelinux.org> 0.10.19-1
  163. - new upstream release
  164. * Sat Mar 20 2010 Munehiro Yamamoto <munepi@vinelinux.org> 0.10.18-1
  165. - new upstream release
  166. - renamed %%{Source0} to gstreamer-plugins-bad-vl.spec
  167. - added Requires(post): libvdpau-devel
  168. - check version between original spec and self-build spec in %%prep
  169. * Wed Feb 17 2010 Munehiro Yamamoto <munepi@vinelinux.org> 0.10.17-1
  170. - new upstream release
  171. * Tue May 26 2009 Munehiro Yamamoto <munepi@cg8.so-net.ne.jp> 0.10.12-1
  172. - initial build for Vine Linux.