summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
2018-03-14Merge branch 'makepkg'Adrià Cereto-Massagué
2018-03-14it... builds!Adrià Cereto-Massagué
2018-03-13Revert "change to stable staging"Adrià Cereto-Massagué
This reverts commit d296016fa55c765cf5dec06b9132abd28ce980dc.
2018-03-11Revert "change to stable staging"Adrià Cereto-Massagué
This reverts commit d296016fa55c765cf5dec06b9132abd28ce980dc.
2018-03-07change to stable stagingAdrià Cereto-Massagué
2018-03-05update SRCINFOAdrià Cereto-Massagué
2018-03-05make sure the vulkan patches are usedAdrià Cereto-Massagué
2018-03-05rebase staging on wine-vulkanAdrià Cereto-Massagué
2018-03-04Change source. Other modifications.Daniel Bermond
Upstream wine-staging hosted at 'https://github.com/wine-compholio/wine-staging/' is no more maintained. A community fork is now maintained at 'https://github.com/wine-staging/wine-staging/'. This fork was received by mainstream Arch Linux in it's official repositories in the stable wine-staging package, so it seems to be safe to use it here too. Probably other mainstream Linux distributions will follow this fork too, like Gentoo. Other modifications on this commit: ----------------------------------- - added freetype harmony fix - added wine binfmt - makedepends: added {lib32-}vulkan-icd-loader and {lib32-}sdl2 - optdepends : added {lib32-}sdl2 - optdepends : removed {lib32-}libtxc_dxtn Note: ----- libtxc_dxtn is now integrated into mesa. Packages libtxc_dxtn and lib32-libtxc_dxtn were dropped from the official repositories. References: ----------- https://wine-staging.com/news/2018-02-17-future-wine-staging.html https://www.winehq.org/pipermail/wine-devel/2018-February/122848.html https://www.winehq.org/pipermail/wine-devel/2018-February/123080.html https://git.archlinux.org/svntogit/community.git/commit/trunk?h=packages/wine-staging&id=1a48e921ac7aa7f9c622f20e384e14324a609fa3 https://lists.freedesktop.org/archives/mesa-dev/2017-October/171265.html https://cgit.freedesktop.org/mesa/mesa/commit/?id=04396a134f003aece573df593acfa1ab4418ffe8 https://cgit.freedesktop.org/mesa/mesa/commit/?id=f7daa737d17df6d0a847e5c61e48d25e598671f4 https://cgit.freedesktop.org/mesa/mesa/commit/?id=d400348c73f0901eb24ff4d1562043d3119ef439 https://bugs.archlinux.org/task/56660 https://git.archlinux.org/svntogit/packages.git/commit/trunk?h=packages/mesa&id=8b2dc9909803d680f67bb3d559d3e1c0a5f1e2ec
2017-12-08Remove gcc-multilib (merged into [core]/gcc). RC version fix.Daniel Bermond
2017-09-04Workaround for FS#55128Daniel Bermond
References ---------- https://git.archlinux.org/svntogit/community.git/commit/trunk?h=packages/wine-staging&id=5291badb8c9cac99909a028342e037303d73c370 https://bugs.archlinux.org/task/55128 https://bugs.winehq.org/show_bug.cgi?id=43530
2017-09-04Fix path of opencl headersDaniel Bermond
2017-09-04Changed urlDaniel Bermond
2017-09-04Cosmetic changingsDaniel Bermond
2017-07-16PIE static libraries rebuild (new gcc build flags)Daniel Bermond
2017-06-30Fix: wine-staging tag obtentionDaniel Bermond
2017-06-30White spaces and cosmetic changingsDaniel Bermond
2017-02-09Added missing vulkan optional dependenciesDaniel Bermond
2017-02-09Removed oss from optdependsDaniel Bermond
oss was wrongly placed only in optdepends. To enable oss support in wine it needs to be installed at build time and thus would require it to be placed at depends. The oss AUR package removes by default the alsa kernel modules, which is not a good thing. Since most users rely on alsa, it is really unconfortable to maintain both alsa and oss installed on the same system.
2017-01-15Adjust versioning according to change in upstream wine-staging gitDaniel Bermond
Upstream wine-staging git has changed the string format returned by the command 'git describe --long' from 'v<version>-<revision>-<hash>' to 'latest-version-<revision>-<hash>'. Adjusted versioning accordingly. I hope that this approach can work even if they change again to the previous way.
2016-12-03makedepends and optdepends: moved from libcl to opencl-icd-loaderDaniel Bermond
This will match recent changes in opencl (lib32-ocl-icd) and wine repository packages. Otherwise you will get the error 'target not found: lib32-libcl' during dependency check when trying to build the package. References: https://git.archlinux.org/svntogit/community.git/commit/trunk?h=packages/lib32-ocl-icd&id=9243aa9ce20346edd79679cc2668f39624f65c88 https://git.archlinux.org/svntogit/community.git/commit/trunk?h=packages/lib32-ocl-icd&id=c3211f4f1f20744432daade51bc1ac44af0a770b https://git.archlinux.org/svntogit/community.git/commit/trunk?h=packages/wine&id=6ecc1ba30eef9898e29faf2d0bfc42bb03f6bd68
2016-05-28Remove unnecessary file from packageBermond
2016-05-28Build matching pacman hooksBermond
This matches the repository package according to the following commit: https://git.archlinux.org/svntogit/community.git/commit/trunk?h=packages/wine-staging&id=2aec88cff29f27e28aefa8a34b2a62376935fcbc
2016-04-13Add oss to optdependsBermond
2016-04-06Adjust versioning according to change in upstream wine-staging gitBermond
Upstream wine-staging git has changed the string format returned by the command 'git describe --long' from 'latest-version-<revision>-<hash>' to 'v<version>-<revision>-<hash>'. Adjusted versioning accordingly.
2016-04-06Rename file wine-staging.install to wine-staging-git.installBermond
2016-03-28Fix patchisntall errorBermond
Before applying wine-staging patches it's necessary to change back to the wine upstream commit that the current wine-staging version is based in.
2016-03-28Add libtxc_dxtn to optdependsBermond
2016-03-27Initial commitBermond