From 546340207e2a501db28cedf7e718ec2d7f199e43 Mon Sep 17 00:00:00 2001 From: yutent Date: Sat, 26 Aug 2023 08:13:22 +0000 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Readme.md | 3 +++ debian/control | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/Readme.md b/Readme.md index dee50f9..41cd823 100644 --- a/Readme.md +++ b/Readme.md @@ -25,9 +25,12 @@ 以`debian 12`为例 - `python3` +- `python3-gi` gobject - `gir1.2-gtk-3.0` Gtk3 - `python3-mutagen` 获取歌曲标签信息的库 - `python3-mpd2` MPD连接库(已内置修改版) +- `python3-pil` 图像处理库 +- `python3-gi-cairo` 图像处理库 diff --git a/debian/control b/debian/control index 0f6aeef..03dd7b8 100644 --- a/debian/control +++ b/debian/control @@ -1,10 +1,10 @@ Package: sonist -Version: 1.0.0 +Version: 1.0.1 Section: X11 Architecture: all Author: Yutent Maintainer: Yutent -Depends: gir1.2-gtk-3.0, python3-mutagen, mpd +Depends: python3-gi, gir1.2-gtk-3.0, python3-pil, python3-cairo, python3-mutagen, mpd Priority: optional Installed-Size: 5644 Homepage: https://github.com/app-cat/sonist-gtk