I have made the following changes intended for : CE:MW:Shared / ohm-plugins-misc
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/6053 Thank You, rojkov [This message was auto-generated] --- Request # 6053: Messages from BOSS: State: review at 2012-08-23T16:24:35 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:rojkov:branches:CE:MW:Shared / ohm-plugins-misc -> CE:MW:Shared / ohm-plugins-misc changes files: -------------- --- ohm-plugins-misc.changes +++ ohm-plugins-misc.changes @@ -0,0 +1,3 @@ +* Thu Aug 23 2012 Dmitry Rozhkov <[email protected]> - 1.1.59 +- Enabled videoep. + spec files: ----------- --- ohm-plugins-misc.spec +++ ohm-plugins-misc.spec @@ -19,6 +19,7 @@ Patch0: disable-cgroups-plugin.patch Patch1: resource-Update-resource-set-queue-implementation.patch Requires: ohm +Requires: xserver-policy-enforcement BuildRequires: pkgconfig(glib-2.0) BuildRequires: pkgconfig(x11-xcb) BuildRequires: pkgconfig(dbus-glib-1) @@ -28,6 +29,7 @@ BuildRequires: pkgconfig(libresource) BuildRequires: pkgconfig(ohm) BuildRequires: pkgconfig(libdres) +BuildRequires: pkgconfig(videoipc) BuildRequires: bison BuildRequires: flex @@ -60,7 +62,7 @@ %autogen --disable-static %configure --disable-static \ --enable-telephony \ - --disable-videoep \ + --enable-videoep \ --disable-notification make @@ -100,6 +102,7 @@ %{_libdir}/ohm/libohm_dbus_signal.so %{_libdir}/ohm/libohm_dspep.so %{_libdir}/ohm/libohm_upstart.so +%{_libdir}/ohm/libohm_videoep.so %{_bindir}/ohm-session-agent %config %{_sysconfdir}/ohm/plugins.d/*.ini %doc README COPYING AUTHORS other changes: -------------- ++++++ ohm-plugins-misc.yaml --- ohm-plugins-misc.yaml +++ ohm-plugins-misc.yaml @@ -15,6 +15,7 @@ Requires: - ohm + - xserver-policy-enforcement PkgBR: - bison - flex @@ -28,10 +29,11 @@ - libresource - ohm - libdres + - videoipc Configure: autogen ConfigOptions: - --enable-telephony - - --disable-videoep + - --enable-videoep - --disable-notification # for now (excluded from basic ruleset) Builder: single-make SubPackages:
