mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 22:48:55 +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"
|
COPYRIGHT="2001-2019 Robert Kausch"
|
||||||
LICENSE="GNU GPL v2"
|
LICENSE="GNU GPL v2"
|
||||||
REVISION="1"
|
REVISION="1"
|
||||||
SOURCE_URI="https://github.com/enzo1982/freac/releases/download/v${portVersion/\~alpha/-alpha-}/freac-${portVersion/\~alpha/-alpha-}.tar.gz"
|
SOURCE_URI="https://github.com/enzo1982/freac/releases/download/v${portVersion/\~/-}/freac-${portVersion/\~/-}.tar.gz"
|
||||||
CHECKSUM_SHA256="b6f228ec57b80e67a67c52a5040f85c334a89c8b700fb490008b0aa32c5afd0b"
|
CHECKSUM_SHA256="7b273f265d3d41f05a02b04663609dbf9557f44b6ac575a7239a27c943ade427"
|
||||||
SOURCE_DIR="freac-${portVersion/\~alpha/-alpha-}"
|
SOURCE_DIR="freac-${portVersion/\~/-}"
|
||||||
|
|
||||||
ARCHITECTURES="!x86_gcc2 x86 x86_64"
|
ARCHITECTURES="!x86_gcc2 x86 x86_64"
|
||||||
if [ "$targetArchitecture" = x86_gcc2 ]; then
|
if [ "$targetArchitecture" = x86_gcc2 ]; then
|
||||||
@@ -39,15 +39,15 @@ PROVIDES="
|
|||||||
"
|
"
|
||||||
REQUIRES="
|
REQUIRES="
|
||||||
haiku$secondaryArchSuffix
|
haiku$secondaryArchSuffix
|
||||||
boca$secondaryArchSuffix >= 1.0~alpha20190423
|
boca$secondaryArchSuffix >= 1.0~beta1
|
||||||
smooth$secondaryArchSuffix >= 0.8.74.0~pre6
|
smooth$secondaryArchSuffix >= 0.9.0
|
||||||
cmd:ffmpeg
|
cmd:ffmpeg
|
||||||
cmd:mpcdec
|
cmd:mpcdec
|
||||||
cmd:mpcenc
|
cmd:mpcenc
|
||||||
cmd:wavpack
|
cmd:wavpack
|
||||||
cmd:wvunpack
|
cmd:wvunpack
|
||||||
lib:libsmooth_0.8.74$secondaryArchSuffix >= 1
|
lib:libsmooth_0.9$secondaryArchSuffix >= 0
|
||||||
lib:libboca_1.0$secondaryArchSuffix >= 1
|
lib:libboca_1.0$secondaryArchSuffix >= 2
|
||||||
lib:libcdio$secondaryArchSuffix
|
lib:libcdio$secondaryArchSuffix
|
||||||
lib:libcdio_cdda$secondaryArchSuffix
|
lib:libcdio_cdda$secondaryArchSuffix
|
||||||
lib:libcdio_paranoia$secondaryArchSuffix
|
lib:libcdio_paranoia$secondaryArchSuffix
|
||||||
@@ -69,9 +69,9 @@ REQUIRES="
|
|||||||
|
|
||||||
BUILD_REQUIRES="
|
BUILD_REQUIRES="
|
||||||
haiku${secondaryArchSuffix}_devel
|
haiku${secondaryArchSuffix}_devel
|
||||||
boca${secondaryArchSuffix}_devel >= 1.0~alpha20190423
|
boca${secondaryArchSuffix}_devel >= 1.0~beta1
|
||||||
smooth${secondaryArchSuffix}_devel >= 0.8.74.0~pre6
|
smooth${secondaryArchSuffix}_devel >= 0.9.0
|
||||||
devel:libboca_1.0$secondaryArchSuffix >= 1
|
devel:libboca_1.0$secondaryArchSuffix >= 2
|
||||||
"
|
"
|
||||||
BUILD_PREREQUIRES="
|
BUILD_PREREQUIRES="
|
||||||
cmd:g++$secondaryArchSuffix
|
cmd:g++$secondaryArchSuffix
|
||||||
@@ -83,7 +83,6 @@ BUILD_PREREQUIRES="
|
|||||||
|
|
||||||
BUILD()
|
BUILD()
|
||||||
{
|
{
|
||||||
export CXXFLAGS="-DFREAC_DATE=\\\"${portVersion#*~alpha}\\\""
|
|
||||||
make $jobArgs
|
make $jobArgs
|
||||||
}
|
}
|
||||||
|
|
||||||
Reference in New Issue
Block a user