De-lint recipes.

*	pygments
	SUMMARY must start with capital letter
	Re-ordered blocks

*	texlive
	SUMMARY must have at least 3 words
	Re-ordered blocks
	Simplified ARCHITECTURES/SECONDARY_ARCHITECTURES

*	tiff4
	SUMMARY must have at least 3 words
	Re-ordered blocks

*	u_boot_tools
	SUMMARY must start with capital letter
	Re-ordered blocks

*	unifont
	SUMMARY must have at least 3 words
	Re-ordered blocks

*	util_macros
	Improved SUMMARY an DESCRIPTION
	Re-ordered blocks

*	vcdimager
	SUMMARY must start with capital letter
	Re-ordered blocks

*	wings
	SUMMARY must have at least 3 words
	Re-ordered blocks

*	xproto
	SUMMARY must have at least 3 words
	Re-ordered blocks
This commit is contained in:
Humdinger
2015-08-08 14:04:54 +02:00
parent 06e8ae9fb8
commit bdaaf1ad4b
11 changed files with 176 additions and 207 deletions

View File

@@ -1,29 +1,27 @@
SUMMARY="author, disassemble and analyze Video CDs"
DESCRIPTION="
GNU VCDImager is a full-featured mastering suite for authoring, disassembling\
and analyzing Video CDs and Super Video CDs.
SUMMARY="Author, disassemble and analyze Video CDs"
DESCRIPTION="GNU VCDImager is a full-featured mastering suite for authoring, \
disassembling and analyzing Video CDs and Super Video CDs.
The following features are available so far (some features are only available \
in the latest alpha snapshots):
* Free software available under the GNU Public License
* Support for Video CD 1.1 and 2.0 disc formats
* Support for the Super Video CD 1.0 disc format
* Full PBC (playback control) support (play lists, selection lists and end lists)
* Support for segment play items
* Automatic padding of MPEG streams on the fly
* Support for 99-minute (out-of-specification) CD-R media
* Extraction of Video CDs into files (incl. the PBC information)
* Runs on all major UNIX flavors and on Win32
* Use of XML for the description of Video CDs
"
* Free software available under the GNU Public License
* Support for Video CD 1.1 and 2.0 disc formats
* Support for the Super Video CD 1.0 disc format
* Full PBC (playback control) support (play lists, selection lists and end \
lists)
* Support for segment play items
* Automatic padding of MPEG streams on the fly
* Support for 99-minute (out-of-specification) CD-R media
* Extraction of Video CDs into files (incl. the PBC information)
* Runs on all major UNIX flavors and on Win32
* Use of XML for the description of Video CDs"
HOMEPAGE="http://www.vcdimager.org/"
COPYRIGHT="2002 Herbert Valerio Riedel"
LICENSE="GNU GPL v2"
REVISION="2"
SOURCE_URI="ftp://ftp.mirror.nl/pub/mirror/gnu/vcdimager/vcdimager-0.7.24.tar.gz"
CHECKSUM_SHA256="075d7a67353ff3004745da781435698b6bc4a053838d0d4a3ce0516d7d974694"
REVISION="2"
LICENSE="GNU GPL v2"
COPYRIGHT="2002 Herbert Valerio Riedel"
ARCHITECTURES="x86_gcc2 ?x86 ?x86_64"
SECONDARY_ARCHITECTURES="x86_gcc2 ?x86"
@@ -38,9 +36,7 @@ PROVIDES="
cmd:vcdxminfo$secondaryArchSuffix
cmd:vcdxrip$secondaryArchSuffix
lib:libvcdinfo$secondaryArchSuffix
"
REQUIRES="
haiku$secondaryArchSuffix
lib:libcdio$secondaryArchSuffix
@@ -50,16 +46,23 @@ REQUIRES="
lib:libz$secondaryArchSuffix
"
PROVIDES_devel="
vcdimager${secondaryArchSuffix}_devel = $portVersion
devel:libvcdinfo$secondaryArchSuffix = $portVersion
"
REQUIRES_devel="
vcdimager$secondaryArchSuffix == $portVersion base
"
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
devel:libcdio$secondaryArchSuffix
devel:libxml2$secondaryArchSuffix
devel:libpopt$secondaryArchSuffix
devel:libiconv$secondaryArchSuffix
devel:libz$secondaryArchSuffix
"
BUILD_PREREQUIRES="
haiku${secondaryArchSuffix}_devel
cmd:libtool
cmd:aclocal
cmd:autoconf
@@ -97,13 +100,3 @@ INSTALL()
packageEntries devel \
$developDir
}
# ----- devel package -------------------------------------------------------
PROVIDES_devel="
vcdimager${secondaryArchSuffix}_devel = $portVersion
devel:libvcdinfo$secondaryArchSuffix = $portVersion
"
REQUIRES_devel="
vcdimager$secondaryArchSuffix == $portVersion base
"