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 81d4454..af61d55 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 07ddedb..be7dcd2 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 752719c..c811116 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 af6ba6e..41b288e 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 7ad12b8..73aedbf 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>