9.17 + opencl
Some checks failed
PikaOS Package Build & Release (i386) / build (push) Failing after 44s
PikaOS Package Build & Release (amd64-v3) / build (push) Successful in 6m18s

This commit is contained in:
Ward from fusion-voyager-3 2024-09-17 20:12:29 +03:00
parent e768632c51
commit 2bd4d2fb4e
6 changed files with 8 additions and 7 deletions

View File

@ -1 +1 @@
1
2

View File

@ -1 +1 @@
1
2

2
debian/changelog vendored
View File

@ -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

3
debian/control vendored
View File

@ -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

4
debian/rules vendored
View File

@ -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

View File

@ -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