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

@@ -4,14 +4,13 @@ character set and encoding of text files and can also convert them to other \
encodings using either a built-in converter or external libraries and tools \ encodings using either a built-in converter or external libraries and tools \
like libiconv, librecode, or cstocs." like libiconv, librecode, or cstocs."
HOMEPAGE="http://cihar.com/software/enca/" HOMEPAGE="http://cihar.com/software/enca/"
COPYRIGHT=" COPYRIGHT="2000-2003 David Necas (Yeti)
2000-2003 David Necas (Yeti) 2009-2013 Michal Cihar"
2009-2013 Michal Cihar
"
LICENSE="GNU GPL v2" LICENSE="GNU GPL v2"
REVISION="1"
SOURCE_URI="http://dl.cihar.com/enca/enca-$portVersion.tar.bz2" SOURCE_URI="http://dl.cihar.com/enca/enca-$portVersion.tar.bz2"
CHECKSUM_SHA256="bba29ceb57e7989b89a5a28a97573ae55f46b40fb96f18d83a1d08a205752bc6" CHECKSUM_SHA256="bba29ceb57e7989b89a5a28a97573ae55f46b40fb96f18d83a1d08a205752bc6"
REVISION="1"
ARCHITECTURES="x86_gcc2 x86 x86_64" ARCHITECTURES="x86_gcc2 x86 x86_64"
SECONDARY_ARCHITECTURES="x86_gcc2 x86" SECONDARY_ARCHITECTURES="x86_gcc2 x86"
@@ -29,6 +28,15 @@ REQUIRES="
haiku$secondaryArchSuffix haiku$secondaryArchSuffix
lib:libiconv$secondaryArchSuffix lib:libiconv$secondaryArchSuffix
" "
PROVIDES_devel="
enca${secondaryArchSuffix}_devel = $portVersion compat >= 1
devel:libenca$secondaryArchSuffix = 0.5.1 compat >= 0
"
REQUIRES_devel="
enca$secondaryArchSuffix == $portVersion base
"
BUILD_REQUIRES=" BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel haiku${secondaryArchSuffix}_devel
devel:libiconv$secondaryArchSuffix devel:libiconv$secondaryArchSuffix
@@ -65,13 +73,3 @@ INSTALL()
packageEntries devel \ packageEntries devel \
$developDir $developDir
} }
# ----- devel package -------------------------------------------------------
PROVIDES_devel="
enca${secondaryArchSuffix}_devel = $portVersion compat >= 1
devel:libenca$secondaryArchSuffix = 0.5.1 compat >= 0
"
REQUIRES_devel="
enca$secondaryArchSuffix == $portVersion base
"

View File

@@ -1,16 +1,13 @@
SUMMARY="Library for handling paper characteristics" SUMMARY="Library for handling paper characteristics"
DESCRIPTION=" DESCRIPTION="The libpaper paper-handling library automates recognition of many different \
The libpaper paper-handling library automates recognition of many different \ paper types and sizes for programs that need to deal with printed output."
paper types and sizes for programs that need to deal with printed output.
"
HOMEPAGE="http://packages.debian.org/unstable/source/libpaper" HOMEPAGE="http://packages.debian.org/unstable/source/libpaper"
SOURCE_URI="http://ftp.de.debian.org/debian/pool/main/libp/libpaper/libpaper_1.1.24.tar.gz"
CHECKSUM_SHA256="38ac28114673d4b175a939d981e0477a0ed9bcaab27033522ecb2ca78ee90c7e"
LICENSE="GNU GPL v2"
COPYRIGHT="1996 Yves Arrouye COPYRIGHT="1996 Yves Arrouye
2000 Adrian Bunk" 2000 Adrian Bunk"
LICENSE="GNU GPL v2"
REVISION="1" REVISION="1"
SOURCE_URI="http://ftp.de.debian.org/debian/pool/main/libp/libpaper/libpaper_1.1.24.tar.gz"
CHECKSUM_SHA256="38ac28114673d4b175a939d981e0477a0ed9bcaab27033522ecb2ca78ee90c7e"
ARCHITECTURES="x86_gcc2 x86 x86_64" ARCHITECTURES="x86_gcc2 x86 x86_64"
SECONDARY_ARCHITECTURES="x86_gcc2 x86" SECONDARY_ARCHITECTURES="x86_gcc2 x86"
@@ -22,15 +19,21 @@ PROVIDES="
cmd:paperconf$secondaryArchSuffix cmd:paperconf$secondaryArchSuffix
cmd:paperconfig$secondaryArchSuffix cmd:paperconfig$secondaryArchSuffix
" "
REQUIRES=" REQUIRES="
haiku$secondaryArchSuffix haiku$secondaryArchSuffix
" "
PROVIDES_devel="
libpaper${secondaryArchSuffix}_devel = $portVersion
devel:libpaper$secondaryArchSuffix = 1.1.24 compat >= 1
"
REQUIRES_devel="
libpaper$secondaryArchSuffix == $portVersion base
"
BUILD_REQUIRES=" BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel haiku${secondaryArchSuffix}_devel
" "
BUILD_PREREQUIRES=" BUILD_PREREQUIRES="
cmd:gcc$secondaryArchSuffix cmd:gcc$secondaryArchSuffix
cmd:ld$secondaryArchSuffix cmd:ld$secondaryArchSuffix
@@ -67,15 +70,3 @@ INSTALL()
packageEntries devel \ packageEntries devel \
$developDir $developDir
} }
# ----- devel package -------------------------------------------------------
PROVIDES_devel="
libpaper${secondaryArchSuffix}_devel = $portVersion
devel:libpaper$secondaryArchSuffix = 1.1.24 compat >= 1
"
REQUIRES_devel="
# haiku${secondaryArchSuffix}_devel
libpaper$secondaryArchSuffix == $portVersion base
"

View File

@@ -1,21 +1,20 @@
SUMMARY="A BSD licensed replacement for the GNU readline library" SUMMARY="A BSD licensed replacement for the GNU readline library"
DESCRIPTION=" DESCRIPTION="This is an autotool- and libtoolized port of the NetBSD Editline library \
This is an autotool- and libtoolized port of the NetBSD Editline library \
(libedit). This Berkeley-style licensed command line editor library provides \ (libedit). This Berkeley-style licensed command line editor library provides \
generic line editing, history, and tokenization functions, similar to those \ generic line editing, history, and tokenization functions, similar to those \
found in GNU Readline. found in GNU Readline."
"
LICENSE="BSD (3-clause)"
COPYRIGHT="1992-2014 The NetBSD Foundation, Inc."
HOMEPAGE="http://www.thrysoee.dk/editline/" HOMEPAGE="http://www.thrysoee.dk/editline/"
COPYRIGHT="1992-2014 The NetBSD Foundation, Inc."
LICENSE="BSD (3-clause)"
REVISION="1"
SOURCE_URI="http://www.thrysoee.dk/editline/libedit-20141030-3.1.tar.gz" SOURCE_URI="http://www.thrysoee.dk/editline/libedit-20141030-3.1.tar.gz"
CHECKSUM_SHA256="9701e16570fb8f7fa407b506986652221b701a9dd61defc05bb7d1c61cdf5a40" CHECKSUM_SHA256="9701e16570fb8f7fa407b506986652221b701a9dd61defc05bb7d1c61cdf5a40"
REVISION="1" SOURCE_DIR="libedit-20141029-3.1"
PATCHES="libedit-2014_10_30_3.1.patchset"
ARCHITECTURES="x86_gcc2 x86 x86_64" ARCHITECTURES="x86_gcc2 x86 x86_64"
SECONDARY_ARCHITECTURES="x86" SECONDARY_ARCHITECTURES="x86"
PATCHES="libedit-2014_10_30_3.1.patchset"
PROVIDES=" PROVIDES="
libedit$secondaryArchSuffix = $portVersion libedit$secondaryArchSuffix = $portVersion
lib:libedit$secondaryArchSuffix = 0.0.52 compat >= 0 lib:libedit$secondaryArchSuffix = 0.0.52 compat >= 0
@@ -24,11 +23,20 @@ REQUIRES="
haiku$secondaryArchSuffix haiku$secondaryArchSuffix
lib:libncurses$secondaryArchSuffix lib:libncurses$secondaryArchSuffix
" "
PROVIDES_devel="
libedit${secondaryArchSuffix}_devel = $portVersion
devel:libedit$secondaryArchSuffix = 0.0.52 compat >= 0
"
REQUIRES_devel="
libedit$secondaryArchSuffix == $portVersion base
"
BUILD_REQUIRES=" BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
devel:libncurses$secondaryArchSuffix devel:libncurses$secondaryArchSuffix
" "
BUILD_PREREQUIRES=" BUILD_PREREQUIRES="
haiku${secondaryArchSuffix}_devel
cmd:aclocal cmd:aclocal
cmd:autoreconf cmd:autoreconf
cmd:gcc$secondaryArchSuffix cmd:gcc$secondaryArchSuffix
@@ -38,8 +46,6 @@ BUILD_PREREQUIRES="
cmd:sed cmd:sed
" "
SOURCE_DIR="libedit-20141029-3.1"
BUILD() BUILD()
{ {
autoreconf --force --install autoreconf --force --install
@@ -64,14 +70,3 @@ TEST()
{ {
make check make check
} }
# ----- devel package -------------------------------------------------------
PROVIDES_devel="
libedit${secondaryArchSuffix}_devel = $portVersion
devel:libedit$secondaryArchSuffix = 0.0.52 compat >= 0
"
REQUIRES_devel="
libedit$secondaryArchSuffix == $portVersion base
"

View File

@@ -1,33 +1,37 @@
SUMMARY="An easy to understand, use, integrate, and expand SSL library" SUMMARY="An easy to understand, use, integrate, and expand SSL library"
DESCRIPTION=" DESCRIPTION="PolarSSL is a official continuation fork of the XySSL SSL library. \
PolarSSL is a official continuation fork of the XySSL SSL library. \
XySSL was created by the french white hat hacker Christophe Devine \ XySSL was created by the french white hat hacker Christophe Devine \
and was first released on November 1, 2006 under the GPL and BSD \ and was first released on November 1, 2006 under the GPL and BSD \
licenses. The core SSL library is written in C without external \ licenses. The core SSL library is written in C without external \
dependencies. dependencies."
"
HOMEPAGE="https://www.polarssl.org" HOMEPAGE="https://www.polarssl.org"
COPYRIGHT="2008-2014 Offspark B.V."
LICENSE="GNU GPL v2"
REVISION="1"
SOURCE_URI="https://polarssl.org/download/polarssl-${portVersion}-gpl.tgz" SOURCE_URI="https://polarssl.org/download/polarssl-${portVersion}-gpl.tgz"
CHECKSUM_SHA256="d3605afc28ed4b7d1d9e3142d72e42855e4a23c07c951bbb0299556b02d36755" CHECKSUM_SHA256="d3605afc28ed4b7d1d9e3142d72e42855e4a23c07c951bbb0299556b02d36755"
LICENSE="GNU GPL v2" PATCHES="polarssl-$portVersion.patchset"
COPYRIGHT="
2008-2014 Offspark B.V.
"
REVISION="1"
ARCHITECTURES="?x86_gcc2 x86 x86_64 arm" ARCHITECTURES="?x86_gcc2 x86 x86_64 arm"
SECONDARY_ARCHITECTURES="?x86_gcc2 x86" SECONDARY_ARCHITECTURES="?x86_gcc2 x86"
PATCHES="polarssl-$portVersion.patchset"
PROVIDES=" PROVIDES="
polarssl$secondaryArchSuffix = $portVersion compat >= 1 polarssl$secondaryArchSuffix = $portVersion compat >= 1
lib:libpolarssl$secondaryArchSuffix = 7.3.9 compat >= 7 lib:libpolarssl$secondaryArchSuffix = 7.3.9 compat >= 7
" "
REQUIRES=" REQUIRES="
haiku$secondaryArchSuffix haiku$secondaryArchSuffix
lib:libz$secondaryArchSuffix >= 1.2.3 lib:libz$secondaryArchSuffix >= 1.2.3
" "
PROVIDES_devel="
polarssl${secondaryArchSuffix}_devel = $portVersion
devel:libpolarssl${secondaryArchSuffix} = 7.3.9 compat >= 7
"
REQUIRES_devel="
polarssl${secondaryArchSuffix} == $portVersion base
"
BUILD_REQUIRES=" BUILD_REQUIRES="
devel:libz$secondaryArchSuffix >= 1.2.3 devel:libz$secondaryArchSuffix >= 1.2.3
" "
@@ -71,13 +75,3 @@ TEST()
{ {
make test make test
} }
# ----- devel package -------------------------------------------------------
PROVIDES_devel="
polarssl${secondaryArchSuffix}_devel = $portVersion
devel:libpolarssl${secondaryArchSuffix} = 7.3.9 compat >= 7
"
REQUIRES_devel="
polarssl${secondaryArchSuffix} == $portVersion base
"

View File

@@ -1,22 +1,20 @@
SUMMARY="An open source MPEG-4 and MPEG-2 AAC decoder" SUMMARY="An open source MPEG-4 and MPEG-2 AAC decoder"
DESCRIPTION=" DESCRIPTION="This is an open source MPEG-4 and MPEG-4 ACC decoder programmed in C \
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 \ 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 \ 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 \ object types including LC, Main, LTP, LD, ER, SBR and PS. It contains a \
library (libfaad) that may be used by other programs." library (libfaad) that may be used by other programs."
HOMEPAGE="http://www.audiocoding.com/" 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" SOURCE_URI="http://downloads.sourceforge.net/faac/faad2-2.7.tar.gz"
CHECKSUM_SHA256="ee26ed1e177c0cd8fa8458a481b14a0b24ca0b51468c8b4c8b676fd3ceccd330" CHECKSUM_SHA256="ee26ed1e177c0cd8fa8458a481b14a0b24ca0b51468c8b4c8b676fd3ceccd330"
REVISION="1" PATCHES="faad2-2.7.patch"
LICENSE="GNU GPL v2"
COPYRIGHT="2003-2005 M. Bakker, Nero AG."
ARCHITECTURES="x86_gcc2 x86 x86_64" ARCHITECTURES="x86_gcc2 x86 x86_64"
SECONDARY_ARCHITECTURES="x86_gcc2 x86" SECONDARY_ARCHITECTURES="x86_gcc2 x86"
PATCHES="faad2-2.7.patch"
PROVIDES=" PROVIDES="
faad2$secondaryArchSuffix = $portVersion compat >= 2.0 faad2$secondaryArchSuffix = $portVersion compat >= 2.0
lib:libfaad$secondaryArchSuffix = 2.0.0 compat >= 2 lib:libfaad$secondaryArchSuffix = 2.0.0 compat >= 2
@@ -25,8 +23,20 @@ PROVIDES="
REQUIRES=" REQUIRES="
haiku${secondaryArchSuffix} haiku${secondaryArchSuffix}
" "
BUILD_PREREQUIRES="
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 haiku${secondaryArchSuffix}_devel
"
BUILD_PREREQUIRES="
cmd:libtool cmd:libtool
cmd:aclocal cmd:aclocal
cmd:autoconf cmd:autoconf
@@ -62,14 +72,3 @@ INSTALL()
$developDir $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
"

View File

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

View File

@@ -1,16 +1,16 @@
SUMMARY="Simple Direct Media Layer 2.0" SUMMARY="Simple Direct Media Layer 2.0"
DESCRIPTION=" DESCRIPTION="Simple DirectMedia Layer is a cross-platform development library designed to \
Simple DirectMedia Layer is a cross-platform development library designed to \
provide low level access to audio, keyboard, mouse, joystick, and graphics \ provide low level access to audio, keyboard, mouse, joystick, and graphics \
hardware via OpenGL and Direct3D. It is used by video playback software, \ 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/" 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" SOURCE_URI="http://www.libsdl.org/release/SDL2-2.0.1.tar.gz"
CHECKSUM_SHA256="0ae7e902a26777614a011fe7053ca7e8b14843db3c42ca117564d208cf6732f0" CHECKSUM_SHA256="0ae7e902a26777614a011fe7053ca7e8b14843db3c42ca117564d208cf6732f0"
REVISION="4" SOURCE_DIR="SDL2-$portVersion"
LICENSE="Zlib" PATCHES="libsdl2-2.0.1.patchset"
COPYRIGHT="1997-2013 Sam Lantinga"
ARCHITECTURES="x86_gcc2 x86 x86_64" ARCHITECTURES="x86_gcc2 x86 x86_64"
SECONDARY_ARCHITECTURES="x86_gcc2 x86" 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$secondaryArchSuffix = 0.1.0 compat >= 0.0
lib:libSDL2_2.0.1$secondaryArchSuffix = 0.1.0 compat >= 0.0 lib:libSDL2_2.0.1$secondaryArchSuffix = 0.1.0 compat >= 0.0
" "
REQUIRES=" REQUIRES="
haiku$secondaryArchSuffix haiku$secondaryArchSuffix
lib:libGL$secondaryArchSuffix lib:libGL$secondaryArchSuffix
@@ -33,15 +32,27 @@ REQUIRES="
lib:libltdl$secondaryArchSuffix 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=" BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel haiku${secondaryArchSuffix}_devel
devel:libGL$secondaryArchSuffix devel:libGL$secondaryArchSuffix
devel:libglu$secondaryArchSuffix devel:libglu$secondaryArchSuffix
devel:libpng$secondaryArchSuffix devel:libpng$secondaryArchSuffix
devel:libjpeg$secondaryArchSuffix devel:libjpeg$secondaryArchSuffix
"
# devel:libtiff$secondaryArchSuffix # haiku_devel missing devel_libtiff # devel:libtiff$secondaryArchSuffix # haiku_devel missing devel_libtiff
"
BUILD_PREREQUIRES=" BUILD_PREREQUIRES="
cmd:autoconf cmd:autoconf
cmd:libtool cmd:libtool
@@ -52,10 +63,6 @@ BUILD_PREREQUIRES="
cmd:which cmd:which
" "
SOURCE_DIR="SDL2-$portVersion"
PATCHES="libsdl2-2.0.1.patchset"
BUILD() BUILD()
{ {
sh autogen.sh sh autogen.sh
@@ -80,18 +87,3 @@ INSTALL()
packageEntries devel \ packageEntries devel \
$developDir $binDir/sdl2-config $dataDir $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
"

View File

@@ -1,20 +1,17 @@
SUMMARY="Lightweight PNG C library" SUMMARY="Lightweight PNG C library"
DESCRIPTION=" DESCRIPTION="pnglite is a small and simple library for loading and writing PNG images. \
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" HOMEPAGE="http://sourceforge.net/projects/pnglite"
COPYRIGHT=" COPYRIGHT="2007 Daniel Karling"
2007 Daniel Karling
"
LICENSE="Zlib" LICENSE="Zlib"
REVISION="1"
SOURCE_URI="http://prdownloads.sourceforge.net/pnglite/pnglite-$portVersion.zip" SOURCE_URI="http://prdownloads.sourceforge.net/pnglite/pnglite-$portVersion.zip"
CHECKSUM_SHA256="6444b13b9ec5b6f9de8f72513a00870325779e3b05bfcf554edb1ab0c90f5962" CHECKSUM_SHA256="6444b13b9ec5b6f9de8f72513a00870325779e3b05bfcf554edb1ab0c90f5962"
REVISION="1" SOURCE_DIR=""
ARCHITECTURES="x86_gcc2 x86 x86_64" ARCHITECTURES="x86_gcc2 x86 x86_64"
SECONDARY_ARCHITECTURES="x86_gcc2 x86" SECONDARY_ARCHITECTURES="x86_gcc2 x86"
SOURCE_DIR=""
PROVIDES=" PROVIDES="
pnglite$secondaryArchSuffix = $portVersion pnglite$secondaryArchSuffix = $portVersion
lib:libpnglite$secondaryArchSuffix = $portVersion lib:libpnglite$secondaryArchSuffix = $portVersion
@@ -23,6 +20,15 @@ REQUIRES="
haiku$secondaryArchSuffix haiku$secondaryArchSuffix
lib:libz$secondaryArchSuffix lib:libz$secondaryArchSuffix
" "
PROVIDES_devel="
pnglite${secondaryArchSuffix}_devel = $portVersion
devel:libpnglite$secondaryArchSuffix = $portVersion
"
REQUIRES_devel="
pnglite$secondaryArchSuffix == $portVersion base
"
BUILD_REQUIRES=" BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel haiku${secondaryArchSuffix}_devel
devel:libz$secondaryArchSuffix >= 1.0.4 devel:libz$secondaryArchSuffix >= 1.0.4
@@ -55,13 +61,3 @@ INSTALL()
packageEntries devel \ packageEntries devel \
$developDir $developDir
} }
# ----- devel package -------------------------------------------------------
PROVIDES_devel="
pnglite${secondaryArchSuffix}_devel = $portVersion
devel:libpnglite$secondaryArchSuffix = $portVersion
"
REQUIRES_devel="
pnglite$secondaryArchSuffix == $portVersion base
"

View File

@@ -1,20 +1,18 @@
SUMMARY="An IRC client library" SUMMARY="An IRC client library"
DESCRIPTION=" DESCRIPTION="libircclient is a library implementing the client-server IRC protocol. \
libircclient is a library implementing the client-server IRC protocol. It is designed to be small, fast, portable and compatible with the RFC standards \
" as well as non-standard but popular features. It is perfect for building the IRC clients and bots."
HOMEPAGE="http://sourceforge.net/projects/libircclient/" HOMEPAGE="http://sourceforge.net/projects/libircclient/"
COPYRIGHT=" COPYRIGHT="2004-2012 George Yunaev"
2004-2012 George Yunaev
"
LICENSE="GNU LGPL v2" LICENSE="GNU LGPL v2"
REVISION="1"
SOURCE_URI="http://downloads.sourceforge.net/project/libircclient/libircclient/$portVersion/libircclient-$portVersion.tar.gz" SOURCE_URI="http://downloads.sourceforge.net/project/libircclient/libircclient/$portVersion/libircclient-$portVersion.tar.gz"
CHECKSUM_SHA256="2cf8523ac683588f2785b08159a2df3e4d15939ee655c0024aa86334149de8f6" CHECKSUM_SHA256="2cf8523ac683588f2785b08159a2df3e4d15939ee655c0024aa86334149de8f6"
REVISION="1" PATCHES="libircclient-$portVersion.patchset"
ARCHITECTURES="x86_gcc2 x86 x86_64" ARCHITECTURES="x86_gcc2 x86 x86_64"
SECONDARY_ARCHITECTURES="x86_gcc2 x86" SECONDARY_ARCHITECTURES="x86_gcc2 x86"
PATCHES="libircclient-$portVersion.patchset"
PROVIDES=" PROVIDES="
libircclient$secondaryArchSuffix = $portVersion compat >= 1 libircclient$secondaryArchSuffix = $portVersion compat >= 1
lib:libircclient$secondaryArchSuffix = 1 lib:libircclient$secondaryArchSuffix = 1
@@ -23,6 +21,15 @@ REQUIRES="
haiku$secondaryArchSuffix haiku$secondaryArchSuffix
lib:libssl$secondaryArchSuffix lib:libssl$secondaryArchSuffix
" "
PROVIDES_devel="
libircclient${secondaryArchSuffix}_devel = $portVersion compat >= 1
devel:libircclient$secondaryArchSuffix = 1
"
REQUIRES_devel="
libircclient$secondaryArchSuffix == $portVersion base
"
BUILD_REQUIRES=" BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel haiku${secondaryArchSuffix}_devel
devel:libssl$secondaryArchSuffix devel:libssl$secondaryArchSuffix
@@ -57,13 +64,3 @@ INSTALL()
packageEntries devel \ packageEntries devel \
$developDir $developDir
} }
# ----- devel package -------------------------------------------------------
PROVIDES_devel="
libircclient${secondaryArchSuffix}_devel = $portVersion compat >= 1
devel:libircclient$secondaryArchSuffix = 1
"
REQUIRES_devel="
libircclient$secondaryArchSuffix == $portVersion base
"

View File

@@ -1,13 +1,14 @@
SUMMARY="OpenGL Utility Library" SUMMARY="OpenGL Utility Library"
DESCRIPTION=" DESCRIPTION="The OpenGL Utility Library (GLU) is a computer graphics library for OpenGL. \
OpenGL Utility Library. It consists of a number of functions that use the base OpenGL library to provide \
" higher-level drawing routines from the more primitive routines that OpenGL provides."
HOMEPAGE="http://freedesktop.org" HOMEPAGE="http://freedesktop.org"
COPYRIGHT="1999-2012 Brian Paul and others" COPYRIGHT="1999-2012 Brian Paul and others"
LICENSE="MIT" LICENSE="MIT"
REVISION="3"
SOURCE_URI="ftp://freedesktop.org/pub/mesa/glu/glu-9.0.0.tar.gz" SOURCE_URI="ftp://freedesktop.org/pub/mesa/glu/glu-9.0.0.tar.gz"
CHECKSUM_SHA256="4387476a1933f36fec1531178ea204057bbeb04cc2d8396c9ea32720a1f7e264" CHECKSUM_SHA256="4387476a1933f36fec1531178ea204057bbeb04cc2d8396c9ea32720a1f7e264"
REVISION="3"
ARCHITECTURES="x86_gcc2 x86 x86_64" ARCHITECTURES="x86_gcc2 x86 x86_64"
SECONDARY_ARCHITECTURES="x86_gcc2 x86" SECONDARY_ARCHITECTURES="x86_gcc2 x86"
@@ -19,6 +20,15 @@ REQUIRES="
haiku$secondaryArchSuffix haiku$secondaryArchSuffix
lib:libGL${secondaryArchSuffix} lib:libGL${secondaryArchSuffix}
" "
PROVIDES_devel="
glu${secondaryArchSuffix}_devel = $portVersion
devel:libGLU$secondaryArchSuffix = 1.3.1 compat >= 1
"
REQUIRES_devel="
glu$secondaryArchSuffix == $portVersion base
"
BUILD_REQUIRES=" BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel haiku${secondaryArchSuffix}_devel
devel:libGL$secondaryArchSuffix devel:libGL$secondaryArchSuffix
@@ -52,13 +62,3 @@ INSTALL()
packageEntries devel \ packageEntries devel \
$developDir $developDir
} }
# ----- devel package -------------------------------------------------------
PROVIDES_devel="
glu${secondaryArchSuffix}_devel = $portVersion
devel:libGLU$secondaryArchSuffix = 1.3.1 compat >= 1
"
REQUIRES_devel="
glu$secondaryArchSuffix == $portVersion base
"