Fix ordering

This commit is contained in:
Vale
2016-02-17 14:26:37 -05:00
parent c78e400f98
commit 4ceccd41e1
491 changed files with 2610 additions and 2977 deletions

View File

@@ -1,13 +1,23 @@
SUMMARY="Collection of image processing tools"
DESCRIPTION="GraphicsMagick provides a set of command-line applications to manipulate\
image files. It is a fork of the ImageMagick project and therefore offers\
a similar set of features, but puts a larger emphasis on stability.
The tools support a large variety of image formats from the widely used\
jpeg, tiff, bmp or xpm to special-purpose formats such as fits or image\
formats found on some photo CDs. They can convert between formats,\
concatenate several images into one, annotate and distort them, create\
thumbnails or manipulate the colormap."
HOMEPAGE="http://www.graphicsmagick.org"
COPYRIGHT="2002-2014 GraphicsMagick Group"
LICENSE="MIT"
REVISION="1"
SOURCE_URI="http://downloads.sourceforge.net/project/graphicsmagick/graphicsmagick/1.3.20/GraphicsMagick-1.3.20.tar.gz"
CHECKSUM_SHA256="0f7463318f5d9a4b429655dd43642a7a93dae561360637093182fbf5ac4fdc88"
REVISION="1"
SOURCE_DIR="GraphicsMagick-1.3.20"
ARCHITECTURES="x86_gcc2"
SECONDARY_ARCHITECTURES="x86"
SOURCE_DIR="GraphicsMagick-1.3.20"
PROVIDES="graphicsmagick$secondaryArchSuffix = $portVersion
cmd:gm$secondaryArchSuffix
@@ -24,6 +34,17 @@ REQUIRES="
lib:liblcms2$secondaryArchSuffix
lib:libwebp$secondaryArchSuffix
"
PROVIDES_devel="
graphicsmagick${secondaryArchSuffix}_devel
devel:libGraphicsMagick++$secondaryArchSuffix
devel:libGraphicsMagick$secondaryArchSuffix
devel:libGraphicsMagickWand$secondaryArchSuffix
"
REQUIRES_devel="
graphicsmagick$secondaryArchSuffix == $portVersion
"
BUILD_REQUIRES="
devel:libtiff$secondaryArchSuffix
devel:libjpeg$secondaryArchSuffix
@@ -39,18 +60,6 @@ BUILD_PREREQUIRES="
cmd:awk
"
PROVIDES_devel="
graphicsmagick${secondaryArchSuffix}_devel
devel:libGraphicsMagick++$secondaryArchSuffix
devel:libGraphicsMagick$secondaryArchSuffix
devel:libGraphicsMagickWand$secondaryArchSuffix
"
REQUIRES_devel="
graphicsmagick$secondaryArchSuffix == $portVersion
"
BUILD()
{
runConfigure ./configure
@@ -63,13 +72,3 @@ INSTALL()
prepareInstalledDevelLibs libGraphicsMagick++ libGraphicsMagickWand libGraphicsMagick
packageEntries devel $developDir
}
DESCRIPTION="GraphicsMagick provides a set of command-line applications to manipulate\
image files. It is a fork of the ImageMagick project and therefore offers\
a similar set of features, but puts a larger emphasis on stability.
The tools support a large variety of image formats from the widely used\
jpeg, tiff, bmp or xpm to special-purpose formats such as fits or image\
formats found on some photo CDs. They can convert between formats,\
concatenate several images into one, annotate and distort them, create\
thumbnails or manipulate the colormap."