I have made the following changes intended for :
  CE:Adaptation:N900 / gst-nokia-camera

Please review and accept ASAP - BOSS has already processed this request and 
suggests ???
See the "Messages from BOSS" section below

https://build.pub.meego.com/request/show/2647

Thank You,
bossbot ([email protected])

[This message was auto-generated]

---

Request # 2647:

Messages from BOSS:
  None

State:   new          2011-10-24T16:18:09 bossbot

Reviews:
     from bossbot  :BOSS suggests accepting this review. See email for more 
details.
BOSS accepted this review because:
 Target repo CE_Mer_Core_armv7hl found.
     accepted on No date

Changes:
  submit: home:stskeeps:mer:hw:n900 / gst-nokia-camera -> CE:Adaptation:N900 / 
gst-nokia-camera
  Index: gst-nokia-camera.changes
===================================================================
--- gst-nokia-camera.changes (revision 0)
+++ gst-nokia-camera.changes (revision 4)
@@ -0,0 +1,14 @@
+* Thu Sep 15 2011 Marko Saukko <[email protected]> - 0.57.0
+- Removed some wildcards from %files section.
+- Added chmod for libomap3camd.so.0.0.0 file as it wasn't recognized properly.
+
+* Thu Aug 4 2011 Teemu Tuominen <[email protected]> - 0.57.0
+- upgraded the included non-oss (for N900 fixes BMC#15868, BMC#17926, 
BMC#15591)
+
+* Thu May 19 2011 Sakari Ailus <[email protected]> - 
0.57.0
+- reviewed
+
+* Thu May 19 2011 Teemu Tuominen <[email protected]> - 0.57.0
+- initial binary packaging of Gstreamer camera source elements bundled 
+  with libomap3camd ported from Maemo for Meego N900 
+
Index: gst-nokia-camera.yaml
===================================================================
--- gst-nokia-camera.yaml (revision 0)
+++ gst-nokia-camera.yaml (revision 4)
@@ -0,0 +1,41 @@
+Name: gst-nokia-camera
+Summary: GStreamer elements for capturing video and hiqh-quality still images
+Version: 0.57.0
+Release: 0
+Group: Multimedia/Camera Adaptation
+License: Nokia Proprietary
+URL: http://meego.gitorious.org/maemo-multimedia/gst-nokia-videosrc
+Sources:
+        - "%{name}-%{version}-bin-%{_target_cpu}.tar.bz2"
+        - "license.txt"
+Description: |
+ "%{summary}."
+ 
+ + OMAP3 camera Library
+ * 3A algorithms
+ * Flash control
+ * Image pre-processing
+ * Low-level Image metadata
+
+ !DON'T USE AS AN PACKAGING EXAMPLE!
+
+ This package provides gst-plugins-camera (LGPLv2+) and bases on its
+ reference in Meego. Gstreamer elements are temporarily bundled with non-oss 
+ libraries and this package does not follow the planned Meego Camera 
Adaptation schema. 
+Provides:
+        - libomap3camd-n900
+        - gst-plugins-camera
+ExclusiveArch: "%arm"
+SetupOptions: -q -n %{name}-%{version}-bin-%{_target_cpu}
+Configure: none
+Builder: none
+Files:
+   - "%doc license.txt"
+   - "%config /etc/omapcam/*"
+   - "%{_libdir}/gstreamer-0.10/*"
+   - "%{_libdir}/libgstcamera-0.10.so.0"
+   - "%{_libdir}/libgstcamera-0.10.so.0.0.0"
+   - "%{_libdir}/libomap3camd.so.0"
+   - "%{_libdir}/libomap3camd.so.0.0.0"
+  
+
Index: gst-nokia-camera-0.57.0-bin-armv7hl.tar.bz2
===================================================================
Binary file gst-nokia-camera-0.57.0-bin-armv7hl.tar.bz2 added
Index: gst-nokia-camera.spec
===================================================================
--- gst-nokia-camera.spec (revision 0)
+++ gst-nokia-camera.spec (revision 4)
@@ -0,0 +1,88 @@
+# 
+# Do NOT Edit the Auto-generated Part!
+# Generated by: spectacle version 0.23
+# 
+# >> macros
+# << macros
+
+Name:       gst-nokia-camera
+Summary:    GStreamer elements for capturing video and hiqh-quality still 
images
+Version:    0.57.0
+Release:    0
+Group:      Multimedia/Camera Adaptation
+License:    Nokia Proprietary
+ExclusiveArch:  %arm
+URL:        http://meego.gitorious.org/maemo-multimedia/gst-nokia-videosrc
+Source0:    %{name}-%{version}-bin-%{_target_cpu}.tar.bz2
+Source1:    license.txt
+Source100:  gst-nokia-camera.yaml
+Requires(post): /sbin/ldconfig
+Requires(postun): /sbin/ldconfig
+Provides:   libomap3camd-n900
+Provides:   gst-plugins-camera
+
+
+%description
+"%{summary}."
+
++ OMAP3 camera Library
+* 3A algorithms
+* Flash control
+* Image pre-processing
+* Low-level Image metadata
+
+!DON'T USE AS AN PACKAGING EXAMPLE!
+
+This package provides gst-plugins-camera (LGPLv2+) and bases on its
+reference in Meego. Gstreamer elements are temporarily bundled with non-oss 
+libraries and this package does not follow the planned Meego Camera Adaptation 
schema. 
+
+
+
+
+%prep
+%setup -q -n %{name}-%{version}-bin-%{_target_cpu}
+
+# >> setup
+# << setup
+
+%build
+# >> build pre
+# << build pre
+
+
+
+# >> build post
+# << build post
+%install
+rm -rf %{buildroot}
+# >> install pre
+install -d $RPM_BUILD_ROOT/
+cp -arv * $RPM_BUILD_ROOT/
+cp %{SOURCE1} .
+# << install pre
+
+# >> install post
+chmod 755 %{buildroot}%{_libdir}/libomap3camd.so.0.0.0
+# << install post
+
+
+
+%post -p /sbin/ldconfig
+
+%postun -p /sbin/ldconfig
+
+
+%files
+%defattr(-,root,root,-)
+%doc license.txt
+%config /etc/omapcam/*
+%{_libdir}/gstreamer-0.10/*
+%{_libdir}/libgstcamera-0.10.so.0
+%{_libdir}/libgstcamera-0.10.so.0.0.0
+%{_libdir}/libomap3camd.so.0
+%{_libdir}/libomap3camd.so.0.0.0
+# >> files
+# << files
+
+
Index: license.txt
===================================================================
--- license.txt (revision 0)
+++ license.txt (revision 4)
@@ -0,0 +1,9 @@
+Copyright (c) Nokia Corporation 2010
+All Rights Reserved.
+
+This material, including documentation and any related computer programs, is
+protected by copyright controlled by Nokia Corporation. All rights are
+reserved. Modifying, adapting and/or translating, any or all of this material
+requires the prior written consent of Nokia. Distribution for commercial
+purposes not allowed without prior written approval from Nokia.
+



Reply via email to