code style.

This commit is contained in:
Jerome Duval
2018-09-10 08:04:21 +02:00
parent 3a180506b9
commit 0113e6f1a9
23 changed files with 252 additions and 266 deletions

View File

@@ -19,6 +19,29 @@ slowly rub out MIDI events.
* Record, edit, and playback note, program change, control change, and pitch \
bend MIDI data.
* Read and write standard MIDI files."
HOMEPAGE="https://github.com/HaikuArchives/Sequitur"
COPYRIGHT="2001 Eric Hackborn"
LICENSE="Public Domain"
REVISION="3"
SOURCE_URI="https://github.com/HaikuArchives/Sequitur/archive/v$portVersion.tar.gz"
CHECKSUM_SHA256="709f4f2d3ec9c251d36deae3ae9041e0183f14fb894c44398a848d791829d094"
SOURCE_DIR="Sequitur-$portVersion"
ARCHITECTURES="x86_gcc2"
USER_SETTINGS_FILES="
settings/Sequitur directory
"
PROVIDES="
sequitur = $portVersion
app:Sequitur = $portVersion
"
REQUIRES="
haiku
lib:libpng16
lib:libz
"
SUMMARY_devices="Legacy device definitions for Sequitur"
DESCRIPTION_devices="This package contains device definitions for legacy \
@@ -33,27 +56,6 @@ devices for the MIDI sequencer Sequitur. Included are definitions for:
- Roland MT-32
- Roland V-Drums TD-8
- Waldorf MicroQ"
HOMEPAGE="https://github.com/HaikuArchives/Sequitur"
COPYRIGHT="2001 Eric Hackborn"
LICENSE="Public Domain"
REVISION="3"
SOURCE_URI="https://github.com/HaikuArchives/Sequitur/archive/v$portVersion.tar.gz"
CHECKSUM_SHA256="709f4f2d3ec9c251d36deae3ae9041e0183f14fb894c44398a848d791829d094"
SOURCE_DIR="Sequitur-$portVersion"
ARCHITECTURES="x86_gcc2"
PROVIDES="
sequitur = $portVersion
app:Sequitur = $portVersion
"
REQUIRES="
haiku
lib:libpng16
lib:libz
"
PROVIDES_devices="
sequitur_devices = $portVersion
"
@@ -68,8 +70,8 @@ BUILD_REQUIRES="
"
BUILD_PREREQUIRES="
makefile_engine
cmd:make
cmd:gcc
cmd:make
"
# For the time being the _debuginfo package has to be generated separately, as
@@ -126,10 +128,6 @@ BUILD_PREREQUIRES="
# $appsDir/Sequitur/add-ons/Filters/ArpVelocitySplitter \
# $appsDir/Sequitur/add-ons/Filters/ArpWipeOut
USER_SETTINGS_FILES="
settings/Sequitur directory
"
BUILD()
{
cd Sequitur

View File

@@ -4,8 +4,8 @@ with ZETA. Users can choose which part of a theme to apply or save. It can \
also import BeTheme themes, and to some degree, MS Plus themes. \
It is add-ons based, so it can be extended."
HOMEPAGE="https://github.com/mmuman/HaikuThemeManager/"
LICENSE="MIT"
COPYRIGHT="2000-2015 François Revol"
LICENSE="MIT"
REVISION="3"
srcGitRev="38a90a92ea0150a4589865e8ce2054e9726f6352"
SOURCE_URI="$HOMEPAGE/archive/$srcGitRev.tar.gz"
@@ -22,6 +22,7 @@ PROVIDES="
REQUIRES="
haiku
"
#XXX: suggests?
#thememanager_themes
BUILD_REQUIRES="
@@ -29,10 +30,10 @@ BUILD_REQUIRES="
"
BUILD_PREREQUIRES="
makefile_engine
cmd:git
cmd:gcc
cmd:make
cmd:git
cmd:ld
cmd:make
"
BUILD()

View File

@@ -22,11 +22,10 @@ PROVIDES="
"
REQUIRES="
haiku
lib:libz
yab >= 1.7.5.5
devel:libz
devel:libz # needed to build and for the BuildFactory to do its work
lib:libz
"
# devel:libz is needed both to build and for the BuildFactory to do its work.
BUILD_REQUIRES="
haiku_devel