De-lint recipes.

*	arm_none_eabi_newlib
	Removed e-mail from COPYRIGHT.
	Re-ordered blocks.
	Added REQUIRES and BUILD_REQUIRES.

*	avrdude
	Removed e-mail from COPYRIGHT.
	Re-ordered blocks.

*	bafx
	Removed e-mail from COPYRIGHT.
	Re-ordered blocks.
	Added REQUIRES.

*	becasso
	Removed e-mail from COPYRIGHT.
	Re-ordered blocks.
	Added REQUIRES.

*	becjk
	Removed e-mail from COPYRIGHT.
	Re-ordered blocks.

*	bmake
	Removed e-mail from COPYRIGHT.
	Re-ordered blocks.

*	cmake_haiku
	Removed e-mail from COPYRIGHT.
	Re-ordered blocks.

*	coveredcalc
	Removed e-mail from COPYRIGHT.
	Re-ordered blocks.

*	curl
	Removed e-mail from COPYRIGHT.
	Re-ordered blocks.

*	dejavu
	Removed e-mail from COPYRIGHT.
	Re-ordered blocks.

*	dfu-programmer
	Removed e-mail from COPYRIGHT.
	Re-ordered blocks.

*	exiv2
	Removed e-mail from COPYRIGHT.
	Re-ordered blocks.

*	festival
	Removed e-mail from COPYRIGHT.
	Re-ordered blocks.

*	fxload
	Removed e-mail from COPYRIGHT.
	Re-ordered blocks.

*	geos
	Removed e-mail from COPYRIGHT.
	Re-ordered blocks.

*	gsl
	Removed e-mail from COPYRIGHT.
	Re-ordered blocks.

*	lato_fonts
	Removed e-mail from COPYRIGHT.
	Re-ordered blocks.

*	libabw
	Removed e-mail from COPYRIGHT.
	Re-ordered blocks.

*	libcaca
	Removed e-mail from COPYRIGHT.
	Re-ordered blocks.

*	libcdr
	Removed e-mail from COPYRIGHT.
	Re-ordered blocks.

*	libdv
	Removed e-mail from COPYRIGHT.
	Re-ordered blocks.

*	libebook
	Removed e-mail from COPYRIGHT.
	Re-ordered blocks.

*	libetonyek
	Removed e-mail from COPYRIGHT.
	Re-ordered blocks.
This commit is contained in:
Humdinger
2015-08-02 18:19:11 +02:00
parent de5a1d9f86
commit 48285a434f
26 changed files with 431 additions and 516 deletions

View File

@@ -1,28 +1,23 @@
SUMMARY="A library to label music and sounds"
DESCRIPTION="
aubio is a library to label music and sounds. It listens to audio signals and \
attempts to detect events. For instance, when a drum is hit, at which frequency \
is a note, or at what tempo is a rhythmic melody.
DESCRIPTION="aubio is a library to label music and sounds. It listens to \
audio signals and attempts to detect events. For instance, when a drum is \
hit, at which frequency is a note, or at what tempo is a rhythmic melody.
Its features include segmenting a sound file before each of its attacks, \
performing pitch detection, tapping the beat and producing midi streams from \
live audio.
"
live audio."
HOMEPAGE="http://aubio.org"
COPYRIGHT="
2003-2013 Paul Brossier <piem@aubio.org>
"
COPYRIGHT="2003-2013 Paul Brossier"
LICENSE="GNU GPL v3"
REVISION="1"
SOURCE_URI="http://aubio.org/pub/aubio-$portVersion.tar.bz2"
CHECKSUM_SHA256="25d7df0a9cd6366fda764a803424caddf5fb819fc75b42a7a03e1e6f8eb3c695"
REVISION="1"
SOURCE_DIR="aubio-$portVersion"
PATCHES="libaubio-$portVersion.patchset"
ARCHITECTURES="?x86_gcc2 x86 x86_64"
SECONDARY_ARCHITECTURES="?x86_gcc2 x86"
SOURCE_DIR="aubio-$portVersion"
PATCHES="libaubio-$portVersion.patchset"
PROVIDES="
libaubio$secondaryArchSuffix = $portVersion compat >= 0
lib:libaubio$secondaryArchSuffix = 4.1.1 compat >= 4
@@ -42,6 +37,15 @@ REQUIRES="
haiku$secondaryArchSuffix
# lib:libsamplerate$secondaryArchSuffix
"
PROVIDES_devel="
libaubio${secondaryArchSuffix}_devel = $portVersion compat >= 0
devel:libaubio$secondaryArchSuffix = 4.1.1 compat >= 4
"
REQUIRES_devel="
libaubio$secondaryArchSuffix == $portVersion base
"
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
# devel:libsamplerate$secondaryArchSuffix
@@ -77,13 +81,3 @@ INSTALL()
rm -rf $prefix/bin
fi
}
# ----- devel package -------------------------------------------------------
PROVIDES_devel="
libaubio${secondaryArchSuffix}_devel = $portVersion compat >= 0
devel:libaubio$secondaryArchSuffix = 4.1.1 compat >= 4
"
REQUIRES_devel="
libaubio$secondaryArchSuffix == $portVersion base
"

View File

@@ -1,31 +1,23 @@
SUMMARY="libcaca ASCII art rendering library"
DESCRIPTION="
libcaca is a software library which allows applications to automatically \
convert still and moving images into colored ASCII art.
"
SUMMARY="An ASCII art rendering library"
DESCRIPTION="libcaca is a software library which allows applications to \
automatically convert still and moving images into colored ASCII art."
HOMEPAGE="http://caca.zoy.org/wiki/libcaca"
# FIXME: the offical website is down right now. Using mirror provided by the
# MXE project.
SOURCE_URI="
http://caca.zoy.org/raw-attachment/wiki/libcaca/libcaca-$portVersion.tar.gz
http://s3.amazonaws.com/mxe-pkg/libcaca-$portVersion.tar.gz
"
COPYRIGHT="1998, 1999, 2001 Jan Hubicka
2003-2008 Sam Hocevar
2003-2008 Jean-Yves Lamoureux
2004-2005 John Beppu
2006-2007 Ben Wiley Sittler
2007-2008 Pascal Terjan"
LICENSE="WTFPL
GNU GPL v2"
REVISION="1"
SOURCE_URI="http://caca.zoy.org/raw-attachment/wiki/libcaca/libcaca-$portVersion.tar.gz
http://s3.amazonaws.com/mxe-pkg/libcaca-$portVersion.tar.gz"
CHECKSUM_SHA256="128b467c4ed03264c187405172a4e83049342cc8cc2f655f53a2d0ee9d3772f4"
SOURCE_DIR="libcaca-$portVersion"
REVISION="1"
LICENSE="
WTFPL
GNU GPL v2
"
COPYRIGHT="
1998, 1999, 2001 Jan Hubicka <hubicka@freesoft.cz>
2003-2008 Sam Hocevar <sam@zoy.org>
2003-2008 Jean-Yves Lamoureux <jylam@lnxscene.org>
2004-2005 John Beppu <beppu@lbox.org>
2006-2007 Ben Wiley Sittler <bsittler@gmail.com>
2007-2008 Pascal Terjan <pterjan@linuxfr.org>
"
PATCHES="libcaca-${portVersion}.patchset"
ARCHITECTURES="x86_gcc2 x86 x86_64"
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
@@ -42,7 +34,6 @@ PROVIDES="
cmd:cacaplay$secondaryArchSuffix = $portVersion compat >= 0
cmd:img2txt$secondaryArchSuffix = $portVersion compat >= 0
"
REQUIRES="
haiku$secondaryArchSuffix
lib:libncursesw$secondaryArchSuffix
@@ -56,12 +47,24 @@ if [ "$effectiveTargetArchitecture" != 'x86_gcc2' ]; then
"
fi
PROVIDES_devel="
libcaca${secondaryArchSuffix}_devel = $portVersion compat >= 0
devel:libcaca$secondaryArchSuffix = $portVersion compat >= 0
devel:libcaca++$secondaryArchSuffix = $portVersion compat >= 0
cmd:caca_config$secondaryArchSuffix = $portVersion compat >= 0
"
REQUIRES_devel="
haiku$secondaryArchSuffix
libcaca$secondaryArchSuffix == $portVersion base
lib:libncursesw$secondaryArchSuffix
devel:libncursesw$secondaryArchSuffix
"
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
devel:libncursesw$secondaryArchSuffix
devel:libz$secondaryArchSuffix
"
BUILD_PREREQUIRES="
cmd:aclocal
cmd:autoconf
@@ -76,8 +79,6 @@ BUILD_PREREQUIRES="
cmd:ranlib
"
PATCHES="libcaca-${portVersion}.patchset"
PATCH()
{
sed -i 's/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/g' configure.ac
@@ -106,19 +107,3 @@ INSTALL()
$developDir \
$manDir/man3
}
# ----- devel package -------------------------------------------------------
PROVIDES_devel="
libcaca${secondaryArchSuffix}_devel = $portVersion compat >= 0
devel:libcaca$secondaryArchSuffix = $portVersion compat >= 0
devel:libcaca++$secondaryArchSuffix = $portVersion compat >= 0
cmd:caca_config$secondaryArchSuffix = $portVersion compat >= 0
"
REQUIRES_devel="
haiku$secondaryArchSuffix
libcaca$secondaryArchSuffix == $portVersion base
lib:libncursesw$secondaryArchSuffix
devel:libncursesw$secondaryArchSuffix
"

View File

@@ -1,18 +1,11 @@
SUMMARY="Corel Draw import library"
DESCRIPTION="
libcdr is a library that parses the file format of CorelDRAW documents of all \
versions.
"
SUMMARY="A Corel Draw import library"
DESCRIPTION="libcdr is a library that parses the file format of CorelDRAW \
documents of all versions."
HOMEPAGE="http://wiki.documentfoundation.org/DLP/Libraries/libcdr"
SOURCE_URI="http://dev-www.libreoffice.org/src/libcdr/libcdr-$portVersion.tar.bz2"
LICENSE="
MPL v2.0
"
COPYRIGHT="
Fridrich Strba <fridrich.strba@bluewin.ch>
David Tardon <dtardon@redhat.com>
"
COPYRIGHT="Fridrich Strba, David Tardon"
LICENSE="MPL v2.0"
REVISION="1"
SOURCE_URI="http://dev-www.libreoffice.org/src/libcdr/libcdr-$portVersion.tar.bz2"
CHECKSUM_SHA256="72fe7bbbf2275242acdf67ad2f9b6c71ac9146a56c409def360dabcac5695b49"
ARCHITECTURES="x86 ?x86_64"
@@ -47,7 +40,17 @@ REQUIRES="
lib:libstdc++$secondaryArchSuffix
lib:libgcc_s$secondaryArchSuffix
"
PROVIDES_devel="
libcdr${secondaryArchSuffix}_devel = $portVersion
devel:libcdr_0.1$secondaryArchSuffix = 1.0.1 compat >= 1
"
REQUIRES_devel="
libcdr$secondaryArchSuffix == $portVersion base
"
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
devel:libboost_system$secondaryArchSuffix
devel:libicudata$secondaryArchSuffix
devel:libicui18n$secondaryArchSuffix
@@ -59,7 +62,6 @@ BUILD_REQUIRES="
devel:libz$secondaryArchSuffix
"
BUILD_PREREQUIRES="
haiku${secondaryArchSuffix}_devel
cmd:aclocal
cmd:libtoolize
cmd:autoconf
@@ -91,11 +93,3 @@ INSTALL()
packageEntries devel $developDir
}
PROVIDES_devel="
libcdr${secondaryArchSuffix}_devel = $portVersion
devel:libcdr_0.1$secondaryArchSuffix = 1.0.1 compat >= 1
"
REQUIRES_devel="
libcdr$secondaryArchSuffix == $portVersion base
"

View File

@@ -1,15 +1,19 @@
SUMMARY="a free DTS Coherent Acoustics decoder"
SUMMARY="A free DTS Coherent Acoustics decoder"
DESCRIPTION="libdca is a free library for decoding DTS Coherent Acoustics \
streams. The code is written by Gildas Bazin and was based on the a52dec \
project. It is released under the terms of the GPL license.
The DTS Coherent Acoustics standard (ETSI 102 114 v1.2.1), as published by the \
ETSI, is available here (look for DTS Coherent Acoustics).
"
HOMEPAGE="http://www.videolan.org/developers/libdca.html"
ETSI, is available here (look for DTS Coherent Acoustics)."
HOMEPAGE="http://www.videolan.org/developers/libdca.html"
COPYRIGHT="2004 Gildas Bazin
2000-2003 Michel Lespinasse
1999-2000 Aaron Holtzman"
LICENSE="GNU GPL v2"
REVISION="2"
SOURCE_URI="http://download.videolan.org/pub/videolan/libdca/0.0.5/libdca-0.0.5.tar.bz2"
CHECKSUM_SHA256="dba022e022109a5bacbe122d50917769ff27b64a7bba104bd38ced8de8510642"
REVISION="2"
ARCHITECTURES="x86_gcc2 x86"
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
@@ -20,33 +24,30 @@ PROVIDES="
cmd:extract_dca$secondaryArchSuffix
cmd:extract_dts$secondaryArchSuffix
lib:libdca$secondaryArchSuffix = 0.0.0 compat = 0
"
"
REQUIRES="
haiku$secondaryArchSuffix
"
"
PROVIDES_devel="
libdca_devel = $portVersion
devel:libdca$secondaryArchSuffix
devel:libdts$secondaryArchSuffix
"
REQUIRES_devel="
libdca$secondaryArchSuffix == $portVersion base
"
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
"
BUILD_PREREQUIRES="
cmd:autoconf
cmd:gcc$secondaryArchSuffix
cmd:ld$secondaryArchSuffix
cmd:libtoolize
cmd:make
"
PROVIDES_devel="
libdca_devel = $portVersion
devel:libdca$secondaryArchSuffix
devel:libdts$secondaryArchSuffix
"
REQUIRES_devel="
libdca$secondaryArchSuffix == $portVersion base
"
"
BUILD()
{
@@ -64,8 +65,3 @@ INSTALL()
packageEntries devel $developDir
}
LICENSE="GNU GPL v2"
COPYRIGHT="2004 Gildas Bazin <gbazin@videolan.org>
2000-2003 Michel Lespinasse <walken@zoy.org>
1999-2000 Aaron Holtzman <aholtzma@ess.engr.uvic.ca>"

View File

@@ -1,22 +1,21 @@
SUMMARY="a GPL codec for DV video"
DESCRIPTION="
The Quasar DV codec (libdv) is a software codec for DV video, the encoding format \
used by most digital camcorders, typically those that support the IEEE 1394 \
(a.k.a FireWire or i.Link) interface. Libdv was developed according to the \
official standards for DV video: IEC 61834 and SMPTE 314M."
SUMMARY="A GPL codec for DV video"
DESCRIPTION="The Quasar DV codec (libdv) is a software codec for DV video, \
the encoding format used by most digital camcorders, typically those that \
support the IEEE 1394 (a.k.a FireWire or i.Link) interface. Libdv was \
developed according to the official standards for DV video: IEC 61834 and \
SMPTE 314M."
HOMEPAGE="http://libdv.sourceforge.net"
COPYRIGHT="
1999 Erik Walthinsen <omega@cse.ogi.edu>
1999 Charles 'Buck' Krasic <krasic@acm.org>"
COPYRIGHT="1999 Erik Walthinsen
1999 Charles 'Buck' Krasic"
LICENSE="GNU LGPL v2.1"
REVISION="2"
SOURCE_URI="http://sourceforge.net/projects/libdv/files/libdv/$portVersion/libdv-$portVersion.tar.gz"
CHECKSUM_SHA256="a305734033a9c25541a59e8dd1c254409953269ea7c710c39e540bd8853389ba"
REVISION="2"
PATCHES="libdv-$portVersion.patchset"
ARCHITECTURES="x86_gcc2 x86 x86_64"
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
PATCHES="libdv-$portVersion.patchset"
PROVIDES="
libdv$secondaryArchSuffix = $portVersion compat >= 1.0
lib:libdv$secondaryArchSuffix = 4.0.3 compat >= 4
@@ -28,6 +27,15 @@ REQUIRES="
lib:libsdl_1.2$secondaryArchSuffix
lib:libpopt$secondaryArchSuffix
"
PROVIDES_devel="
libdv${secondaryArchSuffix}_devel = $portVersion compat >= 1.0
devel:libdv$secondaryArchSuffix = 4.0.3 compat >= 4
"
REQUIRES_devel="
libdv$secondaryArchSuffix == $portVersion base
"
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
devel:libsdl_1.2$secondaryArchSuffix
@@ -65,13 +73,3 @@ INSTALL()
packageEntries devel \
$developDir
}
# ----- devel package -------------------------------------------------------
PROVIDES_devel="
libdv${secondaryArchSuffix}_devel = $portVersion compat >= 1.0
devel:libdv$secondaryArchSuffix = 4.0.3 compat >= 4
"
REQUIRES_devel="
libdv$secondaryArchSuffix == $portVersion base
"