Yegor Timoshenko
6a0d99f840
fakenes: mark as broken
...
(cherry picked from commit 9aae605fe7
)
2017-09-28 18:59:47 +02:00
Robin Gloster
5faf5c25b6
treewide: mark batch of packages broken for 17.09
2017-09-28 18:59:17 +02:00
Yegor Timoshenko
faf6166b4f
snes9x-gtk: 1.53 -> 1.54.1
...
(cherry picked from commit 22b0c966aa
)
2017-09-28 13:10:57 +02:00
Yegor Timoshenko
fdf61a4269
epsxe: fix install, 32-bit executable uses mixed case
...
(cherry picked from commit c3e6e9b765
)
2017-09-26 23:12:45 +02:00
Yegor Timoshenko
2de0784f22
epsxe: init at 2.0.5 ( #29810 )
...
* epsxe: init at 2.0.5
* epsxe: nitpicks
(cherry picked from commit 0ddca0715a
)
2017-09-26 23:10:38 +02:00
Cray Elliott
19a0166eb8
wineUnstable: 2.16 -> 2.17
...
per usual, staging has been updated as well!
(cherry picked from commit 5522cd5cb1
)
2017-09-22 15:59:28 +02:00
AndersonTorres
d11e20300a
mgba: 0.5.2 -> 0.6.0
...
(cherry picked from commit 4a67ee9893
)
2017-09-17 18:19:39 +02:00
Markus Mueller
b7144b2db8
desmume: fix build with gcc6 by adding debian patch
...
Debian also removed the package in testing when building
with gcc7.
(cherry picked from commit 55b5a94d84
)
2017-09-11 19:33:01 +01:00
lassulus
773268eede
mupen64plus: 1.5 -> 2.5
...
(cherry picked from commit f068f3f209
)
2017-09-11 15:39:30 +01:00
Cray Elliott
77c46580ec
wineUnstable: 2.15 -> 2.16
...
bump staging as well
(cherry picked from commit c892f77e37
)
2017-09-10 17:55:47 +02:00
Sander van der Burg
71f0a68a82
fs-uae: build on x86 linux only
...
(cherry picked from commit bf9b88f154
)
2017-09-10 14:52:00 +00:00
Sander van der Burg
59b18ebd9e
fs-uae: 2.8.0 -> 2.8.3
...
(cherry picked from commit 345e570921
)
2017-09-10 14:26:33 +00:00
Sander van der Burg
3c148e1a54
vice: 2.2 -> 3.1 + fix build procedure
...
(cherry picked from commit 6e1eedd64e
)
2017-09-10 14:00:45 +00:00
Sander van der Burg
cfbb20c8b5
zsnes: restrict building to x86-based Linux platforms only, znses' core is written in x86 asm code
...
(cherry picked from commit 0d8e157d61
)
2017-09-10 14:00:28 +00:00
lassulus
c81b036f73
vbam: svn-1507 -> unstable-2017-09-04
...
(cherry picked from commit 2524e4cfd5
)
2017-09-08 16:26:29 +02:00
Cray Elliott
f4189a8f56
winetricks: 20170614 -> 20170823
...
(cherry picked from commit f03964ff7c
)
2017-09-08 16:01:39 +02:00
Jörg Thalheim
c22764892c
nestopia: fix icon theme
...
(cherry picked from commit 4b10de8182
)
2017-09-03 17:14:16 +01:00
Samuel Leathers
b9f56a420a
nestopia: 1.46.2 -> 1.47
...
(cherry picked from commit 7d54467ad0
)
2017-09-03 17:14:12 +01:00
Jörg Thalheim
e1f755e44f
Merge pull request #28668 from AndersonTorres/upload-mednafen
...
Mednafen: 0.9.38.7 -> 0.9.47
2017-08-29 08:13:49 +01:00
AndersonTorres
026bc4f783
Mednafen: 0.9.38.7 -> 0.9.47
...
And some minor changes
2017-08-29 00:10:20 -03:00
AndersonTorres
18df335c17
Mednafen-server: change download location
...
And some minor modifications
2017-08-29 00:05:55 -03:00
Cray Elliott
ecea06ab2e
wine-mono: 4.7.0 -> 4.7.1
2017-08-28 18:02:05 -07:00
Cray Elliott
2639bcee5d
wineUnstable: 2.14 -> 2.15
2017-08-24 13:52:29 -07:00
Alexander V. Nikolaev
ed0af35697
wineUnstable: 2.13 -> 2.14
...
Staging updated as well
2017-08-13 14:51:47 -07:00
Joachim F
9ed9ede922
Merge pull request #27963 from ryantm/zsnes
...
zsnes: remove $STRIP from compiler options
2017-08-13 20:56:47 +00:00
Frederik Rietdijk
13bbaee21d
Merge pull request #27881 from mimadrid/fix/http-https
...
Update homepage attributes: http -> https
2017-08-13 21:53:20 +02:00
AndersonTorres
260bab6c7f
higan: 102 -> 103
2017-08-07 22:51:46 -03:00
Ryan Mulligan
0b21848e77
zsnes: remove $STRIP from compiler options
...
In ab70693 @viric says zsnes works better without stripping. But the
build expression kept the $STRIP in the compiler options, so if it is
set to something it will show up in there. For example:
g++ -pipe -I. -I/usr/local/include -I/usr/include -D__UNIXSDL__ -I/nix/store/04qgmdpmalgsy92zgs2z896jx073hcn2-SDL-1.2.15-dev/include/SDL -I/nix/store/04qgmdpmalgsy92zgs2z896jx073hcn2-SDL-1.2.15-dev/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DNCURSES -D__OPENGL__ -march=native -O3 -fomit-frame-pointer -fprefetch-loop-arrays -fforce-addr strip -D__RELEASE__ -fno-rtti -o tools/fileutil.o -c tools/fileutil.cpp
g++: error: strip: No such file or directory
This commit removes that reference to $STRIP too.
2017-08-05 07:39:48 -07:00
mimadrid
09e0cc7cc7
Update homepage attributes: http -> https
...
Homepage link "http://.../ " is a permanent redirect to "https://.../ " and should be updated
https://repology.org/repository/nix_stable/problems
2017-08-03 11:56:15 +02:00
Silvan Mosberger
f5fa5fa4d6
pkgs: refactor needless quoting of homepage meta attribute ( #27809 )
...
* 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
2017-08-01 22:03:30 +02:00
Cray Elliott
2a8c1a942e
dolphinEmuMaster: 20170705 -> 20170730
...
generally I only update this once a month or less, but the much awaited
ubershader branch landed
2017-07-31 11:59:46 -07:00
Alexey Lebedeff
1d72b7345f
dosbox-unstable: init at 2017-07-02
...
As current stable version segfaults when playing HoMM2, as described at
https://www.reddit.com/r/linux_gaming/comments/4dxfei/dosbox_segmentation_fault_core_dumped/
Also some missing dependencies (compared to stable version) were added:
- SDL_sound - for mounting .cue files with compressed sound
- SDL_net - for IPX support
- libpng - for making screenshots
2017-07-28 11:20:56 +03:00
Nikolay Amiantov
732207f456
citra: fix license field
2017-07-27 17:28:13 +03:00
Nikolay Amiantov
bc52bf2cfe
citra: init at 2017-07-26
2017-07-27 17:07:45 +03:00
Cray Elliott
d82fa7f915
wineUnstable: 2.12 -> 2.13
2017-07-26 15:36:49 -07:00
Herwig Hochleitner
7d83f048e2
cdemu: 3.0.x -> 3.1.0
...
fixes cdemu for kernel >= 4.11
fixes client by adding pygobject3
2017-07-25 11:56:59 +02:00
Cray Elliott
faad06df6b
wine: 2.0.1 -> 2.0.2
2017-07-20 13:52:43 -07:00
Cray Elliott
ccf7b4b57e
wine-mono: 4.6.4 -> 4.7.0
2017-07-18 12:10:29 -07:00
Cray Elliott
f91c591ea2
wineUnstable, wineStaging: 2.11 -> 2.12
2017-07-13 14:44:18 -07:00
Cray Elliott
3365fdea04
wineUnstable: 2.10 -> 2.11
...
2.11 was picked instead of 2.12 since staging hasn't caught up yet,
also updates staging
2017-07-09 21:23:05 -07:00
0xABAB
784240de3e
wine: add missing dependency libcap on Linux
2017-07-09 10:40:53 +02:00
Cray Elliott
b963ba1bee
dolphinEmuMaster: 20150802 -> 20170705
...
removed a substitution that is no longer needed, add new
dependencies, and use fetchFromGitHub instead of fetchgit
2017-07-08 14:24:42 -07:00
Cray Elliott
71e495e10f
winetricks: 20170327 -> 20170614
2017-06-27 02:00:49 -07:00
Cray Elliott
922d706e81
wineStaging: 2.7 -> 2.10
...
wineUnstable: 2.7 -> 2.10
2017-06-20 11:23:37 -07:00
Edward Tjörnhammar
a66a9ae8e8
kodi-retroarch-advanced-launchers: ensure sound has been released
2017-06-09 20:41:02 +02:00
Edward Tjörnhammar
44a9f37ba8
libretro: add parallel-n64 core
2017-06-07 23:31:20 +02:00
Edward Tjörnhammar
beb04aabac
libretro.dolphin: init at 2017-06-04
2017-06-04 21:11:14 +02:00
Edward Tjörnhammar
f270376cd7
libretro.*: 2015-11-20 -> 2017-06-04
2017-06-04 03:27:55 +02:00
Edward Tjörnhammar
1845a2d735
retroarch: 1.3.4 -> 1.6.0
2017-06-04 03:27:55 +02:00
Nikolay Amiantov
e7530e6a5a
wine: reorganize packages
...
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.
2017-06-04 00:57:45 +03:00