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

Commits on Jul 25, 2021

  1. partio, bump version (#6069)

    Begasus authored Jul 25, 2021

    Unverified

    This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
    Copy the full SHA
    2c5d7d4 View commit details
Showing with 17 additions and 72 deletions.
  1. +17 −20 media-libs/partio/{partio-1.1.0.recipe → partio-1.14.0.recipe}
  2. +0 −52 media-libs/partio/patches/partio-1.1.0.patchset
Original file line number Diff line number Diff line change
@@ -14,10 +14,9 @@ interface
HOMEPAGE="https://www.disneyanimation.com/technology/partio.html"
COPYRIGHT="2010-2012 Disney Enterprises"
LICENSE="BSD (3-clause)"
REVISION="3"
REVISION="1"
SOURCE_URI="https://github.com/wdas/partio/archive/v$portVersion.tar.gz"
CHECKSUM_SHA256="133f386f076bd6958292646b6ba0e3db6d1e37bde3b8a6d1bc4b7809d693999d"
PATCHES="partio-$portVersion.patchset"
CHECKSUM_SHA256="f98874b781e92ab9b5d0575cabc437d27274cd91cb581f80960918efa491f902"

ARCHITECTURES="!x86_gcc2 x86 x86_64"
SECONDARY_ARCHITECTURES="x86"
@@ -34,9 +33,13 @@ fi
PROVIDES="
partio$secondaryArchSuffix = $portVersion compat >= 1
cmd:partattr$commandSuffix = $portVersion
cmd:partconv$commandSuffix = $portVersion
cmd:partconvert$commandSuffix = $portVersion
cmd:partedit = $portVersion
cmd:partinfo$commandSuffix = $portVersion
cmd:partinspect = $portVersion
cmd:partjson = $portVersion
cmd:partview$commandSuffix = $portVersion
lib:libpartio$secondaryArchSuffix = $portVersion
"
REQUIRES="
haiku$secondaryArchSuffix
@@ -65,36 +68,31 @@ BUILD_PREREQUIRES="
cmd:gcc$secondaryArchSuffix
cmd:make
cmd:pkg_config$secondaryArchSuffix
# cmd:python
cmd:python3.7
cmd:swig
"

defineDebugInfoPackage partio$secondaryArchSuffix \
$commandBinDir/partattr \
$commandBinDir/partconv \
$commandBinDir/partconvert \
$commandBinDir/partinfo \
$commandBinDir/partview

BUILD()
{
mkdir -p build
cd build
mkdir -p install
cmake -LA .. \
-DCMAKE_INSTALL_PREFIX="$PWD/install" \
cmake -B build -S . \
$cmakeDirArgs \
-DCMAKE_INSTALL_BINDIR=$commandBinDir \
-DBUILD_TESTING=OFF \
-DPARTIO_USE_GLVND=OFF \
-Wno-dev

make $jobArgs
make -C build $jobArgs
}

INSTALL()
{
cd build
make install

mkdir -p $commandBinDir && cp install/bin/* $commandBinDir
mkdir -p $libDir && cp install/lib/* $libDir
mkdir -p $includeDir && cp install/include/* $includeDir
make -C build install

prepareInstalledDevelLib libpartio

@@ -104,6 +102,5 @@ INSTALL()

TEST()
{
cd build
make test
make -C build test
}
52 changes: 0 additions & 52 deletions media-libs/partio/patches/partio-1.1.0.patchset

This file was deleted.