mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-03 05:28:53 +02:00
Changes in SUMMARY, DESCRIPTION and whitespace.
Removed the full-stop and repeating package name in SUMMARY. Removed hard line breaks, broke up some very long paragraphs and use bullet lists where possible. All done by browsing through HaikuDepot. There may be (many) more left in the whole haikuports repo... Included 10 extended desriptions done by soyoye14 for GCI 2014 (https://www.google-melange.com/gci/task/view/google/gci2014/5240373098053632) Removed/insert whitespace where it seems to be the custom in recipes. Sometimes rearranged elements of a recipe (moving license and copyright up, for example).
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
SUMMARY="Fluidsynth is a software real-time synthesizer"
|
||||
SUMMARY="FA software real-time synthesizer"
|
||||
DESCRIPTION="
|
||||
Fluidsynth is a software real-time synthesizer based on the Soundfont 2 \
|
||||
specifications.
|
||||
"
|
||||
Fluidsynth is a free open source software synthesizer written in C. It \
|
||||
can convert MIDI note data to an audio signal using SoundFont technology \
|
||||
without a SoundFont compatible soundcard. Fluidsynth can perform as a virtual \
|
||||
MIDI device and read in SMF (.mid) files directly. Another function is its \
|
||||
ability to send audio data to a Raw or Wave file."
|
||||
HOMEPAGE="http://www.fluidsynth.org/"
|
||||
SRC_URI="http://sourceforge.net/projects/fluidsynth/files/fluidsynth-$portVersion/fluidsynth-$portVersion.tar.bz2"
|
||||
CHECKSUM_SHA256="d28b47dfbf7f8e426902ae7fa2981d821fbf84f41da9e1b85be933d2d748f601"
|
||||
@@ -20,7 +22,6 @@ PROVIDES="
|
||||
lib:libfluidsynth${secondaryArchSuffix} = 1.5.2 compat >= 1
|
||||
cmd:fluidsynth${secondaryArchSuffix}
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku${secondaryArchSuffix}
|
||||
lib:libFLAC$secondaryArchSuffix
|
||||
@@ -33,7 +34,6 @@ REQUIRES="
|
||||
lib:libsndfile$secondaryArchSuffix
|
||||
lib:libvorbis$secondaryArchSuffix
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
devel:libFLAC$secondaryArchSuffix
|
||||
@@ -45,7 +45,6 @@ BUILD_REQUIRES="
|
||||
devel:libsndfile$secondaryArchSuffix
|
||||
devel:libvorbis$secondaryArchSuffix
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:gcc$secondaryArchSuffix
|
||||
cmd:libtoolize
|
||||
@@ -60,25 +59,21 @@ BUILD_PREREQUIRES="
|
||||
BUILD()
|
||||
{
|
||||
libtoolize -fci
|
||||
|
||||
./autogen.sh
|
||||
|
||||
runConfigure ./configure
|
||||
|
||||
make $jobArgs
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
make install
|
||||
|
||||
prepareInstalledDevelLib libfluidsynth
|
||||
fixPkgconfig
|
||||
|
||||
# devel package
|
||||
packageEntries devel \
|
||||
$developDir
|
||||
|
||||
}
|
||||
|
||||
# ----- devel package -------------------------------------------------------
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
SUMMARY="ocp - Open Cubic Player"
|
||||
SUMMARY="Open Cubic Player"
|
||||
DESCRIPTION="
|
||||
ocp - Open Cubic Player, a music player ported from DOS.
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user