X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=packaging%2Flibmm-camcorder.spec;h=f261a464458997eaafe838bdbec64225b967777e;hb=633f96af86163942d6f4237f0ab2b5204b9e1930;hp=0ee398b20e86087efbcaf37407b3202c70b041be;hpb=c43cdfa7e6afebaa24c6b9c835f72a91a3dd7424;p=platform%2Fcore%2Fmultimedia%2Flibmm-camcorder.git diff --git a/packaging/libmm-camcorder.spec b/packaging/libmm-camcorder.spec index 0ee398b..f261a46 100644 --- a/packaging/libmm-camcorder.spec +++ b/packaging/libmm-camcorder.spec @@ -1,8 +1,6 @@ -%bcond_with wayland - Name: libmm-camcorder Summary: Camera and recorder library -Version: 0.10.57 +Version: 0.10.151 Release: 0 Group: Multimedia/Libraries License: Apache-2.0 @@ -20,16 +18,11 @@ BuildRequires: pkgconfig(mmutil-jpeg) BuildRequires: pkgconfig(gstreamer-base-1.0) BuildRequires: pkgconfig(gstreamer-video-1.0) BuildRequires: pkgconfig(gstreamer-app-1.0) -%if %{with wayland} -BuildRequires: pkgconfig(gstreamer-wayland-1.0) -BuildRequires: pkgconfig(wayland-client) -%endif BuildRequires: pkgconfig(vconf) BuildRequires: pkgconfig(libtbm) BuildRequires: pkgconfig(storage) %if "%{TIZEN_PRODUCT_TV}" != "1" -BuildRequires: pkgconfig(murphy-resource) -BuildRequires: pkgconfig(murphy-glib) +BuildRequires: pkgconfig(mm-resource-manager) %else BuildRequires: pkgconfig(tv-resource-manager) BuildRequires: pkgconfig(aul) @@ -37,6 +30,7 @@ BuildRequires: pkgconfig(aul) BuildRequires: pkgconfig(ttrace) BuildRequires: pkgconfig(libtzplatform-config) BuildRequires: pkgconfig(dpm) +BuildRequires: pkgconfig(dlog) %description Camera and recorder function supported library. @@ -57,17 +51,11 @@ Camera and recorder function supported library for development. %build -%if %{with wayland} -export CFLAGS+=" -DHAVE_WAYLAND -DGST_USE_UNSTABLE_API" -%endif -export CFLAGS+=" -D_LARGEFILE64_SOURCE -DSYSCONFDIR=\\\"%{_sysconfdir}\\\" -DTZ_SYS_ETC=\\\"%{TZ_SYS_ETC}\\\"" +export CFLAGS+=" -D_LARGEFILE64_SOURCE -DGST_USE_UNSTABLE_API -DSYSCONFDIR=\\\"%{_sysconfdir}\\\" -DTZ_SYS_ETC=\\\"%{TZ_SYS_ETC}\\\"" ./autogen.sh %configure \ -%if %{with wayland} - --enable-wayland \ -%endif %if "%{TIZEN_PRODUCT_TV}" != "1" - --enable-murphy \ + --enable-mm-resource-manager \ %else --enable-rm \ --enable-product-tv \ @@ -76,8 +64,6 @@ export CFLAGS+=" -D_LARGEFILE64_SOURCE -DSYSCONFDIR=\\\"%{_sysconfdir}\\\" -DTZ_ make %{?jobs:-j%jobs} %install -mkdir -p %{buildroot}%{_datadir}/license -cp LICENSE.APLv2 %{buildroot}%{_datadir}/license/%{name} %make_install @@ -88,11 +74,10 @@ cp LICENSE.APLv2 %{buildroot}%{_datadir}/license/%{name} %files %manifest libmm-camcorder.manifest +%license LICENSE.APLv2 %defattr(-,root,root,-) -%{_bindir}/* %{_libdir}/*.so.* %{_datadir}/sounds/mm-camcorder/* -%{_datadir}/license/%{name} %files devel %defattr(-,root,root,-)