Skip to content

Commit

Permalink
Merge pull request #96650 from peterhoeg/u/gemrb_0_8_7
Browse files Browse the repository at this point in the history
gemrb: 0.8.6 -> 0.8.7
  • Loading branch information
peterhoeg committed Aug 30, 2020
2 parents fc726e3 + bf03e96 commit 250735e
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions pkgs/games/gemrb/default.nix
Expand Up @@ -4,24 +4,27 @@

stdenv.mkDerivation rec {
pname = "gemrb";
version = "0.8.6";
version = "0.8.7";

src = fetchFromGitHub {
owner = "gemrb";
repo = "gemrb";
rev = "v${version}";
sha256 = "0vsr3fsqmv9b7s5l0cwhpq2pf7ah2wvgmcn9y8asj6w8hprp17d4";
owner = "gemrb";
repo = "gemrb";
rev = "v${version}";
sha256 = "14j9mhrbi4gnrbv25nlsvcxzkylijzrnwbqqnrg7pr452lb3srpb";
};

# TODO: make libpng, libvorbis, sdl_mixer, freetype, vlc, glew (and other gl reqs) optional
# TODO: make libpng, libvorbis, sdl_mixer, freetype, vlc, glew (and other gl
# reqs) optional
buildInputs = [ freetype python openal SDL2 SDL2_mixer zlib libpng libvorbis libiconv ];

nativeBuildInputs = [ cmake ];

enableParallelBuilding = true;

# TODO: add proper OpenGL support. We are currently (0.8.7) getting a shader
# error on execution when enabled.
cmakeFlags = [
"-DLAYOUT=opt"
# "-DOPENGL_BACKEND=GLES"
# "-DOpenGL_GL_PREFERENCE=GLVND"
];

meta = with stdenv.lib; {
Expand Down

0 comments on commit 250735e

Please sign in to comment.