gosu 0.11.4.pre2 → 0.11.4.pre3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0ab2548b2eb0755b81ab1f1998e88a6c3485f824
4
- data.tar.gz: b7eb05e84cf3274996c16a1192d38315471216e4
3
+ metadata.gz: 94bfc8e22230e0613727dbc03a8bacbc3b39ccf2
4
+ data.tar.gz: 9a4b29f27d6d2ade8191ef50940693904d88028a
5
5
  SHA512:
6
- metadata.gz: d93874ef3122c9a30d3aadd338e31e84f72615784ba0acd660eacef9d72b736620fb963a54a93c622811c60605cb0036ef699444f7bb05cb1bfbe0cbd091cbbb
7
- data.tar.gz: b246ed8fdb6959e0cf7dc38e43ea5e3f4deb2a323eefb8b60d0ba4ddc8ff0973478db6236d5c8033f5c7ca3a3eefebeb84ae042f41510e74bcb68220185893f4
6
+ metadata.gz: 8fd062fda171cb3a06a31abf9dcf97da32e02b2a5de57d251b3ddf1c2bc799d57cfbab7346cd36dcab84be0c49ce8eff3315dd6183e8a51c8ba2ea842b50636c
7
+ data.tar.gz: 403717d0b239a02e219328ef483884a72ce34841acc9c9c9f5e8b546109f35904ce2cae697ecda874c46803951d0bf209586212b196e50135f825041886d5606
@@ -57,14 +57,11 @@ namespace Gosu
57
57
  # include <TargetConditionals.h>
58
58
  # if TARGET_OS_IPHONE || TARGET_IPHONE_SIMULATOR
59
59
  # define GOSU_IS_IPHONE
60
+ # define GOSU_IS_OPENGLES
60
61
  # endif
61
62
  # endif
62
63
  #endif
63
64
 
64
- #if defined (GOSU_IS_IPHONE) || defined(__arm__)
65
- # define GOSU_IS_OPENGLES
66
- #endif
67
-
68
65
  #ifndef GOSU_DEPRECATED
69
66
  # if defined(GOSU_IS_WIN)
70
67
  # define GOSU_DEPRECATED __declspec(deprecated)
@@ -57,6 +57,8 @@ else
57
57
  $INCFLAGS << " -I/opt/vc/include"
58
58
  $LDFLAGS << " -L/opt/vc/lib"
59
59
  $LDFLAGS << " -lGLESv1_CM"
60
+ $CFLAGS << " -DGOSU_IS_OPENGLES"
61
+ $CXXFLAGS << " -DGOSU_IS_OPENGLES"
60
62
  else
61
63
  pkg_config 'gl'
62
64
  end
@@ -66,7 +68,7 @@ else
66
68
  pkg_config 'vorbisfile'
67
69
  pkg_config 'openal'
68
70
  pkg_config 'sndfile'
69
- pkg_config 'mpg123'
71
+ pkg_config 'libmpg123'
70
72
 
71
73
  have_header 'SDL_ttf.h' if have_library('SDL2_ttf', 'TTF_RenderUTF8_Blended')
72
74
  have_header 'AL/al.h' if have_library('openal')
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gosu
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.11.4.pre2
4
+ version: 0.11.4.pre3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Julian Raschke