mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 06:28:55 +02:00
Fix ordering
This commit is contained in:
@@ -13,12 +13,12 @@ contributions from all over the world! Some of its key features include:
|
||||
* Free - it won't cost you a dime, and there are no restrictions on its usage.
|
||||
"
|
||||
HOMEPAGE="http://alleg.sourceforge.net/"
|
||||
COPYRIGHT="1998-2010 Shawn Hargreaves et al."
|
||||
LICENSE="Allegro"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://sourceforge.net/projects/alleg/files/allegro/4.4.1.1/allegro-4.4.1.1.tar.gz/download"
|
||||
CHECKSUM_SHA256="4e29884cba88b289da5b22da93e8760d68a197d093b23f61e994f3594760d782"
|
||||
LICENSE="Allegro"
|
||||
COPYRIGHT="1998-2010 Shawn Hargreaves et al."
|
||||
|
||||
REVISION="1"
|
||||
PATCHES="allegro-4.4.1.1.patchset"
|
||||
|
||||
ARCHITECTURES="?x86_gcc2 ?x86 ?x86_64"
|
||||
SECONDARY_ARCHITECTURES="?x86_gcc2 ?x86"
|
||||
@@ -27,7 +27,6 @@ PROVIDES="
|
||||
allegro$secondaryArchSuffix = $portVersion
|
||||
lib:liballeg$secondaryArchSuffix = $portVersion
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
lib:libpng
|
||||
@@ -36,39 +35,6 @@ REQUIRES="
|
||||
lib:libvorbis
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
devel:libpng$secondaryArchSuffix
|
||||
devel:libz
|
||||
devel:libogg
|
||||
devel:libvorbis
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
cmd:gcc$secondaryArchSuffix
|
||||
cmd:ld$secondaryArchSuffix
|
||||
cmd:cmake
|
||||
cmd:make
|
||||
cmd:pkg_config$secondaryArchSuffix
|
||||
"
|
||||
|
||||
PATCHES="allegro-4.4.1.1.patchset"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
cmake . -DCMAKE_INSTALL_PREFIX=$prefix -DDOCDIR=$docDir -DMANDIR=$manDir
|
||||
make $jobArgs
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
make install
|
||||
|
||||
prepareInstalledDevelLibs liballeg libjpgalleg libloadpng liblogg
|
||||
|
||||
packageEntries devel $developDir $binDir
|
||||
}
|
||||
|
||||
PROVIDES_devel="
|
||||
allegro${secondaryArchSuffix}_devel = $portVersion compat >= 4.4
|
||||
devel:liballeg$secondaryArchSuffix = $portVersion compat >= 4.4
|
||||
@@ -87,8 +53,37 @@ PROVIDES_devel="
|
||||
devel:liblogg = $portVersion compat >= 4.4
|
||||
devel:libloadpng = $portVersion compat >= 4.4
|
||||
"
|
||||
|
||||
REQUIRES_devel="
|
||||
haiku$secondaryArchSuffix
|
||||
allegro$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
devel:libpng$secondaryArchSuffix
|
||||
devel:libz
|
||||
devel:libogg
|
||||
devel:libvorbis
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
cmd:gcc$secondaryArchSuffix
|
||||
cmd:ld$secondaryArchSuffix
|
||||
cmd:cmake
|
||||
cmd:make
|
||||
cmd:pkg_config$secondaryArchSuffix
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
cmake . -DCMAKE_INSTALL_PREFIX=$prefix -DDOCDIR=$docDir -DMANDIR=$manDir
|
||||
make $jobArgs
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
make install
|
||||
|
||||
prepareInstalledDevelLibs liballeg libjpgalleg libloadpng liblogg
|
||||
|
||||
packageEntries devel $developDir $binDir
|
||||
}
|
||||
|
||||
@@ -51,7 +51,6 @@ PROVIDES_devel="
|
||||
devel:liblogg$secondaryArchSuffix = $portVersion compat >= 4.4
|
||||
devel:libloadpng$secondaryArchSuffix = $portVersion compat >= 4.4
|
||||
"
|
||||
|
||||
REQUIRES_devel="
|
||||
haiku$secondaryArchSuffix
|
||||
allegro$secondaryArchSuffix == $portVersion base
|
||||
|
||||
@@ -29,21 +29,24 @@ Supported compression formats:
|
||||
* ALAC (Apple Lossless Audio Codec)
|
||||
"
|
||||
HOMEPAGE="http://audiofile.68k.org/"
|
||||
REVISION="1"
|
||||
LICENSE="GNU LGPL v2.1"
|
||||
COPYRIGHT="1998-2013 Michael Pruett, Chris Pirazzi, Scott Porter, Doug Scott"
|
||||
ARCHITECTURES="x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="!x86_gcc2 x86"
|
||||
|
||||
LICENSE="GNU LGPL v2.1"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://audiofile.68k.org/audiofile-0.3.6.tar.gz"
|
||||
CHECKSUM_SHA256="cdc60df19ab08bfe55344395739bb08f50fc15c92da3962fac334d3bff116965"
|
||||
|
||||
ARCHITECTURES="x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="!x86_gcc2 x86"
|
||||
|
||||
PROVIDES="
|
||||
audiofile$secondaryArchSuffix = $portVersion
|
||||
cmd:sfconvert$secondaryArchSuffix
|
||||
cmd:sfinfo$secondaryArchSuffix
|
||||
lib:libaudiofile$secondaryArchSuffix = 1.0.0 compat >= 1
|
||||
"
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
"
|
||||
|
||||
PROVIDES_devel="
|
||||
audiofile${secondaryArchSuffix}_devel = $portVersion
|
||||
@@ -51,14 +54,9 @@ PROVIDES_devel="
|
||||
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:awk
|
||||
cmd:gcc$secondaryArchSuffix
|
||||
|
||||
@@ -2,20 +2,17 @@ SUMMARY="Tools and library for the Better Prortable Graphics format"
|
||||
DESCRIPTION="BPG is an image format based on the HEVC standard that aims to \
|
||||
provide a replacement for the JPEG format with better quality and smaller file\
|
||||
size."
|
||||
|
||||
HOMEPAGE="http://bellard.org/bpg/"
|
||||
COPYRIGHT="2014 Fabrice Bellard"
|
||||
LICENSE="
|
||||
MIT
|
||||
GNU LGPL v2.1
|
||||
"
|
||||
COPYRIGHT="2014 Fabrice Bellard"
|
||||
|
||||
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://bellard.org/bpg/libbpg-0.9.4.tar.gz"
|
||||
CHECKSUM_SHA256="9986d66408f36fb678014bfcbb693c0f8358767719bc05797e4af54fa4237c2a"
|
||||
SOURCE_DIR="libbpg-$portVersion"
|
||||
|
||||
REVISION="1"
|
||||
ARCHITECTURES="!x86_gcc2 x86 ?x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
@@ -24,7 +21,6 @@ PROVIDES="
|
||||
cmd:bpgenc$secondaryArchSuffix
|
||||
cmd:bpgdec$secondaryArchSuffix
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
lib:libpng$secondaryArchSuffix
|
||||
@@ -41,7 +37,6 @@ BUILD_REQUIRES="
|
||||
devel:libpng$secondaryArchSuffix
|
||||
devel:libjpeg$secondaryArchSuffix
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:make
|
||||
cmd:gcc$secondaryArchSuffix
|
||||
|
||||
@@ -8,11 +8,12 @@ a simple, yet powerful, syntax. DevIL can load, save, convert, manipulate, \
|
||||
filter and display a wide variety of image formats.
|
||||
"
|
||||
HOMEPAGE="http://openil.sourceforge.net/"
|
||||
COPYRIGHT="2009 Denton Woods"
|
||||
LICENSE="GNU LGPL v2.1"
|
||||
REVISION="2"
|
||||
SOURCE_URI="http://sourceforge.net/projects/openil/files/DevIL/1.7.8/DevIL-1.7.8.tar.gz"
|
||||
CHECKSUM_SHA256="682ffa3fc894686156337b8ce473c954bf3f4fb0f3ecac159c73db632d28a8fd"
|
||||
REVISION="2"
|
||||
LICENSE="GNU LGPL v2.1"
|
||||
COPYRIGHT="2009 Denton Woods"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
@@ -23,6 +24,16 @@ PROVIDES="
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
"
|
||||
|
||||
PROVIDES_devel="
|
||||
devil${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:libIL$secondaryArchSuffix
|
||||
"
|
||||
REQUIRES_devel="
|
||||
haiku$secondaryArchSuffix
|
||||
devil$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
devel:libjasper$secondaryArchSuffix
|
||||
devel:libjpeg$secondaryArchSuffix
|
||||
@@ -48,7 +59,6 @@ BUILD()
|
||||
make $jobArgs
|
||||
}
|
||||
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
make install
|
||||
@@ -58,18 +68,7 @@ INSTALL()
|
||||
packageEntries devel $developDir
|
||||
}
|
||||
|
||||
|
||||
TEST()
|
||||
{
|
||||
make check
|
||||
}
|
||||
|
||||
|
||||
PROVIDES_devel="
|
||||
devil${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:libIL$secondaryArchSuffix
|
||||
"
|
||||
REQUIRES_devel="
|
||||
haiku$secondaryArchSuffix
|
||||
devil$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
|
||||
@@ -3,15 +3,17 @@ DESCRIPTION="
|
||||
DjVu is a web-centric format and software platform for distributing documents \
|
||||
and images."
|
||||
HOMEPAGE="http://djvulibre.sourceforge.net/"
|
||||
LICENSE="GNU GPL v2"
|
||||
COPYRIGHT="2002 Leon Bottou and Yann Le Cun.
|
||||
2001 AT&T
|
||||
1999-2001 LizardTech, Inc."
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="2"
|
||||
SOURCE_URI="http://downloads.sourceforge.net/project/djvu/DjVuLibre/3.5.25/djvulibre-3.5.25.2.tar.gz"
|
||||
CHECKSUM_SHA256="619becf24cf2b9289d5102a19bb81424f68008f90ded841085f07c32e5d48158"
|
||||
REVISION="2"
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
SOURCE_DIR="djvulibre-3.5.25"
|
||||
PATCHES="djvulibre-3.5.25.patchset"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
PROVIDES="
|
||||
@@ -37,7 +39,6 @@ PROVIDES="
|
||||
cmd:djvuxmlparser$secondaryArchSuffix = $portVersion compat >= 3.5
|
||||
lib:libdjvulibre$secondaryArchSuffix = $portVersion compat >= 3.5
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
lib:libjpeg$secondaryArchSuffix
|
||||
@@ -45,12 +46,19 @@ REQUIRES="
|
||||
lib:libz$secondaryArchSuffix
|
||||
"
|
||||
|
||||
PROVIDES_devel="
|
||||
djvulibre${secondaryArchSuffix}_devel = $portVersion compat >= 3.5
|
||||
devel:libdjvulibre$secondaryArchSuffix = $portVersion compat >= 3.5
|
||||
"
|
||||
REQUIRES_devel="
|
||||
djvulibre$secondaryArchSuffix == $portVersion
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
devel:libjpeg$secondaryArchSuffix
|
||||
devel:libtiff$secondaryArchSuffix
|
||||
devel:libz$secondaryArchSuffix
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
cmd:make
|
||||
@@ -61,19 +69,6 @@ BUILD_PREREQUIRES="
|
||||
cmd:libtool
|
||||
"
|
||||
|
||||
PROVIDES_devel="
|
||||
djvulibre${secondaryArchSuffix}_devel = $portVersion compat >= 3.5
|
||||
devel:libdjvulibre$secondaryArchSuffix = $portVersion compat >= 3.5
|
||||
"
|
||||
|
||||
REQUIRES_devel="
|
||||
djvulibre$secondaryArchSuffix == $portVersion
|
||||
"
|
||||
|
||||
SOURCE_DIR="djvulibre-3.5.25"
|
||||
|
||||
PATCHES="djvulibre-3.5.25.patchset"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
aclocal
|
||||
|
||||
@@ -7,14 +7,14 @@ COPYRIGHT="
|
||||
2001-2009 Henry Maddocks
|
||||
"
|
||||
LICENSE="MIT"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://downloads.sourceforge.net/project/ftgl/FTGL%20Source/2.1.3%7Erc5/ftgl-2.1.3-rc5.tar.gz"
|
||||
CHECKSUM_SHA256="5458d62122454869572d39f8aa85745fc05d5518001bcefa63bd6cbb8d26565b"
|
||||
REVISION="1"
|
||||
PATCHES="ftgl-$portVersion.patchset"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
|
||||
|
||||
PATCHES="ftgl-$portVersion.patchset"
|
||||
|
||||
PROVIDES="
|
||||
ftgl$secondaryArchSuffix = $portVersion compat >= 2
|
||||
lib:libftgl$secondaryArchSuffix = 2.1.3 compat >= 2
|
||||
@@ -29,6 +29,7 @@ REQUIRES="
|
||||
lib:libpng16$secondaryArchSuffix
|
||||
lib:libz$secondaryArchSuffix
|
||||
"
|
||||
|
||||
PROVIDES_devel="
|
||||
ftgl${secondaryArchSuffix}_devel = $portVersion compat >= 1
|
||||
devel:libftgl$secondaryArchSuffix = 2.1.3 compat >= 2
|
||||
@@ -37,6 +38,7 @@ REQUIRES_devel="
|
||||
ftgl$secondaryArchSuffix == $portVersion base
|
||||
devel:libfreetype$secondaryArchSuffix
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
devel:libfreetype$secondaryArchSuffix
|
||||
|
||||
@@ -2,13 +2,12 @@ SUMMARY="A library for the dynamic creation of images"
|
||||
DESCRIPTION="GD is an open source library for the dynamic creation of images \
|
||||
by programmers."
|
||||
HOMEPAGE="http://www.libgd.org"
|
||||
SOURCE_URI="https://bitbucket.org/libgd/gd-libgd/downloads/libgd-$portVersion.tar.xz"
|
||||
SOURCE_DIR="libgd-$portVersion"
|
||||
CHECKSUM_SHA256="9ada1ed45594abc998ebc942cef12b032fbad672e73efc22bc9ff54f5df2b285"
|
||||
COPYRIGHT="1999-2015 Pierre-Alain Joye"
|
||||
LICENSE="Libgd"
|
||||
REVISION="3"
|
||||
|
||||
SOURCE_URI="https://bitbucket.org/libgd/gd-libgd/downloads/libgd-$portVersion.tar.xz"
|
||||
CHECKSUM_SHA256="9ada1ed45594abc998ebc942cef12b032fbad672e73efc22bc9ff54f5df2b285"
|
||||
SOURCE_DIR="libgd-$portVersion"
|
||||
PATCHES="gd-$portVersion.patchset"
|
||||
|
||||
ARCHITECTURES="!x86_gcc2 x86 x86_64"
|
||||
@@ -44,6 +43,7 @@ REQUIRES="
|
||||
lib:libvpx$secondaryArchSuffix
|
||||
lib:libz$secondaryArchSuffix
|
||||
"
|
||||
|
||||
PROVIDES_devel="
|
||||
gd${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:libgd$secondaryArchSuffix = 3.0.0. compat >= 3
|
||||
@@ -61,6 +61,7 @@ REQUIRES_devel="
|
||||
devel:libvpx$secondaryArchSuffix
|
||||
devel:libz$secondaryArchSuffix
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
devel:libfontconfig$secondaryArchSuffix
|
||||
|
||||
@@ -16,7 +16,6 @@ SECONDARY_ARCHITECTURES="x86"
|
||||
PROVIDES="
|
||||
gst_ffmpeg$secondaryArchSuffix = $portVersion
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
gst_plugins_base${secondaryArchSuffix}
|
||||
@@ -40,7 +39,6 @@ BUILD_REQUIRES="
|
||||
devel:libxml2$secondaryArchSuffix
|
||||
devel:liborc_0.4$secondaryArchSuffix
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:gcc$secondaryArchSuffix
|
||||
cmd:ld$secondaryArchSuffix
|
||||
|
||||
@@ -17,7 +17,6 @@ SECONDARY_ARCHITECTURES="x86"
|
||||
PROVIDES="
|
||||
gst_plugins_bad${secondaryArchSuffix} = $portVersion
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
gst_plugins_base${secondaryArchSuffix}
|
||||
@@ -38,6 +37,14 @@ REQUIRES="
|
||||
lib:liborc_0.4$secondaryArchSuffix
|
||||
"
|
||||
|
||||
PROVIDES_devel="
|
||||
gst_plugins_bad${secondaryArchSuffix}_devel = $portVersion
|
||||
"
|
||||
REQUIRES_devel="
|
||||
haiku$secondaryArchSuffix
|
||||
gst_plugins_bad${secondaryArchSuffix}
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
gst_plugins_base${secondaryArchSuffix}_devel
|
||||
@@ -55,7 +62,6 @@ BUILD_REQUIRES="
|
||||
devel:libsdl$secondaryArchSuffix
|
||||
devel:liborc_0.4$secondaryArchSuffix
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:gcc$secondaryArchSuffix
|
||||
cmd:ld$secondaryArchSuffix
|
||||
@@ -73,15 +79,6 @@ BUILD_PREREQUIRES="
|
||||
cmd:which
|
||||
"
|
||||
|
||||
PROVIDES_devel="
|
||||
gst_plugins_bad${secondaryArchSuffix}_devel = $portVersion
|
||||
"
|
||||
|
||||
REQUIRES_devel="
|
||||
haiku$secondaryArchSuffix
|
||||
gst_plugins_bad${secondaryArchSuffix}
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
runConfigure ./configure --disable-examples --disable-debug --disable-nls \
|
||||
|
||||
@@ -18,7 +18,6 @@ SECONDARY_ARCHITECTURES="x86"
|
||||
PROVIDES="
|
||||
gst_plugins_base${secondaryArchSuffix} = $portVersion
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
lib:libgstreamer$secondaryArchSuffix
|
||||
@@ -38,7 +37,6 @@ REQUIRES="
|
||||
PROVIDES_devel="
|
||||
gst_plugins_base${secondaryArchSuffix}_devel = $portVersion
|
||||
"
|
||||
|
||||
REQUIRES_devel="
|
||||
gst_plugins_base${secondaryArchSuffix}
|
||||
haiku$secondaryArchSuffix
|
||||
@@ -56,7 +54,6 @@ BUILD_REQUIRES="
|
||||
devel:libogg$secondaryArchSuffix
|
||||
devel:liborc_0.4$secondaryArchSuffix
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:gcc$secondaryArchSuffix
|
||||
cmd:ld$secondaryArchSuffix
|
||||
|
||||
@@ -17,7 +17,6 @@ SECONDARY_ARCHITECTURES="x86"
|
||||
PROVIDES="
|
||||
gst_plugins_good${secondaryArchSuffix} = $portVersion
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
gst_plugins_base${secondaryArchSuffix}
|
||||
@@ -55,7 +54,6 @@ BUILD_REQUIRES="
|
||||
devel:libsqlite3$secondaryArchSuffix
|
||||
devel:liborc_0.4$secondaryArchSuffix
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:gcc$secondaryArchSuffix
|
||||
cmd:ld$secondaryArchSuffix
|
||||
|
||||
@@ -17,7 +17,6 @@ SECONDARY_ARCHITECTURES="x86"
|
||||
PROVIDES="
|
||||
gst_plugins_ugly${secondaryArchSuffix} = $portVersion
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
gst_plugins_base${secondaryArchSuffix}
|
||||
@@ -55,7 +54,6 @@ BUILD_REQUIRES="
|
||||
devel:libmp3lame$secondaryArchSuffix
|
||||
devel:liborc_0.4$secondaryArchSuffix
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:gcc$secondaryArchSuffix
|
||||
cmd:ld$secondaryArchSuffix
|
||||
|
||||
@@ -22,7 +22,6 @@ PROVIDES="
|
||||
lib:libgstdataprotocol$secondaryArchSuffix = $portVersion
|
||||
lib:libgstnet$secondaryArchSuffix = $portVersion
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
lib:libglib_2.0$secondaryArchSuffix
|
||||
@@ -52,7 +51,6 @@ BUILD_REQUIRES="
|
||||
devel:libxml2$secondaryArchSuffix
|
||||
devel:liborc_0.4$secondaryArchSuffix
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:gcc$secondaryArchSuffix
|
||||
cmd:ld$secondaryArchSuffix
|
||||
|
||||
@@ -20,11 +20,14 @@ C++.
|
||||
|
||||
IM is free software, can be used for public and commercial applications."
|
||||
HOMEPAGE="http://www.tecgraf.puc-rio.br/im/"
|
||||
COPYRIGHT="1994-2012 Tecgraf, PUC-Rio."
|
||||
LICENSE="MIT"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://freefr.dl.sourceforge.net/project/imtoolkit/3.8.1/Docs%20and%20Sources/im-3.8.1_Sources.tar.gz"
|
||||
CHECKSUM_SHA256="bf005ec22d240382dacd047ac4ed82110cfb702f8dc4ce3607059ecec60a78c8"
|
||||
LICENSE="MIT"
|
||||
COPYRIGHT="1994-2012 Tecgraf, PUC-Rio."
|
||||
REVISION="1"
|
||||
SOURCE_DIR="im"
|
||||
PATCHES="im-3.8.patchset"
|
||||
|
||||
ARCHITECTURES="x86_gcc2"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
@@ -52,6 +55,7 @@ REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
lib:libz$secondaryArchSuffix
|
||||
"
|
||||
|
||||
PROVIDES_devel="
|
||||
im${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:libim$secondaryArchSuffix = $portVersion
|
||||
@@ -75,6 +79,7 @@ PROVIDES_devel="
|
||||
REQUIRES_devel="
|
||||
im$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
devel:liblua$secondaryArchSuffix
|
||||
devel:libz$secondaryArchSuffix
|
||||
@@ -87,9 +92,6 @@ BUILD_PREREQUIRES="
|
||||
cmd:which
|
||||
"
|
||||
|
||||
SOURCE_DIR="im"
|
||||
PATCHES="im-3.8.patchset"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
cd src
|
||||
|
||||
@@ -7,11 +7,14 @@ paper documents. In this domain it is very efficient, offering compression \
|
||||
ratios on the order of 100:1.
|
||||
"
|
||||
HOMEPAGE="http://jbig2dec.sourceforge.net/"
|
||||
COPYRIGHT="2001-2009 Artifex Software, Inc."
|
||||
LICENSE="GNU GPL v3"
|
||||
REVISION="2"
|
||||
SOURCE_URI="http://sourceforge.net/projects/jbig2dec/files/jbig2dec/0.11/jbig2dec-0.11.tar.gz"
|
||||
CHECKSUM_SHA256="7e2d8330b36f2765da22043d174827bee0f30db8d78c330904f363275c7dd0b9"
|
||||
LICENSE="GNU GPL v3"
|
||||
COPYRIGHT="2001-2009 Artifex Software, Inc."
|
||||
REVISION="2"
|
||||
SOURCE_DIR="jbig2dec-0.11"
|
||||
PATCHES="jbig2dec-0.11.patchset"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
@@ -20,11 +23,17 @@ PROVIDES="
|
||||
cmd:jbig2dec$secondaryArchSuffix = $portVersion compat >= 0
|
||||
lib:libjbig2dec$secondaryArchSuffix = $portVersion compat >= 0
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
"
|
||||
|
||||
PROVIDES_devel="
|
||||
jbig2dec${secondaryArchSuffix}_devel = $portVersion compat >= 0
|
||||
devel:libjbig2dec$secondaryArchSuffix = $portVersion compat >= 0
|
||||
"
|
||||
REQUIRES_devel="
|
||||
jbig2dec$secondaryArchSuffix == $portVersion
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
cmd:libtoolize
|
||||
@@ -37,19 +46,6 @@ BUILD_PREREQUIRES="
|
||||
cmd:ar$secondaryArchSuffix
|
||||
"
|
||||
|
||||
PROVIDES_devel="
|
||||
jbig2dec${secondaryArchSuffix}_devel = $portVersion compat >= 0
|
||||
devel:libjbig2dec$secondaryArchSuffix = $portVersion compat >= 0
|
||||
"
|
||||
|
||||
REQUIRES_devel="
|
||||
jbig2dec$secondaryArchSuffix == $portVersion
|
||||
"
|
||||
|
||||
PATCHES="jbig2dec-0.11.patchset"
|
||||
|
||||
SOURCE_DIR="jbig2dec-0.11"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
libtoolize --force --copy --install
|
||||
|
||||
@@ -1,9 +1,13 @@
|
||||
SUMMARY="CDDB access library"
|
||||
DESCRIPTION="A library for accessing a CDDB server"
|
||||
HOMEPAGE="http://libcddb.sourceforge.net"
|
||||
COPYRIGHT="2003-2005 Kris Verbeeck"
|
||||
LICENSE="GNU LGPL v2"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://prdownloads.sourceforge.net/libcddb/libcddb-1.3.2.tar.bz2"
|
||||
CHECKSUM_SHA256="35ce0ee1741ea38def304ddfe84a958901413aa829698357f0bee5bb8f0a223b"
|
||||
REVISION="1"
|
||||
PATCHES="libcddb-$portVersion.patchset"
|
||||
|
||||
ARCHITECTURES="x86 x86_gcc2 ?x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
@@ -12,17 +16,23 @@ PROVIDES="
|
||||
cmd:cddb_query$secondaryArchSuffix
|
||||
lib:libcddb$secondaryArchSuffix
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku${secondaryArchSuffix}
|
||||
lib:libintl$secondaryArchSuffix
|
||||
lib:libiconv$secondaryArchSuffix
|
||||
"
|
||||
|
||||
PROVIDES_devel="
|
||||
libcddb${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:libcddb$secondaryArchSuffix = $portVersion
|
||||
"
|
||||
REQUIRES_devel="
|
||||
libcddb$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
devel:libiconv$secondaryArchSuffix
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
cmd:aclocal
|
||||
@@ -41,8 +51,6 @@ PATCH()
|
||||
sed -i "s,AM_CONFIG_HEADER,AC_CONFIG_HEADERS," configure.ac
|
||||
}
|
||||
|
||||
PATCHES="libcddb-$portVersion.patchset"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
libtoolize --force --copy --install
|
||||
@@ -66,15 +74,3 @@ TEST()
|
||||
mkdir -p `finddir B_USER_CACHE_DIRECTORY`/.cddbslave
|
||||
make check
|
||||
}
|
||||
|
||||
LICENSE="GNU LGPL v2"
|
||||
COPYRIGHT="2003-2005 Kris Verbeeck"
|
||||
|
||||
PROVIDES_devel="
|
||||
libcddb${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:libcddb$secondaryArchSuffix = $portVersion
|
||||
"
|
||||
|
||||
REQUIRES_devel="
|
||||
libcddb$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
|
||||
@@ -4,11 +4,12 @@ Development library geared towards developers who wish to add cover art \
|
||||
capabilites to their applications.
|
||||
"
|
||||
HOMEPAGE="http://musicbrainz.org/doc/libcoverart"
|
||||
COPYRIGHT="2012 Andrew Hawkins"
|
||||
LICENSE="GNU LGPL v2"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://github.com/downloads/metabrainz/libcoverart/libcoverart-1.0.0.tar.gz"
|
||||
CHECKSUM_SHA256="e4cb78939003a4b5e5c4db68e42e86fbbbea5e69d3166b43ca01a7065916a121"
|
||||
LICENSE="GNU LGPL v2"
|
||||
COPYRIGHT="2012 Andrew Hawkins"
|
||||
REVISION="1"
|
||||
SOURCE_DIR="libcoverart-{PROJECT_VERSION}"
|
||||
|
||||
ARCHITECTURES="?x86_gcc2 ?x86 ?x86_64"
|
||||
SECONDARY_ARCHITECTURES="?x86"
|
||||
@@ -17,18 +18,24 @@ PROVIDES="
|
||||
libcoverart = $portVersion
|
||||
lib:libcoverart$secondaryArchSuffix = $portVersion
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
lib:libjansson$secondaryArchSuffix
|
||||
lib:libneon$secondaryArchSuffix
|
||||
"
|
||||
|
||||
PROVIDES_devel="
|
||||
libcoverart${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:libcoverart$secondaryArchSuffix = $portVersion
|
||||
"
|
||||
REQUIRES_devel="
|
||||
libcoverart$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
devel:libjansson$secondaryArchSuffix
|
||||
devel:libneon$secondaryArchSuffix
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
cmd:cmake
|
||||
@@ -37,8 +44,6 @@ BUILD_PREREQUIRES="
|
||||
cmd:pkg_config$secondaryArchSuffix
|
||||
"
|
||||
|
||||
SOURCE_DIR="libcoverart-{PROJECT_VERSION}"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
cmake .
|
||||
@@ -61,12 +66,3 @@ TEST()
|
||||
cd tests
|
||||
./test
|
||||
}
|
||||
|
||||
PROVIDES_devel="
|
||||
libcoverart${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:libcoverart$secondaryArchSuffix = $portVersion
|
||||
"
|
||||
|
||||
REQUIRES_devel="
|
||||
libcoverart$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
|
||||
@@ -1,42 +1,39 @@
|
||||
SUMMARY="Cue File library from Musepack"
|
||||
DESCRIPTION="A library to work with CUE files
|
||||
"
|
||||
HOMEPAGE="https://www.musepack.net"
|
||||
COPYRIGHT="1997-2011 Musepack Project"
|
||||
LICENSE="GNU LGPL v2.1"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://files.musepack.net/source/libcuefile_r475.tar.gz"
|
||||
CHECKSUM_SHA256="b681ca6772b3f64010d24de57361faecf426ee6182f5969fcf29b3f649133fe7"
|
||||
SOURCE_DIR="libcuefile_r475"
|
||||
PATCHES="libcuefile-$portVersion.patchset"
|
||||
|
||||
ARCHITECTURES="x86_gcc2"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
REVISION="1"
|
||||
HOMEPAGE="https://www.musepack.net"
|
||||
LICENSE="GNU LGPL v2.1"
|
||||
COPYRIGHT="1997-2011 Musepack Project"
|
||||
|
||||
SOURCE_URI="http://files.musepack.net/source/libcuefile_r475.tar.gz"
|
||||
SOURCE_DIR="libcuefile_r475"
|
||||
CHECKSUM_SHA256="b681ca6772b3f64010d24de57361faecf426ee6182f5969fcf29b3f649133fe7"
|
||||
PATCHES="libcuefile-$portVersion.patchset"
|
||||
|
||||
PROVIDES="
|
||||
libcuefile$secondaryArchSuffix = $portVersion
|
||||
lib:libcuefile$secondaryArchSuffix = 0.0.0 compat = 0
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
cmd:cmake
|
||||
cmd:gcc$secondaryArchSuffix
|
||||
cmd:make
|
||||
"
|
||||
|
||||
PROVIDES_devel="
|
||||
libcuefile${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:libcuefile$secondaryArchSuffix
|
||||
"
|
||||
|
||||
REQUIRES_devel="
|
||||
libcuefile$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
cmd:cmake
|
||||
cmd:gcc$secondaryArchSuffix
|
||||
cmd:make
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
|
||||
@@ -20,6 +20,14 @@ REQUIRES="
|
||||
haiku
|
||||
"
|
||||
|
||||
PROVIDES_devel="
|
||||
libfpx$_devel=$portVersion
|
||||
devel:libfpx=$portVersion
|
||||
"
|
||||
REQUIRES_devel="
|
||||
libfpx == $portVersion base
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
cmd:awk
|
||||
@@ -27,14 +35,6 @@ BUILD_REQUIRES="
|
||||
cmd:make
|
||||
"
|
||||
|
||||
REQUIRES_devel="
|
||||
libfpx == $portVersion base
|
||||
"
|
||||
PROVIDES_devel="
|
||||
libfpx$_devel=$portVersion
|
||||
devel:libfpx=$portVersion
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
runConfigure ./configure --disable-dependency-tracking CPPFLAGS=-D__linux__
|
||||
|
||||
@@ -6,7 +6,6 @@ COPYRIGHT="Fridrich Strba, David Tardon"
|
||||
LICENSE="MPL v2.0"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://dev-www.libreoffice.org/src/libfreehand/libfreehand-$portVersion.tar.bz2"
|
||||
|
||||
CHECKSUM_SHA256="c69962d5947561afeefeee71bc78ba7419e9d9b0fea8bcef2f625be867afe307"
|
||||
|
||||
ARCHITECTURES="!x86_gcc2 x86 ?x86_64"
|
||||
|
||||
@@ -9,9 +9,9 @@ to client (programs that call libgphoto2)."
|
||||
HOMEPAGE="http://www.gphoto.org/"
|
||||
COPYRIGHT="The gphoto2 team"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://sourceforge.net/projects/gphoto/files/libgphoto2-$portVersion.tar.bz2"
|
||||
CHECKSUM_SHA256="031a262e342fae43f724afe66787947ce1fb483277dfe5a8cf1fbe92c58e27b6"
|
||||
REVISION="1"
|
||||
|
||||
ARCHITECTURES="?x86 ?x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
@@ -2,14 +2,6 @@ SUMMARY="Lightweight OSC (Open Sound Control) Implementation"
|
||||
DESCRIPTION="liblo is a lightweight library that provides an easy to use \
|
||||
implementation of the OSC protocol."
|
||||
HOMEPAGE="http://plugin.org.uk/liblo"
|
||||
LICENSE="GNU LGPL v2.1"
|
||||
REVISION="1"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
|
||||
|
||||
SOURCE_URI="http://prdownloads.sourceforge.net/liblo/liblo-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="da94a9b67b93625354dd89ff7fe31e5297fc9400b6eaf7378c82ee1caf7db909"
|
||||
COPYRIGHT="
|
||||
2008-2012 Stephen Sinclair
|
||||
2008 Kentaro Fukuchi
|
||||
@@ -17,8 +9,15 @@ COPYRIGHT="
|
||||
2005 Martin Habets
|
||||
2005-2006 Steve Harris
|
||||
"
|
||||
LICENSE="GNU LGPL v2.1"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://prdownloads.sourceforge.net/liblo/liblo-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="da94a9b67b93625354dd89ff7fe31e5297fc9400b6eaf7378c82ee1caf7db909"
|
||||
PATCHES="liblo-$portVersion.patchset"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
|
||||
|
||||
PROVIDES="
|
||||
liblo$secondaryArchSuffix = $portVersion compat >= 0
|
||||
cmd:oscdump
|
||||
@@ -28,6 +27,7 @@ PROVIDES="
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
"
|
||||
|
||||
PROVIDES_devel="
|
||||
liblo${secondaryArchSuffix}_devel = $portVersion compat >= 0
|
||||
devel:liblo$secondaryArchSuffix = 7.2.0 compat >= 7
|
||||
@@ -35,6 +35,7 @@ PROVIDES_devel="
|
||||
REQUIRES_devel="
|
||||
liblo$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
"
|
||||
|
||||
@@ -3,17 +3,16 @@ DESCRIPTION="Libmetalink is a library to read Metalink XML download \
|
||||
description format. It supports Metalink version 3 and Metalink version 4 \
|
||||
(RFC 5854)."
|
||||
HOMEPAGE="http://launchpad.net/libmetalink"
|
||||
COPYRIGHT="2008 Tatsuhiro Tsujikawa"
|
||||
LICENSE="MIT"
|
||||
REVISION="2"
|
||||
SOURCE_URI="https://launchpad.net/libmetalink/trunk/packagingfix/+download/libmetalink-$portVersion.tar.bz2"
|
||||
CHECKSUM_SHA256="cbed9121bf550ef14a434d6ed3d8806ded7a339db16b698cfa2f39fdc3d48bf6"
|
||||
PATCHES="libmetalink-$portVersion.patchset"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
|
||||
|
||||
SOURCE_URI="https://launchpad.net/libmetalink/trunk/packagingfix/+download/libmetalink-$portVersion.tar.bz2"
|
||||
CHECKSUM_SHA256="cbed9121bf550ef14a434d6ed3d8806ded7a339db16b698cfa2f39fdc3d48bf6"
|
||||
COPYRIGHT="2008 Tatsuhiro Tsujikawa"
|
||||
PATCHES="libmetalink-$portVersion.patchset"
|
||||
|
||||
PROVIDES="
|
||||
libmetalink$secondaryArchSuffix = $portVersion compat >= 0
|
||||
lib:libmetalink$secondaryArchSuffix = 3.0.0 compat >= 3
|
||||
@@ -22,6 +21,7 @@ REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
lib:libexpat$secondaryArchSuffix
|
||||
"
|
||||
|
||||
PROVIDES_devel="
|
||||
libmetalink${secondaryArchSuffix}_devel = $portVersion compat >= 0
|
||||
devel:libmetalink$secondaryArchSuffix = 3.0.0 compat >= 3
|
||||
@@ -29,6 +29,7 @@ PROVIDES_devel="
|
||||
REQUIRES_devel="
|
||||
libmetalink$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
devel:libexpat$secondaryArchSuffix
|
||||
|
||||
@@ -2,16 +2,15 @@ SUMMARY="Reads and writes MNG images"
|
||||
DESCRIPTION="LibMNG reads and writes MNG format image files, a PNG-like image \
|
||||
format supporting multiple image, animation and transparent JPEG."
|
||||
HOMEPAGE="http://www.libmng.com"
|
||||
COPYRIGHT="2000-2007 Gerard Juyn"
|
||||
LICENSE="LIBMNG"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://sourceforge.net/projects/libmng/files/libmng-devel/$portVersion/libmng-$portVersion.tar.xz"
|
||||
CHECKSUM_SHA256="4a462fdd48d4bc82c1d7a21106c8a18b62f8cc0042454323058e6da0dbb57dd3"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
|
||||
|
||||
SOURCE_URI="http://sourceforge.net/projects/libmng/files/libmng-devel/$portVersion/libmng-$portVersion.tar.xz"
|
||||
CHECKSUM_SHA256="4a462fdd48d4bc82c1d7a21106c8a18b62f8cc0042454323058e6da0dbb57dd3"
|
||||
COPYRIGHT="2000-2007 Gerard Juyn"
|
||||
|
||||
PROVIDES="
|
||||
libmng$secondaryArchSuffix = $portVersion compat >= 2.0
|
||||
lib:libmng$secondaryArchSuffix = 2.0.2 compat >= 2
|
||||
@@ -21,6 +20,7 @@ REQUIRES="
|
||||
lib:libjpeg$secondaryArchSuffix
|
||||
lib:libz$secondaryArchSuffix
|
||||
"
|
||||
|
||||
PROVIDES_devel="
|
||||
libmng${secondaryArchSuffix}_devel = $portVersion compat >= 2.0
|
||||
devel:libmng$secondaryArchSuffix = 2.0.2 compat >= 2
|
||||
@@ -28,6 +28,7 @@ PROVIDES_devel="
|
||||
REQUIRES_devel="
|
||||
libmng$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
devel:libjpeg$secondaryArchSuffix
|
||||
|
||||
@@ -4,8 +4,8 @@ HOMEPAGE="http://www.netsurf-browser.org/projects/libnsbmp/"
|
||||
COPYRIGHT="2006 Richard Wilson, 2008 - 2013 Sean Fox"
|
||||
LICENSE="MIT"
|
||||
REVISION="2"
|
||||
CHECKSUM_SHA256="969ba1c4f778b6ecee5fd834a6206c97b49885673389260fef1043dfca2968b1"
|
||||
SOURCE_URI="http://download.netsurf-browser.org/libs/releases/libnsbmp-$portVersion-src.tar.gz"
|
||||
CHECKSUM_SHA256="969ba1c4f778b6ecee5fd834a6206c97b49885673389260fef1043dfca2968b1"
|
||||
PATCHES="libnsbmp-0.1.1.patchset"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
|
||||
@@ -6,8 +6,8 @@ COPYRIGHT="1997-2011 Musepack Project"
|
||||
LICENSE="GNU LGPL v2.1"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://files.musepack.net/source/libreplaygain_r475.tar.gz"
|
||||
SOURCE_DIR="libreplaygain_r475"
|
||||
CHECKSUM_SHA256="8258bf785547ac2cda43bb195e07522f0a3682f55abe97753c974609ec232482"
|
||||
SOURCE_DIR="libreplaygain_r475"
|
||||
|
||||
ARCHITECTURES="x86_gcc2"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
@@ -20,7 +20,6 @@ PATCHES="libsamplerate-$portVersion.patchset"
|
||||
ARCHITECTURES="!x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
|
||||
PROVIDES="
|
||||
libsamplerate$secondaryArchSuffix = $portVersion compat >= 0
|
||||
cmd:sndfile_resample$secondaryArchSuffix
|
||||
|
||||
@@ -11,18 +11,17 @@ tempo (speed).
|
||||
Playback Rate : Changes both tempo and pitch together as if a vinyl disc was \
|
||||
played at different RPM rate."
|
||||
HOMEPAGE="http://www.surina.net/soundtouch"
|
||||
COPYRIGHT="2001-2014 Olli Parviainen"
|
||||
LICENSE="GNU LGPL v2.1"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://www.surina.net/soundtouch/soundtouch-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="caeb86511e81420eeb454cb5db53f56d96b8451d37d89af6e55b12eb4da1c513"
|
||||
SOURCE_DIR="soundtouch"
|
||||
PATCHES="libsoundtouch-$portVersion.patchset"
|
||||
|
||||
ARCHITECTURES="!x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
SOURCE_URI="http://www.surina.net/soundtouch/soundtouch-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="caeb86511e81420eeb454cb5db53f56d96b8451d37d89af6e55b12eb4da1c513"
|
||||
COPYRIGHT="2001-2014 Olli Parviainen"
|
||||
SOURCE_DIR="soundtouch"
|
||||
PATCHES="libsoundtouch-$portVersion.patchset"
|
||||
|
||||
PROVIDES="
|
||||
libsoundtouch$secondaryArchSuffix = $portVersion compat >= 1
|
||||
cmd:soundstretch$secondaryArchSuffix
|
||||
@@ -31,6 +30,7 @@ PROVIDES="
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
"
|
||||
|
||||
PROVIDES_devel="
|
||||
libsoundtouch${secondaryArchSuffix}_devel = $portVersion compat >= 1
|
||||
devel:libSoundTouch$secondaryArchSuffix = 1.0.0 compat >= 1
|
||||
@@ -38,6 +38,7 @@ PROVIDES_devel="
|
||||
REQUIRES_devel="
|
||||
libsoundtouch$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
"
|
||||
|
||||
@@ -5,17 +5,17 @@ DESCRIPTION="
|
||||
libreoffice.
|
||||
"
|
||||
HOMEPAGE="http://www.freedesktop.org/wiki/Software/libvisio/"
|
||||
SOURCE_URI="http://dev-www.libreoffice.org/src/libvisio-0.0.31.tar.gz"
|
||||
COPYRIGHT="
|
||||
2011 Fridrich Strba
|
||||
2011 Eilidh McAdam
|
||||
"
|
||||
LICENSE="
|
||||
GNU GPL v2
|
||||
GNU LGPL v2.1
|
||||
MPL v1.1
|
||||
"
|
||||
COPYRIGHT="
|
||||
2011 Fridrich Strba
|
||||
2011 Eilidh McAdam
|
||||
"
|
||||
REVISION="2"
|
||||
SOURCE_URI="http://dev-www.libreoffice.org/src/libvisio-0.0.31.tar.gz"
|
||||
CHECKSUM_SHA256="4805b530eb79a9817d5daa3f069ef24959f439c0c0c80f12d30f9bc67b00cf90"
|
||||
|
||||
ARCHITECTURES="!x86_gcc2 x86 ?x86_64"
|
||||
@@ -41,6 +41,15 @@ REQUIRES="
|
||||
lib:libxml2$secondaryArchSuffix
|
||||
lib:libz$secondaryArchSuffix
|
||||
"
|
||||
|
||||
PROVIDES_devel="
|
||||
libvisio${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:libvisio_0.0$secondaryArchSuffix = $portVersion compat >= 0
|
||||
"
|
||||
REQUIRES_devel="
|
||||
$portName$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
boost${secondaryArchSuffix}_devel >= 1.36
|
||||
devel:libicui18n$secondaryArchSuffix
|
||||
@@ -86,11 +95,3 @@ INSTALL()
|
||||
|
||||
packageEntries devel $developDir
|
||||
}
|
||||
|
||||
PROVIDES_devel="
|
||||
libvisio${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:libvisio_0.0$secondaryArchSuffix = $portVersion compat >= 0
|
||||
"
|
||||
REQUIRES_devel="
|
||||
$portName$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
|
||||
@@ -2,14 +2,14 @@ SUMMARY="Lookup capabilities for music files"
|
||||
DESCRIPTION="The MusicBrainz Client Library (libmusicbrainz), also known as \
|
||||
mb_client, is a development library geared towards developers who wish to \
|
||||
add MusicBrainz lookup capabilities to their applications."
|
||||
|
||||
REVISION="2"
|
||||
HOMEPAGE="http://musicbrainz.org/doc/libmusicbrainz"
|
||||
SOURCE_URI="https://github.com/metabrainz/libmusicbrainz/releases/download/release-5.1.0/libmusicbrainz-5.1.0.tar.gz"
|
||||
CHECKSUM_SHA256="6749259e89bbb273f3f5ad7acdffb7c47a2cf8fcaeab4c4695484cef5f4c6b46"
|
||||
|
||||
COPYRIGHT="2012 Andrew Hawkins"
|
||||
LICENSE="GNU LGPL v2.1"
|
||||
REVISION="2"
|
||||
SOURCE_URI="https://github.com/metabrainz/libmusicbrainz/releases/download/release-5.1.0/libmusicbrainz-5.1.0.tar.gz"
|
||||
CHECKSUM_SHA256="6749259e89bbb273f3f5ad7acdffb7c47a2cf8fcaeab4c4695484cef5f4c6b46"
|
||||
SOURCE_DIR="libmusicbrainz-$portVersion"
|
||||
PATCHES="musicbrainz-5.1.0.patchset"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 ?x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
@@ -23,6 +23,15 @@ REQUIRES="
|
||||
lib:libneon$secondaryArchSuffix
|
||||
lib:libxml2$secondaryArchSuffix
|
||||
"
|
||||
|
||||
PROVIDES_devel="
|
||||
musicbrainz${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:libmusicbrainz5$secondaryArchSuffix = $portVersion
|
||||
"
|
||||
REQUIRES_devel="
|
||||
musicbrainz$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
devel:libneon$secondaryArchSuffix
|
||||
devel:libxml2$secondaryArchSuffix
|
||||
@@ -35,16 +44,14 @@ BUILD_PREREQUIRES="
|
||||
cmd:pkg_config$secondaryArchSuffix
|
||||
"
|
||||
|
||||
PATCHES="musicbrainz-5.1.0.patchset"
|
||||
|
||||
SOURCE_DIR="libmusicbrainz-$portVersion"
|
||||
|
||||
BUILD() {
|
||||
BUILD()
|
||||
{
|
||||
cmake . -DCMAKE_INSTALL_PREFIX=$prefix
|
||||
make
|
||||
}
|
||||
|
||||
INSTALL() {
|
||||
INSTALL()
|
||||
{
|
||||
make install
|
||||
|
||||
prepareInstalledDevelLibs libmusicbrainz5
|
||||
@@ -53,11 +60,3 @@ INSTALL() {
|
||||
packageEntries devel \
|
||||
$developDir
|
||||
}
|
||||
|
||||
PROVIDES_devel="
|
||||
musicbrainz${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:libmusicbrainz5$secondaryArchSuffix = $portVersion
|
||||
"
|
||||
REQUIRES_devel="
|
||||
musicbrainz$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
|
||||
@@ -24,6 +24,17 @@ PROVIDES="
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
"
|
||||
|
||||
PROVIDES_devel="
|
||||
openal${secondaryArchSuffix}_devel = $portVersion compat >= 1
|
||||
devel:libopenal$secondaryArchSuffix = 1.13.0 compat >= 0
|
||||
cmd:openal_info$secondaryArchSuffix
|
||||
"
|
||||
REQUIRES_devel="
|
||||
haiku$secondaryArchSuffix
|
||||
lib:libopenal$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
"
|
||||
@@ -59,13 +70,3 @@ INSTALL()
|
||||
$developDir \
|
||||
$binDir
|
||||
}
|
||||
|
||||
PROVIDES_devel="
|
||||
openal${secondaryArchSuffix}_devel = $portVersion compat >= 1
|
||||
devel:libopenal$secondaryArchSuffix = 1.13.0 compat >= 0
|
||||
cmd:openal_info$secondaryArchSuffix
|
||||
"
|
||||
REQUIRES_devel="
|
||||
haiku$secondaryArchSuffix
|
||||
lib:libopenal$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
|
||||
@@ -42,7 +42,6 @@ PROVIDES="
|
||||
lib:libopenjpeg_JPWL$secondaryArchSuffix = $portVersion compat >= 1.5.0
|
||||
lib:libopenjpip_local$secondaryArchSuffix = $portVersion compat >= 1.5.0
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
lib:libz$secondaryArchSuffix
|
||||
@@ -50,12 +49,21 @@ REQUIRES="
|
||||
lib:libtiff$secondaryArchSuffix
|
||||
"
|
||||
|
||||
PROVIDES_devel="
|
||||
openjpeg${secondaryArchSuffix}_devel = $portVersion compat >= 1.5.0
|
||||
devel:libopenjpeg$secondaryArchSuffix = $portVersion compat >= 1.5.0
|
||||
devel:libopenjpeg_JPWL$secondaryArchSuffix = $portVersion compat >= 1.5.0
|
||||
devel:libopenjpip_local$secondaryArchSuffix = $portVersion compat >= 1.5.0
|
||||
"
|
||||
REQUIRES_devel="
|
||||
openjpeg$secondaryArchSuffix == $portVersion
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
devel:libz$secondaryArchSuffix
|
||||
devel:libpng$secondaryArchSuffix
|
||||
devel:libtiff$secondaryArchSuffix
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
cmd:autoconf
|
||||
@@ -66,17 +74,6 @@ BUILD_PREREQUIRES="
|
||||
cmd:gcc$secondaryArchSuffix
|
||||
"
|
||||
|
||||
PROVIDES_devel="
|
||||
openjpeg${secondaryArchSuffix}_devel = $portVersion compat >= 1.5.0
|
||||
devel:libopenjpeg$secondaryArchSuffix = $portVersion compat >= 1.5.0
|
||||
devel:libopenjpeg_JPWL$secondaryArchSuffix = $portVersion compat >= 1.5.0
|
||||
devel:libopenjpip_local$secondaryArchSuffix = $portVersion compat >= 1.5.0
|
||||
"
|
||||
|
||||
REQUIRES_devel="
|
||||
openjpeg$secondaryArchSuffix == $portVersion
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
./bootstrap.sh
|
||||
|
||||
@@ -30,12 +30,11 @@ LICENSE="BSD (3-clause)"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://downloads.xiph.org/releases/opus/opus-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="0e290078e31211baa7b5886bcc8ab6bc048b9fc83882532da4a1a45e58e907fd"
|
||||
PATCHES="opus-$portVersion.patchset"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
|
||||
|
||||
PATCHES="opus-$portVersion.patchset"
|
||||
|
||||
PROVIDES="
|
||||
opus$secondaryArchSuffix = $portVersion compat >= 1
|
||||
lib:libopus$secondaryArchSuffix = 0.5.2 compat >= 0
|
||||
|
||||
@@ -12,9 +12,9 @@ windows systems."
|
||||
HOMEPAGE="http://www.opus-codec.org"
|
||||
COPYRIGHT="2001-2014 Xiph.org"
|
||||
LICENSE="BSD (3-clause)"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://downloads.xiph.org/releases/opus/opusfile-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="9e2bed13bc729058591a0f1cab2505e8cfd8e7ac460bf10a78bcc3b125e7c301"
|
||||
REVISION="1"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
|
||||
|
||||
@@ -18,7 +18,6 @@ PROVIDES="
|
||||
lib:libparagui_1.1 = 8.0.0 compat = 8
|
||||
lib:libparagui
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku
|
||||
lib:libexpat
|
||||
@@ -35,7 +34,6 @@ PROVIDES_devel="
|
||||
devel:libparagui_1.1 = 8.0.0 compat = 8
|
||||
devel:libparagui
|
||||
"
|
||||
|
||||
REQUIRES_devel="
|
||||
paragui$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
@@ -48,7 +46,6 @@ BUILD_REQUIRES="
|
||||
devel:libexpat$secondaryArchSuffix
|
||||
devel:libphysfs$secondaryArchSuffix
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:gcc$secondaryArchSuffix
|
||||
cmd:autoconf
|
||||
|
||||
@@ -3,12 +3,12 @@ DESCRIPTION="
|
||||
Port Audio is a free, cross-platform, audio I/O library.
|
||||
"
|
||||
HOMEPAGE="http://portaudio.com"
|
||||
COPYRIGHT="1999-2011 Ross Bencina and Phil Burk"
|
||||
LICENSE="MIT"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://portaudio.com/archives/pa_stable_v19_20111121.tgz"
|
||||
CHECKSUM_SHA256="9c26d1330d506496789edafe55b0386f20d83c4aa2c0e3f81fbeb0f114ab1b99"
|
||||
LICENSE="MIT"
|
||||
COPYRIGHT="1999-2011 Ross Bencina and Phil Burk"
|
||||
|
||||
REVISION="1"
|
||||
SOURCE_DIR="portaudio"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
|
||||
@@ -17,17 +17,16 @@ PROVIDES="
|
||||
portaudio$secondaryArchSuffix = $portVersion
|
||||
lib:libportaudio$secondaryArchSuffix = 19
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
cmd:cmake
|
||||
cmd:gcc${secondaryArchSuffix}
|
||||
cmd:ld${secondaryArchSuffix}
|
||||
cmd:make
|
||||
PROVIDES_devel="
|
||||
devel:libportaudio = 19
|
||||
devel:libportaudio_static = 19
|
||||
"
|
||||
REQUIRES_devel="
|
||||
libportaudio == $portVersion base
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
@@ -35,8 +34,13 @@ BUILD_REQUIRES="
|
||||
cmd:cmake
|
||||
cmd:make
|
||||
"
|
||||
|
||||
SOURCE_DIR="portaudio"
|
||||
BUILD_PREREQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
cmd:cmake
|
||||
cmd:gcc${secondaryArchSuffix}
|
||||
cmd:ld${secondaryArchSuffix}
|
||||
cmd:make
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
@@ -62,12 +66,3 @@ INSTALL()
|
||||
packageEntries devel \
|
||||
$developDir
|
||||
}
|
||||
|
||||
PROVIDES_devel="
|
||||
devel:libportaudio = 19
|
||||
devel:libportaudio_static = 19
|
||||
"
|
||||
|
||||
REQUIRES_devel="
|
||||
libportaudio == $portVersion base
|
||||
"
|
||||
|
||||
@@ -5,11 +5,11 @@ basic drawing routines such as lines, circles or polygons and SDL_rotozoom \
|
||||
which implemented a interpolating rotozoomer for SDL_surfaces.
|
||||
"
|
||||
HOMEPAGE="http://www.ferzkopp.net/joomla/content/view/19/14/"
|
||||
COPYRIGHT="1999-2012 A. Schiffler"
|
||||
LICENSE="Zlib"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://www.ferzkopp.net/Software/SDL2_gfx/SDL2_gfx-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="d69bcbceb811b4e5712fbad3ede737166327f44b727f1388c32581dbbe8c599a"
|
||||
LICENSE="Zlib"
|
||||
COPYRIGHT="1999-2012 A. Schiffler"
|
||||
REVISION="1"
|
||||
SOURCE_DIR="SDL2_gfx-$portVersion"
|
||||
|
||||
ARCHITECTURES="x86 x86_gcc2 x86_64"
|
||||
@@ -23,6 +23,7 @@ REQUIRES="
|
||||
lib:libsdl2
|
||||
lib:libgl
|
||||
"
|
||||
|
||||
PROVIDES_devel="
|
||||
sdl2_gfx_devel = $portVersion compat >= 1
|
||||
devel:libsdl2_gfx
|
||||
@@ -30,6 +31,7 @@ PROVIDES_devel="
|
||||
REQUIRES_devel="
|
||||
sdl2_gfx == $portVersion base
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
devel:libsdl2
|
||||
|
||||
@@ -7,11 +7,12 @@ to include those shared libraries. libpng depends on libz, and libtiff depends \
|
||||
on both libz and libjpeg.
|
||||
"
|
||||
HOMEPAGE="http://www.libsdl.org/projects/SDL_image"
|
||||
COPYRIGHT="1997-2013 Sam Lantinga"
|
||||
LICENSE="Zlib"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://www.libsdl.org/projects/SDL_image/release/SDL2_image-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="b29815c73b17633baca9f07113e8ac476ae66412dec0d29a5045825c27a47234"
|
||||
REVISION="1"
|
||||
LICENSE="Zlib"
|
||||
COPYRIGHT="1997-2013 Sam Lantinga"
|
||||
SOURCE_DIR="SDL2_image-$portVersion"
|
||||
|
||||
ARCHITECTURES="x86 x86_gcc2 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86 x86_gcc2"
|
||||
@@ -21,7 +22,6 @@ PROVIDES="
|
||||
lib:libSDL2_image${secondaryArchSuffix} = $portVersion compat >= 2
|
||||
lib:libSDL2_image_2.0${secondaryArchSuffix} = 0.0.1 compat >= 0
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku${secondaryArchSuffix}
|
||||
lib:libSDL2_2.0${secondaryArchSuffix}
|
||||
@@ -34,6 +34,15 @@ REQUIRES="
|
||||
lib:libz$secondaryArchSuffix
|
||||
"
|
||||
|
||||
PROVIDES_devel="
|
||||
sdl2_image${secondaryArchSuffix}_devel = $portVersion compat >= 2
|
||||
devel:libSDL2_image_2.0$secondaryArchSuffix = 0.0.1 compat >= 0
|
||||
devel:libSDL2_image$secondaryArchSuffix = $portVersion compat >= 2
|
||||
"
|
||||
REQUIRES_devel="
|
||||
sdl2_image$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
devel:libsdl2${secondaryArchSuffix}
|
||||
@@ -44,7 +53,6 @@ BUILD_REQUIRES="
|
||||
devel:libwebp$secondaryArchSuffix
|
||||
devel:libz$secondaryArchSuffix
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:libtoolize
|
||||
cmd:aclocal_1.13
|
||||
@@ -57,8 +65,6 @@ BUILD_PREREQUIRES="
|
||||
cmd:pkg_config$secondaryArchSuffix
|
||||
"
|
||||
|
||||
SOURCE_DIR="SDL2_image-$portVersion"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
touch INSTALL NEWS README AUTHORS ChangeLog COPYING
|
||||
@@ -83,13 +89,3 @@ INSTALL()
|
||||
packageEntries devel \
|
||||
$developDir
|
||||
}
|
||||
|
||||
PROVIDES_devel="
|
||||
sdl2_image${secondaryArchSuffix}_devel = $portVersion compat >= 2
|
||||
devel:libSDL2_image_2.0$secondaryArchSuffix = 0.0.1 compat >= 0
|
||||
devel:libSDL2_image$secondaryArchSuffix = $portVersion compat >= 2
|
||||
"
|
||||
|
||||
REQUIRES_devel="
|
||||
sdl2_image$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
|
||||
@@ -6,24 +6,22 @@ single channel of music, mixed by the popular FLAC, MikMoD MOD, Timidity MIDI, \
|
||||
Ogg Vorbis, and SMPEG MP3 libraries.
|
||||
"
|
||||
HOMEPAGE="http://www.libsdl.org/projects/SDL_mixer/"
|
||||
COPYRIGHT="1997-2012 Sam Lantinga"
|
||||
LICENSE="Zlib"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://www.libsdl.org/projects/SDL_mixer/release/SDL2_mixer-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="5a24f62a610249d744cbd8d28ee399d8905db7222bf3bdbc8a8b4a76e597695f"
|
||||
SOURCE_DIR="SDL2_mixer-$portVersion"
|
||||
LICENSE="Zlib"
|
||||
COPYRIGHT="1997-2012 Sam Lantinga"
|
||||
REVISION="1"
|
||||
PATCHES="sdl2_mixer-${portVersion}.patch"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
|
||||
PATCHES="sdl2_mixer-${portVersion}.patch"
|
||||
|
||||
PROVIDES="
|
||||
sdl2_mixer$secondaryArchSuffix = $portVersion compat >= 2.0
|
||||
lib:libSDL2_mixer$secondaryArchSuffix = $portVersion compat >= 2.0
|
||||
lib:libSDL2_mixer_2.0$secondaryArchSuffix = 0.0.1 compat >= 0
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
lib:libSDL2_2.0$secondaryArchSuffix
|
||||
@@ -36,6 +34,15 @@ REQUIRES="
|
||||
lib:libsmpeg$secondaryArchSuffix # requires libSDL
|
||||
"
|
||||
|
||||
PROVIDES_devel="
|
||||
sdl2_mixer${secondaryArchSuffix}_devel = $portVersion compat >= 2.0
|
||||
devel:libSDL2_mixer$secondaryArchSuffix = $portVersion compat >= 2.0
|
||||
devel:libSDL2_mixer_2.0$secondaryArchSuffix = 0.0.1 compat >= 0
|
||||
"
|
||||
REQUIRES_devel="
|
||||
sdl2_mixer$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
devel:libsdl2$secondaryArchSuffix
|
||||
devel:libogg$secondaryArchSuffix
|
||||
@@ -46,17 +53,6 @@ BUILD_REQUIRES="
|
||||
devel:libmikmod$secondaryArchSuffix # requires libSDL
|
||||
devel:libsmpeg$secondaryArchSuffix # requires libSDL
|
||||
"
|
||||
|
||||
PROVIDES_devel="
|
||||
sdl2_mixer${secondaryArchSuffix}_devel = $portVersion compat >= 2.0
|
||||
devel:libSDL2_mixer$secondaryArchSuffix = $portVersion compat >= 2.0
|
||||
devel:libSDL2_mixer_2.0$secondaryArchSuffix = 0.0.1 compat >= 0
|
||||
"
|
||||
|
||||
REQUIRES_devel="
|
||||
sdl2_mixer$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
cmd:aclocal
|
||||
|
||||
@@ -8,11 +8,12 @@ outline fonts and antialiasing, high quality text output can be obtained \
|
||||
without much effort.
|
||||
"
|
||||
HOMEPAGE="http://www.libsdl.org/projects/SDL_ttf"
|
||||
COPYRIGHT="1997-2013 Sam Lantinga"
|
||||
LICENSE="Zlib"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://www.libsdl.org/projects/SDL_ttf/release/SDL2_ttf-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="25ddad0302e7d74ce16a770974930cefbdcf67499ca7d40ce7a6bd7de6022fdf"
|
||||
REVISION="1"
|
||||
LICENSE="Zlib"
|
||||
COPYRIGHT="1997-2013 Sam Lantinga"
|
||||
SOURCE_DIR="SDL2_ttf-$portVersion"
|
||||
|
||||
ARCHITECTURES="x86 x86_gcc2 x86_64"
|
||||
SECONDARY_ARCHITECTURES="?x86 ?x86_gcc2"
|
||||
@@ -22,7 +23,6 @@ PROVIDES="
|
||||
lib:libSDL2_ttf${secondaryArchSuffix} = $portVersion compat >= 2.0
|
||||
lib:libSDL2_ttf_2.0${secondaryArchSuffix} = 0.10.3 compat >= 0
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku${secondaryArchSuffix}
|
||||
lib:libfreetype${secondaryArchSuffix}
|
||||
@@ -34,6 +34,15 @@ REQUIRES="
|
||||
lib:libltdl${secondaryArchSuffix}
|
||||
"
|
||||
|
||||
PROVIDES_devel="
|
||||
sdl2_ttf${secondaryArchSuffix}_devel = ${portVersion} compat >= 2.0
|
||||
devel:libSDL2_ttf$secondaryArchSuffix = ${portVersion} compat >= 2.0
|
||||
devel:libSDL2_ttf_2.0$secondaryArchSuffix = 0.10.3 compat >= 0
|
||||
"
|
||||
REQUIRES_devel="
|
||||
sdl2_ttf$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
devel:libfreetype${secondaryArchSuffix}
|
||||
@@ -42,7 +51,6 @@ BUILD_REQUIRES="
|
||||
devel:libbz2${secondaryArchSuffix}
|
||||
devel:libpng${secondaryArchSuffix}
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:libtoolize
|
||||
cmd:aclocal_1.13
|
||||
@@ -53,8 +61,6 @@ BUILD_PREREQUIRES="
|
||||
cmd:make
|
||||
"
|
||||
|
||||
SOURCE_DIR="SDL2_ttf-$portVersion"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
touch INSTALL NEWS README AUTHORS ChangeLog COPYING
|
||||
@@ -76,13 +82,3 @@ INSTALL()
|
||||
packageEntries devel \
|
||||
$developDir
|
||||
}
|
||||
|
||||
PROVIDES_devel="
|
||||
sdl2_ttf${secondaryArchSuffix}_devel = ${portVersion} compat >= 2.0
|
||||
devel:libSDL2_ttf$secondaryArchSuffix = ${portVersion} compat >= 2.0
|
||||
devel:libSDL2_ttf_2.0$secondaryArchSuffix = 0.10.3 compat >= 0
|
||||
"
|
||||
|
||||
REQUIRES_devel="
|
||||
sdl2_ttf$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
|
||||
@@ -6,34 +6,42 @@ Vorbis comments and ID3 tags and Vorbis comments in FLAC, MPC, Speex, WavPack \
|
||||
TrueAudio, WAV, AIFF, MP4 and ASF files.
|
||||
"
|
||||
HOMEPAGE="http://github.com/taglib"
|
||||
SOURCE_URI="http://taglib.github.io/releases/taglib-1.7.2.tar.gz"
|
||||
CHECKSUM_SHA256="38f7e5283b594021b28426a61339cffbf2d503b450338b02f651fab1b0b42899"
|
||||
COPYRIGHT="2002-2012 Scott Wheeler"
|
||||
LICENSE="GNU LGPL v2
|
||||
MPL v1.1
|
||||
"
|
||||
REVISION="2"
|
||||
SOURCE_URI="http://taglib.github.io/releases/taglib-1.7.2.tar.gz"
|
||||
CHECKSUM_SHA256="38f7e5283b594021b28426a61339cffbf2d503b450338b02f651fab1b0b42899"
|
||||
PATCHES="taglib-$portVersion.patchset"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
|
||||
|
||||
PATCHES="taglib-$portVersion.patchset"
|
||||
|
||||
PROVIDES="
|
||||
taglib$secondaryArchSuffix = $portVersion
|
||||
lib:libtag$secondaryArchSuffix = 1.7.2 compat >= 1
|
||||
lib:libtag_c$secondaryArchSuffix = 0.0.0 compat >= 0
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
lib:libz$secondaryArchSuffix
|
||||
"
|
||||
|
||||
PROVIDES_devel="
|
||||
taglib${secondaryArchSuffix}_devel = $portVersion compat >= 1.7
|
||||
cmd:taglib_config$secondaryArchSuffix = $portVersion compat >= 1.7
|
||||
devel:libtag$secondaryArchSuffix = 1.7.2 compat >= 1
|
||||
devel:libtag_c$secondaryArchSuffix = 0.0.0 compat >= 0
|
||||
"
|
||||
REQUIRES_devel="
|
||||
taglib$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
devel:libz$secondaryArchSuffix
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:gcc$secondaryArchSuffix
|
||||
cmd:cmake
|
||||
@@ -42,7 +50,6 @@ BUILD_PREREQUIRES="
|
||||
cmd:grep
|
||||
"
|
||||
|
||||
|
||||
BUILD()
|
||||
{
|
||||
cmake . -DCMAKE_INSTALL_PREFIX:PATH=$prefix \
|
||||
@@ -74,14 +81,3 @@ INSTALL()
|
||||
$developDir \
|
||||
$binDir
|
||||
}
|
||||
|
||||
PROVIDES_devel="
|
||||
taglib${secondaryArchSuffix}_devel = $portVersion compat >= 1.7
|
||||
cmd:taglib_config$secondaryArchSuffix = $portVersion compat >= 1.7
|
||||
devel:libtag$secondaryArchSuffix = 1.7.2 compat >= 1
|
||||
devel:libtag_c$secondaryArchSuffix = 0.0.0 compat >= 0
|
||||
"
|
||||
|
||||
REQUIRES_devel="
|
||||
taglib$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
|
||||
@@ -6,10 +6,10 @@ Vorbis. It can find tags in multiple formats such as .mp3 .wma .wav .m4a \
|
||||
.flac etc. TagLib is platform independent."
|
||||
HOMEPAGE="http://github.com/taglib"
|
||||
COPYRIGHT="2002-2013 Scott Wheeler"
|
||||
SOURCE_URI="http://taglib.github.io/releases/taglib-1.9.1.tar.gz"
|
||||
LICENSE="GNU LGPL v2
|
||||
MPL v1.1"
|
||||
REVISION="2"
|
||||
SOURCE_URI="http://taglib.github.io/releases/taglib-1.9.1.tar.gz"
|
||||
CHECKSUM_SHA256="72d371cd1419a87ae200447a53bff2be219283071e80fd12337928cc967dc71a"
|
||||
PATCHES="taglib-1.9.1.patchset"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user