mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 06:28:55 +02:00
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:
@@ -1,22 +1,20 @@
|
||||
SUMMARY="An open source MPEG-4 and MPEG-2 AAC decoder"
|
||||
DESCRIPTION="
|
||||
This is an open source MPEG-4 and MPEG-4 ACC decoder programmed in C \
|
||||
DESCRIPTION="This is an open source MPEG-4 and MPEG-4 ACC decoder programmed in C \
|
||||
and used in FAAC (freeware Advanced Audio Coder). It is used with the FAAC \
|
||||
encoder and can be compile on various platforms. It supports MPEG-4 audio \
|
||||
object types including LC, Main, LTP, LD, ER, SBR and PS. It contains a \
|
||||
library (libfaad) that may be used by other programs."
|
||||
HOMEPAGE="http://www.audiocoding.com/"
|
||||
COPYRIGHT="2003-2005 M. Bakker, Nero AG."
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://downloads.sourceforge.net/faac/faad2-2.7.tar.gz"
|
||||
CHECKSUM_SHA256="ee26ed1e177c0cd8fa8458a481b14a0b24ca0b51468c8b4c8b676fd3ceccd330"
|
||||
REVISION="1"
|
||||
LICENSE="GNU GPL v2"
|
||||
COPYRIGHT="2003-2005 M. Bakker, Nero AG."
|
||||
PATCHES="faad2-2.7.patch"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
|
||||
|
||||
PATCHES="faad2-2.7.patch"
|
||||
|
||||
PROVIDES="
|
||||
faad2$secondaryArchSuffix = $portVersion compat >= 2.0
|
||||
lib:libfaad$secondaryArchSuffix = 2.0.0 compat >= 2
|
||||
@@ -25,8 +23,20 @@ PROVIDES="
|
||||
REQUIRES="
|
||||
haiku${secondaryArchSuffix}
|
||||
"
|
||||
|
||||
PROVIDES_devel="
|
||||
faad2${secondaryArchSuffix}_devel = $portVersion compat >= 2.0
|
||||
devel:libfaad$secondaryArchSuffix = 2.0.0 compat >= 2
|
||||
devel:libmp4ff$secondaryArchSuffix = $portVersion
|
||||
"
|
||||
REQUIRES_devel="
|
||||
faad2$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
cmd:libtool
|
||||
cmd:aclocal
|
||||
cmd:autoconf
|
||||
@@ -62,14 +72,3 @@ INSTALL()
|
||||
$developDir
|
||||
|
||||
}
|
||||
|
||||
# ----- devel package -------------------------------------------------------
|
||||
|
||||
PROVIDES_devel="
|
||||
faad2${secondaryArchSuffix}_devel = $portVersion compat >= 2.0
|
||||
devel:libfaad$secondaryArchSuffix = 2.0.0 compat >= 2
|
||||
devel:libmp4ff$secondaryArchSuffix = $portVersion
|
||||
"
|
||||
REQUIRES_devel="
|
||||
faad2$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
|
||||
@@ -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
|
||||
"
|
||||
|
||||
@@ -1,16 +1,16 @@
|
||||
SUMMARY="Simple Direct Media Layer 2.0"
|
||||
DESCRIPTION="
|
||||
Simple DirectMedia Layer is a cross-platform development library designed to \
|
||||
DESCRIPTION="Simple DirectMedia Layer is a cross-platform development library designed to \
|
||||
provide low level access to audio, keyboard, mouse, joystick, and graphics \
|
||||
hardware via OpenGL and Direct3D. It is used by video playback software, \
|
||||
emulators, and popular games.
|
||||
"
|
||||
emulators, and popular games."
|
||||
HOMEPAGE="http://www.libsdl.org/"
|
||||
COPYRIGHT="1997-2013 Sam Lantinga"
|
||||
LICENSE="Zlib"
|
||||
REVISION="4"
|
||||
SOURCE_URI="http://www.libsdl.org/release/SDL2-2.0.1.tar.gz"
|
||||
CHECKSUM_SHA256="0ae7e902a26777614a011fe7053ca7e8b14843db3c42ca117564d208cf6732f0"
|
||||
REVISION="4"
|
||||
LICENSE="Zlib"
|
||||
COPYRIGHT="1997-2013 Sam Lantinga"
|
||||
SOURCE_DIR="SDL2-$portVersion"
|
||||
PATCHES="libsdl2-2.0.1.patchset"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
|
||||
@@ -22,7 +22,6 @@ PROVIDES="
|
||||
lib:libSDL2_2.0$secondaryArchSuffix = 0.1.0 compat >= 0.0
|
||||
lib:libSDL2_2.0.1$secondaryArchSuffix = 0.1.0 compat >= 0.0
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
lib:libGL$secondaryArchSuffix
|
||||
@@ -33,15 +32,27 @@ REQUIRES="
|
||||
lib:libltdl$secondaryArchSuffix
|
||||
"
|
||||
|
||||
PROVIDES_devel="
|
||||
libsdl2${secondaryArchSuffix}_devel = $portVersion compat >= 2.0
|
||||
cmd:sdl2_config$secondaryArchSuffix = $portVersion compat >= 2.0
|
||||
devel:libSDL2$secondaryArchSuffix = 2.0_0.1.0 compat >= 2.0_0
|
||||
devel:libSDL2main$secondaryArchSuffix = 2.0_0.1.0 compat >= 2.0_0
|
||||
devel:libSDL2_test$secondaryArchSuffix = 2.0_0.1.0 compat >= 2.0_0
|
||||
devel:libSDL2_2.0$secondaryArchSuffix = 0.1.0 compat >= 0.0
|
||||
devel:libSDL2_2.0.1$secondaryArchSuffix = 0.1.0 compat >= 0.0
|
||||
"
|
||||
REQUIRES_devel="
|
||||
libsdl2$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
devel:libGL$secondaryArchSuffix
|
||||
devel:libglu$secondaryArchSuffix
|
||||
devel:libpng$secondaryArchSuffix
|
||||
devel:libjpeg$secondaryArchSuffix
|
||||
"
|
||||
# devel:libtiff$secondaryArchSuffix # haiku_devel missing devel_libtiff
|
||||
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:autoconf
|
||||
cmd:libtool
|
||||
@@ -52,10 +63,6 @@ BUILD_PREREQUIRES="
|
||||
cmd:which
|
||||
"
|
||||
|
||||
SOURCE_DIR="SDL2-$portVersion"
|
||||
|
||||
PATCHES="libsdl2-2.0.1.patchset"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
sh autogen.sh
|
||||
@@ -80,18 +87,3 @@ INSTALL()
|
||||
packageEntries devel \
|
||||
$developDir $binDir/sdl2-config $dataDir
|
||||
}
|
||||
|
||||
# ----- devel package -------------------------------------
|
||||
PROVIDES_devel="
|
||||
libsdl2${secondaryArchSuffix}_devel = $portVersion compat >= 2.0
|
||||
cmd:sdl2_config$secondaryArchSuffix = $portVersion compat >= 2.0
|
||||
devel:libSDL2$secondaryArchSuffix = 2.0_0.1.0 compat >= 2.0_0
|
||||
devel:libSDL2main$secondaryArchSuffix = 2.0_0.1.0 compat >= 2.0_0
|
||||
devel:libSDL2_test$secondaryArchSuffix = 2.0_0.1.0 compat >= 2.0_0
|
||||
devel:libSDL2_2.0$secondaryArchSuffix = 0.1.0 compat >= 0.0
|
||||
devel:libSDL2_2.0.1$secondaryArchSuffix = 0.1.0 compat >= 0.0
|
||||
"
|
||||
|
||||
REQUIRES_devel="
|
||||
libsdl2$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
|
||||
@@ -1,20 +1,17 @@
|
||||
SUMMARY="Lightweight PNG C library"
|
||||
DESCRIPTION="
|
||||
pnglite is a small and simple library for loading and writing PNG images.
|
||||
"
|
||||
DESCRIPTION="pnglite is a small and simple library for loading and writing PNG images. \
|
||||
It was created as a substitute for libpng in situations when libpng is more than enough."
|
||||
HOMEPAGE="http://sourceforge.net/projects/pnglite"
|
||||
COPYRIGHT="
|
||||
2007 Daniel Karling
|
||||
"
|
||||
COPYRIGHT="2007 Daniel Karling"
|
||||
LICENSE="Zlib"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://prdownloads.sourceforge.net/pnglite/pnglite-$portVersion.zip"
|
||||
CHECKSUM_SHA256="6444b13b9ec5b6f9de8f72513a00870325779e3b05bfcf554edb1ab0c90f5962"
|
||||
REVISION="1"
|
||||
SOURCE_DIR=""
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
|
||||
|
||||
SOURCE_DIR=""
|
||||
|
||||
PROVIDES="
|
||||
pnglite$secondaryArchSuffix = $portVersion
|
||||
lib:libpnglite$secondaryArchSuffix = $portVersion
|
||||
@@ -23,6 +20,15 @@ REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
lib:libz$secondaryArchSuffix
|
||||
"
|
||||
|
||||
PROVIDES_devel="
|
||||
pnglite${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:libpnglite$secondaryArchSuffix = $portVersion
|
||||
"
|
||||
REQUIRES_devel="
|
||||
pnglite$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
devel:libz$secondaryArchSuffix >= 1.0.4
|
||||
@@ -55,13 +61,3 @@ INSTALL()
|
||||
packageEntries devel \
|
||||
$developDir
|
||||
}
|
||||
|
||||
# ----- devel package -------------------------------------------------------
|
||||
|
||||
PROVIDES_devel="
|
||||
pnglite${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:libpnglite$secondaryArchSuffix = $portVersion
|
||||
"
|
||||
REQUIRES_devel="
|
||||
pnglite$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user