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: de22db3f6892
Choose a base ref
...
head repository: haikuports/haikuports
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 34021a152f96
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Oct 3, 2021

  1. gmic: missing provides

    korli authored Oct 3, 2021
    Copy the full SHA
    34021a1 View commit details
Showing with 4 additions and 3 deletions.
  1. +4 −3 media-gfx/gmic/gmic-2.9.9.recipe
7 changes: 4 additions & 3 deletions media-gfx/gmic/gmic-2.9.9.recipe
Original file line number Diff line number Diff line change
@@ -8,7 +8,7 @@ volumetric images, hence including 2D color images."
HOMEPAGE="https://gmic.eu"
COPYRIGHT="Sébastien Fourey"
LICENSE="GNU GPL v3"
REVISION="4"
REVISION="5"
SOURCE_URI="https://gmic.eu/files/source/gmic_$portVersion.tar.gz"
CHECKSUM_SHA256="9f053338752ec96a6b619718037767682c5fd58e2471c08f3740fdb070605bc0"
SOURCE_DIR="gmic-$portVersion"
@@ -24,6 +24,7 @@ SECONDARY_ARCHITECTURES="x86"
PROVIDES="
gmic$secondaryArchSuffix = $portVersion
app:GMIC$secondaryArchSuffix = $portVersion
lib:libgmic${secondaryArchSuffix} = $portVersion
"
REQUIRES="
haiku$secondaryArchSuffix
@@ -121,7 +122,7 @@ BUILD()
-DENABLE_ZLIB=ON \
-DENABLE_LTO=OFF

cmake --build build
cmake --build build -j1

export LDFLAGS="$LDFLAGS -L../build"

@@ -136,7 +137,7 @@ BUILD()
-DENABLE_FFTW3=ON \
-DENABLE_LTO=OFF

cmake --build build-qt
cmake --build build-qt -j1
}

INSTALL()