mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-03 05:28:53 +02:00
De-lint recipes.
* libfreehand Removed e-mail from COPYRIGHT. Re-ordered blocks. * libmspub Removed e-mail from COPYRIGHT. Re-ordered blocks. * libmtp Removed e-mail from COPYRIGHT. Re-ordered blocks. * libmwaw Removed e-mail from COPYRIGHT. Re-ordered blocks. * libodfgen Removed e-mail from COPYRIGHT. Re-ordered blocks. * libprefs Removed e-mail from COPYRIGHT. Improved DESCRIPTION. Re-ordered blocks. * librevenge Removed e-mail from COPYRIGHT. Re-ordered blocks. * librsync Removed e-mail from COPYRIGHT. Re-ordered blocks. * libssh2 Removed e-mail from COPYRIGHT. Re-ordered blocks. * libupnp Removed e-mail from COPYRIGHT. Re-ordered blocks. * libvisio Removed e-mail from COPYRIGHT. Re-ordered blocks. * libwps Removed e-mail from COPYRIGHT. Re-ordered blocks. * mda_vst Removed e-mail from COPYRIGHT. Re-ordered blocks. * mtr Removed e-mail from COPYRIGHT. Re-ordered blocks. * ragel Removed e-mail from COPYRIGHT. Re-ordered blocks. * soxr Improved SUMMARY/DESCRIPTION Removed e-mail from COPYRIGHT. Re-ordered blocks. * waveview Removed e-mail from COPYRIGHT. Removed duplicate REQUIRES. Re-ordered blocks. * whisper Removed e-mail from COPYRIGHT. Added REQUIRES. Re-ordered blocks.
This commit is contained in:
@@ -1,18 +1,12 @@
|
||||
SUMMARY="Aldus/Macromedia/Adobe FreeHand import library"
|
||||
DESCRIPTION="
|
||||
libcdr is a library that parses the file format of Aldus/Macromedia/Adobe \
|
||||
FreeHand documents of all versions.
|
||||
"
|
||||
DESCRIPTION="libcdr is a library that parses the file format of \
|
||||
Aldus/Macromedia/Adobe FreeHand documents of all versions."
|
||||
HOMEPAGE="http://wiki.documentfoundation.org/DLP/Libraries/libfreehand"
|
||||
SOURCE_URI="http://dev-www.libreoffice.org/src/libfreehand/libfreehand-$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/libfreehand/libfreehand-$portVersion.tar.bz2"
|
||||
|
||||
CHECKSUM_SHA256="c69962d5947561afeefeee71bc78ba7419e9d9b0fea8bcef2f625be867afe307"
|
||||
|
||||
ARCHITECTURES="x86 ?x86_64"
|
||||
@@ -37,7 +31,17 @@ REQUIRES="
|
||||
lib:librevenge_stream_0.0$secondaryArchSuffix
|
||||
lib:libz$secondaryArchSuffix
|
||||
"
|
||||
|
||||
PROVIDES_devel="
|
||||
libfreehand${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:libfreehand_0.1$secondaryArchSuffix = 1.0.0 compat >= 1
|
||||
"
|
||||
REQUIRES_devel="
|
||||
libfreehand$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
devel:libboost_system$secondaryArchSuffix
|
||||
devel:librevenge_0.0$secondaryArchSuffix
|
||||
devel:librevenge_generators_0.0$secondaryArchSuffix
|
||||
@@ -45,7 +49,6 @@ BUILD_REQUIRES="
|
||||
devel:libz$secondaryArchSuffix
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
cmd:aclocal
|
||||
cmd:libtoolize
|
||||
cmd:autoconf
|
||||
@@ -78,11 +81,3 @@ INSTALL()
|
||||
|
||||
packageEntries devel $developDir
|
||||
}
|
||||
|
||||
PROVIDES_devel="
|
||||
libfreehand${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:libfreehand_0.1$secondaryArchSuffix = 1.0.0 compat >= 1
|
||||
"
|
||||
REQUIRES_devel="
|
||||
libfreehand$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
|
||||
@@ -1,27 +1,22 @@
|
||||
SUMMARY="MTP initiator library"
|
||||
DESCRIPTION="
|
||||
libmtp implements an MTP initiator, which means it initiate \
|
||||
MTP sessions with devices. The devices responding are known \
|
||||
as MTP responders. libmtp runs on something with a USB host \
|
||||
controller interface, using libusb to access the host \
|
||||
controller.
|
||||
"
|
||||
DESCRIPTION="libmtp implements an MTP initiator, which means it initiate \
|
||||
MTP sessions with devices. The devices responding are known as MTP responders. \
|
||||
libmtp runs on something with a USB host controller interface, using libusb \
|
||||
to access the host controller."
|
||||
HOMEPAGE="http://libmtp.sourceforge.net"
|
||||
COPYRIGHT="
|
||||
Richard Low <richard@wentnet.com>
|
||||
Linus Walleij <triad@df.lth.se>
|
||||
Mariusz Woloszyn <emsi@ipartners.pl>
|
||||
Marcus Meissner <marcus@jet.franken.de>
|
||||
"
|
||||
COPYRIGHT="Richard Low
|
||||
Linus Walleij
|
||||
Mariusz Woloszyn
|
||||
Marcus Meissner"
|
||||
LICENSE="GNU LGPL v2.1"
|
||||
REVISION="2"
|
||||
SOURCE_URI="http://prdownloads.sourceforge.net/libmtp/libmtp-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="3a1c1c83af91de4052eb54feb795c141b4c04a252e0031954ebbf6175970cb0a"
|
||||
REVISION="2"
|
||||
PATCHES="libmtp-$portVersion.patchset"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
|
||||
|
||||
PATCHES="libmtp-$portVersion.patchset"
|
||||
|
||||
PROVIDES="
|
||||
libmtp$secondaryArchSuffix = $portVersion compat >= 1.0
|
||||
lib:libmtp$secondaryArchSuffix = 9.1.0 compat >= 9
|
||||
@@ -33,6 +28,15 @@ REQUIRES="
|
||||
lib:libiconv$secondaryArchSuffix
|
||||
lib:libusb_1.0$secondaryArchSuffix
|
||||
"
|
||||
|
||||
PROVIDES_devel="
|
||||
libmtp${secondaryArchSuffix}_devel = $portVersion compat >= 1.0
|
||||
devel:libmtp$secondaryArchSuffix = 9.1.0 compat >= 9
|
||||
"
|
||||
REQUIRES_devel="
|
||||
libmtp$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
devel:libgcrypt$secondaryArchSuffix
|
||||
@@ -70,13 +74,3 @@ INSTALL()
|
||||
packageEntries devel \
|
||||
$developDir # $docDir
|
||||
}
|
||||
|
||||
# ----- devel package -------------------------------------------------------
|
||||
|
||||
PROVIDES_devel="
|
||||
libmtp${secondaryArchSuffix}_devel = $portVersion compat >= 1.0
|
||||
devel:libmtp$secondaryArchSuffix = 9.1.0 compat >= 9
|
||||
"
|
||||
REQUIRES_devel="
|
||||
libmtp$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
|
||||
@@ -1,27 +1,22 @@
|
||||
SUMMARY="MTP initiator library"
|
||||
DESCRIPTION="
|
||||
libmtp implements an MTP initiator, which means it initiate \
|
||||
MTP sessions with devices. The devices responding are known \
|
||||
as MTP responders. libmtp runs on something with a USB host \
|
||||
controller interface, using libusb to access the host \
|
||||
controller.
|
||||
"
|
||||
DESCRIPTION="libmtp implements an MTP initiator, which means it initiate \
|
||||
MTP sessions with devices. The devices responding are known as MTP responders. \
|
||||
libmtp runs on something with a USB host controller interface, using libusb \
|
||||
to access the host controller."
|
||||
HOMEPAGE="http://libmtp.sourceforge.net"
|
||||
COPYRIGHT="
|
||||
Richard Low <richard@wentnet.com>
|
||||
Linus Walleij <triad@df.lth.se>
|
||||
Mariusz Woloszyn <emsi@ipartners.pl>
|
||||
Marcus Meissner <marcus@jet.franken.de>
|
||||
"
|
||||
COPYRIGHT="Richard Low
|
||||
Linus Walleij
|
||||
Mariusz Woloszyn
|
||||
Marcus Meissner"
|
||||
LICENSE="GNU LGPL v2.1"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://prdownloads.sourceforge.net/libmtp/libmtp-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="3f9e87536aa40e560d0c153a505e38096b1df5ea15fad783691e9a8ca4dd2282"
|
||||
REVISION="1"
|
||||
PATCHES="libmtp-$portVersion.patchset"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
|
||||
|
||||
PATCHES="libmtp-$portVersion.patchset"
|
||||
|
||||
PROVIDES="
|
||||
libmtp$secondaryArchSuffix = $portVersion compat >= 1.0
|
||||
lib:libmtp$secondaryArchSuffix = 9.2.0 compat >= 9
|
||||
@@ -56,6 +51,15 @@ REQUIRES="
|
||||
# required by libgcrypt
|
||||
lib:libgpg_error$secondaryArchSuffix
|
||||
"
|
||||
|
||||
PROVIDES_devel="
|
||||
libmtp${secondaryArchSuffix}_devel = $portVersion compat >= 1.0
|
||||
devel:libmtp$secondaryArchSuffix = 9.2.0 compat >= 9
|
||||
"
|
||||
REQUIRES_devel="
|
||||
libmtp$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
devel:libgcrypt$secondaryArchSuffix
|
||||
@@ -95,13 +99,3 @@ INSTALL()
|
||||
packageEntries devel \
|
||||
$developDir # $docDir
|
||||
}
|
||||
|
||||
# ----- devel package -------------------------------------------------------
|
||||
|
||||
PROVIDES_devel="
|
||||
libmtp${secondaryArchSuffix}_devel = $portVersion compat >= 1.0
|
||||
devel:libmtp$secondaryArchSuffix = 9.2.0 compat >= 9
|
||||
"
|
||||
REQUIRES_devel="
|
||||
libmtp$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
|
||||
@@ -1,19 +1,14 @@
|
||||
SUMMARY="Microsoft Visio import library"
|
||||
DESCRIPTION="
|
||||
Libvisio is library providing ability to interpret and import Visio diagrams \
|
||||
into various applications. You can find it being used in LibreOffice.
|
||||
"
|
||||
DESCRIPTION="Libvisio is library providing ability to interpret and import \
|
||||
Visio diagrams into various applications. You can find it being used in \
|
||||
LibreOffice."
|
||||
HOMEPAGE="http://wiki.documentfoundation.org/DLP/Libraries/libvisio"
|
||||
SOURCE_URI="http://dev-www.libreoffice.org/src/libvisio/libvisio-$portVersion.tar.bz2"
|
||||
LICENSE="
|
||||
MPL v2.0
|
||||
"
|
||||
COPYRIGHT="
|
||||
Fridrich Strba <fridrich.strba@bluewin.ch>
|
||||
Eilidh McAdam <tibbylickle@gmail.com>
|
||||
David Tardon <dtardon@redhat.com>
|
||||
"
|
||||
COPYRIGHT="Fridrich Strba
|
||||
Eilidh McAdam
|
||||
David Tardon"
|
||||
LICENSE="MPL v2.0"
|
||||
REVISION="2"
|
||||
SOURCE_URI="http://dev-www.libreoffice.org/src/libvisio/libvisio-$portVersion.tar.bz2"
|
||||
CHECKSUM_SHA256="12383fcf39098ed0685a595d43e466dbc6222ee289e6f4e5e006e232973debee"
|
||||
|
||||
ARCHITECTURES="x86 ?x86_64"
|
||||
@@ -48,7 +43,17 @@ REQUIRES="
|
||||
lib:libstdc++$secondaryArchSuffix
|
||||
lib:libgcc_s$secondaryArchSuffix
|
||||
"
|
||||
|
||||
PROVIDES_devel="
|
||||
libvisio${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:libvisio_0.1$secondaryArchSuffix = 1.0.0 compat >= 1
|
||||
"
|
||||
REQUIRES_devel="
|
||||
libvisio$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
devel:libboost_system$secondaryArchSuffix
|
||||
devel:libicudata$secondaryArchSuffix
|
||||
devel:libicui18n$secondaryArchSuffix
|
||||
@@ -60,7 +65,6 @@ BUILD_REQUIRES="
|
||||
devel:libz$secondaryArchSuffix
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
cmd:aclocal
|
||||
cmd:libtoolize
|
||||
cmd:autoconf
|
||||
@@ -94,11 +98,3 @@ INSTALL()
|
||||
|
||||
packageEntries devel $developDir
|
||||
}
|
||||
|
||||
PROVIDES_devel="
|
||||
libvisio${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:libvisio_0.1$secondaryArchSuffix = 1.0.0 compat >= 1
|
||||
"
|
||||
REQUIRES_devel="
|
||||
libvisio$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
|
||||
@@ -1,15 +1,15 @@
|
||||
SUMMARY="SoX Resampler library"
|
||||
DESCRIPTION="SoXR is a high-quality audio resampling library. It handles \
|
||||
the conversion of audio to different sample rates (most commonly 44100, \
|
||||
48000, and 96000 Hz). It is one-dimensional and high-quality.
|
||||
"
|
||||
SUMMARY="A high-quality audio resampling library"
|
||||
DESCRIPTION="SoXR handles the conversion of audio to different sample rates \
|
||||
(most commonly 44100, 48000, and 96000 Hz). It is one-dimensional and \
|
||||
high-quality."
|
||||
HOMEPAGE="https://sourceforge.net/p/soxr/wiki/Home/"
|
||||
COPYRIGHT="2007-2013 Rob Sykes"
|
||||
LICENSE="GNU LGPL v2.1"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://downloads.sourceforge.net/project/soxr/soxr-${portVersion}-Source.tar.xz"
|
||||
CHECKSUM_SHA256="dcc16868d1a157079316f84233afcc2b52dd0bd541dd8439dc25bceb306faac2"
|
||||
REVISION="1"
|
||||
|
||||
LICENSE="GNU LGPL v2.1"
|
||||
COPYRIGHT="2007-2013 Rob Sykes <robs@users.sourceforge.net>"
|
||||
SOURCE_DIR="soxr-${portVersion}-Source"
|
||||
PATCHES="soxr-${portVersion}.patchset"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
|
||||
@@ -19,26 +19,29 @@ PROVIDES="
|
||||
lib:libsoxr$secondaryArchSuffix = 0.1.0 compat >= 0
|
||||
lib:libsoxr_lsr$secondaryArchSuffix = 0.1.9 compat >= 0
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
PROVIDES_devel="
|
||||
soxr${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:libsoxr$secondaryArchSuffix = 0.1.0 compat >= 0
|
||||
devel:libsoxr_lsr$secondaryArchSuffix = 0.1.9 compat >= 0
|
||||
"
|
||||
REQUIRES_devel="
|
||||
soxr$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:cmake
|
||||
cmd:gcc$secondaryArchSuffix
|
||||
cmd:ld$secondaryArchSuffix
|
||||
cmd:make
|
||||
"
|
||||
|
||||
SOURCE_DIR="soxr-${portVersion}-Source"
|
||||
|
||||
PATCHES="soxr-${portVersion}.patchset"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
if [ $effectiveTargetArchitecture = x86_gcc2 ]; then
|
||||
@@ -66,14 +69,3 @@ INSTALL()
|
||||
packageEntries devel \
|
||||
$developDir
|
||||
}
|
||||
|
||||
# ----- devel package -------------------------------------------------------
|
||||
|
||||
PROVIDES_devel="
|
||||
soxr${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:libsoxr$secondaryArchSuffix = 0.1.0 compat >= 0
|
||||
devel:libsoxr_lsr$secondaryArchSuffix = 0.1.9 compat >= 0
|
||||
"
|
||||
REQUIRES_devel="
|
||||
soxr$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user