[meego-commits] 7771: Changes to Trunk/gst-plugins-base
Rolla Selbak
no_reply at build.meego.com
Fri Sep 24 04:18:42 UTC 2010
Hi,
I have made the following changes to gst-plugins-base in project Trunk. Please review and accept ASAP.
Thank You,
Rolla Selbak
[This message was auto-generated]
---
Request #7771:
submit: Trunk:Testing/gst-plugins-base(r12) -> Trunk/gst-plugins-base
Message:
Move to Trunk
State: new 2010-09-23T21:18:42 rolla
Comment: None
changes files:
--------------
--- gst-plugins-base.changes
+++ gst-plugins-base.changes
@@ -0,0 +1,8 @@
+* Fri Sep 03 2010 Ling Yue <ling.yue at intel.com> - 0.10.30
+- Fix gst-plugins-base part of BMC#6520
+- Rename subpackage from helper to tools
+- Configure options change: delete deprecate --disable-shave, add
+ --disable-nls to reduce image size (no native language support)
+ --with-audioresample-format=float for x86 and armv7 platform
+ --with-audioresample-format=int for armv5 platform
+
spec files:
-----------
--- gst-plugins-base.spec
+++ gst-plugins-base.spec
@@ -49,12 +49,12 @@
Separate sub-package for development based on gstreamer base plugins.
-%package helper
-Summary: Gstreamer base plugins Helper applications
+%package tools
+Summary: Gstreamer base plugins utilities
Group: Development/Tools
Requires: %{name} = %{version}-%{release}
-%description helper
+%description tools
Separate sub-package contaning helper applications of gstreamer base plugins.
@@ -85,8 +85,17 @@
--enable-gtk-doc \
--disable-freetypetest \
--enable-introspection \
- --disable-shave \
- --enable-orc
+ --disable-nls \
+ --enable-orc \
+%ifarch %{ix86}
+ --with-audioresample-format=float
+%endif
+%ifarch armv7el armv7tel armv7l
+ --with-audioresample-format=float
+%endif
+%ifarch armv5el armv5tel armv5tejl
+ --with-audioresample-format=int
+%endif
make %{?jobs:-j%jobs}
@@ -100,7 +109,6 @@
# >> install post
# << install post
-%find_lang gst-plugins-base-0.10
@@ -118,7 +126,7 @@
-%files -f gst-plugins-base-0.10.lang
+%files
%defattr(-,root,root,-)
# >> files
%doc AUTHORS COPYING README REQUIREMENTS
@@ -293,13 +301,13 @@
%{_datadir}/gir-1.0/GstVideo-0.10.gir
# << files devel
-%files helper
+%files tools
%defattr(-,root,root,-)
-# >> files helper
+# >> files tools
# helper programs
%{_bindir}/gst-visualise-0.10
%{_mandir}/man1/gst-visualise-0.10*
-# << files helper
+# << files tools
%files doc
%defattr(-,root,root,-)
other changes:
--------------
++++++ gst-plugins-base.yaml
--- gst-plugins-base.yaml
+++ gst-plugins-base.yaml
@@ -41,9 +41,14 @@
- --enable-gtk-doc
- --disable-freetypetest
- --enable-introspection
- - --disable-shave
+ - --disable-nls
- --enable-orc
-LocaleName: gst-plugins-base-0.10
+ - ix86:--with-audioresample-format=float
+# --with-audioresample-format = int for armv5 and float for x86 and armv7, to do
+# - armv7el:--with-audioresample-format=float
+# - armv5el:--with-audioresample-format=int
+#disable-nls to reduce size so avoid use %find_lang
+#LocaleName: gst-plugins-base-0.10
SubPackages:
- Name: devel
Summary: Development tools for GStreamer base plugins
@@ -51,8 +56,8 @@
Description: |
Separate sub-package for development based on gstreamer base plugins.
- - Name: helper
- Summary: Gstreamer base plugins Helper applications
+ - Name: tools
+ Summary: Gstreamer base plugins utilities
Group: Development/Tools
Description: |
Separate sub-package contaning helper applications of gstreamer base plugins.
More information about the MeeGo-commits
mailing list