there is no cmd:swig_x86, rebuild

This commit is contained in:
Jérôme Duval
2021-02-06 13:06:49 +01:00
parent 0a92aec84b
commit 88d5a39c3d
3 changed files with 6 additions and 6 deletions

View File

@@ -14,7 +14,7 @@ interface
HOMEPAGE="https://www.disneyanimation.com/technology/partio.html"
COPYRIGHT="2010-2012 Disney Enterprises"
LICENSE="BSD (3-clause)"
REVISION="2"
REVISION="3"
SOURCE_URI="https://github.com/wdas/partio/archive/v$portVersion.tar.gz"
CHECKSUM_SHA256="133f386f076bd6958292646b6ba0e3db6d1e37bde3b8a6d1bc4b7809d693999d"
PATCHES="partio-$portVersion.patchset"
@@ -66,7 +66,7 @@ BUILD_PREREQUIRES="
cmd:make
cmd:pkg_config$secondaryArchSuffix
# cmd:python
cmd:swig$secondaryArchSuffix
cmd:swig
"
defineDebugInfoPackage partio$secondaryArchSuffix \

View File

@@ -6,7 +6,7 @@ HOMEPAGE="https://github.com/csound/csound"
COPYRIGHT="1991 Barry L. Vercoe
1991-2018 The Csound Developers"
LICENSE="GNU LGPL v2.1"
REVISION="3"
REVISION="4"
SOURCE_URI="$HOMEPAGE/archive/$portVersion.tar.gz"
CHECKSUM_SHA256="39f4872b896eb1cbbf596fcacc0f2122fd3e5ebbb5cec14a81b4207d6b8630ff"
SOURCE_DIR="csound-$portVersion"
@@ -104,7 +104,7 @@ BUILD_PREREQUIRES="
cmd:make
cmd:pkg_config$secondaryArchSuffix
cmd:python
cmd:swig$secondaryArchSuffix
cmd:swig
"
defineDebugInfoPackage csound$secondaryArchSuffix \

View File

@@ -3,7 +3,7 @@ DESCRIPTION="This library provides support for CEC capable hardware"
HOMEPAGE="http://libcec.pulse-eight.com/"
COPYRIGHT="2011-2015 Pulse-Eight Limited"
LICENSE="GNU GPL v2"
REVISION="1"
REVISION="2"
srcGitRev="$portVersion"
SOURCE_URI="https://github.com/Pulse-Eight/libcec/archive/libcec-$srcGitRev.tar.gz"
@@ -74,7 +74,7 @@ BUILD_PREREQUIRES="
cmd:ld$secondaryArchSuffix
cmd:make
cmd:pkg_config$secondaryArchSuffix
cmd:swig$secondaryArchSuffix
cmd:swig
"
BUILD()