gstreamer1-plugins-libav-vl.spec 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126
  1. ## TODO: build with opencore-amr
  2. %define major 1.0
  3. %define _gst_ver 1.6.4
  4. %define _gstpb_ver 1.6.4
  5. Summary: GStreamer Streaming-media framework libav(FFmpeg) plugins
  6. Summary(ja): GStreamer ストリーミングメディアフレームワーク用 libav(FFmpeg) プラグイン
  7. Name: gstreamer1-plugins-libav
  8. Version: 1.6.4
  9. Release: 1%{?_dist_release}
  10. License: LGPLv2+
  11. Group: System Environment/Libraries
  12. URL: http://gstreamer.freedesktop.org/
  13. Source: http://gstreamer.freedesktop.org/src/gst-libav/gst-libav-%{version}.tar.xz
  14. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  15. Requires: gstreamer1 >= %{_gst_ver}
  16. Requires: gstreamer1-plugins-base >= %{_gstpb_ver}
  17. BuildRequires: gstreamer1-devel >= %{_gst_ver}
  18. BuildRequires: gstreamer1-plugins-base-devel >= %{_gstpb_ver}
  19. BuildRequires: orc-devel >= 0.4.16
  20. # *-devel packages provided by other self-build-* should only be listed
  21. # in self-build-%{name}.spec as PreReq.
  22. ##BuildRequires: ffmpeg-devel
  23. %description
  24. GStreamer is a streaming-media framework, based on graphs of filters which
  25. operate on media data. Applications using this library can do anything
  26. from real-time sound processing to playing videos, and just about anything
  27. else media-related. Its plugin-based architecture means that new data
  28. types or processing capabilities can be added simply by installing new
  29. plugins.
  30. This package contains a set of plug-ins that have good quality and
  31. correct functionality, but distributing them might pose problems. The
  32. license on either the plug-ins or the supporting libraries might not
  33. be how the GStreamer authors like. The code might be widely known to
  34. present patent problems.
  35. %description -l ja
  36. GStreamer はメディアデータ操作用の filter graph をベースにしたスト
  37. リーミングメディアフレームワークです。 このライブラリを使用すれば
  38. アプリケーションは、サウンドのリアルタイム処理からビデオ再生まで、
  39. メディアに関係する全ての機能が利用できます。また Gstremer はプラグ
  40. イン方式を採用していることから、新しい種類のデータや機能への対応が、
  41. プラグインを追加することで簡単に実現できます。
  42. このパッケージは品質も機能も問題は無いものの、配布すると問題になる
  43. 可能性があるプラグインを含んでいます。プラグインとそのサポート・ライ
  44. ブラリのライセンスも Gstreamer とは異なっています。一般には特許に
  45. 関連するコードとして良く知られています。
  46. %prep
  47. %setup -q -n gst-libav-%{version}
  48. %build
  49. %configure \
  50. --disable-static \
  51. --disable-gtk-doc-html
  52. %__make %{?_smp_mflags}
  53. %install
  54. %__rm -rf %{buildroot}
  55. %makeinstall
  56. # Clean out files that should not be part of the rpm.
  57. %__rm -f %{buildroot}%{_libdir}/gstreamer-%{major}/*.{a,la}
  58. %__rm -f %{buildroot}%{_libdir}/*.{a,la}
  59. %__rm -rf %{buildroot}%{_datadir}/gtk-doc
  60. %clean
  61. %__rm -rf %{buildroot}
  62. %files
  63. %defattr(-,root,root)
  64. %doc AUTHORS ChangeLog COPYING NEWS README
  65. %{_libdir}/gstreamer-%{major}/*.so
  66. %changelog
  67. * Wed May 04 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.4-1
  68. - new upstream release
  69. * Sun Jan 24 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.3-1
  70. - new upstream release
  71. * Sat Dec 19 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.2-1
  72. - new upstream release
  73. * Sat Nov 07 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.1-1
  74. - new upstream release
  75. * Sun Mar 01 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.5-1
  76. - new upstream release
  77. * Tue Nov 18 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.4-1
  78. - new upstream release
  79. * Sun Nov 16 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.3-1
  80. - new upstream release
  81. * Sat Apr 19 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.4-1
  82. - new upstream release
  83. * Sun Mar 16 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.3-1
  84. - new upstream release
  85. * Mon Dec 30 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.2-1
  86. - new upstream release
  87. * Sun Nov 24 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.1-1
  88. - new upstream release
  89. * Sun Oct 27 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.0-1
  90. - new upstream release
  91. * Sat Sep 07 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.10-1
  92. - initial build