I have made the following changes intended for : CE:MW:Shared / nemo-qml-plugins
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/7503 Thank You, adenexter [This message was auto-generated] --- Request # 7503: Messages from BOSS: State: review at 2012-12-05T01:00:05 by bossbot Reviews: accepted by bossbot : Prechecks succeeded. new for CE-maintainers : Please replace this text with a review and approve/reject the review (not the SR). BOSS will take care of the rest Changes: submit: home:adenexter:branches:CE:MW:Shared / nemo-qml-plugins -> CE:MW:Shared / nemo-qml-plugins changes files: -------------- --- nemo-qml-plugins.changes +++ nemo-qml-plugins.changes @@ -0,0 +1,2 @@ +* Wed Dec 5 2012 Andrew den Exter <[email protected]> - 0.1.7 +- Add a package for the gstreamer video thumbnailer. (by Andrew den Exter) @@ -4 +5,0 @@ - spec files: ----------- --- nemo-qml-plugins.spec +++ nemo-qml-plugins.spec @@ -23,6 +23,8 @@ BuildRequires: pkgconfig(QtWebKit) BuildRequires: pkgconfig(qmfclient) BuildRequires: pkgconfig(mlite) +BuildRequires: pkgconfig(gstreamer-0.10) +BuildRequires: pkgconfig(gstreamer-app-0.10) %description Do not install this, install the subpackaged plugins. @@ -34,6 +36,13 @@ %description thumbnailer QML plugin for accessing a shared thumbnail cache and fast image thumbnailing. +%package gstvideo-thumbnailer +Summary: Video thumbnailer for QML thumbnail service plugin +Group: System/Libraries + +%description gstvideo-thumbnailer +A Gstreamer based video thumbnail generator utilized by the QML thumbnailer plugin. + %package contacts Summary: QML contacts plugin Group: System/Libraries @@ -118,6 +127,12 @@ # >> files thumbnailer # << files thumbnailer +%files gstvideo-thumbnailer +%defattr(-,root,root,-) +%{_libdir}/qt4/imports/org/nemomobile/thumbnailer/thumbnailers/libvideothumbnailer.so +# >> files gstvideo-thumbnailer +# << files gstvideo-thumbnailer + %files contacts %defattr(-,root,root,-) %{_libdir}/qt4/imports/org/nemomobile/contacts/libnemocontacts.so other changes: -------------- ++++++ nemo-qml-plugins.yaml --- nemo-qml-plugins.yaml +++ nemo-qml-plugins.yaml @@ -20,6 +20,8 @@ - QtWebKit - qmfclient - mlite + - gstreamer-0.10 + - gstreamer-app-0.10 SubPackages: - Name: thumbnailer @@ -30,6 +32,13 @@ - "%{_libdir}/qt4/imports/org/nemomobile/thumbnailer/libnemothumbnailer.so" - "%{_libdir}/qt4/imports/org/nemomobile/thumbnailer/qmldir" + - Name: gstvideo-thumbnailer + Summary: Video thumbnailer for QML thumbnail service plugin + Group: System/Libraries + Description: A Gstreamer based video thumbnail generator utilized by the QML thumbnailer plugin. + Files: + - "%{_libdir}/qt4/imports/org/nemomobile/thumbnailer/thumbnailers/libvideothumbnailer.so" + - Name: contacts Summary: QML contacts plugin Group: System/Libraries
