More ordering & layout fixes

This commit is contained in:
Vale
2016-02-26 10:33:51 -05:00
parent cfe8d82c32
commit f8aeb53372
257 changed files with 375 additions and 561 deletions

View File

@@ -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"

View File

@@ -23,7 +23,7 @@ REQUIRES="
haiku$secondaryArchSuffix
lib:libgphoto2$secondaryArchSuffix
lib:libjpeg$secondaryArchSuffix
lib:libpopt$secondaryArchSuffix
lib:libpopt$secondaryArchSuffix
"
BUILD_REQUIRES="

View File

@@ -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

View File

@@ -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

View File

@@ -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