wok-current view libQt5Multimedia/receipt @ rev 25730

Fix depend for xorg-server (libxshmfence)
author Stanislas Leduc <shann@slitaz.org>
date Thu Dec 05 13:05:56 2024 +0000 (7 days ago)
parents 7f4f0b699c28
children
line source
1 # SliTaz package receipt.
3 PACKAGE="libQt5Multimedia"
4 VERSION="5.14.2"
5 CATEGORY="development"
6 SHORT_DESC="Qt5 multimedia library."
7 MAINTAINER="maintainer@slitaz.org"
8 LICENSE="GPL3 LGPL3"
9 WEB_SITE="https://www.qt.io/"
11 DEPENDS="alsa-lib libQt5Gui"
12 WANTED="qt5"
14 HOST_ARCH="i486 x86_64"
16 # Rules to gen a SliTaz package suitable for Tazpkg.
17 genpkg_rules()
18 {
19 mkdir -p $fs/usr/lib
20 cp -a $install/usr/lib/libQt5Multimedia.so* $fs/usr/lib
21 }