[meego-commits] 10750: Changes to devel:multimedia/gst-plugins-base
Lisa Yue
no_reply at build.meego.com
Thu Dec 9 05:59:29 UTC 2010
Hi,
I have made the following changes to gst-plugins-base in project devel:multimedia. Please review and accept ASAP.
Thank You,
Lisa Yue
[This message was auto-generated]
---
Request #10750:
submit: home:lisayue:branches:devel:multimedia/gst-plugins-base(cleanup) -> devel:multimedia/gst-plugins-base
Message:
add the missing %ifarch for with-audioresample-format after specify
State: new 2010-12-08T21:59:29 lisayue
Comment: None
changes files:
--------------
spec files:
-----------
--- gst-plugins-base.spec
+++ gst-plugins-base.spec
@@ -8,7 +8,7 @@
Name: gst-plugins-base
Summary: GStreamer streaming media framework base plug-ins
Version: 0.10.31
-Release: 0
+Release: 1
Group: Applications/Multimedia
License: LGPLv2+
URL: http://gstreamer.freedesktop.org/
@@ -86,7 +86,15 @@
--disable-freetypetest \
--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
--enable-introspection=no
make %{?jobs:-j%jobs}
other changes:
--------------
++++++ gst-plugins-base.yaml
--- gst-plugins-base.yaml
+++ gst-plugins-base.yaml
@@ -1,7 +1,7 @@
Name: gst-plugins-base
Summary: GStreamer streaming media framework base plug-ins
Version: 0.10.31
-Release: 0
+Release: 1
Group: Applications/Multimedia
License: LGPLv2+
URL: http://gstreamer.freedesktop.org/
More information about the MeeGo-commits
mailing list