De-lint recipes

*	marble
	Don't start SUMMARY with app name
	Re-ordered blocks

*	ne
	Don't start SUMMARY with app name
	Still in old BEP format

*	pixman
	Don't start SUMMARY with app name
	Improved DESCRIPTION
	Re-ordered blocks

*	qemacs
	Don't start SUMMARY with app name
	Re-ordered blocks

*	rsync
	Don't start SUMMARY with app name
	Re-ordered blocks

*	schroedinger
	Don't start SUMMARY with app name
	Re-ordered blocks

*	screen
	Don't start SUMMARY with app name
	Re-ordered blocks

*	sharutils
	Don't start SUMMARY with app name
	Re-ordered blocks

*	sortsave
	Don't start SUMMARY with app name
	Re-ordered blocks
	Corrected PROVIDES to declare an addon

*	srm
	Don't start SUMMARY with app name
	Re-ordered blocks
This commit is contained in:
Humdinger
2015-08-07 19:03:00 +02:00
parent 5cfca85f7f
commit 9df9235958
14 changed files with 172 additions and 197 deletions

View File

@@ -1,29 +1,28 @@
SUMMARY="Schroedinger Dirac Video codec"
DESCRIPTION="
Schroedinger (or "schro" for short) is an implementation of the \
Dirac and SMPTE VC-2 video compression specification. Dirac was \
developed by BBC Research & Development (http://www.bbc.co.uk/rd/) \
as an open technology with open licensing.
Schroedinger is the C library implementing video encoding and \
decoding. Most end users will want to use an application that \
uses the Schroedinger library for encoding and decoding Dirac \
streams. A few such applications are Totem, VLC, and Mplayer. \
In addition, media frameworks such as GStreamer and decoding \
libraries such as ffmpeg can be configured to use Schroedinger \
either internally or via plugins.
"
SUMMARY="An implementation of the Dirac video codec"
DESCRIPTION="Schroedinger (or "schro" for short) is an implementation of the \
Dirac and SMPTE VC-2 video compression specification. Dirac was developed \
by BBC Research & Development (http://www.bbc.co.uk/rd/) as an open \
technology with open licensing.
Schroedinger is the C library implementing video encoding and decoding. \
Most end users will want to use an application that uses the Schroedinger \
library for encoding and decoding Dirac streams. A few such applications \
are Totem, VLC, and Mplayer.
In addition, media frameworks such as GStreamer and decoding libraries such \
as ffmpeg can be configured to use Schroedinger either internally or via \
plugins."
HOMEPAGE="http://www.diracvideo.org"
COPYRIGHT="
2006 BBC and Fluendo"
COPYRIGHT="2006 BBC and Fluendo"
LICENSE="MIT"
REVISION="1"
SOURCE_URI="http://diracvideo.org/download/schroedinger/schroedinger-$portVersion.tar.gz"
CHECKSUM_SHA256="1e572a0735b92aca5746c4528f9bebd35aa0ccf8619b22fa2756137a8cc9f912"
REVISION="1"
PATCHES="schroedinger-$portVersion.patchset"
ARCHITECTURES="x86_gcc2 x86 x86_64"
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
PATCHES="schroedinger-$portVersion.patchset"
PROVIDES="
schroedinger$secondaryArchSuffix = $portVersion compat >= 1.0
lib:libschroedinger_1.0$secondaryArchSuffix = 0.11.0 compat >= 0
@@ -32,6 +31,15 @@ REQUIRES="
haiku$secondaryArchSuffix
lib:liborc_0.4$secondaryArchSuffix
"
PROVIDES_devel="
schroedinger${secondaryArchSuffix}_devel = $portVersion compat >= 1.0
devel:libschroedinger_1.0$secondaryArchSuffix = 0.11.0 compat >= 0
"
REQUIRES_devel="
schroedinger$secondaryArchSuffix == $portVersion base
"
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
devel:liborc_0.4$secondaryArchSuffix
@@ -65,13 +73,3 @@ INSTALL()
packageEntries devel \
$developDir
}
# ----- devel package -------------------------------------------------------
PROVIDES_devel="
schroedinger${secondaryArchSuffix}_devel = $portVersion compat >= 1.0
devel:libschroedinger_1.0$secondaryArchSuffix = 0.11.0 compat >= 0
"
REQUIRES_devel="
schroedinger$secondaryArchSuffix == $portVersion base
"