self-build-gpac-vl.spec 9.8 KB

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