diff options
| author | Leo <thinkabit.ukim@gmail.com> | 2020-04-04 13:52:48 -0300 |
|---|---|---|
| committer | Leo <thinkabit.ukim@gmail.com> | 2020-04-04 17:41:38 +0000 |
| commit | cddee485f5f8d2cc5e6985e9857ea3e364073984 (patch) | |
| tree | e1951f20c0f4eb9f55325e113ce96fdf95f52719 /testing | |
| parent | f068c3eaa72ba6960c6cd3b7b01d2aa197b91bb4 (diff) | |
| download | aports-cddee485f5f8d2cc5e6985e9857ea3e364073984.tar.bz2 aports-cddee485f5f8d2cc5e6985e9857ea3e364073984.tar.xz | |
{community,testing}/*: rebuild against libGLEW.so.2.2
Diffstat (limited to 'testing')
| -rw-r--r-- | testing/flightgear/APKBUILD | 2 | ||||
| -rw-r--r-- | testing/mediastreamer2/APKBUILD | 2 | ||||
| -rw-r--r-- | testing/mediastreamer2/fix-bctoolbox-version.patch | 13 | ||||
| -rw-r--r-- | testing/opencsg/APKBUILD | 2 | ||||
| -rw-r--r-- | testing/openscad/APKBUILD | 2 | ||||
| -rw-r--r-- | testing/openspades/APKBUILD | 2 | ||||
| -rw-r--r-- | testing/opensubdiv/APKBUILD | 2 | ||||
| -rw-r--r-- | testing/ppsspp/APKBUILD | 2 | ||||
| -rw-r--r-- | testing/slop/APKBUILD | 2 |
9 files changed, 21 insertions, 8 deletions
diff --git a/testing/flightgear/APKBUILD b/testing/flightgear/APKBUILD index 4118ab4af9..ecbcb4dbe7 100644 --- a/testing/flightgear/APKBUILD +++ b/testing/flightgear/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: pkgname=flightgear pkgver=2019.1.1 -pkgrel=1 +pkgrel=2 pkgdesc="Sophisticated flight simulator" url="http://flightgear.org" arch="x86_64" # openscenegraph availability diff --git a/testing/mediastreamer2/APKBUILD b/testing/mediastreamer2/APKBUILD index 126fcf73a3..1b4674684b 100644 --- a/testing/mediastreamer2/APKBUILD +++ b/testing/mediastreamer2/APKBUILD @@ -6,7 +6,7 @@ pkgver="2.16.1" pkgrel=0 pkgdesc="A library written in C that allows you to create and run audio and video streams" url="https://www.linphone.org/technical-corner/mediastreamer2/overview" -arch="all" +arch="" # Fails to find bctoolbox-4.3.0 license="GPL-2.0-or-later" options="!check" # no test available makedepends="cmake gettext-dev ffmpeg-dev ortp-dev diff --git a/testing/mediastreamer2/fix-bctoolbox-version.patch b/testing/mediastreamer2/fix-bctoolbox-version.patch new file mode 100644 index 0000000000..6ffab13df1 --- /dev/null +++ b/testing/mediastreamer2/fix-bctoolbox-version.patch @@ -0,0 +1,13 @@ +diff --git a/CMakeLists.txt b/CMakeLists.txt +index 98dc9d9..861a4f8 100644 +--- a/CMakeLists.txt ++++ b/CMakeLists.txt +@@ -346,7 +346,7 @@ if(LINPHONE_BUILDER_GROUP_EXTERNAL_SOURCE_PATH_BUILDERS) + set(BcToolbox_FIND_COMPONENTS tester) + include("${EP_bctoolbox_CONFIG_DIR}/BcToolboxConfig.cmake") + else() +- find_package(BcToolbox 0.0.3 REQUIRED OPTIONAL_COMPONENTS tester) ++ find_package(BcToolbox 4.3.0 REQUIRED OPTIONAL_COMPONENTS tester) + endif() + + include_directories( diff --git a/testing/opencsg/APKBUILD b/testing/opencsg/APKBUILD index e5f741fe1a..71a5a89f72 100644 --- a/testing/opencsg/APKBUILD +++ b/testing/opencsg/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Marian Buschsieweke <marian.buschsieweke@ovgu.de> pkgname=opencsg pkgver=1.4.2 -pkgrel=0 +pkgrel=1 pkgdesc="A library that does image-based CSG rendering using OpenGL" url="http://www.opencsg.org/" arch="all" diff --git a/testing/openscad/APKBUILD b/testing/openscad/APKBUILD index 91fc471495..fb21c40526 100644 --- a/testing/openscad/APKBUILD +++ b/testing/openscad/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Marian Buschsieweke <marian.buschsieweke@ovgu.de> pkgname=openscad pkgver=2019.05 -pkgrel=1 +pkgrel=2 pkgdesc="The programmers solid 3D CAD modeller" url="http://openscad.org/" arch="all" diff --git a/testing/openspades/APKBUILD b/testing/openspades/APKBUILD index 25f9561e2d..1c64cf597b 100644 --- a/testing/openspades/APKBUILD +++ b/testing/openspades/APKBUILD @@ -3,7 +3,7 @@ pkgname=openspades pkgver=0.1.3 _resource_version=r33 -pkgrel=1 +pkgrel=2 pkgdesc="open-source voxel firt person shooter" url="http://openspades.yvt.jp/" arch="x86_64 x86" #disabled for the other architectures due to compiling problems diff --git a/testing/opensubdiv/APKBUILD b/testing/opensubdiv/APKBUILD index 02a553a09d..cca5ff451c 100644 --- a/testing/opensubdiv/APKBUILD +++ b/testing/opensubdiv/APKBUILD @@ -4,7 +4,7 @@ pkgname=opensubdiv _pkgname=OpenSubdiv pkgver=3.0.5 _pkgver=${pkgver//./_} -pkgrel=5 +pkgrel=6 pkgdesc="An Open-Source subdivision surface library" url="http://graphics.pixar.com/opensubdiv" arch="all" diff --git a/testing/ppsspp/APKBUILD b/testing/ppsspp/APKBUILD index 757018969f..ddccd48143 100644 --- a/testing/ppsspp/APKBUILD +++ b/testing/ppsspp/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Díaz Urbaneja Diego <sodomon2@gmail.com> pkgname=ppsspp pkgver=1.9 -pkgrel=0 +pkgrel=1 pkgdesc="PPSSPP - a fast and portable PSP emulator" url="https://www.ppsspp.org/" arch="x86_64" # only available on x86_64 due to compiling problems diff --git a/testing/slop/APKBUILD b/testing/slop/APKBUILD index bb35dc93b0..6e0f0fcd4a 100644 --- a/testing/slop/APKBUILD +++ b/testing/slop/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Samuel Hunter <samuelhunter1024@gmail.com> pkgname="slop" pkgver="7.4" -pkgrel=3 +pkgrel=4 pkgdesc="Application that queries for a selection from the user and prints the region to stdout" url="https://github.com/naelstrof/slop" arch="all" |
