diff --git a/0001-update-system-deps.patch b/0001-update-system-deps.patch new file mode 100644 index 0000000..9095546 --- /dev/null +++ b/0001-update-system-deps.patch @@ -0,0 +1,35 @@ +From 92406c8eef2ed323efda40def599c639c437247b Mon Sep 17 00:00:00 2001 +From: heppen +Date: Thu, 14 Dec 2023 17:42:55 +0800 +Subject: [PATCH] update system deps + +--- + build/configs/system_deps.toml | 13 ++++++++++++- + 1 file changed, 12 insertions(+), 1 deletion(-) + +diff --git a/build/configs/system_deps.toml b/build/configs/system_deps.toml +index f73c03e..f6e5934 100755 +--- a/build/configs/system_deps.toml ++++ b/build/configs/system_deps.toml +@@ -33,6 +33,17 @@ package_deps = [ + "libpng-devel", + "libjpeg-turbo-devel", + "libwebp-devel", +- "distributed-utils", ++ "distributed-beget", ++ "distributedhardware_device_manager", ++ "commonlibrary_c_utils", ++ "notification_eventhandler", ++ "communication_ipc", ++ "communication_dsoftbus", ++ "security_device_auth", ++ "security_huks", ++ "security_device_security_level", ++ "security_dataclassification", ++ "systemabilitymgr_safwk", ++ "systemabilitymgr_samgr", + "distributed-build", + ] +-- +2.33.0 + diff --git a/ft_multimedia.spec b/ft_multimedia.spec index 4a089ae..1f6891c 100644 --- a/ft_multimedia.spec +++ b/ft_multimedia.spec @@ -16,12 +16,13 @@ Name: ft_multimedia Version: 1.0.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: ft_multimedia provides media (image, audio, media...) framework for FangTian. License: Apache-2.0 URL: https://gitee.com/openeuler/ft_multimedia Source0: https://gitee.com/openeuler/ft_multimedia/repository/archive/ft_multimedia-1.0.0.tar.gz +Patch0: 0001-update-system-deps.patch BuildRequires: clang compiler-rt llvm-devel python3 python3-pip python-toml tar cmake libexif-devel zlib-devel giflib-devel libpng-devel libjpeg-turbo-devel libwebp-devel BuildRequires: ft_flutter-devel @@ -94,5 +95,8 @@ rm -rf %{buildroot} %{_includedir}/* %changelog +* Thu Nov 14 2023 Peng He - 1.0.0-2 +- Update requires + * Tue Oct 10 2023 xieyijun3 - 1.0.0-1 -