Compare commits
11
Commits
5856416c7d
..
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5451ea6d71
|
||
|
|
3ca622b848
|
||
|
|
f931b1f9a5
|
||
|
|
5246aabd85
|
||
|
|
c893bc5979
|
||
|
|
e1c1be8cb4
|
||
|
|
0cb58bdd51
|
||
|
|
5f678266be
|
||
|
|
fd0a7fcc48
|
||
|
|
eb8c909df1
|
||
|
|
82f0bf9fe4
|
+6
-2
@@ -1,6 +1,6 @@
|
|||||||
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: 1
|
revision: 1
|
||||||
url: https://www.winehq.org/
|
url: https://www.winehq.org/
|
||||||
license: LGPL2.1-or-later
|
license: LGPL2.1-or-later
|
||||||
@@ -34,8 +34,10 @@ optional_depends:
|
|||||||
- libxinerama
|
- libxinerama
|
||||||
- ocl-icd
|
- ocl-icd
|
||||||
- pcsclite
|
- pcsclite
|
||||||
|
- samba
|
||||||
- sdl2-compat
|
- sdl2-compat
|
||||||
- unixodbc
|
- unixodbc
|
||||||
|
- v4l-utils
|
||||||
make_depends:
|
make_depends:
|
||||||
- alsa-lib
|
- alsa-lib
|
||||||
- ffmpeg
|
- ffmpeg
|
||||||
@@ -52,12 +54,14 @@ make_depends:
|
|||||||
- ocl-icd
|
- ocl-icd
|
||||||
- pcsclite
|
- pcsclite
|
||||||
- perl
|
- perl
|
||||||
|
- 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
|
||||||
|
|
||||||
@@ -8,6 +8,10 @@ build() {
|
|||||||
mkdir build
|
mkdir build
|
||||||
cd build
|
cd build
|
||||||
|
|
||||||
|
export CROSSCFLAGS="$CFLAGS"
|
||||||
|
export CROSSCXXFLAGS="$CXXFLAGS"
|
||||||
|
export CROSSLDFLAGS="$LDFLAGS"
|
||||||
|
|
||||||
../configure --prefix=/usr --disable-tests --enable-archs=x86_64,i386
|
../configure --prefix=/usr --disable-tests --enable-archs=x86_64,i386
|
||||||
make
|
make
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user