mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-08 21:00:05 +02:00
dmtx-utils: switch to imagemagick7
This commit is contained in:
@@ -8,7 +8,7 @@ HOMEPAGE="http://libdmtx.sourceforge.net/
|
|||||||
COPYRIGHT="2009-2018 Mike Laughton, Vadim Misbakh-Soloviov and others"
|
COPYRIGHT="2009-2018 Mike Laughton, Vadim Misbakh-Soloviov and others"
|
||||||
LICENSE="GNU GPL v2
|
LICENSE="GNU GPL v2
|
||||||
GNU LGPL v2.1"
|
GNU LGPL v2.1"
|
||||||
REVISION="1"
|
REVISION="2"
|
||||||
SOURCE_URI="https://github.com/dmtx/dmtx-utils/archive/v$portVersion.tar.gz"
|
SOURCE_URI="https://github.com/dmtx/dmtx-utils/archive/v$portVersion.tar.gz"
|
||||||
CHECKSUM_SHA256="0d396ec14f32a8cf9e08369a4122a16aa2e5fa1675e02218f16f1ab777ea2a28"
|
CHECKSUM_SHA256="0d396ec14f32a8cf9e08369a4122a16aa2e5fa1675e02218f16f1ab777ea2a28"
|
||||||
SOURCE_FILENAME="dmtx-utils-v$portVersion.tar.gz"
|
SOURCE_FILENAME="dmtx-utils-v$portVersion.tar.gz"
|
||||||
@@ -32,16 +32,16 @@ PROVIDES="
|
|||||||
REQUIRES="
|
REQUIRES="
|
||||||
haiku$secondaryArchSuffix
|
haiku$secondaryArchSuffix
|
||||||
lib:libdmtx$secondaryArchSuffix
|
lib:libdmtx$secondaryArchSuffix
|
||||||
lib:libMagickCore_6.Q16$secondaryArchSuffix
|
lib:libMagickCore_7.Q16HDRI$secondaryArchSuffix
|
||||||
lib:libMagickWand_6.Q16$secondaryArchSuffix
|
lib:libMagickWand_7.Q16HDRI$secondaryArchSuffix
|
||||||
lib:libgomp$secondaryArchSuffix
|
lib:libgomp$secondaryArchSuffix
|
||||||
"
|
"
|
||||||
|
|
||||||
BUILD_REQUIRES="
|
BUILD_REQUIRES="
|
||||||
haiku${secondaryArchSuffix}_devel
|
haiku${secondaryArchSuffix}_devel
|
||||||
devel:libdmtx$secondaryArchSuffix
|
devel:libdmtx$secondaryArchSuffix
|
||||||
devel:libMagickCore_6.Q16$secondaryArchSuffix
|
devel:libMagickCore_7.Q16HDRI$secondaryArchSuffix
|
||||||
devel:libMagickWand_6.Q16$secondaryArchSuffix
|
devel:libMagickWand_7.Q16HDRI$secondaryArchSuffix
|
||||||
"
|
"
|
||||||
BUILD_PREREQUIRES="
|
BUILD_PREREQUIRES="
|
||||||
cmd:aclocal
|
cmd:aclocal
|
||||||
|
|||||||
Reference in New Issue
Block a user