mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 11:40:06 +02:00
freac: bump to 1.1.4 (#5720)
This commit is contained in:
@@ -15,11 +15,11 @@ Features include:
|
||||
- User interface available in 40+ languages
|
||||
- Optional command line interface"
|
||||
HOMEPAGE="https://freac.org/"
|
||||
COPYRIGHT="2001-2020 Robert Kausch"
|
||||
COPYRIGHT="2001-2021 Robert Kausch"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://github.com/enzo1982/freac/releases/download/v${portVersion}/freac-${portVersion}.tar.gz"
|
||||
CHECKSUM_SHA256="eb8e362457614b0e256c9c641ed1f0408b6a56e0eb6af11b5993f2ef30403332"
|
||||
CHECKSUM_SHA256="7c06ef01e8342dc13fe198fdcc15fc49ba06a76df471949a20a88f7d8cd8e911"
|
||||
SOURCE_DIR="freac-${portVersion}"
|
||||
|
||||
ARCHITECTURES="!x86_gcc2 x86 x86_64"
|
||||
@@ -39,7 +39,7 @@ PROVIDES="
|
||||
"
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
boca$secondaryArchSuffix >= 1.0.3
|
||||
boca$secondaryArchSuffix >= 1.0.4
|
||||
smooth$secondaryArchSuffix >= 0.9.6
|
||||
cmd:ffmpeg
|
||||
cmd:mpcdec
|
||||
@@ -51,8 +51,8 @@ REQUIRES="
|
||||
lib:libcdio$secondaryArchSuffix
|
||||
lib:libcdio_cdda$secondaryArchSuffix
|
||||
lib:libcdio_paranoia$secondaryArchSuffix
|
||||
lib:libfaac$secondaryArchSuffix
|
||||
lib:libfaad$secondaryArchSuffix
|
||||
lib:libfdk_aac$secondaryArchSuffix
|
||||
lib:libFLAC$secondaryArchSuffix
|
||||
lib:libMAC$secondaryArchSuffix >= 8
|
||||
lib:libmp3lame$secondaryArchSuffix
|
||||
@@ -69,7 +69,7 @@ REQUIRES="
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
boca${secondaryArchSuffix}_devel >= 1.0.3
|
||||
boca${secondaryArchSuffix}_devel >= 1.0.4
|
||||
smooth${secondaryArchSuffix}_devel >= 0.9.6
|
||||
devel:libboca_1.0$secondaryArchSuffix >= 2
|
||||
"
|
||||
@@ -94,5 +94,5 @@ INSTALL()
|
||||
mkdir -p "$appsDir"
|
||||
mv "$commandBinDir"/freac "$appsDir"
|
||||
|
||||
addAppDeskbarSymlink "$appsDir"/freac
|
||||
addAppDeskbarSymlink "$appsDir"/freac fre:ac
|
||||
}
|
||||
Reference in New Issue
Block a user