De-Lint recipes.

*	less
	Remove "." from SUMMARY.
	Minor cosmetics.

*	lftp
	Remove "." from SUMMARY.
	Moved _devel block up.
	Minor cosmetics.

*	libaacs
	Moved _devel block up.
	Minor cosmetics.

*	libarchive
	Remove "." from SUMMARY.
	Moved _devel block up.
	Minor cosmetics.

*	libavlduptree
	Shortened SUMMARY.
	Moved _devel block up.
	Minor cosmetics.

*	libbdplus
	Remove "." from SUMMARY.
	Moved _devel block up.
	Minor cosmetics.

*	libdwarf
	Shortened SUMMARY.
	Moved _devel block up.
	Minor cosmetics.

*	libebml
	Changed SUMMARY.
	Moved _devel block up.
	Minor cosmetics.

*	libffi
	Remove "." from SUMMARY.
	Moved _devel block up.
	Minor cosmetics.

*	libgcrypt
	Remove "." from SUMMARY.
	Moved _devel block up.
	Minor cosmetics.

*	libgeotiff
	Remove "." from SUMMARY.
	Moved _devel block up.
	Minor cosmetics.

*	libid3tag
	Improved DESCRIPTION.
	Moved _devel block up.
	Minor cosmetics.

*	libidn
	Remove "." from SUMMARY.
	Moved _devel block up.
	Minor cosmetics.

*	liblo
	Moved _devel block up.
	Minor cosmetics.

*	libmatroska
	Remove "." from SUMMARY.
	Moved _devel block up.
	Minor cosmetics.

*	libmdi
	Remove "." and improved SUMMARY.
	Sorted _devel blocks.
	Minor cosmetics.

*	libmetalink
	Remove "." from SUMMARY.
	Moved _devel block up.
	Minor cosmetics.

*	libmicro
	Improved SUMMARY.
	Added cmd:hg to BUILD_PREREQUIRES.

*	libmng
	Remove "." from SUMMARY.
	Moved _devel block up.
	Minor cosmetics.

*	libmmp4v2
	Improved SUMMARY and DESCRIPTION.
	Moved _devel block up.
	Minor cosmetics.

*	libpurple
	Remove "." from SUMMARY.
	Moved _devel and _finch block up.
	Minor cosmetics.

*	libquicktime
	Improved SUMMARY and DESCRIPTION.
	Moved _devel block up.
	Minor cosmetics.

*	libsdl
	Improved SUMMARY and DESCRIPTION.
	Moved _devel block up.
	Minor cosmetics.

*	libsoundtouch
	Improved DESCRIPTION.
	Moved _devel block up.
	Minor cosmetics.

*	libtar
	Remove "." from SUMMARY.
	Moved _devel block up.
	Minor cosmetics.

*	libtommath
	Remove "." from SUMMARY.
	Minor cosmetics.
This commit is contained in:
Humdinger
2015-07-21 06:22:45 +02:00
parent 605cb5f83c
commit b733ccc20f
31 changed files with 526 additions and 650 deletions

View File

@@ -1,9 +1,10 @@
SUMMARY="Open implementation of AACS"
DESCRIPTION="
libaacs is an open implementation of the Advanced Access Content System (AACS) \
specification.
"
DESCRIPTION="libaacs is an open implementation of the Advanced Access Content \
System (AACS) specification."
HOMEPAGE="http://www.videolan.org/developers/libaacs.html"
SOURCE_URI="http://downloads.videolan.org/pub/videolan/libaacs/$portVersion/libaacs-$portVersion.tar.bz2"
CHECKSUM_SHA256="95c344a02c47c9753c50a5386fdfb8313f9e4e95949a5c523a452f0bcb01bbe8"
#PATCHES="libaacs-$portVersion.patchset"
COPYRIGHT="
2009-2013 npzacs
2010 gates
@@ -14,8 +15,6 @@ COPYRIGHT="
2013 Petri Hintukainen
"
LICENSE="GNU LGPL v2.1"
SOURCE_URI="http://downloads.videolan.org/pub/videolan/libaacs/$portVersion/libaacs-$portVersion.tar.bz2"
CHECKSUM_SHA256="95c344a02c47c9753c50a5386fdfb8313f9e4e95949a5c523a452f0bcb01bbe8"
REVISION="1"
ARCHITECTURES="x86 x86_64"
if [ $effectiveTargetArchitecture != x86_gcc2 ]; then
@@ -25,8 +24,6 @@ if [ $effectiveTargetArchitecture != x86_gcc2 ]; then
fi
SECONDARY_ARCHITECTURES="x86"
#PATCHES="libaacs-$portVersion.patchset"
PROVIDES="
libaacs$secondaryArchSuffix = $portVersion compat >= 0
cmd:aacs_info${secondaryArchSuffix}
@@ -37,6 +34,13 @@ REQUIRES="
lib:libgcrypt$secondaryArchSuffix
lib:libgpg_error$secondaryArchSuffix
"
PROVIDES_devel="
libaacs${secondaryArchSuffix}_devel = $portVersion compat >= 0
devel:libaacs$secondaryArchSuffix = 0.5.1 compat >= 0
"
REQUIRES_devel="
libaacs$secondaryArchSuffix == $portVersion base
"
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
devel:libgcrypt$secondaryArchSuffix
@@ -72,13 +76,3 @@ INSTALL()
packageEntries devel \
$developDir
}
# ----- devel package -------------------------------------------------------
PROVIDES_devel="
libaacs${secondaryArchSuffix}_devel = $portVersion compat >= 0
devel:libaacs$secondaryArchSuffix = 0.5.1 compat >= 0
"
REQUIRES_devel="
libaacs$secondaryArchSuffix == $portVersion base
"

View File

@@ -1,17 +1,14 @@
SUMMARY="Library to handle the BD+ protection scheme on bluray disks."
DESCRIPTION="
This library is written for the purpose of playing Blu-ray movies. It is
intended for software that want to support Blu-ray playback (such as VLC and
MPlayer).
"
SUMMARY="Library to handle the BD+ protection scheme on Blu-ray disks"
DESCRIPTION="This library is written for the purpose of playing Blu-ray \
movies. It is intended for software that want to support Blu-ray playback \
(such as VLC and MPlayer)."
HOMEPAGE="http://www.videolan.org/developers/libbdplus.html"
COPYRIGHT="
2011-2013 VideoLAN
"
LICENSE="GNU LGPL v2.1"
SOURCE_URI="http://ftp.videolan.org/pub/videolan/libbdplus/$portVersion/libbdplus-$portVersion.tar.bz2"
CHECKSUM_SHA256="deb5e64984e625e40e1e0e1b6b1f9c041e7c77101b4b39df0d76ab8a4ec426cf"
COPYRIGHT="2011-2013 VideoLAN"
LICENSE="GNU LGPL v2.1"
REVISION="1"
ARCHITECTURES="x86 x86_64"
if [ $effectiveTargetArchitecture != x86_gcc2 ]; then
# x86_gcc2 is fine as primary target architecture as long as we're building
@@ -29,6 +26,13 @@ REQUIRES="
lib:libgcrypt$secondaryArchSuffix
lib:libgpg_error$secondaryArchSuffix
"
PROVIDES_devel="
libbdplus${secondaryArchSuffix}_devel = $portVersion compat >= 0
devel:libbdplus$secondaryArchSuffix = 0.0.1 compat >= 0
"
REQUIRES_devel="
libbdplus$secondaryArchSuffix == $portVersion base
"
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
devel:libgcrypt$secondaryArchSuffix
@@ -63,13 +67,3 @@ INSTALL()
packageEntries devel \
$developDir
}
# ----- devel package -------------------------------------------------------
PROVIDES_devel="
libbdplus${secondaryArchSuffix}_devel = $portVersion compat >= 0
devel:libbdplus$secondaryArchSuffix = 0.0.1 compat >= 0
"
REQUIRES_devel="
libbdplus$secondaryArchSuffix == $portVersion base
"

View File

@@ -1,22 +1,33 @@
SUMMARY="The MAD id3tag library"
DESCRIPTION="The MAD id3tag library"
DESCRIPTION="libid3tag is a library for reading and writing ID3 tags, both \
ID3v1 and the various versions of ID3v2."
HOMEPAGE="http://www.underbit.com/products/mad/"
SOURCE_URI="ftp://ftp.mars.org/pub/mpeg/libid3tag-$portVersion.tar.gz"
CHECKSUM_SHA256="63da4f6e7997278f8a3fef4c6a372d342f705051d1eeb6a46a86b03610e26151"
LICENSE="GNU GPL v2"
REVISION="1"
ARCHITECTURES="x86_gcc2 ?x86 ?x86_64"
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
SOURCE_URI="ftp://ftp.mars.org/pub/mpeg/libid3tag-$portVersion.tar.gz"
CHECKSUM_SHA256="63da4f6e7997278f8a3fef4c6a372d342f705051d1eeb6a46a86b03610e26151"
COPYRIGHT="2000-2004 Underbit Technologies, Inc."
PATCHES="libid3tag-$portVersion.patchset"
PROVIDES="
libid3tag$secondaryArchSuffix = $portVersion
lib:libid3tag$secondaryArchSuffix = 0.3.0 compat = 0
"
"
REQUIRES="
haiku$secondaryArchSuffix
lib:libz$secondaryArchSuffix
"
PROVIDES_devel="
libid3tag${secondaryArchSuffix}_devel = $portVersion
devel:libid3tag$secondaryArchSuffix
"
REQUIRES_devel="
$portName == $portVersion base
"
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
devel:libz$secondaryArchSuffix
@@ -28,7 +39,6 @@ BUILD_PREREQUIRES="
cmd:gcc$secondaryArchSuffix
"
PATCHES="libid3tag-$portVersion.patchset"
BUILD()
{
libtoolize --force --copy --install
@@ -50,15 +60,3 @@ TEST()
make test
make check
}
LICENSE="GNU GPL v2"
COPYRIGHT="2000-2004 Underbit Technologies, Inc."
PROVIDES_devel="
libid3tag${secondaryArchSuffix}_devel = $portVersion
devel:libid3tag$secondaryArchSuffix
"
REQUIRES_devel="
$portName == $portVersion base
"

View File

@@ -1,23 +1,23 @@
SUMMARY="Lightweight OSC (Open Sound Control) Implementation"
DESCRIPTION="
liblo is a lightweight library that provides an easy to use implementation of \
the OSC protocol.
"
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
2005-2008 Nicholas Humfrey
2005 Martin Habets
2005-2006 Steve Harris"
LICENSE="GNU LGPL v2.1"
SOURCE_URI="http://prdownloads.sourceforge.net/liblo/liblo-$portVersion.tar.gz"
CHECKSUM_SHA256="da94a9b67b93625354dd89ff7fe31e5297fc9400b6eaf7378c82ee1caf7db909"
REVISION="1"
ARCHITECTURES="x86_gcc2 x86 x86_64"
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
PATCHES="liblo-$portVersion.patchset"
2005-2006 Steve Harris
"
PATCHES="liblo-$portVersion.patchset"
PROVIDES="
liblo$secondaryArchSuffix = $portVersion compat >= 0
@@ -28,6 +28,13 @@ PROVIDES="
REQUIRES="
haiku$secondaryArchSuffix
"
PROVIDES_devel="
liblo${secondaryArchSuffix}_devel = $portVersion compat >= 0
devel:liblo$secondaryArchSuffix = 7.2.0 compat >= 7
"
REQUIRES_devel="
liblo$secondaryArchSuffix == $portVersion base
"
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
"
@@ -62,13 +69,3 @@ INSTALL()
packageEntries devel \
$developDir
}
# ----- devel package -------------------------------------------------------
PROVIDES_devel="
liblo${secondaryArchSuffix}_devel = $portVersion compat >= 0
devel:liblo$secondaryArchSuffix = 7.2.0 compat >= 7
"
REQUIRES_devel="
liblo$secondaryArchSuffix == $portVersion base
"

View File

@@ -1,15 +1,16 @@
SUMMARY="libmatroska is a C++ libary to parse Matroska files."
SUMMARY="A C++ libary to parse Matroska files"
DESCRIPTION="libmatroska is a C++ libary to parse Matroska files."
HOMEPAGE="http://www.matroska.org/"
SOURCE_URI="http://dl.matroska.org/downloads/libmatroska/libmatroska-$portVersion.tar.bz2"
CHECKSUM_SHA256="bea10320f1f1fd121bbd7db9ffc77b2518e8269f00903549c5425478bbf8393f"
REVISION="1"
LICENSE="GNU LGPL v2.1"
COPYRIGHT="2005-2013 CoreCodec, Inc."
REVISION="1"
ARCHITECTURES="x86_gcc2 x86 x86_64"
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
SOURCE_URI="http://dl.matroska.org/downloads/libmatroska/libmatroska-$portVersion.tar.bz2"
CHECKSUM_SHA256="bea10320f1f1fd121bbd7db9ffc77b2518e8269f00903549c5425478bbf8393f"
COPYRIGHT="2005-2013 CoreCodec, Inc."
PROVIDES="
libmatroska$secondaryArchSuffix = $portVersion
lib:libmatroska$secondaryArchSuffix = 6.0.0 compat >= 6
@@ -28,6 +29,14 @@ else
lib:libgcc_s${secondaryArchSuffix}
"
fi
PROVIDES_devel="
libmatroska${secondaryArchSuffix}_devel = $portVersion
devel:libmatroska$secondaryArchSuffix = 6.0.0 compat >= 6
"
REQUIRES_devel="
libmatroska$secondaryArchSuffix == $portVersion base
"
BUILD_REQUIRES="
devel:libebml$secondaryArchSuffix
"
@@ -60,11 +69,3 @@ INSTALL()
packageEntries devel $developDir
}
PROVIDES_devel="
libmatroska${secondaryArchSuffix}_devel = $portVersion
devel:libmatroska$secondaryArchSuffix = 6.0.0 compat >= 6
"
REQUIRES_devel="
libmatroska$secondaryArchSuffix == $portVersion base
"

View File

@@ -1,20 +1,17 @@
SUMMARY="A library to read Metalink files."
DESCRIPTION="
Libmetalink is a library to read Metalink XML download description \
format. It supports Metalink version 3 and Metalink version 4 (RFC \
5854).
"
SUMMARY="A library to read Metalink files"
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"
SOURCE_URI="https://launchpad.net/libmetalink/trunk/packagingfix/+download/libmetalink-$portVersion.tar.bz2"
CHECKSUM_SHA256="cbed9121bf550ef14a434d6ed3d8806ded7a339db16b698cfa2f39fdc3d48bf6"
REVISION="2"
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="
@@ -25,6 +22,13 @@ REQUIRES="
haiku$secondaryArchSuffix
lib:libexpat$secondaryArchSuffix
"
PROVIDES_devel="
libmetalink${secondaryArchSuffix}_devel = $portVersion compat >= 0
devel:libmetalink$secondaryArchSuffix = 3.0.0 compat >= 3
"
REQUIRES_devel="
libmetalink$secondaryArchSuffix == $portVersion base
"
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
devel:libexpat$secondaryArchSuffix
@@ -65,13 +69,3 @@ INSTALL()
$developDir \
$manDir/man3
}
# ----- devel package -------------------------------------------------------
PROVIDES_devel="
libmetalink${secondaryArchSuffix}_devel = $portVersion compat >= 0
devel:libmetalink$secondaryArchSuffix = 3.0.0 compat >= 3
"
REQUIRES_devel="
libmetalink$secondaryArchSuffix == $portVersion base
"

View File

@@ -1,19 +1,18 @@
SUMMARY="A PNG-like Image Format Supporting Multiple Image, Animation and Transparent JPEG"
DESCRIPTION="
A PNG-like Image Format Supporting Multiple Image, Animation and Transparent \
JPEG.
"
HOMEPAGE="http://www.libmng.com"
COPYRIGHT="2000-2007 Gerard Juyn"
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"
LICENSE="LIBMNG"
SOURCE_URI="http://prdownloads.sourceforge.net/libmng/libmng-1.0.10.tar.gz?download"
CHECKSUM_SHA256="03a79dac9b9316d37227057614a248a946f997c4d1a3437fb569e9a63897f911"
SOURCE_FILENAME="libmng-1.0.10.tar.gz"
REVISION="1"
ARCHITECTURES="?x86_gcc2 ?x86"
SECONDARY_ARCHITECTURES="?x86_gcc2 ?x86"
SOURCE_URI="http://prdownloads.sourceforge.net/libmng/libmng-1.0.10.tar.gz?download"
CHECKSUM_SHA256="03a79dac9b9316d37227057614a248a946f997c4d1a3437fb569e9a63897f911"
COPYRIGHT="2000-2007 Gerard Juyn"
SOURCE_FILENAME="libmng-1.0.10.tar.gz"
PROVIDES="
libpng$secondaryArchSuffix = $portVersion compat >= 1.0
lib:libpng$secondaryArchSuffix = 15.12.0 compat >= 1.0
@@ -23,6 +22,16 @@ REQUIRES="
haiku$secondaryArchSuffix
lib:libz$secondaryArchSuffix
"
PROVIDES_devel="
libmng${secondaryArchSuffix}_devel = $portVersion compat >= 1.0
cmd:libmng_config$secondaryArchSuffix = $portVersion compat >= 1.0
# cmd:libmng1_config$secondaryArchSuffix = $portVersion compat >= 1.0
# devel:libmng$secondaryArchSuffix = 10.0 compat >= 15
# devel:libmng15$secondaryArchSuffix = 10.0 compat >= 15
"
REQUIRES_devel="
libmng$secondaryArchSuffix == $portVersion base
"
BUILD_REQUIRES="
devel:libz$secondaryArchSuffix >= 1.0.4
libpng >= 1.5
@@ -77,16 +86,3 @@ INSTALL()
$developDir \
$manDir/man3
}
# ----- devel package -------------------------------------------------------
PROVIDES_devel="
libmng${secondaryArchSuffix}_devel = $portVersion compat >= 1.0
cmd:libmng_config$secondaryArchSuffix = $portVersion compat >= 1.0
# cmd:libmng1_config$secondaryArchSuffix = $portVersion compat >= 1.0
# devel:libmng$secondaryArchSuffix = 10.0 compat >= 15
# devel:libmng15$secondaryArchSuffix = 10.0 compat >= 15
"
REQUIRES_devel="
libmng$secondaryArchSuffix == $portVersion base
"

View File

@@ -1,18 +1,17 @@
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"
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"
LICENSE="LIBMNG"
SOURCE_URI="http://sourceforge.net/projects/libmng/files/libmng-devel/$portVersion/libmng-$portVersion.tar.xz"
CHECKSUM_SHA256="4a462fdd48d4bc82c1d7a21106c8a18b62f8cc0042454323058e6da0dbb57dd3"
REVISION="1"
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
@@ -22,6 +21,13 @@ REQUIRES="
lib:libjpeg$secondaryArchSuffix
lib:libz$secondaryArchSuffix
"
PROVIDES_devel="
libmng${secondaryArchSuffix}_devel = $portVersion compat >= 2.0
devel:libmng$secondaryArchSuffix = 2.0.2 compat >= 2
"
REQUIRES_devel="
libmng$secondaryArchSuffix == $portVersion base
"
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
devel:libjpeg$secondaryArchSuffix
@@ -64,13 +70,3 @@ TEST()
{
make check
}
# ----- devel package -------------------------------------------------------
PROVIDES_devel="
libmng${secondaryArchSuffix}_devel = $portVersion compat >= 2.0
devel:libmng$secondaryArchSuffix = 2.0.2 compat >= 2
"
REQUIRES_devel="
libmng$secondaryArchSuffix == $portVersion base
"

View File

@@ -1,13 +1,14 @@
SUMMARY="A library that provides functions to read, create, and modify mp4 files"
DESCRIPTION="
A library that provides functions to read, create, and modify mp4 files.
"
SUMMARY="A library to read, create, and modify MP4 files"
DESCRIPTION="The MP4v2 library provides an API to create and modify mp4 files \
as defined by ISO-IEC:14496-1:2001 MPEG-4 Systems.
This file format is derived from Apple's QuickTime file format that has been \
used as a multimedia file format in a variety of platforms and applications. \
It is a very powerful and extensible format that can accommodate practically \
any type of media."
HOMEPAGE="https://code.google.com/p/mp4v2/"
LICENSE="MPL v1.1"
COPYRIGHT="2008 Kona Blend"
SOURCE_URI="https://mp4v2.googlecode.com/files/mp4v2-$portVersion.tar.bz2"
CHECKSUM_SHA256="0319b9a60b667cf10ee0ec7505eb7bdc0a2e21ca7a93db96ec5bd758e3428338"
REVISION="2"
ARCHITECTURES="x86 x86_64"
if [ $effectiveTargetArchitecture != x86_gcc2 ]; then
# x86_gcc2 is fine as primary target architecture as long as we're building
@@ -16,6 +17,10 @@ if [ $effectiveTargetArchitecture != x86_gcc2 ]; then
fi
SECONDARY_ARCHITECTURES="x86"
SOURCE_URI="https://mp4v2.googlecode.com/files/mp4v2-$portVersion.tar.bz2"
CHECKSUM_SHA256="0319b9a60b667cf10ee0ec7505eb7bdc0a2e21ca7a93db96ec5bd758e3428338"
COPYRIGHT="2008 Kona Blend"
SOURCE_DIR="mp4v2-$portVersion"
PATCHES="libmp4v2-$portVersion.patchset"
PROVIDES="
@@ -31,15 +36,19 @@ PROVIDES="
cmd:mp4track$secondaryArchSuffix
cmd:mp4trackdump$secondaryArchSuffix
"
REQUIRES="
haiku$secondaryArchSuffix
lib:libstdc++$secondaryArchSuffix
"
PROVIDES_devel="
libmp4v2${secondaryArchSuffix}_devel = $portVersion compat >= 2
devel:libmp4v2$secondaryArchSuffix = 2.0.0 compat >= 2
"
REQUIRES_devel="
libmp4v2$secondaryArchSuffix == $portVersion base
"
BUILD_REQUIRES="
"
BUILD_PREREQUIRES="
haiku${secondaryArchSuffix}_devel
cmd:gcc$secondaryArchSuffix
@@ -50,8 +59,6 @@ BUILD_PREREQUIRES="
cmd:autoconf
"
SOURCE_DIR="mp4v2-$portVersion"
BUILD()
{
autoreconf -fi
@@ -70,13 +77,3 @@ INSTALL()
packageEntries devel \
$developDir
}
# ----- devel package -------------------------------------------------------
PROVIDES_devel="
libmp4v2${secondaryArchSuffix}_devel = $portVersion compat >= 2
devel:libmp4v2$secondaryArchSuffix = 2.0.0 compat >= 2
"
REQUIRES_devel="
libmp4v2$secondaryArchSuffix == $portVersion base
"

View File

@@ -1,7 +1,6 @@
SUMMARY="A library to handle Quicktime format files."
DESCRIPTION="
libquicktime is a library for reading and writing quicktime files. It \
is based on the quicktime4linux library, with the following \
SUMMARY="A library to handle Quicktime format files"
DESCRIPTION="libquicktime is a library for reading and writing quicktime \
files. It is based on the quicktime4linux library, with the following \
extensions:
* Sourcetree upgraded with autoconf/automake/libtool and all the \
@@ -25,17 +24,18 @@ Applications can get important information about the codecs, their \
settable parameters etc. at runtime.
"
HOMEPAGE="http://libquicktime.sourceforge.net"
COPYRIGHT="
2002 Heroine Virtual Ltd.
2002-2007 Members of the libquicktime project.
"
LICENSE="GNU LGPL v2.1"
SOURCE_URI="http://sourceforge.net/projects/libquicktime/files/libquicktime/$portVersion/libquicktime-$portVersion.tar.gz"
CHECKSUM_SHA256="1c53359c33b31347b4d7b00d3611463fe5e942cae3ec0fefe0d2fd413fd47368"
REVISION="1"
ARCHITECTURES="x86_gcc2 x86 x86_64"
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
SOURCE_URI="http://sourceforge.net/projects/libquicktime/files/libquicktime/$portVersion/libquicktime-$portVersion.tar.gz"
CHECKSUM_SHA256="1c53359c33b31347b4d7b00d3611463fe5e942cae3ec0fefe0d2fd413fd47368"
COPYRIGHT="
2002 Heroine Virtual Ltd.
2002-2007 Members of the libquicktime project.
"
PATCHES="libquicktime-$portVersion.patchset"
PROVIDES="
@@ -81,6 +81,13 @@ BUILD_REQUIRES="
devel:libz$secondaryArchSuffix
devel:libintl$secondaryArchSuffix
"
PROVIDES_devel="
libquicktime${secondaryArchSuffix}_devel = $portVersion compat >= 1.2
devel:libquicktime$secondaryArchSuffix = 0.0.0 compat >= 0
"
REQUIRES_devel="
libquicktime$secondaryArchSuffix == $portVersion base
"
BUILD_PREREQUIRES="
cmd:aclocal
cmd:autoconf
@@ -115,13 +122,3 @@ INSTALL()
packageEntries devel \
$developDir
}
# ----- devel package -------------------------------------------------------
PROVIDES_devel="
libquicktime${secondaryArchSuffix}_devel = $portVersion compat >= 1.2
devel:libquicktime$secondaryArchSuffix = 0.0.0 compat >= 0
"
REQUIRES_devel="
libquicktime$secondaryArchSuffix == $portVersion base
"

View File

@@ -1,26 +1,25 @@
SUMMARY="Simple Direct Media Layer is a cross-platform media development library"
DESCRIPTION="
Simple Direct Media Layer is a cross-platform development library designed to \
provide low level access to audio, keyboard, mouse, joystick, and graphics via \
OpenGL.
"
HOMEPAGE="http://www.libsdl.org/"
SOURCE_URI="http://www.libsdl.org/release/SDL-1.2.15.tar.gz"
CHECKSUM_SHA256="d6d316a793e5e348155f0dd93b979798933fb98aa1edebcc108829d6474aad00"
REVISION="8"
SUMMARY="A cross-platform media development library"
DESCRIPTION="Simple Direct Media Layer (SDL) is a cross-platform development library \
designed to provide low level access to audio, keyboard, mouse, joystick, and \
graphics via OpenGL."
HOMEPAGE="http://www.libsdl.org/"
LICENSE="GNU LGPL v2.1"
COPYRIGHT="1997-2012 Sam Lantinga"
REVISION="8"
ARCHITECTURES="x86_gcc2 x86 x86_64"
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
SOURCE_URI="http://www.libsdl.org/release/SDL-1.2.15.tar.gz"
CHECKSUM_SHA256="d6d316a793e5e348155f0dd93b979798933fb98aa1edebcc108829d6474aad00"
COPYRIGHT="1997-2012 Sam Lantinga"
SOURCE_DIR="SDL-$portVersion"
PATCHES="libsdl-1.2.15.patchset"
PROVIDES="
libsdl$secondaryArchSuffix = $portVersion
lib:libSDL$secondaryArchSuffix = 1.2_0.11.4 compat >= 1.2_0
lib:libSDL_1.2$secondaryArchSuffix = 0.11.4 compat >= 0
"
REQUIRES="
haiku$secondaryArchSuffix
lib:libGL$secondaryArchSuffix
@@ -32,11 +31,21 @@ if [ $effectiveTargetArchitecture != x86_gcc2 ]; then
"
fi
PROVIDES_devel="
libsdl${secondaryArchSuffix}_devel = 1.2.15 compat >= 1.2
cmd:sdl_config$secondaryArchSuffix = $portVersion compat >= 1.2
devel:libSDL$secondaryArchSuffix = 1.2_0.11.4 compat >= 1.2_0
devel:libSDLmain$secondaryArchSuffix = 1.2_0.11.4 compat >= 1.2_0
devel:libSDL_1.2$secondaryArchSuffix = 0.11.4 compat >= 0
"
REQUIRES_devel="
libsdl${secondaryArchSuffix} == $portVersion base
devel:libGL$secondaryArchSuffix
"
BUILD_REQUIRES="
devel:libGL$secondaryArchSuffix
devel:libglu$secondaryArchSuffix
"
BUILD_PREREQUIRES="
haiku${secondaryArchSuffix}_devel
cmd:autoconf
@@ -48,9 +57,6 @@ BUILD_PREREQUIRES="
cmd:nasm
"
SOURCE_DIR="SDL-$portVersion"
PATCHES="libsdl-1.2.15.patchset"
BUILD()
{
libtoolize --force --copy --install
@@ -148,18 +154,3 @@ TEST()
echo testlock
testlock
}
# ----- devel package ------------------------
PROVIDES_devel="
libsdl${secondaryArchSuffix}_devel = 1.2.15 compat >= 1.2
cmd:sdl_config$secondaryArchSuffix = $portVersion compat >= 1.2
devel:libSDL$secondaryArchSuffix = 1.2_0.11.4 compat >= 1.2_0
devel:libSDLmain$secondaryArchSuffix = 1.2_0.11.4 compat >= 1.2_0
devel:libSDL_1.2$secondaryArchSuffix = 0.11.4 compat >= 0
"
REQUIRES_devel="
libsdl${secondaryArchSuffix} == $portVersion base
devel:libGL$secondaryArchSuffix
"

View File

@@ -1,17 +1,19 @@
SUMMARY="A library to adjust the sound tempo, pitch and playback rate."
DESCRIPTION="
SoundTouch is an open-source audio processing library that allows \
changing the sound tempo, pitch and playback rate parameters \
independently from each other, i.e.
"
SUMMARY="A library to adjust the sound tempo, pitch and playback rate"
DESCRIPTION="SoundTouch is an open-source audio processing library for \
changing the tempo, pitch and playback rates of audio streams or audio files. \
The library additionally supports estimating stable beats-per-minute rates for \
audio tracks.
- Tempo (time stretch): Changes the sound to play at faster or slower tempo \
than originally without affecting the sound pitch.
- Pitch (key) : Changes the sound pitch or key while keeping the original \
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"
SOURCE_URI="http://www.surina.net/soundtouch/soundtouch-$portVersion.tar.gz"
CHECKSUM_SHA256="3d4161d74ca25c5a98c69dbb8ea10fd2be409ba1a3a0bf81db407c4c261f166b"
REVISION="1"
ARCHITECTURES="x86 x86_64"
if [ $effectiveTargetArchitecture != x86_gcc2 ]; then
# x86_gcc2 is fine as primary target architecture as long as we're building
@@ -20,6 +22,10 @@ if [ $effectiveTargetArchitecture != x86_gcc2 ]; then
fi
SECONDARY_ARCHITECTURES="x86"
SOURCE_URI="http://www.surina.net/soundtouch/soundtouch-$portVersion.tar.gz"
CHECKSUM_SHA256="3d4161d74ca25c5a98c69dbb8ea10fd2be409ba1a3a0bf81db407c4c261f166b"
COPYRIGHT="2001-2014 Olli Parviainen"
SOURCE_DIR="soundtouch"
PATCHES="libsoundtouch-$portVersion.patchset"
PROVIDES="
@@ -30,6 +36,13 @@ PROVIDES="
REQUIRES="
haiku$secondaryArchSuffix
"
PROVIDES_devel="
libsoundtouch${secondaryArchSuffix}_devel = $portVersion compat >= 1
devel:libSoundTouch$secondaryArchSuffix = 0.0.0 compat >= 0
"
REQUIRES_devel="
libsoundtouch$secondaryArchSuffix == $portVersion base
"
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
"
@@ -42,8 +55,6 @@ BUILD_PREREQUIRES="
cmd:libtoolize
cmd:make
"
SOURCE_DIR="soundtouch"
BUILD()
{
@@ -66,13 +77,3 @@ INSTALL()
packageEntries devel \
$developDir
}
# ----- devel package -------------------------------------------------------
PROVIDES_devel="
libsoundtouch${secondaryArchSuffix}_devel = $portVersion compat >= 1
devel:libSoundTouch$secondaryArchSuffix = 0.0.0 compat >= 0
"
REQUIRES_devel="
libsoundtouch$secondaryArchSuffix == $portVersion base
"