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
|
name: wine
|
||||||
description: A compatibility layer for running Windows programs
|
description: A compatibility layer for running Windows programs
|
||||||
version: "11.4"
|
version: "11.16"
|
||||||
revision: 3
|
revision: 1
|
||||||
url: https://www.winehq.org/
|
url: https://www.winehq.org/
|
||||||
license: LGPL2.1-or-later
|
license: LGPL2.1-or-later
|
||||||
maintainers:
|
maintainers:
|
||||||
@@ -37,6 +37,7 @@ optional_depends:
|
|||||||
- samba
|
- samba
|
||||||
- sdl2-compat
|
- sdl2-compat
|
||||||
- unixodbc
|
- unixodbc
|
||||||
|
- v4l-utils
|
||||||
make_depends:
|
make_depends:
|
||||||
- alsa-lib
|
- alsa-lib
|
||||||
- ffmpeg
|
- ffmpeg
|
||||||
@@ -56,10 +57,11 @@ make_depends:
|
|||||||
- samba
|
- samba
|
||||||
- sdl2-compat
|
- sdl2-compat
|
||||||
- unixodbc
|
- unixodbc
|
||||||
|
- v4l-utils
|
||||||
- vulkan-headers
|
- vulkan-headers
|
||||||
- vulkan-tools
|
- vulkan-tools
|
||||||
downloads:
|
downloads:
|
||||||
- url: https://dl.winehq.org/wine/source/${BPM_PKG_VERSION%.*}.x/wine-${BPM_PKG_VERSION}.tar.xz
|
- url: https://dl.winehq.org/wine/source/${BPM_PKG_VERSION%.*}.x/wine-${BPM_PKG_VERSION}.tar.xz
|
||||||
extract_to: ${BPM_SOURCE}
|
extract_to: ${BPM_SOURCE}
|
||||||
extract_strip_components: 1
|
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 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
|
# 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