gstreamer-plugins-vl.spec 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. Summary: GStreamer Streaming-media framework plugins
  2. Summary(ja): GStreamer ストリーミングメディアフレームワーク用プラグイン
  3. Name: gstreamer-plugins
  4. Version: 0.10.0
  5. Release: 2%{?_dist_release}
  6. License: LGPL
  7. Group: System Environment/Libraries
  8. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  9. BuildArch: noarch
  10. Requires: gstreamer >= %{version}
  11. Requires: gstreamer-plugins-base >= %{version}
  12. Requires: gstreamer-plugins-good >= %{version}
  13. %description
  14. GStreamer is a streaming-media framework, based on graphs of filters which
  15. operate on media data. Applications using this library can do anything
  16. from real-time sound processing to playing videos, and just about anything
  17. else media-related. Its plugin-based architecture means that new data
  18. types or processing capabilities can be added simply by installing new
  19. plugins.
  20. This is a virtual package for GStreamer plugins.
  21. %package devel
  22. Summary: Libraries/include files for GStreamer plugins
  23. Summary(ja): GStreamer プラグインの開発用ライブラリ
  24. Group: Development/Libraries
  25. Requires: %{name} = %{version}-%{release}
  26. Requires: gstreamer-devel >= %{version}
  27. Requires: gstreamer-plugins-base-devel >= %{version}
  28. Requires: gstreamer-plugins-good-devel >= %{version}
  29. %description devel
  30. GStreamer is a streaming-media framework, based on graphs of filters which
  31. operate on media data. Applications using this library can do anything
  32. from real-time sound processing to playing videos, and just about anything
  33. else media-related. Its plugin-based architecture means that new data
  34. types or processing capabilities can be added simply by installing new
  35. plugins.
  36. This is a virtual package for GStreamer plugins depvelopment library and
  37. header files.
  38. %files
  39. %defattr(-,root,root)
  40. %files devel
  41. %defattr(-,root,root)
  42. %changelog
  43. * Sun Apr 17 2011 Shu KONNO <owa@bg.wakwak.com> 0.10.0-2
  44. - rebuilt with rpm-4.8.1-3
  45. * Fri Aug 15 2008 Shu KONNO <owa@bg.wakwak.com> 0.10.0-1vl5
  46. - applied new versioning policy, spec in utf-8
  47. * Sun Mar 26 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 0.10.0-0vl1
  48. - initial build