mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
DjVuTranslator: add secondary arch support
* update to the latest commit
This commit is contained in:
@@ -8,31 +8,31 @@ background/images, progressive loading, arithmetic coding, and lossy \
|
||||
compression for bitonal (monochrome) images. This allows for high-quality, \
|
||||
readable images to be stored in a minimum of space, so that they can be made \
|
||||
available on the web."
|
||||
|
||||
LICENSE="GNU GPL v2"
|
||||
COPYRIGHT="2005-2013 3dEyes"
|
||||
COPYRIGHT="2005-2015 3dEyes**"
|
||||
HOMEPAGE="http://haikuware.ru/software/djvuviewer"
|
||||
SRC_URI="git+https://github.com/threedeyes/DjVuViewer#358f1b5"
|
||||
REVISION="1"
|
||||
SRC_URI="git+https://github.com/threedeyes/DjVuViewer#524f235"
|
||||
REVISION="2"
|
||||
ARCHITECTURES="x86_gcc2 x86"
|
||||
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
|
||||
|
||||
PROVIDES="
|
||||
djvutranslator = $portVersion
|
||||
addon:DjVuTranslator = $portVersion
|
||||
djvutranslator$secondaryArchSuffix = $portVersion
|
||||
addon:DjVuTranslator$secondaryArchSuffix = $portVersion
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku
|
||||
lib:libdjvulibre
|
||||
haiku$secondaryArchSuffix
|
||||
lib:libdjvulibre$secondaryArchSuffix
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
devel:libdjvulibre
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
devel:libdjvulibre$secondaryArchSuffix
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:g++
|
||||
cmd:g++$secondaryArchSuffix
|
||||
cmd:make
|
||||
"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user