mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 22:48:55 +02:00
code style.
remove old patches.
This commit is contained in:
@@ -5,7 +5,7 @@ having been used for many years in at least classical, pop, techno, and ambient.
|
||||
HOMEPAGE="https://github.com/csound/csound"
|
||||
COPYRIGHT="1991 Barry Vercoe, John ffitch"
|
||||
LICENSE="GNU LGPL v2.1"
|
||||
REVISION="2"
|
||||
REVISION="2"
|
||||
srcGitRev="be2e7e36946ce767329d330c5cf926def3aa5851"
|
||||
SOURCE_URI="$HOMEPAGE/archive/$srcGitRev.tar.gz"
|
||||
CHECKSUM_SHA256="6db8221e2074d9b9acb5eb0572da4406b11c5a896098a774f120b38927be4fb4"
|
||||
|
||||
@@ -16,10 +16,11 @@ COPYRIGHT="
|
||||
2015 foo86
|
||||
"
|
||||
LICENSE="GNU LGPL v2.1"
|
||||
SOURCE_URI="https://github.com/foo86/dcadec/archive/v$portVersion.tar.gz"
|
||||
SOURCE_FILENAME="dcadec-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="ed9d207fde3e8d576f3af8b0d1235b3371e315175757173689104efcaebf0d44"
|
||||
REVISION="2"
|
||||
SOURCE_URI="https://github.com/foo86/dcadec/archive/v$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="ed9d207fde3e8d576f3af8b0d1235b3371e315175757173689104efcaebf0d44"
|
||||
SOURCE_FILENAME="dcadec-$portVersion.tar.gz"
|
||||
|
||||
ARCHITECTURES="x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
@@ -31,6 +32,18 @@ PROVIDES="
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
"
|
||||
CONFLICTS="
|
||||
libdca$secondaryArchSuffix
|
||||
"
|
||||
|
||||
PROVIDES_devel="
|
||||
dcadec${secondaryArchSuffix}_devel = $portVersion compat >= 0
|
||||
devel:libdcadec$secondaryArchSuffix = 0.1.0 compat >= 0
|
||||
"
|
||||
REQUIRES_devel="
|
||||
dcadec$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
"
|
||||
@@ -39,9 +52,6 @@ BUILD_PREREQUIRES="
|
||||
cmd:ld$secondaryArchSuffix
|
||||
cmd:make
|
||||
"
|
||||
CONFLICTS="
|
||||
libdca$secondaryArchSuffix
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
@@ -61,13 +71,3 @@ INSTALL()
|
||||
packageEntries devel \
|
||||
$developDir
|
||||
}
|
||||
|
||||
# ----- devel package -------------------------------------------------------
|
||||
|
||||
PROVIDES_devel="
|
||||
dcadec${secondaryArchSuffix}_devel = $portVersion compat >= 0
|
||||
devel:libdcadec$secondaryArchSuffix = 0.1.0 compat >= 0
|
||||
"
|
||||
REQUIRES_devel="
|
||||
dcadec$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
|
||||
@@ -15,10 +15,10 @@ HOMEPAGE="https://github.com/divideconcept/FluidLite"
|
||||
COPYRIGHT="2007-2012 Josh Green, Pedro Lopez-Cabanillas, David Henningsson"
|
||||
LICENSE="GNU LGPL v2.1"
|
||||
REVISION="3"
|
||||
gitRevision="ba3a29d5976c0797b204ef5729430c295aab19d8"
|
||||
SOURCE_URI="$HOMEPAGE/archive/$gitRevision.tar.gz"
|
||||
srcGitRev="ba3a29d5976c0797b204ef5729430c295aab19d8"
|
||||
SOURCE_URI="$HOMEPAGE/archive/$srcGitRev.tar.gz"
|
||||
CHECKSUM_SHA256="80ea81bb3ce7e20c0aeaf95fc4660b9f0f40d004acdb7eee1b6a9a2c7aeb1075"
|
||||
SOURCE_DIR="FluidLite-$gitRevision"
|
||||
SOURCE_DIR="FluidLite-$srcGitRev"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
|
||||
|
||||
@@ -12,7 +12,6 @@ REVISION="1"
|
||||
SOURCE_URI="https://github.com/LMMS/lmms/archive/v${portVersion/\~/-}.tar.gz"
|
||||
CHECKSUM_SHA256="ce6938b95e0c2af63b68c40180036b08c54127fba21737f2cd904aa67a36a00d"
|
||||
SOURCE_DIR="lmms-${portVersion/\~/-}"
|
||||
#PATCHES="lmms-$portVersion.patchset"
|
||||
ADDITIONAL_FILES="LMMS.rdef"
|
||||
|
||||
ARCHITECTURES="!x86_gcc2 x86_64"
|
||||
@@ -24,39 +23,39 @@ PROVIDES="
|
||||
"
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
lib:libfftw3f$secondaryArchSuffix
|
||||
lib:libfluidsynth$secondaryArchSuffix
|
||||
lib:libogg$secondaryArchSuffix
|
||||
lib:libQt5Core$secondaryArchSuffix
|
||||
lib:libQt5Gui$secondaryArchSuffix
|
||||
lib:libQt5Widgets$secondaryArchSuffix
|
||||
lib:libQt5Xml$secondaryArchSuffix
|
||||
lib:libsamplerate$secondaryArchSuffix
|
||||
lib:libsdl_1.2$secondaryArchSuffix
|
||||
lib:libsndfile$secondaryArchSuffix
|
||||
lib:libvorbis$secondaryArchSuffix
|
||||
lib:libvorbisenc$secondaryArchSuffix
|
||||
lib:libvorbisfile$secondaryArchSuffix
|
||||
lib:libogg$secondaryArchSuffix
|
||||
lib:libsdl_1.2$secondaryArchSuffix
|
||||
lib:libfluidsynth$secondaryArchSuffix
|
||||
lib:libsamplerate$secondaryArchSuffix
|
||||
lib:libfftw3f$secondaryArchSuffix
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
devel:libfftw3f$secondaryArchSuffix
|
||||
devel:libfluidsynth$secondaryArchSuffix
|
||||
devel:libogg$secondaryArchSuffix
|
||||
devel:libQt5Core$secondaryArchSuffix
|
||||
devel:libQt5Gui$secondaryArchSuffix
|
||||
devel:libQt5Widgets$secondaryArchSuffix
|
||||
devel:libsamplerate$secondaryArchSuffix
|
||||
devel:libsdl$secondaryArchSuffix
|
||||
devel:libsndfile$secondaryArchSuffix
|
||||
devel:libvorbis$secondaryArchSuffix
|
||||
devel:libogg$secondaryArchSuffix
|
||||
devel:libsdl$secondaryArchSuffix
|
||||
devel:libfluidsynth$secondaryArchSuffix
|
||||
devel:libsamplerate$secondaryArchSuffix
|
||||
devel:libfftw3f$secondaryArchSuffix
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:cmake
|
||||
cmd:pkg_config$secondaryArchSuffix
|
||||
cmd:g++$secondaryArchSuffix
|
||||
cmd:ninja
|
||||
cmd:pkg_config$secondaryArchSuffix
|
||||
"
|
||||
|
||||
BUILD()
|
||||
|
||||
@@ -4,10 +4,10 @@ HOMEPAGE="http://stian.cubic.org/project-ocp.php"
|
||||
COPYRIGHT="1994-2016 Niklas Beisert, Stian Skjelstad and others"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="1"
|
||||
gitRevision="835bf803f590512848282bbf74986ebfaec17da3"
|
||||
SOURCE_URI="https://sourceforge.net/code-snapshots/git/o/op/opencubicplayer/code.git/opencubicplayer-code-$gitRevision.zip"
|
||||
srcGitRev="835bf803f590512848282bbf74986ebfaec17da3"
|
||||
SOURCE_URI="https://sourceforge.net/code-snapshots/git/o/op/opencubicplayer/code.git/opencubicplayer-code-$srcGitRev.zip"
|
||||
CHECKSUM_SHA256="8691b9fa9f512c98307c6e4fb2723c10a4a8f212da8a3af1b9d15d2fe32764fb"
|
||||
SOURCE_DIR="opencubicplayer-code-$gitRevision"
|
||||
SOURCE_DIR="opencubicplayer-code-$srcGitRev"
|
||||
|
||||
ARCHITECTURES="!x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
Reference in New Issue
Block a user