mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 12:10:06 +02:00
kwave: fix reference to libpng16 (#4339)
This commit is contained in:
committed by
Jérôme Duval
parent
8966049647
commit
d6d292301f
@@ -10,7 +10,7 @@ a graphical view with a complete zoom and scroll capability"
|
||||
HOMEPAGE="http://kwave.sourceforge.net/"
|
||||
COPYRIGHT="2010-2019 KDE Organisation"
|
||||
LICENSE="GNU LGPL v2"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
SOURCE_URI="https://github.com/KDE/kwave/archive/v$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="2633d5f87254491e196f327f13a9558540840b8b0597d96334311ac3ddb4cb55"
|
||||
PATCHES="kwave-$portVersion.patchset"
|
||||
@@ -70,7 +70,7 @@ REQUIRES="
|
||||
lib:libmad$secondaryArchSuffix
|
||||
lib:libogg$secondaryArchSuffix
|
||||
lib:libopus$secondaryArchSuffix
|
||||
lib:libpng$secondaryArchSuffix
|
||||
lib:libpng16$secondaryArchSuffix
|
||||
lib:libQt5Core$secondaryArchSuffix
|
||||
lib:libQt5DBus$secondaryArchSuffix
|
||||
lib:libQt5Gui$secondaryArchSuffix
|
||||
@@ -128,7 +128,7 @@ BUILD_REQUIRES="
|
||||
devel:libmad$secondaryArchSuffix
|
||||
devel:libogg$secondaryArchSuffix
|
||||
devel:libopus$secondaryArchSuffix
|
||||
devel:libpng$secondaryArchSuffix
|
||||
devel:libpng16$secondaryArchSuffix
|
||||
devel:libQt5Core$secondaryArchSuffix >= 5.12
|
||||
devel:libsamplerate$secondaryArchSuffix
|
||||
devel:libvorbis$secondaryArchSuffix
|
||||
|
||||
Reference in New Issue
Block a user