self-build-xbmc-vl.spec 6.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181
  1. %define pkgname xbmc
  2. %define name self-build-%{pkgname}
  3. %define sourceurl http://mirrors.xbmc.org/releases/source/%{pkgname}-%{version}.tar.gz
  4. Summary: Package to automatically build %{pkgname} rpm package
  5. Summary(ja): %{pkgname} の rpm パッケージを自動作成するパッケージ
  6. Name: %{name}
  7. Version: 10.1
  8. Release: 1%{?_dist_release}
  9. Source0: %{pkgname}-vl.spec
  10. Source1: %{pkgname}.desktop
  11. Source2: %{pkgname}-%{version}-strings.xml
  12. Source3: %{pkgname}-%{version}-Confluence-strings.xml
  13. Source4: %{pkgname}-%{version}-default-locale.patch
  14. License: GPL
  15. Group: Restricted Software
  16. Requires(post): self-build-setup >= 0.8
  17. # (build)requies of target package.
  18. Requires(post): lsb
  19. Requires(post): python-imaging
  20. Requires(post): pysqlite
  21. Requires(post): hicolor-icon-theme
  22. Requires(post): desktop-file-utils
  23. Requires(post): MySQL-devel
  24. Requires(post): SDL_image-devel
  25. Requires(post): SDL_mixer-devel
  26. Requires(post): alsa-lib-devel
  27. Requires(post): avahi-devel
  28. Requires(post): bzip2-devel
  29. Requires(post): cmake
  30. Requires(post): curl-devel
  31. Requires(post): cvs
  32. Requires(post): dbus-devel
  33. Requires(post): desktop-file-utils
  34. Requires(post): enca-devel
  35. Requires(post): flac-devel
  36. Requires(post): fontconfig-devel
  37. Requires(post): fribidi-devel
  38. Requires(post): glew-devel
  39. Requires(post): gperf
  40. Requires(post): hal-devel
  41. Requires(post): jasper-devel
  42. Requires(post): libXinerama-devel
  43. Requires(post): libXmu-devel
  44. Requires(post): libXrandr-devel
  45. Requires(post): libXtst-devel
  46. Requires(post): libboost-devel
  47. Requires(post): libcdio-devel
  48. Requires(post): expat-devel
  49. Requires(post): libjpeg-devel
  50. Requires(post): libmicrohttpd-devel
  51. Requires(post): libmms-devel
  52. Requires(post): libmodplug-devel
  53. Requires(post): libogg-devel
  54. Requires(post): libpng-devel
  55. Requires(post): libsamplerate-devel
  56. Requires(post): libsmbclient-devel
  57. Requires(post): libtiff-devel
  58. Requires(post): libvorbis-devel
  59. Requires(post): nasm
  60. Requires(post): openssl-devel
  61. Requires(post): lzo-devel
  62. Requires(post): pcre-devel
  63. Requires(post): pulseaudio-libs-devel
  64. Requires(post): sqlite3-devel
  65. Requires(post): unzip
  66. Requires(post): wavpack-devel
  67. Requires(post): zlib-devel
  68. Requires(post): self-build-faac
  69. Requires(post): self-build-faad2
  70. Requires(post): self-build-libmad
  71. Requires(post): self-build-libmpeg2
  72. Requires(post): libvdpau-devel
  73. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  74. Packager: kazutaka, shaolin
  75. %description
  76. XBMC is an award-winning free and open source (GPL) software
  77. media player and entertainment hub for digital media.
  78. If you install this package, it automaticaly downloads source
  79. code ,compile it, and create rpm packages of %{pkgname}-%{version}.
  80. And the created rpm packages are automatically installed
  81. if installation is executed by apt-get command or synaptic
  82. package manager.
  83. [Note]
  84. This package requires many other packages to compile
  85. targetsoftware. So it consume more disk space than usual.
  86. Also installation takes logner time because of compilation.
  87. (This will take a few minutes to quarter or half of an hour,
  88. depends on building environment)
  89. [About self-build package]
  90. For some kind of software, distributing of binary package
  91. may viorate the patent or law. Therefore we chose self-build
  92. packge, create binary package on your machine, for such kind
  93. of softwares instead of distributing binary package.
  94. Please obey the national law when you use the created binary
  95. packages. And if you want to use the softwares using patented
  96. thechnology, it may be required to get a permission, make an
  97. agreement or purchas a license. Please consider it with your
  98. purpose or way of use and take appropriate action.
  99. %description -l ja
  100. XBMC はいくつもの賞を受賞したフリーでオープンソース (GPL) な、
  101. デジタルメディア向けのメディアプレイヤー/メディアセンターです。
  102. このパッケージをインストールすると、自動的にソースコードを
  103. ダウンロードしてコンパイルし、%{pkgname}-%{version} の rpm
  104. パッケージを作成します。
  105. また apt-get コマンドや synaptic パッケージマネージャから実行
  106. した場合は、作成された rpm パッケージのインストールも自動的に
  107. 行います。
  108. [注意]
  109. コンパイルに必要な多くの関連パッケージを要求するので通常より
  110. ディスクの領域を多く消費します。
  111. またインストール時にコンパイルを行うため、通常より時間がかか
  112. る場合があります。(環境にもよりますが数分から数十分程度)
  113. [self-build パッケージについて]
  114. ソフトウェアによってはバイナリパッケージの配布が特許や法律に
  115. 違反する可能性があるものがあります。その為、このような問題が
  116. 懸念されるソフトウェアについてはバイナリパッケージを直接配布
  117. せずに、ユーザの環境でバイナリを作成する self-build パッケー
  118. ジという方法を採っています。
  119. 作成されたバイナリパッケージの利用にあたっては、各ソフトウェ
  120. アのライセンス、および利用する国の各種法令に従ってください。
  121. また特許に関連するソフトウェアの場合、利用許諾や契約、ライ
  122. センスの購入などが必要となる場合がありますので、利用する目的
  123. や形態に応じて各自で判断し適切な対応を取ってください。
  124. %prep
  125. [ "%{version}-%{release}" != $(rpm -q --queryformat "%%{version}-%%{release}\n" --specfile %{SOURCE0} | tail -1) ] && exit 1
  126. %install
  127. %{__rm} -rf ${RPM_BUILD_ROOT}
  128. %{__install} -d ${RPM_BUILD_ROOT}/%{_datadir}/%{name}
  129. %{__install} -m 644 %{SOURCE0} ${RPM_BUILD_ROOT}/%{_datadir}/%{name}
  130. %{__install} -m 644 %{SOURCE1} ${RPM_BUILD_ROOT}/%{_datadir}/%{name}
  131. %{__install} -m 644 %{SOURCE2} ${RPM_BUILD_ROOT}/%{_datadir}/%{name}
  132. %{__install} -m 644 %{SOURCE3} ${RPM_BUILD_ROOT}/%{_datadir}/%{name}
  133. %{__install} -m 644 %{SOURCE4} ${RPM_BUILD_ROOT}/%{_datadir}/%{name}
  134. %clean
  135. %{__rm} -rf ${RPM_BUILD_ROOT}
  136. %posttrans
  137. /usr/lib/rpm/self-build-rpm.sh %{name} %{pkgname}-vl.spec %{sourceurl} 2447000
  138. %files
  139. %defattr(-,root,root)
  140. %{_datadir}/%{name}
  141. %changelog
  142. * Wed Jun 29 2011 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 10.1-1
  143. - new upstream release
  144. * Fri Feb 04 2011 Kazutaka HARADA <kazutaka@vinelinux.org> 10.0-3
  145. - delete build_vine5 macro: libvdpau is now available on 5.2
  146. * Thu Jan 27 2011 Kazutaka HARADA <kazutaka@vinelinux.org> 10.0-2
  147. - add --disable-ccache option (<BTS:VineLinux:1100>)
  148. - update Source4 to change default timezone
  149. * Sun Jan 23 2011 Kazutaka HARADA <kazutaka@vinelinux.org> 10.0-1
  150. - initial build for Vine Linux