Revert "Remove Profile Build Dependency" and remove repo option 21/111821/3
authoreunhae choi <eunhae1.choi@samsung.com>
Tue, 24 Jan 2017 07:33:59 +0000 (23:33 -0800)
committerEunhae Choi <eunhae1.choi@samsung.com>
Tue, 24 Jan 2017 07:37:41 +0000 (16:37 +0900)
- at tizen 3.0 tw1 has an v4l2 loading issue when gst_init
- enable the v4l2 by default at tizen 4.0 to use the same pkg regardless of profile
- and if there is the same issue, we will check the main cause instead of disable v4l2

This reverts commit 7741f7dfc5881ec261900df5337ee97754aa10fb.

Change-Id: I06070f59952cc32e454d0af6506c6d1533c6326f

packaging/gst-plugins-good.spec

index 5f0e5b0..53b2764 100644 (file)
@@ -57,15 +57,6 @@ Enhances:       gst-plugins-good
 This package provides complementary plugins for
 %{name}.
 
-%package extra-circle
-Summary:       Extended plugins for circle displays (optional)
-Requires:      %{name} = %{version}
-
-%description extra-circle
-Extended plugins for circle displays (optional)
-Subpackaged because circle displays do not use the one from
-rectangular library.
-
 %prep
 %setup -q -n gst-plugins-good-%{version}
 %setup -q -T -D -a 100
@@ -182,7 +173,6 @@ 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
-# Not used in circular display:
 %{_libdir}/gstreamer-%{gst_branch}/libgstvideo4linux2.so
 
 %{_libdir}/gstreamer-%{gst_branch}/libgstvideocrop.so
@@ -214,8 +204,3 @@ make %{?_smp_mflags} CFLAGS+="-Wno-error" CXXFLAGS+="-Wno-error"
 %defattr(-, root, root)
 %{_libdir}/gstreamer-%{gst_branch}/libgstaasink.so
 %endif
-
-%post extra-circle
-rm %{_libdir}/gstreamer-%{gst_branch}/libgstvideo4linux2.so
-
-%files extra-circle