diff options
author | Leon Marz <main@lmarz.org> | 2022-06-02 16:56:29 +0200 |
---|---|---|
committer | alice <alice@ayaya.dev> | 2022-06-02 16:15:29 +0000 |
commit | 59b9952f5ce4b35e4ffcb9f71972bad458de454e (patch) | |
tree | dcbff2003ea5b5bef6bb061d812368496b1458f5 | |
parent | 8a251eac703661661e5630d277e0b987ebabc12f (diff) | |
download | aports-59b9952f5ce4b35e4ffcb9f71972bad458de454e.tar.gz aports-59b9952f5ce4b35e4ffcb9f71972bad458de454e.tar.bz2 aports-59b9952f5ce4b35e4ffcb9f71972bad458de454e.tar.xz |
community/opencolorio: upgrade to 2.1.2
-rw-r--r-- | community/opencolorio/0001-build-type-none.patch | 32 | ||||
-rw-r--r-- | community/opencolorio/APKBUILD | 8 |
2 files changed, 3 insertions, 37 deletions
diff --git a/community/opencolorio/0001-build-type-none.patch b/community/opencolorio/0001-build-type-none.patch deleted file mode 100644 index b9c1802ebe..0000000000 --- a/community/opencolorio/0001-build-type-none.patch +++ /dev/null @@ -1,32 +0,0 @@ -From 0806df573edaa8695cd401af342d29cd934a6940 Mon Sep 17 00:00:00 2001 -From: Leon Marz <main@lmarz.org> -Date: Fri, 17 Sep 2021 10:56:50 +0200 -Subject: [PATCH 1/2] build type none - ---- - CMakeLists.txt | 2 ++ - 1 file changed, 2 insertions(+) - -diff --git a/CMakeLists.txt b/CMakeLists.txt -index 09d9b8b..0966e73 100755 ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -78,6 +78,7 @@ endif() - ############################################################################### - # Define compilation mode i.e. debug or release - -+if(false) - if(NOT DEFINED CMAKE_BUILD_TYPE OR CMAKE_BUILD_TYPE STREQUAL "") - message(STATUS "Setting build type to 'Release' as none was specified.") - set(CMAKE_BUILD_TYPE "Release" CACHE STRING "Choose the type of build." FORCE) -@@ -99,6 +100,7 @@ if(NOT "${CMAKE_BUILD_TYPE}" IN_LIST CMAKE_CONFIGURATION_TYPES) - message(FATAL_ERROR - "CMAKE_BUILD_TYPE=${CMAKE_BUILD_TYPE} is unsupported. Supported values are: ${_CMAKE_CONFIGURATION_TYPES_STR}.") - endif() -+endif() - - # Is that in debug mode? - --- -2.34.1 - diff --git a/community/opencolorio/APKBUILD b/community/opencolorio/APKBUILD index 8f45d020bd..107a9d3d60 100644 --- a/community/opencolorio/APKBUILD +++ b/community/opencolorio/APKBUILD @@ -1,8 +1,8 @@ # Contributor: Mark Riedesel <mark@klowner.com> # Maintainer: Leon Marz <main@lmarz.org> pkgname=opencolorio -pkgver=2.1.1 -pkgrel=3 +pkgver=2.1.2 +pkgrel=0 pkgdesc="A color management framework for visual effects and animation" url="https://opencolorio.org/" arch="all" @@ -27,7 +27,6 @@ makedepends="cmake " subpackages="py3-$pkgname:py3 $pkgname-dev $pkgname-tools" source="$pkgname-$pkgver.tar.gz::https://github.com/AcademySoftwareFoundation/OpenColorIO/archive/v$pkgver.tar.gz - 0001-build-type-none.patch 0002-fix-strtol.patch " builddir="$srcdir/OpenColorIO-$pkgver" @@ -77,7 +76,6 @@ py3() { } sha512sums=" -86585ec860d460b158f24efb82f202deced7ce96a6bfefd42f39cad9c112add68cca6935f383f5d718c07fe1c121d8ed8b0d2069321f1dafb8ce68b49bc75194 opencolorio-2.1.1.tar.gz -6943c6126b0572354517428553588f9d7c7393b08fda62a1f9f8ef6e9d3a68da5fec7f063310d44c7480a83d507f52b5d0b65d64325529f1a9f1806a205c8ffb 0001-build-type-none.patch +594e808fb1c175d5b14eb540be0dfb6f41cd37b5bf7df8c2d24d44dfe4986643ea68e52d0282eb3b25283489789001a57a201de1eecc1560fc9461780c7da353 opencolorio-2.1.2.tar.gz 79bd19bc1cbf69044d6a6e8f631a97b9bc678d12d6d61780402a97b06ba4c857c161fc642be543d261dc49a4d96278e45ed05f9e9c18ac2e57e585a961d84dd8 0002-fix-strtol.patch " |