mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 20:20:06 +02:00
PDFTranslator: update to v1.0.3
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
SUMMARY="A translator for PDF files"
|
||||
DESCRIPTION="This is a translator for PDF files based on MuPDF library.
|
||||
DESCRIPTION="This is a translator for PDF files based on the MuPDF library.
|
||||
|
||||
By installing this translator, any application that's using Haiku's data \
|
||||
translation system to load images, will be able to open a PDF as an image.
|
||||
@@ -9,13 +9,12 @@ will only load the very first page.
|
||||
|
||||
The DataTranslations preferences provide settings for DPI and antialiasing."
|
||||
HOMEPAGE="https://github.com/threedeyes/PDFTranslator"
|
||||
COPYRIGHT="2012-2015 3dEyes**"
|
||||
COPYRIGHT="2012-2022 3dEyes**"
|
||||
LICENSE="GNU GPL v3"
|
||||
REVISION="2"
|
||||
srcGitRev="b888404886ce659baf2075ae663a1c59d93b20a3"
|
||||
SOURCE_URI="https://github.com/threedeyes/PDFTranslator/archive/$srcGitRev.tar.gz"
|
||||
CHECKSUM_SHA256="e29d5b737a434c04f1304c60182dee6e6130b2fc31388b2e0aacd1b74565ba92"
|
||||
SOURCE_DIR="PDFTranslator-$srcGitRev"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://github.com/threedeyes/PDFTranslator/archive/$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="0eeae6fcb60269853aa68d521034a866183a6c5856aab5a5e34eea7de21c434f"
|
||||
SOURCE_DIR="PDFTranslator-$portVersion"
|
||||
|
||||
ARCHITECTURES="all"
|
||||
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
|
||||
@@ -34,13 +33,16 @@ BUILD_REQUIRES="
|
||||
devel:libmupdf$secondaryArchSuffix
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
makefile_engine
|
||||
cmd:g++$secondaryArchSuffix
|
||||
cmd:make
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
mkdir -p build
|
||||
make $jobArgs
|
||||
make bindcatalogs
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
Reference in New Issue
Block a user