Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: haikuports/haikuports
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: d1549bb20a16
Choose a base ref
...
head repository: haikuports/haikuports
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3dd3e60acb8a
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Jun 27, 2021

  1. Copy the full SHA
    3dd3e60 View commit details
Showing with 5 additions and 5 deletions.
  1. +5 −5 media-sound/freac/{freac-1.1.4.recipe → freac-1.1.5.recipe}
Original file line number Diff line number Diff line change
@@ -19,7 +19,7 @@ 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="7c06ef01e8342dc13fe198fdcc15fc49ba06a76df471949a20a88f7d8cd8e911"
CHECKSUM_SHA256="62c61840a935dba5230fb7295b508370cd4f1e861db9d479f21c858a8aac3470"
SOURCE_DIR="freac-${portVersion}"

ARCHITECTURES="!x86_gcc2 x86 x86_64"
@@ -39,15 +39,15 @@ PROVIDES="
"
REQUIRES="
haiku$secondaryArchSuffix
boca$secondaryArchSuffix >= 1.0.4
boca$secondaryArchSuffix >= 1.0.5
smooth$secondaryArchSuffix >= 0.9.6
cmd:ffmpeg
cmd:mpcdec
cmd:mpcenc
cmd:wavpack
cmd:wvunpack
lib:libsmooth_0.9$secondaryArchSuffix >= 0
lib:libboca_1.0$secondaryArchSuffix >= 2
lib:libboca_1.0$secondaryArchSuffix >= 3
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.4
boca${secondaryArchSuffix}_devel >= 1.0.5
smooth${secondaryArchSuffix}_devel >= 0.9.6
devel:libboca_1.0$secondaryArchSuffix >= 2
devel:libboca_1.0$secondaryArchSuffix >= 3
"
BUILD_PREREQUIRES="
cmd:g++$secondaryArchSuffix