Remove unnecessary package dependency 54/100754/1
authorJeongmo Yang <jm80.yang@samsung.com>
Tue, 29 Nov 2016 06:34:40 +0000 (15:34 +0900)
committerJeongmo Yang <jm80.yang@samsung.com>
Tue, 29 Nov 2016 06:34:40 +0000 (15:34 +0900)
[Version] 0.10.95-1
[Profile] Common
[Issue Type] Update
[Dependency module] N/A

Change-Id: I00f5b10bc82293d467d46ac51bfebfa5eef08ccf
Signed-off-by: Jeongmo Yang <jm80.yang@samsung.com>
configure.ac
packaging/libmm-camcorder.spec
src/Makefile.am
src/mm_camcorder_attribute.c
src/mm_camcorder_gstcommon.c

index 81d445419aa0b0b5ce6313e57b8df1aa5acc1705..af61d55922228a371d058a2448f3ebc3f2224009 100644 (file)
@@ -39,10 +39,6 @@ PKG_CHECK_MODULES(GST_APP, gstreamer-app-1.0 >= 1.2.0)
 AC_SUBST(GST_APP_CFLAGS)
 AC_SUBST(GST_APP_LIBS)
 
-PKG_CHECK_MODULES(GST_WAYLAND, gstreamer-wayland-1.0 >= 1.2.0)
-AC_SUBST(GST_WAYLAND_CFLAGS)
-AC_SUBST(GST_WAYLAND_LIBS)
-
 PKG_CHECK_MODULES(MM_COMMON, mm-common)
 AC_SUBST(MM_COMMON_CFLAGS)
 AC_SUBST(MM_COMMON_LIBS)
index 07ddedb751fb17bf12795a563ded56efbd453872..be7dcd21c284177c398f2d0ba0d50b22a56e628d 100644 (file)
@@ -1,7 +1,7 @@
 Name:       libmm-camcorder
 Summary:    Camera and recorder library
 Version:    0.10.95
-Release:    0
+Release:    1
 Group:      Multimedia/Libraries
 License:    Apache-2.0
 Source0:    %{name}-%{version}.tar.gz
@@ -18,8 +18,6 @@ BuildRequires:  pkgconfig(mmutil-jpeg)
 BuildRequires:  pkgconfig(gstreamer-base-1.0)
 BuildRequires:  pkgconfig(gstreamer-video-1.0)
 BuildRequires:  pkgconfig(gstreamer-app-1.0)
-BuildRequires:  pkgconfig(gstreamer-wayland-1.0)
-BuildRequires:  pkgconfig(wayland-client)
 BuildRequires:  pkgconfig(vconf)
 BuildRequires:  pkgconfig(libtbm)
 BuildRequires:  pkgconfig(storage)
index 752719c99775f6bd914d43c064c2e159b3768c94..c811116b65a7dfddf135e3420baaf2ecad757eac 100644 (file)
@@ -38,7 +38,6 @@ libmmfcamcorder_la_CFLAGS = -I$(srcdir)/include \
                             $(GST_PLUGIN_BASE_CFLAGS) \
                             $(GST_VIDEO_CFLAGS) \
                             $(GST_APP_CFLAGS) \
-                            $(GST_WAYLAND_CFLAGS) \
                             $(EXIF_CFLAGS) \
                             $(MM_COMMON_CFLAGS) \
                             $(MMSOUND_CFLAGS) \
@@ -58,7 +57,6 @@ libmmfcamcorder_la_LIBADD = \
                            $(GST_PLUGIN_BASE_LIBS) \
                            $(GST_VIDEO_LIBS) \
                            $(GST_APP_LIBS) \
-                           $(GST_WAYLAND_LIBS) \
                            $(MM_COMMON_LIBS) \
                            $(EXIF_LIBS) \
                            $(MMSOUND_LIBS) \
index af6ba6e59694ac68298dcb9e1fd552f16b9100f2..41b288e5bdf9c27c97e70e1bc7df865056b368dd 100644 (file)
@@ -29,7 +29,6 @@
 #include <gst/video/colorbalance.h>
 #include <gst/video/cameracontrol.h>
 #include <gst/video/videooverlay.h>
-#include <gst/wayland/wayland.h>
 
 /*-----------------------------------------------------------------------
 |    MACRO DEFINITIONS:                                                        |
index 7ad12b83ebc820e1cee0974915e8b3a1c4d14307..73aedbf206a7d24ef6f76f9acf0cb4dec6c2492a 100644 (file)
@@ -25,7 +25,6 @@
 #include <gst/audio/audio-format.h>
 #include <gst/video/videooverlay.h>
 #include <gst/video/cameracontrol.h>
-#include <gst/wayland/wayland.h>
 
 #include <sys/time.h>
 #include <unistd.h>