mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 12:10:06 +02:00
DocumentViewer: update for latest bugfixes.
This commit is contained in:
@@ -3,9 +3,10 @@ DESCRIPTION="DocumentViewer is a viewer that supports PDF and DJVU Files."
|
||||
LICENSE="MIT"
|
||||
COPYRIGHT="2010-2014 Haiku, Inc"
|
||||
HOMEPAGE="http://github.com/HaikuArchives/DocumentViewer/"
|
||||
SRC_URI="https://github.com/HaikuArchives/DocumentViewer/archive/d7ec31b.tar.gz"
|
||||
REVISION="2"
|
||||
SOURCE_DIR="DocumentViewer-d7ec31bd7ce9462987e245da030d219d0355c693"
|
||||
SRC_URI="https://github.com/HaikuArchives/DocumentViewer/archive/eac703f.tar.gz"
|
||||
REVISION="3"
|
||||
SOURCE_DIR="DocumentViewer-eac703ff0c76c2bca660fc64eab2ec2739f331a4"
|
||||
CHECKSUM_SHA256="8ab465d2d411d9a75d0d185f710a739b6b5749bf5b68a667222e315ad6879294"
|
||||
ARCHITECTURES="x86 x86_64"
|
||||
if [ $effectiveTargetArchitecture != x86_gcc2 ]; then
|
||||
# x86_gcc2 is fine as primary target architecture as long as we're building
|
||||
@@ -27,18 +28,18 @@ REQUIRES="
|
||||
lib:libfreetype$secondaryArchSuffix
|
||||
lib:libz$secondaryArchSuffix
|
||||
lib:libjpeg$secondaryArchSuffix
|
||||
lib:libopenjpeg$secondaryArchSuffix
|
||||
lib:libopenjp2$secondaryArchSuffix
|
||||
lib:libjbig2dec$secondaryArchSuffix
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel >= $haikuVersion
|
||||
devel:libdjvulibre$secondaryArchSuffix
|
||||
devel:libfitz$secondaryArchSuffix
|
||||
devel:libmupdf$secondaryArchSuffix
|
||||
devel:libfreetype$secondaryArchSuffix
|
||||
devel:libz$secondaryArchSuffix
|
||||
devel:libjpeg$secondaryArchSuffix
|
||||
devel:libopenjpeg$secondaryArchSuffix
|
||||
devel:libopenjp2$secondaryArchSuffix
|
||||
devel:libjbig2dec$secondaryArchSuffix
|
||||
"
|
||||
|
||||
@@ -50,7 +51,7 @@ BUILD_PREREQUIRES="
|
||||
|
||||
BUILD()
|
||||
{
|
||||
jam -q
|
||||
jam -q $jobArgs
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
|
||||
Reference in New Issue
Block a user