Modification the condition to disable v4l2 plugins - target-circle repository only 58/64858/1 accepted/tizen/common/20160411.125942 accepted/tizen/ivi/20160411.051325 accepted/tizen/mobile/20160411.051348 accepted/tizen/tv/20160411.051330 accepted/tizen/wearable/20160411.051420 submit/tizen/20160411.014122
authorJeongmo Yang <jm80.yang@samsung.com>
Wed, 6 Apr 2016 00:52:41 +0000 (09:52 +0900)
committerJeongmo Yang <jm80.yang@samsung.com>
Wed, 6 Apr 2016 00:54:05 +0000 (09:54 +0900)
Change-Id: I9a7e766da6a10c2d646f88dc74554bb518cf7539
Signed-off-by: Jeongmo Yang <jm80.yang@samsung.com>
packaging/gst-plugins-good.spec

index 5c01e69..d1a9a6a 100644 (file)
@@ -3,7 +3,7 @@
 
 Name:           gst-plugins-good
 Version:        1.6.1
-Release:        4
+Release:        5
 License:        LGPL-2.1+
 Summary:        GStreamer Streaming-Media Framework Plug-Ins
 Url:            http://gstreamer.freedesktop.org/
@@ -82,7 +82,7 @@ export CFLAGS+=" -DGST_EXT_V4L2SRC_MODIFIED\
        --disable-taglib\
        --disable-wavpack\
        --enable-experimental\
-%ifarch %arm armv7l aarch64
+%if "%_repository" == "target-circle"
        --disable-gst_v4l2\
 %endif
        --disable-effectv
@@ -147,8 +147,7 @@ make %{?_smp_mflags} CFLAGS+="-Wno-error" CXXFLAGS+="-Wno-error"
 %{_libdir}/gstreamer-%{gst_branch}/libgstspectrum.so
 #%{_libdir}/gstreamer-%{gst_branch}/libgstspeex.so
 %{_libdir}/gstreamer-%{gst_branch}/libgstudp.so
-%ifarch %arm armv7l aarch64
-%else
+%if "%_repository" != "target-circle"
 %{_libdir}/gstreamer-%{gst_branch}/libgstvideo4linux2.so
 %endif
 %{_libdir}/gstreamer-%{gst_branch}/libgstvideobox.so