mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 03:30:05 +02:00
pdftranslator: Bump revision, enable x86_64
Needed a rebuild after the BControlLook changes. Works on x86_64 too.
This commit is contained in:
@@ -1,23 +1,23 @@
|
||||
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 MuPDF library.
|
||||
|
||||
Portable Document Format (PDF) is a file format used to present documents in \
|
||||
a manner independent of application software, hardware, and operating \
|
||||
systems. Each PDF file encapsulates a complete description of a fixed-layout \
|
||||
flat document, including the text, fonts, graphics, and other information \
|
||||
needed to display it. In 1991, Adobe Systems co-founder John Warnock outlined \
|
||||
a system called \"Camelot\" that evolved into PDF."
|
||||
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.
|
||||
With ShowImage, for example, you can even browse through multi-page PDFs \
|
||||
with its 'Next/Previous page' menu items. WonderBrush, on the other hand, \
|
||||
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**"
|
||||
LICENSE="GNU GPL v3"
|
||||
REVISION="1"
|
||||
COMMIT="b888404886ce659baf2075ae663a1c59d93b20a3"
|
||||
SOURCE_URI="https://github.com/threedeyes/PDFTranslator/archive/$COMMIT.tar.gz"
|
||||
REVISION="2"
|
||||
srcGitRev="b888404886ce659baf2075ae663a1c59d93b20a3"
|
||||
SOURCE_URI="https://github.com/threedeyes/PDFTranslator/archive/$srcGitRev.tar.gz"
|
||||
CHECKSUM_SHA256="e29d5b737a434c04f1304c60182dee6e6130b2fc31388b2e0aacd1b74565ba92"
|
||||
SOURCE_DIR="PDFTranslator-$COMMIT"
|
||||
SOURCE_DIR="PDFTranslator-$srcGitRev"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86"
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
|
||||
|
||||
PROVIDES="
|
||||
|
||||
Reference in New Issue
Block a user