self-build-gpac-vl.spec 9.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257
  1. #% global svndate 20111217
  2. %define pkgname gpac
  3. %define name self-build-%{pkgname}
  4. %define version 0.5.0
  5. %define release 5%{?svndate:.svn%svndate}%{?_dist_release}
  6. %define sourceurl0 http://prdownloads.sourceforge.net/gpac/%{pkgname}-%{version}.tar.gz
  7. Summary: Package to automatically build %{pkgname} rpm package
  8. Summary(ja): %{pkgname} の rpm パッケージを自動作成するパッケージ
  9. Name: %{name}
  10. Version: %{version}
  11. Release: %{release}
  12. Source0: %{pkgname}-vl.spec
  13. #Source9: gpac-snapshot-vine.sh
  14. Source101: gpac-0.5.0-libdir.patch
  15. Source102: gpac-0.4.6-amr.patch
  16. License: LGPLv2+
  17. Group: Restricted Software
  18. Obsoletes: %{pkgname} < %{version}, %{pkgname}-libs < %{version}
  19. Obsoletes: %{pkgname}-devel < %{version}
  20. Obsoletes: %{pkgname}-devel-static < %{version}
  21. Obsoletes: %{name} < %{version}-%{release}
  22. Requires(post): self-build-setup >= 0.9.9
  23. Requires(post): subversion
  24. Requires(post): ImageMagick
  25. Requires(post): SDL-devel
  26. Requires(post): librsvg2-devel >= 2.5.0
  27. Requires(post): libGLU-devel
  28. Requires(post): freeglut-devel
  29. Requires(post): freetype2-devel >= 2.1.4
  30. Requires(post): libjpeg-devel
  31. Requires(post): libpng-devel >= 1.2.5
  32. Requires(post): libxml2-devel
  33. Requires(post): openssl-devel
  34. #Requires(post): openjpeg-devel
  35. Requires(post): pulseaudio-libs-devel
  36. Requires(post): zlib-devel
  37. Requires(post): libogg-devel libvorbis-devel libtheora-devel
  38. Requires(post): libXt-devel
  39. Requires(post): libXpm-devel
  40. Requires(post): libXv-devel
  41. #Requires(post): wxGTK-devel
  42. %{?_with_mozilla:Requires(post): gecko-devel}
  43. #Requires(post): doxygen
  44. Requires(post): desktop-file-utils
  45. %{?_with_amr:Requires(post): amrnb-devel amrwb-devel}
  46. Requires(post): self-build-a52dec
  47. Requires(post): self-build-faad2
  48. Requires(post): self-build-libmad
  49. Requires(post): self-build-xvidcore >= 1.0.0
  50. ##Requires(post): self-build-ffmpeg
  51. BuildArch: noarch
  52. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  53. Packager: munepi
  54. %description
  55. GPAC is a multimedia framework based on the MPEG-4 Systems standard developed
  56. from scratch in ANSI C. The original development goal is to provide a clean,
  57. small and flexible alternative to the MPEG-4 Systems reference software.
  58. GPAC features the integration of recent multimedia standards (SVG/SMIL, VRML,
  59. X3D, SWF, 3GPP(2) tools and more) into a single framework. GPAC also features
  60. MPEG-4 Systems encoders/multiplexers, publishing tools for content distribution
  61. for MP4 and 3GPP(2) files and many tools for scene descriptions
  62. (MPEG4 <-> VRML <-> X3D converters, SWF -> MPEG-4, etc).
  63. If you install this package, it automaticaly downloads source
  64. code ,compile it, and create rpm packages of %{pkgname}-%{version}.
  65. And the created rpm packages are automatically installed
  66. if installation is executed by apt-get command or synaptic
  67. package manager.
  68. [Note]
  69. This package requires many other packages to compile
  70. targetsoftware. So it consume more disk space than usual.
  71. Also installation takes logner time because of compilation.
  72. (This will take a few minutes to quarter or half of an hour,
  73. depends on building environment)
  74. [About self-build package]
  75. For some kind of software, distributing of binary package
  76. may viorate the patent or law. Therefore we chose self-build
  77. packge, create binary package on your machine, for such kind
  78. of softwares instead of distributing binary package.
  79. Please obey the national law when you use the created binary
  80. packages. And if you want to use the softwares using patented
  81. thechnology, it may be required to get a permission, make an
  82. agreement or purchas a license. Please consider it with your
  83. purpose or way of use and take appropriate action.
  84. %description -l ja
  85. GPAC は ANSI C でスクラッチから開発されている MPEG-4 システムの標準に基づいた
  86. マルチメディアフレームワークです。
  87. 当初の開発目標には、MPEG-4 システムリファレンスソフトウェアに
  88. 簡潔で小さく柔軟な代替を提供することです。
  89. GPAC features the integration of recent multimedia standards (SVG/SMIL, VRML,
  90. X3D, SWF, 3GPP(2) tools and more) into a single framework. GPAC also features
  91. MPEG-4 Systems encoders/multiplexers, publishing tools for content distribution
  92. for MP4 and 3GPP(2) files and many tools for scene descriptions
  93. (MPEG4 <-> VRML <-> X3D converters, SWF -> MPEG-4, etc).
  94. このパッケージをインストールすると、自動的にソースコードを
  95. ダウンロードしてコンパイルし、%{pkgname}-%{version} の rpm
  96. パッケージを作成します。
  97. また apt-get コマンドや synaptic パッケージマネージャから実行
  98. した場合は、作成された rpm パッケージのインストールも自動的に
  99. 行います。
  100. [注意]
  101. コンパイルに必要な多くの関連パッケージを要求するので通常より
  102. ディスクの領域を多く消費します。
  103. またインストール時にコンパイルを行うため、通常より時間がかか
  104. る場合があります。(環境にもよりますが数分から数十分程度)
  105. [self-build パッケージについて]
  106. ソフトウェアによってはバイナリパッケージの配布が特許や法律に
  107. 違反する可能性があるものがあります。その為、このような問題が
  108. 懸念されるソフトウェアについてはバイナリパッケージを直接配布
  109. せずに、ユーザの環境でバイナリを作成する self-build パッケー
  110. ジという方法を採っています。
  111. 作成されたバイナリパッケージの利用にあたっては、各ソフトウェ
  112. アのライセンス、および利用する国の各種法令に従ってください。
  113. また特許に関連するソフトウェアの場合、利用許諾や契約、ライ
  114. センスの購入などが必要となる場合がありますので、利用する目的
  115. や形態に応じて各自で判断し適切な対応を取ってください。
  116. %prep
  117. [ "%{version}-%{release}" != $(rpm -q --queryformat "%%{version}-%%{release}\n" --specfile %{SOURCE0} | tail -1) ] && exit 1
  118. %install
  119. %{__rm} -rf ${RPM_BUILD_ROOT}
  120. %{__install} -d ${RPM_BUILD_ROOT}/%{_datadir}/%{name}
  121. %{__install} -m 644 %{SOURCE0} ${RPM_BUILD_ROOT}/%{_datadir}/%{name}
  122. %{__install} -m 644 %{SOURCE101} %{SOURCE102} \
  123. ${RPM_BUILD_ROOT}/%{_datadir}/%{name}
  124. %clean
  125. %{__rm} -rf ${RPM_BUILD_ROOT}
  126. %posttrans
  127. # ## svn checkout
  128. # # set locale
  129. # case $LANG in
  130. # ja*)LOCALE=ja ;;
  131. # *) LOCALE=C ;;
  132. # esac
  133. # GetSrc_C(){
  134. # echo -n " "
  135. # echo "Download source file with Subversion..."
  136. # }
  137. # GetSrc_ja(){
  138. # echo -n " "
  139. # echo "Subversion を用いてソースファイルをダウンロードしています..."
  140. # }
  141. # GetSrc_$LOCALE
  142. # # svn checkout
  143. # . /etc/self-build.conf
  144. # (cd $TEMP_DIR
  145. # su $BUILD_USER -c "/bin/bash %{_datadir}/%{name}/%{pkgname}-snapshot-vine.sh >/dev/null 2>&1 || exit 1"
  146. # %__mv %{pkgname}-%{svndate}.tar.bz2 %{_datadir}/%{name}/ || exit 1
  147. # )
  148. /usr/lib/rpm/self-build-rpm.sh %{name} %{pkgname}-vl.spec %{sourceurl0} 107000
  149. /usr/lib/rpm/pre-allocate-rpm.sh %{pkgname}-%{version}-%{release} \
  150. %{pkgname}-libs-%{version}-%{release} \
  151. %{pkgname}-devel-%{version}-%{release} \
  152. %{pkgname}-devel-static-%{version}-%{release}
  153. %files
  154. %defattr(-,root,root)
  155. %{_datadir}/%{name}
  156. %changelog
  157. * Fri Jan 2 2015 Munehiro Yamamoto <munepi@vinelinux.org> 0.5.0-5
  158. - rebuilt
  159. * Tue Jun 17 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.5.0-4
  160. - remove Requires(post): xmlrpc-epi-devel
  161. * Wed Oct 2 2013 Munehiro Yamamoto <munepi@vinelinux.org> 0.5.0-3
  162. - added Obsoletes: %{name} < %{version}-%{release},
  163. Obsoletes: %{pkgname} < %{version} and so on.
  164. * Sun Sep 29 2013 Munehiro Yamamoto <munepi@vinelinux.org> 0.5.0-2
  165. - rebuild
  166. * Sat Jan 19 2013 Munehiro Yamamoto <munepi@vinelinux.org> 0.5.0-1
  167. - new upstream release
  168. * Sat May 26 2012 Munehiro Yamamoto <munepi@vinelinux.org> 0.4.6-2.svn20111217
  169. - rebuild
  170. * Sun Dec 18 2011 Munehiro Yamamoto <munepi@vinelinux.org> 0.4.6-1.svn20111217
  171. - update snapshot svn20111217
  172. - removed upstreamed/obsolated patches
  173. - added Requires(post): subversion
  174. * Mon Apr 18 2011 Munehiro Yamamoto <munepi@vinelinux.org> 0.4.5-11
  175. - rebuilt with internal openjpeg
  176. * Sat Mar 26 2011 Munehiro Yamamoto <munepi@vinelinux.org> 0.4.5-10
  177. - rebuild
  178. * Sat Jun 26 2010 Munehiro Yamamoto <munepi@vinelinux.org> 0.4.5-9
  179. - dropped Requires(post): doxygen
  180. * Sat Mar 20 2010 Munehiro Yamamoto <munepi@vinelinux.org> 0.4.5-8
  181. - renamed %%{Source0} to gpac-vl.spec
  182. * Thu Feb 18 2010 Munehiro Yamamoto <munepi@vinelinux.org> 0.4.5-7
  183. - rebuild
  184. * Sun Jun 07 2009 Munehiro Yamamoto <munepi@cg8.so-net.ne.jp> 0.4.5-6
  185. - changed from http://prdownloads.sourceforge.net in sourceurl0
  186. - added devel-static subpackage in gpac.spec
  187. - added gpac-0.4.5-mozjis-vine.patch
  188. (do not install in /usr/share/self-build-gpac)
  189. * Tue May 26 2009 Munehiro Yamamoto <munepi@cg8.so-net.ne.jp> 0.4.5-5
  190. - avoided to execute self-build-rpm.sh on RPM transaction
  191. - moved %%post actions to %%posttrans
  192. * Thu May 14 2009 Munehiro Yamamoto <munepi@cg8.so-net.ne.jp> 0.4.5-4
  193. - changed from http://prdownloads.sourceforge.net to http://dl.sourceforge.net
  194. in sourceurl0
  195. - added BuildArch: noarch
  196. * Thu Mar 26 2009 Munehiro Yamamoto <munepi@cg8.so-net.ne.jp> 0.4.5-3
  197. - applied gpac-0.4.5-ffmpeg.patch (RPM Fusion #454)
  198. * Thu Mar 12 2009 Munehiro Yamamoto <munepi@cg8.so-net.ne.jp> 0.4.5-2
  199. - dropped PreReq: self-build-ffmpeg
  200. - rebuilt with ffmpeg-devel by self-build-ffmpeg
  201. * Sun Mar 01 2009 Munehiro Yamamoto <munepi@cg8.so-net.ne.jp> 0.4.5-1
  202. - initial bulid