From 118283b748359c3268f47e382762c90cd5c412ac Mon Sep 17 00:00:00 2001 From: Javier Date: Sun, 19 Sep 2021 22:22:23 +0200 Subject: replace Phonon with QtMultimedia --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index e8b0fac..2ddee0e 100644 --- a/README.md +++ b/README.md @@ -10,8 +10,8 @@ It also allows you to export individual pages as PNG files or voice memos as AAC # Requirements -Scribiu requires Qt 5, including the core, gui, widgets, and svg modules. -It also requires phonon, libudev, openobex (>=1.7), libusb (>=1.0) and QuaZip (1.0). +Scribiu requires Qt 5, including the core, gui, widgets, svg and multimedia modules. +It also requires libudev, openobex (>=1.7), libusb (>=1.0) and QuaZip (1.0). Most of these should be packaged by your distribution. For example, on Ubuntu, these correspond with packages: @@ -19,7 +19,7 @@ For example, on Ubuntu, these correspond with packages: ` qtbase5-dev libqt5svg5-dev -libphonon4qt5-dev +qtmultimedia5-dev libudev-dev libopenobex2-dev libusb-1.0-0-dev -- cgit v1.2.3