mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-03 05:28:53 +02:00
De-lint recipes
* teeworlds Don't start SUMMARY with app name Re-ordered blocks * textsaver Don't start SUMMARY with app name Re-ordered blocks Corrected PROVIDES from apps to addon * tiff Don't start SUMMARY with app name Re-ordered blocks Removed duplicate REVISION * timecop Don't start SUMMARY with app name Re-ordered blocks * transmission Don't start SUMMARY with app name Re-ordered blocks * twolame Don't start SUMMARY with app name Re-ordered blocks * x264 Don't start SUMMARY with app name Re-ordered blocks * xemacs Don't start SUMMARY with app name Re-ordered blocks * xextproto Don't start SUMMARY with app name Improved SUMMARY and DESCRIPTION Re-ordered blocks * xtrans Don't start SUMMARY with app name Improved SUMMARY and DESCRIPTION Re-ordered blocks * zoo Don't start SUMMARY with app name Still in old BEP format * zsh Don't start SUMMARY with app name Re-ordered blocks
This commit is contained in:
@@ -1,23 +1,19 @@
|
||||
SUMMARY="Tiff library"
|
||||
DESCRIPTION="
|
||||
TIFF the Tag Image File Format, is a widely used format for storing image \
|
||||
data. Included in this software is a library, libtiff, for reading and writing \
|
||||
TIFF.
|
||||
"
|
||||
SUMMARY="A library to red/write TIFF images"
|
||||
DESCRIPTION="TIFF the Tag Image File Format, is a widely used format for \
|
||||
storing image data. Included in this software is a library, libtiff, for \
|
||||
reading and writing TIFF."
|
||||
HOMEPAGE="http://www.libtiff.org"
|
||||
SOURCE_URI="ftp://ftp.remotesensing.org/pub/libtiff/tiff-3.9.6.tar.gz"
|
||||
CHECKSUM_SHA256="0fba119156236074343a14afbd3a47907e3a5952c9c86102305d4eeb06ad6833"
|
||||
REVISION="1"
|
||||
LICENSE="MIT"
|
||||
COPYRIGHT="1988-1997 Sam Leffler
|
||||
1991-1997 Silicon Graphics, Inc."
|
||||
|
||||
LICENSE="MIT"
|
||||
REVISION="2"
|
||||
SOURCE_URI="ftp://ftp.remotesensing.org/pub/libtiff/tiff-3.9.6.tar.gz"
|
||||
CHECKSUM_SHA256="0fba119156236074343a14afbd3a47907e3a5952c9c86102305d4eeb06ad6833"
|
||||
PATCHES="tiff-${portVersion}.patchset"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
|
||||
|
||||
PATCHES="tiff-${portVersion}.patchset"
|
||||
|
||||
PROVIDES="
|
||||
tiff$secondaryArchSuffix = $portVersion compat >= 3
|
||||
lib:libtiff$secondaryArchSuffix = $portVersion compat >= 3
|
||||
@@ -28,12 +24,58 @@ REQUIRES="
|
||||
lib:libjpeg$secondaryArchSuffix
|
||||
lib:libz$secondaryArchSuffix
|
||||
"
|
||||
|
||||
PROVIDES_devel="
|
||||
tiff${secondaryArchSuffix}_devel = $portVersion compat >= 3
|
||||
devel:libtiff$secondaryArchSuffix = $portVersion compat >= 3
|
||||
devel:libtiffxx$secondaryArchSuffix = $portVersion compat >= 3
|
||||
"
|
||||
REQUIRES_devel="
|
||||
tiff$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
|
||||
if [ -z "$secondaryArchSuffix" ]; then
|
||||
SUMMARY_tools="The TIFF tools"
|
||||
PROVIDES_tools="
|
||||
tiff_tools = $portVersion compat >= 3
|
||||
cmd:bmp2tiff = $portVersion compat >= 3
|
||||
cmd:fax2ps = $portVersion compat >= 3
|
||||
cmd:fax2tiff = $portVersion compat >= 3
|
||||
cmd:gif2tiff = $portVersion compat >= 3
|
||||
cmd:pal2rgb = $portVersion compat >= 3
|
||||
cmd:ppm2tiff = $portVersion compat >= 3
|
||||
cmd:ras2tiff = $portVersion compat >= 3
|
||||
cmd:raw2tiff = $portVersion compat >= 3
|
||||
cmd:rgb2ycbcr = $portVersion compat >= 3
|
||||
cmd:thumbnail = $portVersion compat >= 3
|
||||
cmd:tiff2bw = $portVersion compat >= 3
|
||||
cmd:tiff2pdf = $portVersion compat >= 3
|
||||
cmd:tiff2ps = $portVersion compat >= 3
|
||||
cmd:tiff2rgba = $portVersion compat >= 3
|
||||
cmd:tiffcmp = $portVersion compat >= 3
|
||||
cmd:tiffcp = $portVersion compat >= 3
|
||||
cmd:tiffcrop = $portVersion compat >= 3
|
||||
cmd:tiffdither = $portVersion compat >= 3
|
||||
cmd:tiffdump = $portVersion compat >= 3
|
||||
cmd:tiffinfo = $portVersion compat >= 3
|
||||
cmd:tiffmedian = $portVersion compat >= 3
|
||||
cmd:tiffset = $portVersion compat >= 3
|
||||
cmd:tiffsplit = $portVersion compat >= 3
|
||||
"
|
||||
REQUIRES_tools="
|
||||
haiku
|
||||
lib:libjpeg
|
||||
lib:libz
|
||||
tiff == $portVersion base
|
||||
"
|
||||
fi
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
devel:libjpeg$secondaryArchSuffix
|
||||
devel:libz$secondaryArchSuffix
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
cmd:aclocal
|
||||
cmd:autoconf
|
||||
cmd:automake
|
||||
@@ -77,52 +119,3 @@ INSTALL()
|
||||
rm -rf $documentationDir
|
||||
fi
|
||||
}
|
||||
|
||||
# ----- devel package -------------------------------------------------------
|
||||
|
||||
PROVIDES_devel="
|
||||
tiff${secondaryArchSuffix}_devel = $portVersion compat >= 3
|
||||
devel:libtiff$secondaryArchSuffix = $portVersion compat >= 3
|
||||
devel:libtiffxx$secondaryArchSuffix = $portVersion compat >= 3
|
||||
"
|
||||
REQUIRES_devel="
|
||||
tiff$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
|
||||
# ----- tools package -------------------------------------------------------
|
||||
|
||||
if [ -z "$secondaryArchSuffix" ]; then
|
||||
SUMMARY_tools="The TIFF tools"
|
||||
PROVIDES_tools="
|
||||
tiff_tools = $portVersion compat >= 3
|
||||
cmd:bmp2tiff = $portVersion compat >= 3
|
||||
cmd:fax2ps = $portVersion compat >= 3
|
||||
cmd:fax2tiff = $portVersion compat >= 3
|
||||
cmd:gif2tiff = $portVersion compat >= 3
|
||||
cmd:pal2rgb = $portVersion compat >= 3
|
||||
cmd:ppm2tiff = $portVersion compat >= 3
|
||||
cmd:ras2tiff = $portVersion compat >= 3
|
||||
cmd:raw2tiff = $portVersion compat >= 3
|
||||
cmd:rgb2ycbcr = $portVersion compat >= 3
|
||||
cmd:thumbnail = $portVersion compat >= 3
|
||||
cmd:tiff2bw = $portVersion compat >= 3
|
||||
cmd:tiff2pdf = $portVersion compat >= 3
|
||||
cmd:tiff2ps = $portVersion compat >= 3
|
||||
cmd:tiff2rgba = $portVersion compat >= 3
|
||||
cmd:tiffcmp = $portVersion compat >= 3
|
||||
cmd:tiffcp = $portVersion compat >= 3
|
||||
cmd:tiffcrop = $portVersion compat >= 3
|
||||
cmd:tiffdither = $portVersion compat >= 3
|
||||
cmd:tiffdump = $portVersion compat >= 3
|
||||
cmd:tiffinfo = $portVersion compat >= 3
|
||||
cmd:tiffmedian = $portVersion compat >= 3
|
||||
cmd:tiffset = $portVersion compat >= 3
|
||||
cmd:tiffsplit = $portVersion compat >= 3
|
||||
"
|
||||
REQUIRES_tools="
|
||||
haiku
|
||||
lib:libjpeg
|
||||
lib:libz
|
||||
tiff == $portVersion base
|
||||
"
|
||||
fi
|
||||
|
||||
@@ -1,20 +1,17 @@
|
||||
SUMMARY="x264 h.264/AVC encoder"
|
||||
DESCRIPTION="
|
||||
x264 is a h.264/AVC encoder library.
|
||||
"
|
||||
SUMMARY="An encoder for x264 h.264/AVC"
|
||||
DESCRIPTION="x264 is a h.264/AVC encoder library."
|
||||
HOMEPAGE="http://www.videolan.org/developers/x264.html"
|
||||
COPYRIGHT="
|
||||
2003-2012 http://www.videolan.org/developers/x264.html
|
||||
"
|
||||
COPYRIGHT=" 2003-2012 VideoLan.org"
|
||||
LICENSE="GNU GPL v2"
|
||||
SOURCE_URI="http://download.videolan.org/pub/videolan/x264/snapshots/x264-snapshot-20140308-2245.tar.bz2"
|
||||
CHECKSUM_SHA256="b179cb1e1d4f51418d292011a7494d5b62145571c05c22007f28d8fd89d2ebbe"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://download.videolan.org/pub/videolan/x264/snapshots/x264-snapshot-20140308-2245.tar.bz2"
|
||||
SOURCE_DIR="x264-snapshot-20140308-2245"
|
||||
CHECKSUM_SHA256="b179cb1e1d4f51418d292011a7494d5b62145571c05c22007f28d8fd89d2ebbe"
|
||||
PATCHES="x264-$portVersion.patchset"
|
||||
|
||||
ARCHITECTURES="!x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
PATCHES="x264-$portVersion.patchset"
|
||||
|
||||
PROVIDES="
|
||||
x264$secondaryArchSuffix = $portVersion compat >= 20140308
|
||||
cmd:x264$secondaryArchSuffix
|
||||
@@ -23,6 +20,15 @@ PROVIDES="
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
"
|
||||
|
||||
PROVIDES_devel="
|
||||
x264${secondaryArchSuffix}_devel = $portVersion compat >= 20140308
|
||||
devel:libx264$secondaryArchSuffix = 142 compat >= 142
|
||||
"
|
||||
REQUIRES_devel="
|
||||
x264$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
"
|
||||
@@ -37,8 +43,6 @@ BUILD_PREREQUIRES="
|
||||
cmd:yasm >= 1.2.0
|
||||
"
|
||||
|
||||
SOURCE_DIR="x264-snapshot-20140308-2245"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
CFLAGS="-fPIC" runConfigure --omit-dirs \
|
||||
@@ -59,13 +63,3 @@ INSTALL()
|
||||
packageEntries devel \
|
||||
$developDir
|
||||
}
|
||||
|
||||
# ----- devel package -------------------------------------------------------
|
||||
|
||||
PROVIDES_devel="
|
||||
x264${secondaryArchSuffix}_devel = $portVersion compat >= 20140308
|
||||
devel:libx264$secondaryArchSuffix = 142 compat >= 142
|
||||
"
|
||||
REQUIRES_devel="
|
||||
x264$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user