!59 Add compilation dependencies: libpulse

From: @tanyulong2021 
Reviewed-by: @dou33 
Signed-off-by: @dou33
This commit is contained in:
openeuler-ci-bot 2022-07-28 12:12:33 +00:00 committed by Gitee
commit 4e142aaf55
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 30 additions and 1 deletions

View File

@ -0,0 +1,24 @@
From 2602ceff126fc1e53321c2f061fa17354fdd2acc Mon Sep 17 00:00:00 2001
From: tanyulong2021 <tanyulong@kylinos.cn>
Date: Thu, 28 Jul 2022 17:42:08 +0800
Subject: [PATCH] Add compilation dependencies
---
debian/control | 1 +
1 file changed, 1 insertion(+)
diff --git a/debian/control b/debian/control
index 1748ae2..c888064 100644
--- a/debian/control
+++ b/debian/control
@@ -21,6 +21,7 @@ Build-Depends: debhelper-compat (= 13),
qtmultimedia5-dev,
qttools5-dev-tools,
libkf5windowsystem-dev,
+ libpulse-dev,
Standards-Version: 4.5.0
Rules-Requires-Root: no
Homepage: http://www.ukui.org/
--
2.33.0

View File

@ -1,6 +1,6 @@
Name: ukui-media
Version: 3.0.2
Release: 17
Release: 18
Summary: UKUI media utilities
License: GPL-2.0-or-later and GPL-3.0-or-later and BSD-3-Clause
URL: http://www.ukui.org
@ -34,6 +34,7 @@ Requires: glib2
Recommends: alsa-utils sound-theme-freedesktop
patch0: 0001-modify-and-update-desktop-file.patch
patch1: 0002-Add-compilation-dependencies-libpulse.patch
%description
A simple and lightweight screensaver written by Qt5.
@ -52,6 +53,7 @@ Requires: %{name}%{?_isa} = %{version}-%{release}
%prep
%setup -q
%patch0 -p1
%patch1 -p1
%build
./autogen.sh --prefix=/usr --sysconfdir=/etc --libdir=/usr/lib64
@ -113,6 +115,9 @@ glib-compile-schemas /usr/share/glib-2.0/schemas/ &> /dev/null ||:
%{_datadir}/glib-2.0/
%changelog
* Thu Jul 28 2022 tanyulong <tanyulong@kylinos.cn> - 3.0.2-18
- Add compilation dependencies: libpulse
* Thu Jul 28 2022 tanyulong <tanyulong@kylinos.cn> - 3.0.2-17
- modify and update desktop file