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

Commits on Aug 1, 2021

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    b93c0f2 View commit details
Original file line number Diff line number Diff line change
@@ -6,9 +6,9 @@ visual themes, Unicode fonts, bookmarks, history, and page outlines."
HOMEPAGE="https://gmi.skyjake.fi/lagrange/"
COPYRIGHT="2020-2021 Jaakko Keränen"
LICENSE="BSD (2-clause)"
REVISION="2"
REVISION="1"
SOURCE_URI="https://github.com/skyjake/lagrange/releases/download/v$portVersion/lagrange-$portVersion.tar.gz"
CHECKSUM_SHA256="3be4d5b383726f725301bf757e06dcd2d30de1aa50431943387c9aa0df8d0a3f"
CHECKSUM_SHA256="890b213b4ff8af28fe2608506a88c86fa12184d182d906c56a8e44986e425753"
SOURCE_DIR="lagrange-$portVersion"
PATCHES="lagrange-$portVersion.patchset"
ADDITIONAL_FILES="lagrange.rdef.in"
@@ -22,6 +22,8 @@ PROVIDES="
"
REQUIRES="
haiku$secondaryArchSuffix
lib:libfribidi$secondaryArchSuffix
lib:libharfbuzz$secondaryArchSuffix
lib:libmpg123$secondaryArchSuffix
lib:libpcre$secondaryArchSuffix
lib:libSDL2_2.0$secondaryArchSuffix
@@ -32,6 +34,8 @@ REQUIRES="

BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
devel:libfribidi$secondaryArchSuffix
devel:libharfbuzz$secondaryArchSuffix
devel:libmpg123$secondaryArchSuffix
devel:libpcre$secondaryArchSuffix
devel:libSDL2_2.0$secondaryArchSuffix
@@ -53,7 +57,9 @@ BUILD()
cd build
cmake .. \
-DCMAKE_INSTALL_PREFIX=$appsDir/Lagrange \
-DENABLE_MPG123=ON
-DENABLE_MPG123=ON \
-DENABLE_HARFBUZZ_MINIMAL=OFF \
-DENABLE_FRIBIDI_BUILD=OFF
make $jobArgs
}