From 2bd4d2fb4e4dda0f8f71fda16f156e786886cc2d Mon Sep 17 00:00:00 2001 From: Ward from fusion-voyager-3 Date: Tue, 17 Sep 2024 20:12:29 +0300 Subject: [PATCH] 9.17 + opencl --- .github/release-nest-i386 | 2 +- .github/release-nest-v3 | 2 +- debian/changelog | 2 +- debian/control | 3 ++- debian/rules | 4 ++-- main.sh | 2 +- 6 files changed, 8 insertions(+), 7 deletions(-) diff --git a/.github/release-nest-i386 b/.github/release-nest-i386 index 56a6051..d8263ee 100644 --- a/.github/release-nest-i386 +++ b/.github/release-nest-i386 @@ -1 +1 @@ -1 \ No newline at end of file +2 \ No newline at end of file diff --git a/.github/release-nest-v3 b/.github/release-nest-v3 index 56a6051..d8263ee 100644 --- a/.github/release-nest-v3 +++ b/.github/release-nest-v3 @@ -1 +1 @@ -1 \ No newline at end of file +2 \ No newline at end of file diff --git a/debian/changelog b/debian/changelog index 8671a79..113bf01 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -wine-staging (9.14-101pika1) pika; urgency=low +wine-staging (9.17-101pika1) pika; urgency=low * version number update by debtransform diff --git a/debian/control b/debian/control index b19780d..855096f 100644 --- a/debian/control +++ b/debian/control @@ -58,7 +58,8 @@ Build-Depends: autotools-dev, perl, sharutils, unixodbc-dev, - x11proto-xinerama-dev + x11proto-xinerama-dev, + ocl-icd-opencl-dev, Standards-Version: 3.9.5 Package: wine-staging-i386 diff --git a/debian/rules b/debian/rules index a956720..d61e6fe 100755 --- a/debian/rules +++ b/debian/rules @@ -28,7 +28,7 @@ ifeq ($(DEB_BUILD_ARCH), amd64) --disable-tests \ --with-gstreamer \ --with-xattr \ - + --with-opencl \ $(CONFFLAGS) else ./configure --prefix=/opt/wine-staging \ @@ -38,7 +38,7 @@ else --disable-tests \ --with-gstreamer \ --with-xattr \ - + --with-opencl \ $(CONFFLAGS) endif diff --git a/main.sh b/main.sh index 7204895..1ffbd1b 100755 --- a/main.sh +++ b/main.sh @@ -6,7 +6,7 @@ set -e echo "$PIKA_BUILD_ARCH" > pika-build-arch -VERSION="9.14" +VERSION="9.17" # Clone Upstream git clone --depth=1 -b wine-"$VERSION" https://gitlab.winehq.org/wine/wine