mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 12:10:06 +02:00
freac: bump version to 1.1~alpha20190423 (#3811)
This commit is contained in:
committed by
Jérôme Duval
parent
393de2d8c7
commit
59f97691f2
@@ -15,11 +15,11 @@ Features include:
|
||||
- User interface available in 40+ languages
|
||||
- Optional command line interface"
|
||||
HOMEPAGE="https://freac.org/"
|
||||
COPYRIGHT="2001-2018 Robert Kausch"
|
||||
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="7f38c0e5716cd551d8636dddb343f700469217940fc0c1ef4ea43c20c19f2961"
|
||||
CHECKSUM_SHA256="b6f228ec57b80e67a67c52a5040f85c334a89c8b700fb490008b0aa32c5afd0b"
|
||||
SOURCE_DIR="freac-${portVersion/\~alpha/-alpha-}"
|
||||
|
||||
ARCHITECTURES="!x86_gcc2 x86 x86_64"
|
||||
@@ -39,22 +39,22 @@ PROVIDES="
|
||||
"
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
boca$secondaryArchSuffix >= 1.0~alpha20181201
|
||||
smooth$secondaryArchSuffix >= 0.8.74.0~pre5
|
||||
boca$secondaryArchSuffix >= 1.0~alpha20190423
|
||||
smooth$secondaryArchSuffix >= 0.8.74.0~pre6
|
||||
cmd:ffmpeg
|
||||
cmd:mpcdec
|
||||
cmd:mpcenc
|
||||
cmd:wavpack
|
||||
cmd:wvunpack
|
||||
lib:libsmooth_0.8.74$secondaryArchSuffix >= 0
|
||||
lib:libboca_1.0$secondaryArchSuffix >= 0
|
||||
lib:libsmooth_0.8.74$secondaryArchSuffix >= 1
|
||||
lib:libboca_1.0$secondaryArchSuffix >= 1
|
||||
lib:libcdio$secondaryArchSuffix
|
||||
lib:libcdio_cdda$secondaryArchSuffix
|
||||
lib:libcdio_paranoia$secondaryArchSuffix
|
||||
lib:libfaac$secondaryArchSuffix
|
||||
lib:libfaad$secondaryArchSuffix
|
||||
lib:libFLAC$secondaryArchSuffix
|
||||
lib:libMAC$secondaryArchSuffix
|
||||
lib:libMAC$secondaryArchSuffix >= 5
|
||||
lib:libmp3lame$secondaryArchSuffix
|
||||
lib:libmp4v2$secondaryArchSuffix
|
||||
lib:libmpg123$secondaryArchSuffix
|
||||
@@ -69,9 +69,9 @@ REQUIRES="
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
boca${secondaryArchSuffix}_devel >= 1.0~alpha20181201
|
||||
smooth${secondaryArchSuffix}_devel >= 0.8.74.0~pre5
|
||||
devel:libboca_1.0$secondaryArchSuffix >= 0
|
||||
boca${secondaryArchSuffix}_devel >= 1.0~alpha20190423
|
||||
smooth${secondaryArchSuffix}_devel >= 0.8.74.0~pre6
|
||||
devel:libboca_1.0$secondaryArchSuffix >= 1
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:g++$secondaryArchSuffix
|
||||
@@ -83,6 +83,7 @@ BUILD_PREREQUIRES="
|
||||
|
||||
BUILD()
|
||||
{
|
||||
export CXXFLAGS="-DFREAC_DATE=\\\"${portVersion#*~alpha}\\\""
|
||||
make $jobArgs
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user