mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 11:40:06 +02:00
DjVuViewer: add recipe for version 1.2.1
This commit is contained in:
61
haiku-apps/djvuviewer/djvuviewer-1.2.1.recipe
Normal file
61
haiku-apps/djvuviewer/djvuviewer-1.2.1.recipe
Normal file
@@ -0,0 +1,61 @@
|
||||
SUMMARY="A viewer for DjVu files"
|
||||
DESCRIPTION="
|
||||
This app is a viewer for DjVu files. DjVu is a computer file format designed \
|
||||
primarily to store scanned documents, especially those containing a \
|
||||
combination of text, line drawings, indexed color images, and photographs. \
|
||||
It uses technologies such as image layer separation of text and \
|
||||
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.
|
||||
|
||||
Main features:
|
||||
* Multilingual user interface
|
||||
* Themes
|
||||
* Ability to save selected page in any available format through the use of \
|
||||
Translators
|
||||
* Fullscreen mode
|
||||
* PgUp/PgDown navigation
|
||||
* Smooth scaling based on Haiku's ShowImage filter
|
||||
* Ability to go to specific page number"
|
||||
LICENSE="GNU GPL v2"
|
||||
COPYRIGHT="2005-2013 3dEyes"
|
||||
HOMEPAGE="http://haikuware.ru/software/djvuviewer"
|
||||
SRC_URI="git+https://github.com/threedeyes/DjVuViewer#358f1b5"
|
||||
REVISION="1"
|
||||
ARCHITECTURES="x86_gcc2 x86"
|
||||
|
||||
PROVIDES="
|
||||
djvuviewer = $portVersion
|
||||
app:DjVuViewer = $portVersion
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku
|
||||
lib:libdjvulibre
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
devel:libdjvulibre
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:g++
|
||||
cmd:make
|
||||
cmd:yasm
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
make $jobArgs
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
mkdir -p $appsDir/DjVuViewer
|
||||
cp DjVuViewer $appsDir/DjVuViewer
|
||||
cp -r Languages $appsDir/DjVuViewer
|
||||
cp -r Themes $appsDir/DjVuViewer
|
||||
addAppDeskbarSymlink $appsDir/DjVuViewer
|
||||
}
|
||||
Reference in New Issue
Block a user