mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
media-plugins: code style.
This commit is contained in:
@@ -3,21 +3,20 @@ DESCRIPTION="The Bauer stereophonic-to-binaural DSP (bs2b) is designed to \
|
||||
improve headphone listening of stereo audio records.
|
||||
Recommended for headphone prolonged listening to disable superstereo fatigue.
|
||||
"
|
||||
LICENSE="MIT"
|
||||
COPYRIGHT="2005 Boris Mikhaylov"
|
||||
HOMEPAGE="http://bs2b.sourceforge.net"
|
||||
COPYRIGHT="2005 Boris Mikhaylov"
|
||||
LICENSE="MIT"
|
||||
REVISION="1"
|
||||
SOURCE_URI="svn://svn.code.sf.net/p/bs2b/code/trunk"
|
||||
SOURCE_URI_2="svn+https://github.com/kxproject/kx-audio-driver/trunk/vst"
|
||||
REVISION="1"
|
||||
PATCHES="bs2b-2.1.0.patchset"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86"
|
||||
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
|
||||
|
||||
PATCHES="bs2b-2.1.0.patchset"
|
||||
|
||||
PROVIDES="
|
||||
bs2b$secondaryArchSuffix = $portVersion
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
lib:libsndfile$secondaryArchSuffix
|
||||
@@ -27,7 +26,6 @@ BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
devel:libsndfile$secondaryArchSuffix
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:g++$secondaryArchSuffix
|
||||
cmd:make
|
||||
|
||||
@@ -12,8 +12,9 @@ COPYRIGHT="2006-2018 Qmmp Development Team"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://sourceforge.net/projects/qmmp-dev/files/qmmp-plugin-pack/qmmp-plugin-pack-$portVersion.tar.bz2"
|
||||
SOURCE_DIR="qmmp-plugin-pack-$portVersion"
|
||||
CHECKSUM_SHA256="ffc4c61ba016cbe77418ce418dbd8bd6b9779549b90f88d2aad320f83c97d21b"
|
||||
SOURCE_DIR="qmmp-plugin-pack-$portVersion"
|
||||
|
||||
ARCHITECTURES="!x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
@@ -34,6 +35,7 @@ REQUIRES="
|
||||
lib:libsamplerate$secondaryArchSuffix
|
||||
lib:libtag$secondaryArchSuffix
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
devel:libavcodec$secondaryArchSuffix
|
||||
|
||||
Reference in New Issue
Block a user