mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-06 06:58:57 +02:00
freac: bump to 1.1~beta1 (#4519)
This commit is contained in:
committed by
Jérôme Duval
parent
1aa0f37df7
commit
817e0d6349
@@ -18,9 +18,9 @@ HOMEPAGE="https://freac.org/"
|
||||
COPYRIGHT="2001-2019 Robert Kausch"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://github.com/enzo1982/freac/releases/download/v${portVersion/\~alpha/-alpha-}/freac-${portVersion/\~alpha/-alpha-}.tar.gz"
|
||||
CHECKSUM_SHA256="b6f228ec57b80e67a67c52a5040f85c334a89c8b700fb490008b0aa32c5afd0b"
|
||||
SOURCE_DIR="freac-${portVersion/\~alpha/-alpha-}"
|
||||
SOURCE_URI="https://github.com/enzo1982/freac/releases/download/v${portVersion/\~/-}/freac-${portVersion/\~/-}.tar.gz"
|
||||
CHECKSUM_SHA256="7b273f265d3d41f05a02b04663609dbf9557f44b6ac575a7239a27c943ade427"
|
||||
SOURCE_DIR="freac-${portVersion/\~/-}"
|
||||
|
||||
ARCHITECTURES="!x86_gcc2 x86 x86_64"
|
||||
if [ "$targetArchitecture" = x86_gcc2 ]; then
|
||||
@@ -39,15 +39,15 @@ PROVIDES="
|
||||
"
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
boca$secondaryArchSuffix >= 1.0~alpha20190423
|
||||
smooth$secondaryArchSuffix >= 0.8.74.0~pre6
|
||||
boca$secondaryArchSuffix >= 1.0~beta1
|
||||
smooth$secondaryArchSuffix >= 0.9.0
|
||||
cmd:ffmpeg
|
||||
cmd:mpcdec
|
||||
cmd:mpcenc
|
||||
cmd:wavpack
|
||||
cmd:wvunpack
|
||||
lib:libsmooth_0.8.74$secondaryArchSuffix >= 1
|
||||
lib:libboca_1.0$secondaryArchSuffix >= 1
|
||||
lib:libsmooth_0.9$secondaryArchSuffix >= 0
|
||||
lib:libboca_1.0$secondaryArchSuffix >= 2
|
||||
lib:libcdio$secondaryArchSuffix
|
||||
lib:libcdio_cdda$secondaryArchSuffix
|
||||
lib:libcdio_paranoia$secondaryArchSuffix
|
||||
@@ -69,9 +69,9 @@ REQUIRES="
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
boca${secondaryArchSuffix}_devel >= 1.0~alpha20190423
|
||||
smooth${secondaryArchSuffix}_devel >= 0.8.74.0~pre6
|
||||
devel:libboca_1.0$secondaryArchSuffix >= 1
|
||||
boca${secondaryArchSuffix}_devel >= 1.0~beta1
|
||||
smooth${secondaryArchSuffix}_devel >= 0.9.0
|
||||
devel:libboca_1.0$secondaryArchSuffix >= 2
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:g++$secondaryArchSuffix
|
||||
@@ -83,7 +83,6 @@ BUILD_PREREQUIRES="
|
||||
|
||||
BUILD()
|
||||
{
|
||||
export CXXFLAGS="-DFREAC_DATE=\\\"${portVersion#*~alpha}\\\""
|
||||
make $jobArgs
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user