De-lint recipes.

*	libfreehand
	Removed e-mail from COPYRIGHT.
	Re-ordered blocks.

*	libmspub
	Removed e-mail from COPYRIGHT.
	Re-ordered blocks.

*	libmtp
	Removed e-mail from COPYRIGHT.
	Re-ordered blocks.

*	libmwaw
	Removed e-mail from COPYRIGHT.
	Re-ordered blocks.

*	libodfgen
	Removed e-mail from COPYRIGHT.
	Re-ordered blocks.

*	libprefs
	Removed e-mail from COPYRIGHT.
	Improved DESCRIPTION.
	Re-ordered blocks.

*	librevenge
	Removed e-mail from COPYRIGHT.
	Re-ordered blocks.

*	librsync
	Removed e-mail from COPYRIGHT.
	Re-ordered blocks.

*	libssh2
	Removed e-mail from COPYRIGHT.
	Re-ordered blocks.

*	libupnp
	Removed e-mail from COPYRIGHT.
	Re-ordered blocks.

*	libvisio
	Removed e-mail from COPYRIGHT.
	Re-ordered blocks.

*	libwps
	Removed e-mail from COPYRIGHT.
	Re-ordered blocks.

*	mda_vst
	Removed e-mail from COPYRIGHT.
	Re-ordered blocks.

*	mtr
	Removed e-mail from COPYRIGHT.
	Re-ordered blocks.

*	ragel
	Removed e-mail from COPYRIGHT.
	Re-ordered blocks.

*	soxr
	Improved SUMMARY/DESCRIPTION
	Removed e-mail from COPYRIGHT.
	Re-ordered blocks.

*	waveview
	Removed e-mail from COPYRIGHT.
	Removed duplicate REQUIRES.
	Re-ordered blocks.

*	whisper
	Removed e-mail from COPYRIGHT.
	Added REQUIRES.
	Re-ordered blocks.
This commit is contained in:
Humdinger
2015-08-03 17:43:12 +02:00
parent ceeba65f25
commit cedb985ceb
19 changed files with 315 additions and 412 deletions

View File

@@ -1,15 +1,15 @@
SUMMARY="SoX Resampler library"
DESCRIPTION="SoXR is a high-quality audio resampling library. It handles \
the conversion of audio to different sample rates (most commonly 44100, \
48000, and 96000 Hz). It is one-dimensional and high-quality.
"
SUMMARY="A high-quality audio resampling library"
DESCRIPTION="SoXR handles the conversion of audio to different sample rates \
(most commonly 44100, 48000, and 96000 Hz). It is one-dimensional and \
high-quality."
HOMEPAGE="https://sourceforge.net/p/soxr/wiki/Home/"
COPYRIGHT="2007-2013 Rob Sykes"
LICENSE="GNU LGPL v2.1"
REVISION="1"
SOURCE_URI="http://downloads.sourceforge.net/project/soxr/soxr-${portVersion}-Source.tar.xz"
CHECKSUM_SHA256="dcc16868d1a157079316f84233afcc2b52dd0bd541dd8439dc25bceb306faac2"
REVISION="1"
LICENSE="GNU LGPL v2.1"
COPYRIGHT="2007-2013 Rob Sykes <robs@users.sourceforge.net>"
SOURCE_DIR="soxr-${portVersion}-Source"
PATCHES="soxr-${portVersion}.patchset"
ARCHITECTURES="x86_gcc2 x86 x86_64"
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
@@ -19,26 +19,29 @@ PROVIDES="
lib:libsoxr$secondaryArchSuffix = 0.1.0 compat >= 0
lib:libsoxr_lsr$secondaryArchSuffix = 0.1.9 compat >= 0
"
REQUIRES="
haiku$secondaryArchSuffix
"
BUILD_REQUIRES="
PROVIDES_devel="
soxr${secondaryArchSuffix}_devel = $portVersion
devel:libsoxr$secondaryArchSuffix = 0.1.0 compat >= 0
devel:libsoxr_lsr$secondaryArchSuffix = 0.1.9 compat >= 0
"
REQUIRES_devel="
soxr$secondaryArchSuffix == $portVersion base
"
BUILD_PREREQUIRES="
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
"
BUILD_PREREQUIRES="
cmd:cmake
cmd:gcc$secondaryArchSuffix
cmd:ld$secondaryArchSuffix
cmd:make
"
SOURCE_DIR="soxr-${portVersion}-Source"
PATCHES="soxr-${portVersion}.patchset"
BUILD()
{
if [ $effectiveTargetArchitecture = x86_gcc2 ]; then
@@ -66,14 +69,3 @@ INSTALL()
packageEntries devel \
$developDir
}
# ----- devel package -------------------------------------------------------
PROVIDES_devel="
soxr${secondaryArchSuffix}_devel = $portVersion
devel:libsoxr$secondaryArchSuffix = 0.1.0 compat >= 0
devel:libsoxr_lsr$secondaryArchSuffix = 0.1.9 compat >= 0
"
REQUIRES_devel="
soxr$secondaryArchSuffix == $portVersion base
"