I have made the following changes intended for : CE:Adaptation:N9xx-common / gst-nokia-camera
Please review and accept or decline. BOSS has already run some checks on this request. See the "Messages from BOSS" section below. https://build.pub.meego.com//request/show/3051 Thank You, bossbot ([email protected]) [This message was auto-generated] --- Request # 3051: Messages from BOSS: None State: review 2011-11-10T15:16:31 bossbot Reviews: from bossbot :Prechecks completed; none failed. accepted on No date from None Changes: submit: home:stskeeps:branches:CE:Adaptation:N9xx-common / gst-nokia-camera -> CE:Adaptation:N9xx-common / gst-nokia-camera Index: gst-nokia-camera-0.57.0-bin-armv7hl.tar.bz2 =================================================================== Binary files gst-nokia-camera-0.57.0-bin-armv7hl.tar.bz2 (revision 1) and gst-nokia-camera-0.57.0-bin-armv7hl.tar.bz2 (revision 3) differ Index: gst-nokia-camera.changes =================================================================== --- gst-nokia-camera.changes (revision 1) +++ gst-nokia-camera.changes (revision 3) @@ -1,7 +1,16 @@ +* Mon Sep 26 2011 Teemu Tuominen <[email protected]> - 0.57.0 +- upgraded the included non-oss +- requires kernel API compatibility changes + kernel-adaptation-n900 (SR#24162) + kernel-adaptation-n950 (SR#24156) +- ABI compatible over above kernels, supports both HW +- in compination with SR#24162, SR#24156 and SR24149 fixes BMC#21953 + * 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) Index: gst-nokia-camera.spec =================================================================== --- gst-nokia-camera.spec (revision 1) +++ gst-nokia-camera.spec (revision 3) @@ -15,10 +15,11 @@ URL: http://meego.gitorious.org/maemo-multimedia/gst-nokia-videosrc Source0: %{name}-%{version}-bin-%{_target_cpu}.tar.bz2 Source1: license.txt +Source2: boss.conf Source100: gst-nokia-camera.yaml Requires(post): /sbin/ldconfig Requires(postun): /sbin/ldconfig -Provides: libomap3camd-n900 +Provides: libomap3camd-n9xx Provides: gst-plugins-camera @@ -77,11 +78,10 @@ %defattr(-,root,root,-) %doc license.txt %config /etc/omapcam/* +%exclude /debian/copyright %{_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 +%{_libdir}/libgstcamera-0.10.so.* +%{_libdir}/libomap3camd.so.* # >> files # << files Index: gst-nokia-camera.yaml =================================================================== --- gst-nokia-camera.yaml (revision 1) +++ gst-nokia-camera.yaml (revision 3) @@ -8,6 +8,7 @@ Sources: - "%{name}-%{version}-bin-%{_target_cpu}.tar.bz2" - "license.txt" + - "boss.conf" Description: | "%{summary}." @@ -23,7 +24,7 @@ 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 + - libomap3camd-n9xx - gst-plugins-camera ExclusiveArch: "%arm" SetupOptions: -q -n %{name}-%{version}-bin-%{_target_cpu} @@ -32,10 +33,9 @@ Files: - "%doc license.txt" - "%config /etc/omapcam/*" + - "%exclude /debian/copyright" - "%{_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" + - "%{_libdir}/libgstcamera-0.10.so.*" + - "%{_libdir}/libomap3camd.so.*" Index: boss.conf =================================================================== --- boss.conf (added) +++ boss.conf (revision 3) @@ -0,0 +1,2 @@ +[checks] +check_package_is_complete_sources = warn
