self-build-xine-lib-extras-vl.spec 6.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179
  1. %define pkgname xine-lib-extras
  2. %define source_name xine-lib
  3. ##########################
  4. ## %define For pre-allocate-rpm.sh
  5. Summary: Package to automatically build %{pkgname} rpm package
  6. Summary(ja): %{pkgname} の rpm パッケージを自動作成するパッケージ
  7. Name: self-build-%{pkgname}
  8. Version: 1.1.21
  9. Release: 1%{?_dist_release}
  10. License: GPLv2
  11. Group: Restricted Software
  12. Source0: %{pkgname}-vl.spec
  13. %define sourceurl http://ftp.jaist.ac.jp/pub/sourceforge/x/xi/xine/%{source_name}/%{version}/%{source_name}-%{version}.tar.xz
  14. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  15. BuildArch: noarch
  16. Requires(post): self-build-setup
  17. # (build)requies of target package.
  18. Requires(post): xine-lib = %{version}
  19. %if %{?_dist_release} == "vl4"
  20. Requires(post): XOrg-devel
  21. Requires(post): XOrg-gl-devel
  22. %else
  23. Requires(post): libX11-devel
  24. Requires(post): libXv-devel
  25. Requires(post): libXinerama-devel
  26. Requires(post): libXvMC-devel
  27. Requires(post): libGLU-devel
  28. Requires(post): libxcb-devel
  29. %endif
  30. # Video
  31. # Audio
  32. Requires(post): self-build-faad2
  33. Requires(post): pkgconfig
  34. Requires(post): libtool-ltdl-devel
  35. Requires(post): vine-release >= 4.2-1vl4
  36. Provides: self-build-xine-lib-faad = %{version}-%{release}
  37. Obsoletes: self-build-xine-lib-faad
  38. %description
  39. addtional plugins for xine
  40. If you install this package, it automaticaly downloads source
  41. code, compile it, and create rpm packages of
  42. %{pkgname}-%{version}.
  43. And the created rpm packages are automatically installed
  44. if installation is executed by apt-get command or synaptic
  45. package manager.
  46. [Note]
  47. This package requires many other packages to compile
  48. targetsoftware. So it consume more disk space than usual.
  49. Also installation takes logner time because of compilation.
  50. (This will take a few minutes to quarter or half of an hour,
  51. depends on building environment)
  52. [About self-build package]
  53. For some kind of software, distributing of binary package
  54. may viorate the patent or law. Therefore we chose self-build
  55. packge, create binary package on your machine, for such kind
  56. of softwares instead of distributing binary package.
  57. Please obey the national law when you use the created binary
  58. packages. And if you want to use the softwares using patented
  59. thechnology, it may be required to get a permission, make an
  60. agreement or purchas a license. Please consider it with your
  61. purpose or way of use and take appropriate action.
  62. %description -l ja
  63. このパッケージには xine 向けの追加プラグインが含まれています。
  64. このパッケージをインストールすると、自動的にソースコードを
  65. ダウンロードしてコンパイルし、%{pkgname}-%{version}
  66. の rpm パッケージを作成します。
  67. また apt-get コマンドや synaptic パッケージマネージャから実行
  68. した場合は、作成された rpm パッケージのインストールも自動的に
  69. 行います。
  70. [注意]
  71. コンパイルに必要な多くの関連パッケージを要求するので通常より
  72. ディスクの領域を多く消費します。
  73. またインストール時にコンパイルを行うため、通常より時間がかか
  74. る場合があります。(環境にもよりますが数分から数十分程度)
  75. [self-build パッケージについて]
  76. ソフトウェアによってはバイナリパッケージの配布が特許や法律に
  77. 違反する可能性があるものがあります。その為、このような問題が
  78. 懸念されるソフトウェアについてはバイナリパッケージを直接配布
  79. せずに、ユーザの環境でバイナリを作成する self-build パッケー
  80. ジという方法を採っています。
  81. 作成されたバイナリパッケージの利用にあたっては、各ソフトウェ
  82. アのライセンス、および利用する国の各種法令に従ってください。
  83. また特許に関連するソフトウェアの場合、利用許諾や契約、ライ
  84. センスの購入などが必要となる場合がありますので、利用する目的
  85. や形態に応じて各自で判断し適切な対応を取ってください。
  86. %install
  87. %{__rm} -rf ${RPM_BUILD_ROOT}
  88. %{__install} -d ${RPM_BUILD_ROOT}/%{_datadir}/%{name}
  89. %{__install} -m 644 %{SOURCE0} ${RPM_BUILD_ROOT}/%{_datadir}/%{name}
  90. %clean
  91. %{__rm} -rf ${RPM_BUILD_ROOT}
  92. %posttrans
  93. /usr/lib/rpm/self-build-rpm.sh %{name} %{pkgname}-vl.spec %{sourceurl}
  94. #/usr/lib/rpm/pre-allocate-rpm.sh %{pkgname_2}-%{version_2}-%{release_2} \
  95. # %{pkgname_2}-devel-%{version_2}-%{release_2}
  96. %files
  97. %defattr(-,root,root)
  98. %{_datadir}/%{name}
  99. %changelog
  100. * Sat Aug 31 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.21-1
  101. - new upstream release
  102. * Sat Oct 2 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.1.19-1
  103. - new upstream release
  104. * Fri Mar 19 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.1.18.1-1
  105. - new upstream release
  106. - built with new toolchain
  107. * Tue May 26 2009 Munehiro Yamamoto <munepi@cg8.so-net.ne.jp> 1.1.16.3-2
  108. - added BuildArch: noarch
  109. - avoided to execute self-build-rpm.sh on RPM transaction
  110. - moved %%post actions to %%posttrans
  111. * Sat Apr 4 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.1.16.3-1
  112. - new upstream release with security fix
  113. - Fix another possible int overflow in the 4XM demuxer.
  114. (ref. TKADV2009-004, CVE-2009-0385)
  115. - Fix an integer overflow in the Quicktime demuxer.
  116. * Sun Mar 1 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.1.16.2-3
  117. - removed BuildRequires: faad2-devel
  118. - updated URL
  119. * Wed Feb 25 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.1.16.2-2
  120. - fixed Provides and Obsoletes
  121. * Sat Feb 14 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.1.16.2-1
  122. - new upstream release
  123. - changed Group to Restricted Software
  124. * Wed Feb 11 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.1.16.1-1
  125. - new upstream release
  126. * Sun Feb 08 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.1.15-7
  127. - changed name xine-lib-extras
  128. * Sun Nov 02 2008 Munehiro Yamamoto <munepi@cg8.so-net.ne.jp> 1.1.15-6
  129. - spec in utf8
  130. - add the list of all PreReq: packages in self-build-xine-lib-faad.spec
  131. to BuildRequires: in xine-lib-faad.spec
  132. * Sun Sep 28 2008 TOSHI <milk-tea1977@dune.ocn.ne.jp> 1.1.15-5
  133. - Typo Fixes(xine-lib-faad.spec)
  134. * Sun Sep 28 2008 TOSHI <milk-tea1977@dune.ocn.ne.jp> 1.1.15-4
  135. - drop self-build-faac(PreReq)
  136. - drop pre-allocate-rpm.sh
  137. * Mon Sep 22 2008 TOSHI <milk-tea1977@dune.ocn.ne.jp> 1.1.15-3
  138. - add: pre-allocate-rpm.sh
  139. * Tue Sep 16 2008 TOSHI <milk-tea1977@dune.ocn.ne.jp> 1.1.15-2
  140. - devel package to add prereq.
  141. - Drop BuildRequires.
  142. - Add prereq: faad2-devel, self-build-faac
  143. * Sun Aug 24 2008 TOSHI <milk-tea1977@dune.ocn.ne.jp> 1.1.15-1
  144. - initial build for Vine Linux.