[meego-commits] 8992: Changes to Trunk:Testing/gstreamer
Vivian Zhang
no_reply at build.meego.com
Thu Oct 28 06:02:07 UTC 2010
Hi,
I have made the following changes to gstreamer in project Trunk:Testing. Please review and accept ASAP.
Thank You,
Vivian Zhang
[This message was auto-generated]
---
Request #8992:
submit: devel:multimedia/gstreamer(r2) -> Trunk:Testing/gstreamer
Message:
Remove dependency on gobject-introspection
State: new 2010-10-27T23:02:07 vivian
Comment: None
changes files:
--------------
--- gstreamer.changes
+++ gstreamer.changes
@@ -0,0 +1,6 @@
+* Wed Oct 27 2010 Anas Nashif <anas.nashif at intel.com> - 0.10.30
+- Fixed build without introspection
+
+* Wed Oct 27 2010 Anas Nashif <anas.nashif at intel.com> - 0.10.30
+- Remove dependency on gobject-introspection
+
spec files:
-----------
--- gstreamer.spec
+++ gstreamer.spec
@@ -1,6 +1,6 @@
#
# Do NOT Edit the Auto-generated Part!
-# Generated by: spectacle version 0.19
+# Generated by: spectacle version 0.20git
#
# >> macros
# << macros
@@ -20,10 +20,10 @@
BuildRequires: pkgconfig(gtk-doc)
BuildRequires: pkgconfig(glib-2.0)
BuildRequires: pkgconfig(libxml-2.0)
-BuildRequires: pkgconfig(gobject-introspection-1.0)
BuildRequires: bison
BuildRequires: flex
BuildRequires: check
+BuildRequires: python
%description
@@ -94,7 +94,7 @@
--disable-gst-debug \
--disable-nls \
--disable-loadsave \
- --enable-introspection
+ --disable-introspection
make %{?jobs:-j%jobs}
@@ -116,11 +116,7 @@
%postun -p /sbin/ldconfig
-%post devel
-/sbin/ldconfig
-%postun devel
-/sbin/ldconfig
@@ -138,15 +134,10 @@
%{_libdir}/libgstcontroller-0.10.so.*
%{_libdir}/libgstdataprotocol-0.10.so.*
%{_libdir}/libgstnet-0.10.so.*
+%{_libdir}/libgstcheck-0.10.so.*
%dir %{_libdir}/gstreamer-0.10
%{_libdir}/gstreamer-0.10/libgstcoreelements.so
%{_libdir}/gstreamer-0.10/libgstcoreindexers.so
-%dir %{_libdir}/girepository-1.0
-%{_libdir}/girepository-1.0/Gst-0.10.typelib
-%{_libdir}/girepository-1.0/GstBase-0.10.typelib
-%{_libdir}/girepository-1.0/GstCheck-0.10.typelib
-%{_libdir}/girepository-1.0/GstController-0.10.typelib
-%{_libdir}/girepository-1.0/GstNet-0.10.typelib
%dir %{_libexecdir}/gstreamer-0.10
%{_libexecdir}/gstreamer-0.10/gst-plugin-scanner
%{_bindir}/gst-feedback-0.10
@@ -154,14 +145,11 @@
%{_bindir}/gst-launch-0.10
%{_bindir}/gst-typefind-0.10
%{_bindir}/gst-xmlinspect-0.10
-#deprecated
-#%{_bindir}/gst-xmllaunch-0.10
%doc %{_mandir}/man1/gst-feedback-0.10.*
%doc %{_mandir}/man1/gst-inspect-0.10.*
%doc %{_mandir}/man1/gst-launch-0.10.*
%doc %{_mandir}/man1/gst-typefind-0.10.*
%doc %{_mandir}/man1/gst-xmlinspect-0.10.*
-#%doc %{_mandir}/man1/gst-xmllaunch-0.10.*
# << files
@@ -179,22 +167,16 @@
%{_datadir}/aclocal/gst-element-check-0.10.m4
%{_libdir}/libgstreamer-0.10.so
%{_libdir}/libgstbase-0.10.so
-%{_libdir}/libgstcheck-0.10.so*
%{_libdir}/libgstcontroller-0.10.so
%{_libdir}/libgstdataprotocol-0.10.so
%{_libdir}/libgstnet-0.10.so
+%{_libdir}/libgstcheck-0.10.so
%{_libdir}/pkgconfig/gstreamer-0.10.pc
%{_libdir}/pkgconfig/gstreamer-base-0.10.pc
%{_libdir}/pkgconfig/gstreamer-controller-0.10.pc
%{_libdir}/pkgconfig/gstreamer-check-0.10.pc
%{_libdir}/pkgconfig/gstreamer-dataprotocol-0.10.pc
%{_libdir}/pkgconfig/gstreamer-net-0.10.pc
-%dir %{_datadir}/gir-1.0
-%{_datadir}/gir-1.0/Gst-0.10.gir
-%{_datadir}/gir-1.0/GstBase-0.10.gir
-%{_datadir}/gir-1.0/GstCheck-0.10.gir
-%{_datadir}/gir-1.0/GstController-0.10.gir
-%{_datadir}/gir-1.0/GstNet-0.10.gir
# << files devel
%files devel-docs
other changes:
--------------
++++++ gstreamer.yaml
--- gstreamer.yaml
+++ gstreamer.yaml
@@ -21,12 +21,11 @@
- bison
- flex
- check
+ - python
PkgConfigBR:
- gtk-doc
- glib-2.0
- libxml-2.0
- - gobject-introspection-1.0
-Configure: configure
ConfigOptions:
- --with-package-name='Meego GStreamer package'
- --with-package-origin='http://www.meego.org'
@@ -39,9 +38,7 @@
- --disable-gst-debug
- --disable-nls
- --disable-loadsave
- - --enable-introspection
-#disable-nls to reduce size, so avoid use %find_lang
-#LocaleName: gstreamer-0.10
+ - --disable-introspection
SubPackages:
- Name: devel
Summary: Development tools for GStreamer
More information about the MeeGo-commits
mailing list