Change path for configuration file 33/259133/1 accepted/tizen_6.5_unified accepted/tizen_unified tizen tizen_6.5 accepted/tizen/6.5/unified/20211029.013302 accepted/tizen/unified/20210608.131443 submit/tizen/20210604.030216 submit/tizen_6.5/20211028.163401 tizen_6.5.m2_release
authorJeongmo Yang <jm80.yang@samsung.com>
Tue, 1 Jun 2021 10:39:46 +0000 (19:39 +0900)
committerJeongmo Yang <jm80.yang@samsung.com>
Tue, 1 Jun 2021 10:39:46 +0000 (19:39 +0900)
[Version] 1.16.2-8
[Issue Type] Update

Change-Id: I611cc16cadc532873af581e35e79e1c01415f122
Signed-off-by: Jeongmo Yang <jm80.yang@samsung.com>
packaging/gst-omx.spec

index 1f3c7da..6af36c1 100755 (executable)
@@ -1,7 +1,7 @@
 Name:           gst-omx
 Summary:        GStreamer plug-in that allows communication with OpenMAX IL components
 Version:        1.16.2
-Release:        7
+Release:        8
 License:        LGPL-2.1+
 Group:          Multimedia/Framework
 Source0:        %{name}-%{version}.tar.gz
@@ -33,12 +33,26 @@ cp %{SOURCE1001} .
 export CFLAGS+=" -DTIZEN_FEATURE_OMX"
 
 %if "%{target}" == "rpi"
-%configure --disable-static --prefix=/usr --with-omx-target=rpi --with-omx-header-path=/opt/vc/include/interface/vmcs_host/khronos/IL
+%configure \
+       --disable-static \
+       --prefix=/usr \
+       --with-omx-target=rpi \
+       --with-omx-header-path=/opt/vc/include/interface/vmcs_host/khronos/IL \
+       sysconfdir=%{_hal_sysconfdir}
 %else
 %ifarch aarch64
-%configure --disable-static --prefix=/usr --with-omx-target=exynos64
+%configure \
+       --disable-static \
+       --prefix=/usr \
+       --with-omx-target=exynos64 \
+       sysconfdir=%{_hal_sysconfdir}
 %else
-%configure --disable-static --prefix=/usr --with-omx-target=exynos --enable-vp9
+%configure \
+       --disable-static \
+       --prefix=/usr \
+       --with-omx-target=exynos \
+       --enable-vp9 \
+       sysconfdir=%{_hal_sysconfdir}
 %endif
 %endif