[meego-commits] 6236: Changes to Trunk/gstreamer
Peter Zhu
peter.j.zhu at intel.com
Wed Aug 4 03:24:51 UTC 2010
Hi,
I have made the following changes to gstreamer in project Trunk. Please review and accept ASAP.
Thank You,
Peter Zhu
[This message was auto-generated]
---
Request #6236:
submit: Trunk:Testing/gstreamer(r6) -> Trunk/gstreamer
Message:
Move to Trunk
State: new 2010-08-03T15:17:05 peter
Comment: None
changes files:
--------------
--- gstreamer.changes
+++ gstreamer.changes
@@ -0,0 +1,3 @@
+* Thu Jul 29 2010 Ling Yue <ling.yue at intel.com> - 0.10.30
+- Upgrade to 0.10.30
+
old:
----
gstreamer-0.10.29.tar.bz2
new:
----
gstreamer-0.10.30.tar.bz2
spec files:
-----------
--- gstreamer.spec
+++ gstreamer.spec
@@ -1,13 +1,13 @@
#
# Do not Edit! Generated by:
-# spectacle version 0.14
+# spectacle version 0.18
#
# >> macros
# << macros
Name: gstreamer
Summary: GStreamer streaming media framework runtime
-Version: 0.10.29
+Version: 0.10.30
Release: 1
Group: Applications/Multimedia
License: LGPLv2+
@@ -28,8 +28,15 @@
BuildRequires: flex
BuildRequires: check
+
%description
-Description: %{summary}
+GStreamer is a streaming media framework, based on graphs of filters which
+operate on media data. Applications using this library can do anything
+from real-time sound processing to playing videos, and just about anything
+else media-related. Its plugin-based architecture means that new data
+types or processing capabilities can be added simply by installing new
+plugins.
+
%package devel
@@ -38,7 +45,11 @@
Requires: %{name} = %{version}-%{release}
%description devel
-Description: %{summary}
+This package contains the libraries and includes files necessary to develop
+applications and plugins for GStreamer. If you plan to develop applications
+with GStreamer, consider installing the gstreamer-devel-docs package and the
+documentation packages for any plugins you intend to use.
+
%package doc
Summary: API reference for GStreamer
@@ -46,7 +57,9 @@
Requires: %{name} = %{version}-%{release}
%description doc
-Description: %{summary}
+This package contains developer documentation for the GStreamer streaming
+media framework.
+
%prep
@@ -95,6 +108,10 @@
+
+
+
+
%files -f gstreamer-0.10.lang
%defattr(-,root,root,-)
other changes:
--------------
++++++ gstreamer-0.10.29.tar.bz2 -> gstreamer-0.10.30.tar.bz2
27703 lines of diff (skipped)
++++++ gstreamer.yaml
--- gstreamer.yaml
+++ gstreamer.yaml
@@ -1,6 +1,6 @@
Name: gstreamer
Summary: GStreamer streaming media framework runtime
-Version: 0.10.29
+Version: 0.10.30
Release: 1
Group: Applications/Multimedia
License: LGPLv2+
@@ -9,6 +9,13 @@
- http://gstreamer.freedesktop.org/src/gstreamer/%{name}-%{version}.tar.bz2
Patches:
- reduce-wakeups-from-idle.patch
+Description: |
+ GStreamer is a streaming media framework, based on graphs of filters which
+ operate on media data. Applications using this library can do anything
+ from real-time sound processing to playing videos, and just about anything
+ else media-related. Its plugin-based architecture means that new data
+ types or processing capabilities can be added simply by installing new
+ plugins.
PkgBR:
- bison
@@ -39,8 +46,16 @@
- Name: devel
Summary: Development tools for GStreamer
Group: Development/Libraries
+ Description: |
+ This package contains the libraries and includes files necessary to develop
+ applications and plugins for GStreamer. If you plan to develop applications
+ with GStreamer, consider installing the gstreamer-devel-docs package and the
+ documentation packages for any plugins you intend to use.
- Name: doc
Summary: API reference for GStreamer
Group: Documentation
+ Description: |
+ This package contains developer documentation for the GStreamer streaming
+ media framework.
More information about the MeeGo-commits
mailing list