Alien-SDL

 view release on metacpan or  search on metacpan

Build.PL  view on Meta::CPAN

    'ExtUtils::CBuilder' => '0',
    'Capture::Tiny'    => '0',
    'perl'             => '5.008000',
  },
  build_requires       => {  #need to have for running: ./Build (install|test)
    'File::Spec'       => '0',
    'File::Temp'       => '0',
    'File::ShareDir'   => '0',
    'ExtUtils::CBuilder' => '0',
    'File::Path'       => '2.08',
    'File::Fetch'      => '0.24',
    'File::Find'       => '0',
    'File::Which'      => '0',
    'Digest::SHA'      => '0',
    'Archive::Extract' => '0',
    'Archive::Tar'     => '0',
    'Archive::Zip'     => '0',
    'Module::Build'    => '0.36',
    'Text::Patch'      => '1.4',
  },
  configure_requires   => {  #need to have for running: perl Build.PL
    'File::Spec'       => '0',
    'File::Path'       => '2.08',
    'File::Fetch'      => '0.24',
    'File::Find'       => '0',
    'File::Which'      => '0',
    'Digest::SHA'      => '0',
    'Archive::Extract' => '0',
    'Module::Build'    => '0.36',
    'Text::Patch'      => '1.4',
    'File::ShareDir'   => '0',
    'Capture::Tiny'    => '0',
  },
  meta_merge => {

Changes  view on Meta::CPAN


1.414  Tue Sep 28 2010
     - new Win64 binaries [kmx]
     - new repo URL http://github.com/PerlGameDev/Alien-SDL [kmx]
     - Output of header testing is a one-liner now #203 [FROGGS]
     - Removed SDL_net from build system as it isnt needed [FROGGS]

1.413  Fri Aug 06 2010
     - Searching for lib<xxx>.dll.a libs (cygwin needs this) [kmx]
     - New src build set: SDL-1.2.14 & co. (builds only SDL+SDL_*) [kmx]
     - Using File::Fetch 0.24 [FROGGS]
     - Fixed path of libpng-1.4.1 (has changed due to release of libpng-1.5) [FROGGS]
     - Added fixes for fink and get_path uses in Mac [kthakore]

1.412  Mon July 19 2010
     - Searching for dynamic and static libs [FROGGS]

1.411  Fri July 16 2010
     - Cygwin fix [kmx, FROGGS]

1.410  Mon July 12 2010

META.json  view on Meta::CPAN

   },
   "name" : "Alien-SDL",
   "prereqs" : {
      "build" : {
         "requires" : {
            "Archive::Extract" : "0",
            "Archive::Tar" : "0",
            "Archive::Zip" : "0",
            "Digest::SHA" : "0",
            "ExtUtils::CBuilder" : "0",
            "File::Fetch" : "0.24",
            "File::Find" : "0",
            "File::Path" : "2.08",
            "File::ShareDir" : "0",
            "File::Spec" : "0",
            "File::Temp" : "0",
            "File::Which" : "0",
            "Module::Build" : "0.36",
            "Text::Patch" : "1.4"
         }
      },
      "configure" : {
         "requires" : {
            "Archive::Extract" : "0",
            "Capture::Tiny" : "0",
            "Digest::SHA" : "0",
            "File::Fetch" : "0.24",
            "File::Find" : "0",
            "File::Path" : "2.08",
            "File::ShareDir" : "0",
            "File::Spec" : "0",
            "File::Which" : "0",
            "Module::Build" : "0.36",
            "Text::Patch" : "1.4"
         }
      },
      "runtime" : {

META.yml  view on Meta::CPAN

---
abstract: 'Get, Build and Use SDL libraries'
author:
  - 'Kartik Thakore <KTHAKORE@cpan.org>'
build_requires:
  Archive::Extract: '0'
  Archive::Tar: '0'
  Archive::Zip: '0'
  Digest::SHA: '0'
  ExtUtils::CBuilder: '0'
  File::Fetch: '0.24'
  File::Find: '0'
  File::Path: '2.08'
  File::ShareDir: '0'
  File::Spec: '0'
  File::Temp: '0'
  File::Which: '0'
  Module::Build: '0.36'
  Text::Patch: '1.4'
configure_requires:
  Archive::Extract: '0'
  Capture::Tiny: '0'
  Digest::SHA: '0'
  File::Fetch: '0.24'
  File::Find: '0'
  File::Path: '2.08'
  File::ShareDir: '0'
  File::Spec: '0'
  File::Which: '0'
  Module::Build: '0.36'
  Text::Patch: '1.4'
dynamic_config: 1
generated_by: 'Module::Build version 0.4204, CPAN::Meta::Converter version 2.142060'
license: perl

inc/My/Utility.pm  view on Meta::CPAN

      url      => [
        'http://strawberryperl.com/package/kmx/sdl/Win32_SDL-1.2.14-extended-bin_20111205.zip',
        'http://froggs.de/libsdl/Win32_SDL-1.2.14-extended-bin_20111205.zip',
      ],
      sha1sum  => '553b7e21bb650d047ec9f2a5f650c67d76430e61',
      arch_re  => qr/^MSWin32-x86-multi-thread(-64int)?$/,
      os_re    => qr/^MSWin32$/,
      cc_re    => qr/gcc/,
    },
    {
      title    => "Binaries Win/64bit SDL-1.2.14 (extended, 20100824)\n" .
                  "\t(gfx, image, mixer, net, smpeg, ttf, sound, svg, rtf, Pango)\n" .
                  "\tBEWARE: binaries are using old ABI - will fail with the latest gcc\n" .
                  "\tBEWARE: this is intended just for old strawberryperl 5.12.x/64bit",
      url      => [
        'http://strawberryperl.com/package/kmx/sdl/Win64_SDL-1.2.14-extended-bin_20100824.zip',
        'http://froggs.de/libsdl/Win64_SDL-1.2.14-extended-bin_20100824.zip',
      ],
      sha1sum  => 'ccffb7218bcb17544ab00c8a1ae383422fe9586d',
      arch_re  => qr/^MSWin32-x64-multi-thread$/,
      os_re    => qr/^MSWin32$/,
      cc_re    => qr/gcc/,
      gccversion_re => qr/^4\.4\.3$/, #specific to the old gcc compiler used in 64bit strawberryperl 5.12.x
    },
    {
      title    => "Binaries Win/64bit SDL-1.2.14 (extended, 20111205) RECOMMENDED\n" .
                  "\t(gfx, image, mixer, net, smpeg, ttf, sound, svg, rtf, Pango)",

patches/libsdl-1.2.15-const-xdata32.2.patch  view on Meta::CPAN

--- SDL-1.2/include/SDL_config.h.in	2012-05-28 13:21:49.000000000 +0200
+++ SDL-1.2/include/SDL_config.h.in	2014-04-22 20:24:02.000000000 +0200
@@ -282,6 +282,7 @@
 #undef SDL_VIDEO_DRIVER_WINDIB
 #undef SDL_VIDEO_DRIVER_WSCONS
 #undef SDL_VIDEO_DRIVER_X11
+#undef SDL_VIDEO_DRIVER_X11_CONST_PARAM_XDATA32
 #undef SDL_VIDEO_DRIVER_X11_DGAMOUSE
 #undef SDL_VIDEO_DRIVER_X11_DYNAMIC
 #undef SDL_VIDEO_DRIVER_X11_DYNAMIC_XEXT



( run in 1.991 second using v1.01-cache-2.11-cpan-7add2cbd662 )