Reformat 10 Recipes 2

Update enca-1.15.recipe

Update libpaper-1.1.24.recipe

Update libedit-2014_10_30_3.1.recipe

Update faad2-2.7.recipe

Update libebur128-1.0.1.recipe

Update pnglite-0.1.17.recipe

Update libircclient-1.8.recipe

Update glu-9.0.0.recipe

Update polarssl-1.3.9.recipe

Update libpaper-1.1.24.recipe

Update libedit-2014_10_30_3.1.recipe

Update faad2-2.7.recipe

Update libebur128-1.0.1.recipe

Update libebur128-1.0.1.recipe

Update libsdl2-2.0.1.recipe

Update libircclient-1.8.recipe

Update libpaper-1.1.24.recipe
This commit is contained in:
dash102
2015-12-28 10:49:20 -06:00
committed by Stephanie
parent 55fbfc92a1
commit 1b9b981584
10 changed files with 160 additions and 201 deletions

View File

@@ -1,15 +1,14 @@
SUMMARY="A library implementing the EBU R128 loudness standard"
DESCRIPTION="
libebur128 is a library that implements the EBU R 128 standard for loudness \
normalisation.
"
DESCRIPTION="libebur128 is a library that implements the EBU R 128 standard for loudness \
normalisation. It supports all samplerates by recalculation of the filter coefficients."
HOMEPAGE="https://github.com/jiixyj/libebur128"
LICENSE="MIT"
COPYRIGHT="2011 Jan Kokemüller"
SOURCE_URI="https://github.com/jiixyj/libebur128/archive/v$portVersion.tar.gz"
SOURCE_FILENAME="$portVersionedName.tar.gz"
CHECKSUM_SHA256="01aa7aed90c593944eeb3087a6f965557dc708de360bf1a589b3babb021e7336"
LICENSE="MIT"
REVISION="1"
SOURCE_URI="https://github.com/jiixyj/libebur128/archive/v$portVersion.tar.gz"
CHECKSUM_SHA256="01aa7aed90c593944eeb3087a6f965557dc708de360bf1a589b3babb021e7336"
SOURCE_FILENAME="$portVersionedName.tar.gz"
ARCHITECTURES="x86_gcc2 ?x86 ?x86_64"
SECONDARY_ARCHITECTURES="?x86_gcc2 x86"
@@ -22,9 +21,17 @@ REQUIRES="
"
# lib:libspeexdsp$secondaryArchSuffix
BUILD_REQUIRES="
PROVIDES_devel="
libebur128${secondaryArchSuffix}_devel = $portVersion
devel:libebur128$secondaryArchSuffix = 1.0.1 compat >= 1
"
REQUIRES_devel="
libebur128$secondaryArchSuffix == $portVersion
"
BUILD_REQUIRES="
# devel:libspeexdsp$secondaryArchSuffix
"
BUILD_PREREQUIRES="
haiku${secondaryArchSuffix}_devel
cmd:gcc$secondaryArchSuffix
@@ -61,13 +68,3 @@ INSTALL()
packageEntries devel \
$developDir
}
# ----- devel package -------------------------------------------------------
PROVIDES_devel="
libebur128${secondaryArchSuffix}_devel = $portVersion
devel:libebur128$secondaryArchSuffix = 1.0.1 compat >= 1
"
REQUIRES_devel="
libebur128$secondaryArchSuffix == $portVersion
"