Add adder plugin in mobile profile 50/96150/1 accepted/tizen/3.0/common/20161114.082456 accepted/tizen/3.0/ivi/20161109.124739 accepted/tizen/3.0/mobile/20161109.124423 accepted/tizen/3.0/tv/20161109.124555 accepted/tizen/3.0/wearable/20161109.124654 submit/tizen_3.0/20161108.053851 submit/tizen_3.0_common/20161110.084657
authorGilbok Lee <gilbok.lee@samsung.com>
Wed, 2 Nov 2016 11:23:40 +0000 (20:23 +0900)
committerEunhae Choi <eunhae1.choi@samsung.com>
Tue, 8 Nov 2016 05:07:23 +0000 (14:07 +0900)
Change-Id: I0ed0e228539241cdce70273ffa8e8541afc711ee
Signed-off-by: Gilbok Lee <gilbok.lee@samsung.com>
packaging/gst-plugins-base.spec

index e759275..43c7d29 100644 (file)
@@ -5,7 +5,7 @@
 
 Name:           gst-plugins-base
 Version:        1.6.1
-Release:        7
+Release:        8
 License:        LGPL-2.0+
 Summary:        GStreamer Streaming-Media Framework Plug-Ins
 Url:            http://gstreamer.freedesktop.org/
@@ -88,7 +88,9 @@ export CFLAGS="%{optflags} -fno-strict-aliasing\
         --enable-introspection\
         --disable-encoding\
         --disable-examples\
+%if "%{?profile}" != "mobile"
         --disable-adder\
+%endif
 %if "%{?profile}" == "tv"
         --enable-tv\
 %endif
@@ -121,7 +123,10 @@ mv %{name}-%{gst_branch}.lang %{name}.lang
 %define _lib_gstreamer_dir %{_libdir}/gstreamer-%{gst_branch}
 %define _libdebug_dir %{_libdir}/debug/usr/lib
 
-#%{_lib_gstreamer_dir}/libgstadder.so
+%if "%{?profile}" == "mobile"
+%{_lib_gstreamer_dir}/libgstadder.so
+%endif
+
 %{_lib_gstreamer_dir}/libgstalsa.so
 %{_lib_gstreamer_dir}/libgstapp.so
 %{_lib_gstreamer_dir}/libgstaudioconvert.so