summary refs log tree commit diff
path: root/pkgs/misc/emulators/wine/base.nix
Commit message (Collapse)AuthorAge
* treewide: Make all the rest of configureFlagsJohn Ericson2018-08-03
|
* wine: Enable on macOSMoritz Angermann2018-05-18
|
* Merge pull request #39404 from dwe11er/wine-vulkanJörg Thalheim2018-05-07
|\ | | | | wine: add vulkanSupport option
| * wine: add Vulkan supportMarcin Falkiewicz2018-04-24
| |
* | treewide: remove platform assertionsMatthew Bauer2018-05-03
|/ | | | linux: readd assertion
* libva: make `libva-full` the defaultJan Malakhovski2018-03-26
| | | | | | It seems that all uses of `libva` it in nixpkgs except `mesa` and itself actually either will gain from using `libva-full` instead of `libva-minimal` by default or simply won't care.
* treewide: refactor to use libglvndNikolay Amiantov2018-03-26
| | | | | | * Implement libGL as a symlink package which uses libraries from libglvnd and headers from Mesa (since ones from libglvnd are outdated). * Use libGL_driver.driverLink treewide; add FHS paths where possible.
* wine: disable bindnow hardeningAlbert Safin2018-03-23
|
* treewide: s/saneBackends/sane-backends/gvolth2018-03-13
|
* treewide: transition mesa to libGLU_combinedAlexander V. Nikolaev2018-02-24
|
* treewide: transition from mesa_noglu to libGLAlexander V. Nikolaev2018-02-24
|
* wine: remove wrapper for wine64Herwig Hochleitner2017-12-30
| | | | fix #28486
* announce myself as a maintainerHerwig Hochleitner2017-10-14
| | | | | added maintainer entries for `cdemu` (which i've created), as well as `wine` and `chromium` (which I regularly contribute to)
* wine: replace samba3 with samba4Alexander V. Nikolaev2017-10-05
| | | | Unbreak security assertion via samba3 which no more supported.
* pkgs: refactor needless quoting of homepage meta attribute (#27809)Silvan Mosberger2017-08-01
| | | | | | | | | | | | * pkgs: refactor needless quoting of homepage meta attribute A lot of packages are needlessly quoting the homepage meta attribute (about 1400, 22%), this commit refactors all of those instances. * pkgs: Fixing some links that were wrongfully unquoted in the previous commit * Fixed some instances
* wine: add missing dependency libcap on Linux0xABAB2017-07-09
|
* wine: reorganize packagesNikolay Amiantov2017-06-04
| | | | | | | | Move most of wine configurations to winePackages which is not built on Hydra. Leave two top-level packages: wine: stable release with an "office" configuration; wineStaging: staging release with a "full" configuration.
* wine: use gstreamer-1.0Nikolay Amiantov2017-05-24
|
* wine: fix libva supportNikolay Amiantov2017-05-24
|
* wine: add udev supportNikolay Amiantov2017-05-24
|
* opencl-icd: remove, point to ocl-icdNikolay Amiantov2017-01-20
|
* wine*: fixup build by using older flexVladimír Čunát2017-01-06
|
* treewide: explicitly specify gtk and related package versionsKirill Boltaev2016-09-12
|
* wine: 1.9.13 -> 1.9.14 (#16862)Alexander V. Nikolaev2016-07-11
| | | | | * Update wineUnstable: 1.9.13 -> 1.9.14 * Update staging: 1.9.13 -> 1.9.14 * Add myself as co-maintainer, because I am do regular updates.
* wine: fix gstreamer supportNikolay Amiantov2016-06-24
|
* wine: make features configurableHerwig Hochleitner2016-05-29
|
* wine: add optional dependenciesHerwig Hochleitner2016-05-29
|
* add get* helper functions and mass-replace manual outputs search with themNikolay Amiantov2016-04-25
|
* wine: Disable stripping to avoid breaking fakedlls.Ambroz Bizjak2016-04-17
|
* wine: Fix RPATH for multiple-outputsAlexander V. Nikolaev2016-04-17
|
* wine: use only native-arch native dependenciesNikolay Amiantov2016-04-12
|
* wine: add more dependencies (notably, mpg123 and openal)Nikolay Amiantov2016-04-12
|
* wine: fix outputs and pulseaudio supportNikolay Amiantov2016-04-12
|
* wine: add initial pulseaudio supportLengyel Balázs2015-12-25
|
* xlibs: replace occurrences by xorgVladimír Čunát2015-09-15
| | | | | | | This seems to have been confusing people, using both xlibs and xorg, etc. - Avoided renaming local (and different) xlibs binding in gcc*. - Fixed cases where both xorg and xlibs were used. Hopefully everything still works as before.
* xlibs.xlibs: removeVladimír Čunát2015-09-15
| | | | | | It was really ugly that `xlibs.xlibs` meant something else than `xlibs`, especially when using `with xlibs`, such as in wine. Also, now `xlibs` is the same as `xorg`.
* wine: enable 64bit build for wineStagingHerwig Hochleitner2015-05-18
|
* wine: add 64 bit build and nixpkgs configurationHerwig Hochleitner2015-05-10
The default release channel (stable/unstable) and the default build (wine32/wine64/wineWow) can be customized via the "wine" key in config