Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
alpine
aports
Commits
a94d55b7
Commit
a94d55b7
authored
3 years ago
by
alice
Committed by
alice
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
community/wine: upgrade to 7.6
parent
13be6df9
No related branches found
No related tags found
1 merge request
!33052
community/wine: upgrade to 7.6
Pipeline
#117982
canceled
3 years ago
Stage: lint
Stage: build
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
community/wine/APKBUILD
+44
-9
44 additions, 9 deletions
community/wine/APKBUILD
with
44 additions
and
9 deletions
community/wine/APKBUILD
+
44
−
9
View file @
a94d55b7
...
...
@@ -6,7 +6,7 @@
# Contributor: Craig Andrews <candrews@integralblue.com>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname
=
wine
pkgver
=
7.
5
pkgver
=
7.
6
pkgrel
=
0
pkgdesc
=
"A compatibility layer for running Windows programs"
url
=
"https://www.winehq.org"
...
...
@@ -15,18 +15,53 @@ license="LGPL-2.0-or-later"
options
=
"textrels !check"
# As of 2.0.3 most of the tests fails
subpackages
=
"
$pkgname
-dev
$pkgname
-doc"
depends_dev
=
"
$pkgname
perl"
makedepends
=
"alsa-lib-dev autoconf automake bison cups-dev dbus-dev flex-dev
fontconfig-dev freetype-dev gnutls-dev gstreamer-dev krb5-dev
libgphoto2-dev libpcap-dev libusb-dev libxcomposite-dev libxcursor-dev
libxdamage-dev libxi-dev libxinerama-dev libxrandr-dev libxrender-dev
mesa-dev mingw-w64-gcc mpg123-dev ncurses-dev openal-soft-dev
opencl-headers opencl-icd-loader sane-dev sdl2-dev udisks2-dev
v4l-utils-dev vkd3d-dev vulkan-loader-dev"
makedepends
=
"
alsa-lib-dev
autoconf
automake
bison
cups-dev
dbus-dev
flex-dev
fontconfig-dev
freetype-dev
gnutls-dev
gstreamer-dev
krb5-dev
libgphoto2-dev
libpcap-dev
libusb-dev
libxcomposite-dev
libxcursor-dev
libxdamage-dev
libxi-dev
libxinerama-dev
libxrandr-dev
libxrender-dev
mesa-dev
mingw-w64-gcc
mpg123-dev
ncurses-dev
openal-soft-dev
opencl-dev
sane-dev
sdl2-dev
udisks2-dev
v4l-utils-dev
vkd3d-dev
vulkan-loader-dev
"
checkdepends
=
"xvfb-run"
source
=
"https://dl.winehq.org/wine/source/7.x/wine-
$pkgver
.tar.xz
rpath.patch
"
prepare
()
{
default_prepare
# fix opencl header detection
sed
's|OpenCL/opencl.h|CL/opencl.h|g'
-i
configure
*
}
build
()
{
local
_win64 _no_pie
case
"
$CARCH
"
in
...
...
@@ -95,6 +130,6 @@ doc() {
}
sha512sums
=
"
7
0458d702e04075915a97a12c5ebd33ec50cbb094f5f837e6bb498e24ee48630359d819d9689e84d29708398162ca7b8f7737216fb31c350701b66733da9861
6 wine-7.
5
.tar.xz
7
eabae6e40df187da977ff412adda23697f8cd5f6c4e565d3fff74770f13f7c93ca3d81e77a72a1b929d7af675499e72925e4ab2225b5ca13ef0d88baf1f964
6 wine-7.
6
.tar.xz
d42a367d30b93fe36b8d6418d53f3c931debef2e9b77bc73e22fff04f5f0d7b9e6622beb78592c814beb32ca214fb7e9c019c652fb2612c61358ba162a520b9d rpath.patch
"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment