/** * **SDL_image** - Image decoding for many popular formats for Simple Directmedia Layer. * * @domain `libsdl.org/SDL_image` * @version `3.2.4` (13 versions available) * @versions From newest version to oldest. * * @install `launchpad install libsdl.org/SDL_image` * @dependencies `libjpeg-turbo.org^2`, `github.com/AOMediaCodec/libavif^0.11`, `libpng.org^1.6`, ... (+3 more) * @buildDependencies `gnu.org/gcc/libstdcxx` - required only when building from source * * @example * ```typescript * import { pantry } from 'ts-pkgx' * * const pkg = pantry.libsdlorgsdl_image * console.log(pkg.name) // "SDL_image" * console.log(pkg.description) // "Image decoding for many popular formats for Sim..." * console.log(pkg.versions[0]) // "3.2.4" (latest) * ``` * * @see https://ts-pkgx.netlify.app/packages/libsdl-org/SDL_image.md * @see https://ts-pkgx.netlify.app/usage */ export declare const libsdlorgsdl_imagePackage: { /** * The display name of this package. */ name: 'SDL_image'; /** * The canonical domain name for this package. */ domain: 'libsdl.org/SDL_image'; /** * Brief description of what this package does. */ description: 'Image decoding for many popular formats for Simple Directmedia Layer.'; packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/libsdl.org/SDL_image/package.yml'; homepageUrl: ''; githubUrl: 'https://github.com/libsdl-org/SDL_image'; /** * Command to install this package using launchpad. * @example launchpad install package-name */ installCommand: 'launchpad install libsdl.org/SDL_image'; pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +libsdl.org/SDL_image -- $SHELL -i'; launchpadInstallCommand: 'launchpad install libsdl.org/SDL_image'; programs: readonly []; companions: readonly []; /** * Runtime dependencies for this package. * These are required when running the package. */ dependencies: readonly ['libjpeg-turbo.org^2', 'github.com/AOMediaCodec/libavif^0.11', 'libpng.org^1.6', 'simplesystems.org/libtiff^4.5', 'libsdl.org^2', 'google.com/webp^1.3']; /** * Build dependencies for this package. * These are only required when building the package from source. */ buildDependencies: readonly ['gnu.org/gcc/libstdcxx']; /** * Available versions from newest to oldest. * @see https://ts-pkgx.netlify.app/usage for installation instructions */ versions: readonly ['3.2.4', '3.2.2', '3.2.0', '2.8.8', '2.8.6', '2.8.5', '2.8.4', '2.8.3', '2.8.2', '2.8.1', '2.8.0', '2.7.1', '2.6.3']; aliases: readonly [] }; export type Libsdlorgsdl_imagePackage = typeof libsdlorgsdl_imagePackage