self-build-ffmpeg-mh-vl.spec 8.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208
  1. %define pkgname ffmpeg-mh
  2. %define name self-build-%{pkgname}
  3. %define version 0.33
  4. %define svndate 051130
  5. %define release 12%{?_dist_release}
  6. %define ffmpeg_mh ffmpeg_%{svndate}
  7. #%%define sourceurl http://www.nurs.or.jp/~calcium/3gpp/sources/ffmpeg-%{svndate}-%{version}.tar.gz
  8. # %define amrnbver 7.1.0.2
  9. # %define amrwbver 7.0.0.3
  10. #% define _with_amr 1
  11. %define _with_x264_mh 1
  12. %define x264_mh x264_051028
  13. Summary: Package to automatically build %{pkgname} rpm package
  14. Summary(ja): %{pkgname} の rpm パッケージを自動作成するパッケージ
  15. Name: %{name}
  16. Version: %{version}
  17. Release: %{release}
  18. Source0: %{pkgname}-vl.spec
  19. #Source1: http://mobilehackerz.jp/contents?plugin=attach&refer=3GPConv%2FSources&openfile=ffmpeg-%{svndate}-%{version}.tar.gz
  20. Source1: ffmpeg-%{svndate}-%{version}.tar.gz
  21. # x264_051028.tar.gz: from http://mobilehackerz.jp/contents?plugin=attach&refer=3GPConv%2FSources&openfile=x264_051028.tar.gz
  22. # on http://mobilehackerz.jp/contents/3GPConv/Sources
  23. %if %{_with_x264_mh}
  24. Source2: x264_051028.tar.gz
  25. %endif
  26. Source10: ffmpeg-mh-unix.patch
  27. #Source11: ffmpeg-mh-include-amr.patch
  28. Source12: ffmpeg-mh-0.33-disable-texi2html.patch
  29. License: GPL
  30. Group: Restricted Software
  31. Requires(post): self-build-setup >= 0.9.9
  32. # (build)requies of target package.
  33. Requires(post): zlib-devel, SDL-devel, imlib2-devel
  34. #Requires(post): texi2html
  35. Requires(post): libogg-devel, libvorbis-devel, libtheora-devel
  36. Requires(post): self-build-xvidcore self-build-faac self-build-lame
  37. Requires(post): self-build-libdca self-build-a52dec self-build-faad2
  38. #Requires(post): self-build-x264
  39. ##Requires(post): xvidcore-devel, faac-devel, lame-devel
  40. ##Requires(post): x264-devel, libdca-devel, a52dec-devel
  41. BuildArch: noarch
  42. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  43. Packager: munepi
  44. %description
  45. FFMpeg is a complete and free Internet live audio and video
  46. broadcasting solution for Linux/Unix. It also includes a digital
  47. VCR. It can encode in real time in many formats including MPEG1 audio
  48. and video, MPEG4, h263, ac3, asf, avi, real, mjpeg, and flash.
  49. ffmpeg-mh is a 3GP Converter for UNIX. It is a FFmpeg Mobile Hack version
  50. under unix, is enoughly customized for many mobiles from original sources
  51. of ffmpeg.
  52. If you install this package, it automaticaly downloads source
  53. code ,compile it, and create rpm packages of %{pkgname}-%{version}.
  54. And the created rpm packages are automatically installed
  55. if installation is executed by apt-get command or synaptic
  56. package manager.
  57. [Note]
  58. Before building this package, you need to install the following
  59. self-build packages:
  60. self-build-xvidcore self-build-faac self-build-lame self-build-x264 self-build-libdca self-build-a52dec
  61. This package requires many other packages to compile
  62. targetsoftware. So it consume more disk space than usual.
  63. Also installation takes logner time because of compilation.
  64. (This will take a few minutes to quarter or half of an hour,
  65. depends on building environment)
  66. [About self-build package]
  67. For some kind of software, distributing of binary package
  68. may viorate the patent or law. Therefore we chose self-build
  69. packge, create binary package on your machine, for such kind
  70. of softwares instead of distributing binary package.
  71. Please obey the national law when you use the created binary
  72. packages. And if you want to use the softwares using patented
  73. thechnology, it may be required to get a permission, make an
  74. agreement or purchas a license. Please consider it with your
  75. purpose or way of use and take appropriate action.
  76. %description -l ja
  77. FFMpeg は Linux/Unix に対する完全にフリーなインターネットライブ
  78. オーティオ・ビデオブロードキャスティングソリューションです.
  79. またデジタル VCR を含んでいます.MPEG1 オーディオ・ビデオ,
  80. MPEG4, h263, ac3, asf, avi, real, mjpeg, flash を含む
  81. 多様なフォーマットをリアルタイムにエンコードすることができます.
  82. ffmpeg-mh は Windows 用携帯動画変換君(3GP Converter)の UNIX 版です.
  83. FFmpeg のモバイル端末向けに改良されたバージョンで,オリジナルのソースから
  84. モバイル向けにたくさん調整されています.
  85. このパッケージをインストールすると、自動的にソースコードを
  86. ダウンロードしてコンパイルし、%{pkgname}-%{version}
  87. の rpm パッケージを作成します。
  88. また apt-get コマンドや synaptic パッケージマネージャから実行
  89. した場合は、作成された rpm パッケージのインストールも自動的に
  90. 行います。
  91. [注意]
  92. このパッケージをビルドするより前に,以下の self-build パッケージを
  93. インストールしておく必要があります.
  94. self-build-xvidcore self-build-faac self-build-lame self-build-x264 self-build-libdca self-build-a52dec
  95. コンパイルに必要な多くの関連パッケージを要求するので通常より
  96. ディスクの領域を多く消費します。
  97. またインストール時にコンパイルを行うため、通常より時間がかか
  98. る場合があります。(環境にもよりますが数分から数十分程度)
  99. [self-build パッケージについて]
  100. ソフトウェアによってはバイナリパッケージの配布が特許や法律に
  101. 違反する可能性があるものがあります。その為、このような問題が
  102. 懸念されるソフトウェアについてはバイナリパッケージを直接配布
  103. せずに、ユーザの環境でバイナリを作成する self-build パッケー
  104. ジという方法を採っています。
  105. 作成されたバイナリパッケージの利用にあたっては、各ソフトウェ
  106. アのライセンス、および利用する国の各種法令に従ってください。
  107. また特許に関連するソフトウェアの場合、利用許諾や契約、ライ
  108. センスの購入などが必要となる場合がありますので、利用する目的
  109. や形態に応じて各自で判断し適切な対応を取ってください。
  110. %prep
  111. [ "%{version}-%{release}" != $(rpm -q --queryformat "%%{version}-%%{release}\n" --specfile %{SOURCE0} | tail -1) ] && exit 1
  112. %install
  113. %{__rm} -rf ${RPM_BUILD_ROOT}
  114. %{__install} -d ${RPM_BUILD_ROOT}/%{_datadir}/%{name}
  115. %{__install} -m 644 %{SOURCE0} ${RPM_BUILD_ROOT}/%{_datadir}/%{name}
  116. %{__install} -m 644 %{SOURCE1} ${RPM_BUILD_ROOT}/%{_datadir}/%{name}
  117. %if %{_with_x264_mh}
  118. %{__install} -m 644 %{SOURCE2} ${RPM_BUILD_ROOT}/%{_datadir}/%{name}
  119. %endif
  120. %{__install} -m 644 %{SOURCE10} ${RPM_BUILD_ROOT}/%{_datadir}/%{name}
  121. %{__install} -m 644 %{SOURCE12} ${RPM_BUILD_ROOT}/%{_datadir}/%{name}
  122. %clean
  123. %{__rm} -rf ${RPM_BUILD_ROOT}
  124. %posttrans
  125. /usr/lib/rpm/self-build-rpm.sh %{name} %{pkgname}-vl.spec 160000
  126. #/usr/lib/rpm/pre-allocate-rpm.sh %{pkgname}-%{version}-%{release}
  127. %files
  128. %defattr(-,root,root)
  129. %{_datadir}/%{name}
  130. %changelog
  131. * Sat Mar 20 2010 Munehiro Yamamoto <munepi@vinelinux.org> 0.33-12
  132. - renamed %%{Source0} to ffmpeg-mh-vl.spec
  133. * Thu Feb 18 2010 Munehiro Yamamoto <munepi@vinelinux.org> 0.33-11
  134. - rebuild
  135. * Tue May 26 2009 Munehiro Yamamoto <munepi@cg8.so-net.ne.jp> 0.33-10
  136. - avoided to execute self-build-rpm.sh on RPM transaction
  137. - moved %%post actions to %%posttrans
  138. * Wed May 13 2009 Munehiro Yamamoto <munepi@cg8.so-net.ne.jp> 0.33-9
  139. - added BuildArch: noarch
  140. - added ffmpeg-mh-0.33-disable-texi2html.patch
  141. - dropped PreReq: texi2html
  142. * Sun Feb 8 2009 Munehiro Yamamoto <munepi@cg8.so-net.ne.jp> 0.33-8
  143. - changed to PreReq: self-build-faad2 >= 2.0 from faad2-devel
  144. * Sun Feb 1 2009 Munehiro Yamamoto <munepi@cg8.so-net.ne.jp> 0.33-7
  145. - fixed %%files section
  146. * Sun Dec 14 2008 Munehiro Yamamoto <munepi@cg8.so-net.ne.jp> 0.33-6
  147. - added x264_051028 for Mobile Hack version
  148. - dropped PreReq: self-build-x264
  149. * Sun Nov 02 2008 Munehiro Yamamoto <munepi@cg8.so-net.ne.jp> 0.33-5
  150. - spec in utf8
  151. - droppd BuildRequires: xvidcore-devel, faac-devel, lame-devel
  152. BuildRequires: x264-devel, libdca-devel, a52dec-devel
  153. (*-devel pacages provided by other self-build-*) in ffmpeg-mh.spec
  154. * Thu Apr 10 2008 Munehiro Yamamoto <munepi@cg8.so-net.ne.jp> 0.33-1vl4
  155. - build with new versioning policy
  156. * Wed Apr 09 2008 Atsushi SHICHI <ats777@gmail.com> 0.33-0vl3
  157. - add "Source1: ffmpeg-%{svndate}-%{version}.tar.gz",
  158. include Source1 in the binary package.
  159. * Tue Mar 11 2008 Munehiro Yamamoto <munepi@cg8.so-net.ne.jp> 0.33-0vl2
  160. - For all pre-required package that is provied by self-build,
  161. changed to its self-build package
  162. * Tue Mar 11 2008 Munehiro Yamamoto <munepi@cg8.so-net.ne.jp> 0.33-0vl1
  163. - initial build for Vine Linux 4.2
  164. with ffmpeg-051130-0.33
  165. ### end of file