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
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
Michael Pirogov
aports
Commits
6be22ac3
Commit
6be22ac3
authored
5 years ago
by
Leo
Browse files
Options
Downloads
Patches
Plain Diff
community/wine: enable support for vulkan and vkd3d
parent
f98521cd
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
community/wine/APKBUILD
+4
-2
4 additions, 2 deletions
community/wine/APKBUILD
with
4 additions
and
2 deletions
community/wine/APKBUILD
+
4
−
2
View file @
6be22ac3
...
...
@@ -7,7 +7,7 @@
pkgname
=
wine
pkgver
=
4.0.1
_pkgver
=
${
pkgver
/_/-
}
pkgrel
=
0
pkgrel
=
1
pkgdesc
=
"A compatibility layer for running Windows programs"
url
=
"https://www.winehq.org"
arch
=
"x86 x86_64"
...
...
@@ -20,6 +20,7 @@ makedepends="alsa-lib-dev autoconf automake bison cups-dev dbus-dev flex-dev
libxcomposite-dev libxcursor-dev libxdamage-dev libxi-dev libxinerama-dev
libxml2-dev libxrandr-dev libxrender-dev libxslt-dev libxxf86dga-dev mesa-dev
ncurses-dev openldap-dev openssl-dev tiff-dev udisks2-dev v4l-utils-dev zlib-dev
vulkan-loader-dev vkd3d-dev
"
checkdepends
=
"xvfb-run"
source
=
"https://dl.winehq.org/
$pkgname
/source/
${
pkgver
%.[1-9]
}
/
$pkgname
-
$_pkgver
.tar.xz
...
...
@@ -27,7 +28,6 @@ source="https://dl.winehq.org/$pkgname/source/${pkgver%.[1-9]}/$pkgname-$_pkgver
wine-dlclose-bug41703.patch
winhlp32-flex.patch
"
builddir
=
"
$srcdir
/
$pkgname
-
$_pkgver
"
prepare
()
{
default_prepare
...
...
@@ -47,6 +47,8 @@ build() {
--localstatedir
=
/var
\
--with-dbus
\
--with-x
\
--with-vkd3d
\
--with-vulkan
\
$_win64
make
}
...
...
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