Compare commits
9
Commits
eb8c909df1
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5451ea6d71
|
||
|
|
3ca622b848
|
||
|
|
f931b1f9a5
|
||
|
|
5246aabd85
|
||
|
|
c893bc5979
|
||
|
|
e1c1be8cb4
|
||
|
|
0cb58bdd51
|
||
|
|
5f678266be
|
||
|
|
fd0a7fcc48
|
+5
-3
@@ -1,7 +1,7 @@
|
||||
name: wine
|
||||
description: A compatibility layer for running Windows programs
|
||||
version: "11.4"
|
||||
revision: 3
|
||||
version: "11.16"
|
||||
revision: 1
|
||||
url: https://www.winehq.org/
|
||||
license: LGPL2.1-or-later
|
||||
maintainers:
|
||||
@@ -37,6 +37,7 @@ optional_depends:
|
||||
- samba
|
||||
- sdl2-compat
|
||||
- unixodbc
|
||||
- v4l-utils
|
||||
make_depends:
|
||||
- alsa-lib
|
||||
- ffmpeg
|
||||
@@ -56,10 +57,11 @@ make_depends:
|
||||
- samba
|
||||
- sdl2-compat
|
||||
- unixodbc
|
||||
- v4l-utils
|
||||
- vulkan-headers
|
||||
- vulkan-tools
|
||||
downloads:
|
||||
- url: https://dl.winehq.org/wine/source/${BPM_PKG_VERSION%.*}.x/wine-${BPM_PKG_VERSION}.tar.xz
|
||||
extract_to: ${BPM_SOURCE}
|
||||
extract_strip_components: 1
|
||||
checksum: 1970a46381d3bc2c44d651d08336370e499eeb8b53dc93cbd1ce544f7115e598
|
||||
checksum: c66e2090343dcd727f7f7fd2f87ee0bfb0b118790c1d745ab7b8a4c3a4197f2f
|
||||
@@ -1,4 +1,4 @@
|
||||
# This is the source.sh script. It is executed by BPM in a temporary directory when compiling a source package
|
||||
# This is the recipe.sh script. It is executed by BPM in a temporary directory when compiling a source package
|
||||
# BPM Expects the source code to be extracted into the automatically created 'source' directory which can be accessed using $BPM_SOURCE
|
||||
# BPM Expects the output files to be present in the automatically created 'output' directory which can be accessed using $BPM_OUTPUT
|
||||
|
||||
Reference in New Issue
Block a user