mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-29 11:38:52 +02:00
More ordering & layout fixes
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
SUMMARY="A command-line decoder for raw digital photos"
|
||||
DESCRIPTION="
|
||||
dcraw decodes raw photos, displays metadata, and extracts thumbnails.
|
||||
"
|
||||
dcraw decodes raw photos, displays metadata, and extracts thumbnails."
|
||||
HOMEPAGE="http://www.cybercom.net/~dcoffin/dcraw/"
|
||||
COPYRIGHT="1997-2015 Dave Coffin"
|
||||
LICENSE="GNU GPL v2"
|
||||
|
||||
@@ -23,7 +23,7 @@ REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
lib:libgphoto2$secondaryArchSuffix
|
||||
lib:libjpeg$secondaryArchSuffix
|
||||
lib:libpopt$secondaryArchSuffix
|
||||
lib:libpopt$secondaryArchSuffix
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
|
||||
@@ -16,7 +16,7 @@ ARCHITECTURES="x86_gcc2"
|
||||
PROVIDES="
|
||||
grafx2
|
||||
cmd:grafx2
|
||||
"
|
||||
"
|
||||
REQUIRES="
|
||||
haiku
|
||||
lib:libsdl
|
||||
@@ -27,7 +27,7 @@ REQUIRES="
|
||||
lib:libjpeg
|
||||
lib:libz
|
||||
lib:libfreetype
|
||||
"
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
|
||||
@@ -24,7 +24,7 @@ PROVIDES="graphicsmagick$secondaryArchSuffix = $portVersion
|
||||
cmd:GraphicsMagick++_config$secondaryArchSuffix
|
||||
cmd:GraphicsMagick_config$secondaryArchSuffix
|
||||
cmd:GraphicsMagickWand_config$secondaryArchSuffix
|
||||
"
|
||||
"
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
lib:libtiff$secondaryArchSuffix
|
||||
@@ -33,7 +33,7 @@ REQUIRES="
|
||||
lib:libpng$secondaryArchSuffix
|
||||
lib:liblcms2$secondaryArchSuffix
|
||||
lib:libwebp$secondaryArchSuffix
|
||||
"
|
||||
"
|
||||
|
||||
PROVIDES_devel="
|
||||
graphicsmagick${secondaryArchSuffix}_devel
|
||||
@@ -43,7 +43,7 @@ PROVIDES_devel="
|
||||
"
|
||||
REQUIRES_devel="
|
||||
graphicsmagick$secondaryArchSuffix == $portVersion
|
||||
"
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
devel:libtiff$secondaryArchSuffix
|
||||
|
||||
@@ -7,8 +7,7 @@ high robustness.
|
||||
|
||||
This version of qrencode is build specifically for use in Haiku's Kernel \
|
||||
Debugger. It can be used as a way to export kernel messages when you don't \
|
||||
have a serial port on the debugged machine.
|
||||
"
|
||||
have a serial port on the debugged machine."
|
||||
HOMEPAGE="https://fukuchi.org/works/qrencode/"
|
||||
COPYRIGHT="2006-2014 Kentaro Fukuchi
|
||||
2002, 2003, 2004, 2006 Phil Karn, KA9Q (Reed-Solomon code encoder)"
|
||||
@@ -24,6 +23,9 @@ ARCHITECTURES="x86_gcc2 x86 x86_64 ?arm ?ppc"
|
||||
PROVIDES="
|
||||
qrencode_kdl = $portVersion
|
||||
"
|
||||
REQUIRES="
|
||||
haiku
|
||||
"
|
||||
|
||||
PROVIDES_devel="
|
||||
qrencode_kdl_devel = $portVersion compat >= 3
|
||||
@@ -32,7 +34,6 @@ PROVIDES_devel="
|
||||
REQUIRES_devel="
|
||||
haiku
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
haiku_devel
|
||||
cmd:gcc
|
||||
|
||||
Reference in New Issue
Block a user