# DISCLAIMER: Max Horn is the sole maintainer of this package. # Please DO NOT MAKE MODIFICATIONS without informing the maintainer. # Preferably, send a patch to me instead of making changes yourself! # If that is not possible due to extra urgency, at least send me a mail. # # Explanation: I am sick and tired of getting back to my packages and # discovering that people have messed with it. I am then forced to # retrace their steps, find out who, when and why did make a certain # change etc. -- i.e. it makes my life as maintainer harder. # Furthermore, as maintainer I am responsible for problems caused by my # packages. But I am not willing to take responsibility for something I # did not do. In particular, for changes that other people introduced # behind my back, no matter how good and noble their intentions were. As # such, I may see myself forced to drop responsibility for (and hence, # maintainership of) the affected package. Package: sdl2 Version: 2.0.3 Revision: 2 BuildDependsOnly: True Depends: %N-shlibs (= %v-%r) BuildDepends: << fink (>= 0.24.12), fink-package-precedence, libiconv-dev, pkgconfig (>= 0.21-1), x11-dev << Maintainer: Max Horn Source: http://www.libsdl.org/release/SDL2-%v.tar.gz Source-MD5: fe6c61d2e9df9ef570e7e80c6e822537 ConfigureParams: << --mandir=%p/share/man \ ac_cv_lib_iconv_iconv_open=yes \ ac_cv_func_iconv=yes << CompileScript: << ./configure %c make fink-package-precedence --depfile-ext='\.d' . << InstallScript: make install DESTDIR=%d SplitOff: << Package: %N-shlibs Files: lib/libSDL2-*.dylib Shlibs: %p/lib/libSDL2-2.0.0.dylib 3.0.0 %n (>= 2.0.2-1) DocFiles: *.txt << DocFiles: *.txt Description: Cross-platform multimedia library DescDetail: << Simple DirectMedia Layer is a cross-platform development library designed to provide low level access to audio, keyboard, mouse, joystick, and graphics hardware via OpenGL and Direct3D. It is used by video playback software, emulators, and popular games including Valve's award winning catalog and many Humble Bundle games. << DescPackaging: << SDL 2.0 is a major redesign compared to SDL 1.2, and is incompatible both on the source and the binary level. Thus software that is using SDL 1.2 needs to be explicitly rewritten to be able to use SDL 2.0. However, it is possible to install SDL 1.2 (provided by the Fink package `sdl`) and SDL 2.0 (provided by the Fink package `sdl2`) in parallel. We fiddle with libiconv detection because the autoconf tests for it are simply broken (they do not account for the fact that GNU libiconv renames the symbol via #defines in iconv.h, and thus fail to detect it. We thus simply hardcode the test results. << Homepage: http://www.libsdl.org License: OSI-Approved