Skip to content

Commit

Permalink
updating libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
kmx committed Aug 17, 2013
1 parent 9142098 commit f796a3d
Showing 1 changed file with 38 additions and 33 deletions.
71 changes: 38 additions & 33 deletions inc/My/Utility.pm
Expand Up @@ -61,12 +61,12 @@ our $source_packs = [
members => [
{
pack => 'z',
version => '1.2.7',
dirname => 'zlib-1.2.7',
version => '1.2.8',
dirname => 'zlib-1.2.8',
url => [
'http://www.zlib.net/zlib-1.2.7.tar.gz'
'http://zlib.net/zlib-1.2.8.tar.gz'
],
sha1sum => '4aa358a95d1e5774603e6fa149c926a80df43559',
sha1sum => 'a4d316c404ff54ca545ea71a27af7dbc29817088',
patches => [],
prereq_libs => [],
},
Expand Down Expand Up @@ -94,57 +94,59 @@ our $source_packs = [
},
{
pack => 'png',
version => '1.5.14',
dirname => 'libpng-1.5.14',
version => '1.6.3',
dirname => 'libpng-1.6.3',
url => [
'http://downloads.sourceforge.net/libpng/libpng-1.5.14.tar.gz',
'http://downloads.sourceforge.net/libpng/libpng-1.6.3.tar.gz',
],
sha1sum => '67f20d69564a4a50204cb924deab029f11ad2d3c',
sha1sum => 'b8b7b911909c09d71324536aaa7750104d170c77',
patches => [],
prereq_libs => ['z'],
},
{
pack => 'freetype',
version => '2.4.11',
dirname => 'freetype-2.4.11',
version => '2.5.0.1',
dirname => 'freetype-2.5.0.1',
url => [
'http://mirror.lihnidos.org/GNU/savannah/freetype/freetype-2.4.11.tar.gz',
'http://www.mirrorservice.org/sites/download.savannah.gnu.org/releases/freetype/freetype-2.5.0.1.tar.gz',
],
sha1sum => 'a8373512281f74a53713904050e0d71c026bf5cf',
sha1sum => '2d539b375688466a8e7dcc4260ab21003faab08c',
patches => [],
prereq_libs => [],
},
{
pack => 'SDL2',
version => '2.0.0HG',
dirname => 'SDL2-hg20130301',
version => '2.0.0',
dirname => 'SDL2-2.0.0',
url => [
'http://strawberryperl.com/package/kmx/sdl/src/SDL2-hg20130301.tar.gz'
'http://www.libsdl.org/release/SDL2-2.0.0.tar.gz',
'http://strawberryperl.com/package/kmx/sdl/src/SDL2-2.0.0.tar.gz',
],
sha1sum => 'd12e75f081083abb235c285e666a98ed190213be',
sha1sum => 'a907eb5203abad6649c1eae0120d96c0a1931350',
patches => [],
prereq_libs => ['pthread'],
},
{
pack => 'SDL2_image',
version => '2.0.0HG',
dirname => 'SDL2_image-hg20130301',
version => '2.0.0',
dirname => 'SDL2_image-2.0.0',
url => [
'http://strawberryperl.com/package/kmx/sdl/src/SDL2_image-hg20130301.tar.gz',
'http://www.libsdl.org/projects/SDL_image/release/SDL2_image-2.0.0.tar.gz',
'http://strawberryperl.com/package/kmx/sdl/src/SDL2_image-2.0.0.tar.gz',
],
sha1sum => 'a7a56c95dc47fd20ef3e51b84cebad4652683a80',
sha1sum => '20b1b0db9dd540d6d5e40c7da8a39c6a81248865',
patches => [],
prereq_libs => ['jpeg', 'tiff', 'png'],
},
{
pack => 'ogg',
version => '1.3.0',
dirname => 'libogg-1.3.0',
version => '1.3.1',
dirname => 'libogg-1.3.1',
url => [
'http://downloads.xiph.org/releases/ogg/libogg-1.3.0.tar.gz',
'http://froggs.de/libsdl/libogg-1.3.0.tar.gz',
'http://downloads.xiph.org/releases/ogg/libogg-1.3.1.tar.gz',
'http://strawberryperl.com/package/kmx/sdl/src/libogg-1.3.1.tar.gz',
],
sha1sum => 'a900af21b6d7db1c7aa74eb0c39589ed9db991b8',
sha1sum => '270685c2a3d9dc6c98372627af99868aa4b4db53',
patches => [],
prereq_libs => [],
},
Expand All @@ -154,6 +156,7 @@ our $source_packs = [
dirname => 'libvorbis-1.3.3',
url => [
'http://downloads.xiph.org/releases/vorbis/libvorbis-1.3.3.tar.gz',
'http://strawberryperl.com/package/kmx/sdl/src/libvorbis-1.3.3.tar.gz',
'http://froggs.de/libsdl/libvorbis-1.3.3.tar.gz',
],
sha1sum => '8dae60349292ed76db0e490dc5ee51088a84518b',
Expand All @@ -164,23 +167,25 @@ our $source_packs = [
},
{
pack => 'SDL2_mixer',
version => '2.0.0HG',
dirname => 'SDL2_mixer-hg20130301',
version => '2.0.0',
dirname => 'SDL2_mixer-2.0.0',
url => [
'http://strawberryperl.com/package/kmx/sdl/src/SDL2_mixer-hg20130301.tar.gz',
'http://www.libsdl.org/projects/SDL_mixer/release/SDL2_mixer-2.0.0.tar.gz',
'http://strawberryperl.com/package/kmx/sdl/src/SDL2_mixer-2.0.0.tar.gz',
],
sha1sum => '47c36240919fc5445a9f9f999ebba995dbf7f820',
sha1sum => '9ed975587f09a1776ba9776dcc74a58e695aba6e',
patches => [],
prereq_libs => ['ogg', 'vorbis', 'smpeg'],
},
{
pack => 'SDL2_ttf',
version => '2.0.12HG',
dirname => 'SDL2_ttf-hg20130301',
version => '2.0.12',
dirname => 'SDL2_ttf-2.0.12',
url => [
'http://strawberryperl.com/package/kmx/sdl/src/SDL2_ttf-hg20130301.tar.gz',
'http://www.libsdl.org/projects/SDL_ttf/release/SDL2_ttf-2.0.12.tar.gz',
'http://strawberryperl.com/package/kmx/sdl/src/SDL2_ttf-2.0.12.tar.gz',
],
sha1sum => 'a942fcce4d475e0336eb873bf281d885b41df495',
sha1sum => '542865c604fe92d2f26000428ef733381caa0e8e',
patches => [],
prereq_libs => ['freetype'],
},
Expand Down

0 comments on commit f796a3d

Please sign in to comment.