Port details |
- linux-rl9-sdl_image Simple library to load images as SDL interfaces (Rocky Linux 9.5)
- 1.2.12 graphics
=0 Package not present on quarterly.This port was created during this quarter. It will be in the next quarterly branch but not the current one. - Maintainer: emulation@FreeBSD.org
 - Port Added: 2025-02-19 22:57:09
- Last Update: 2025-02-19 22:53:45
- Commit Hash: 9206240
- Also Listed In: linux
- License: ZLIB
- WWW:
- https://github.com/libsdl-org/SDL_image/
- Description:
- This is a simple library to load images of various formats as SDL surfaces.
This library supports BMP, PPM, PCX, GIF, JPEG, PNG, TGA, and TIFF formats.
API:
#include "SDL_image.h"
SDL_Surface *IMG_Load(const char *file);
or
SDL_Surface *IMG_Load_RW(SDL_RWops *src, int freesrc);
or
SDL_Surface *IMG_Load_RW(SDL_RWops *src, int freesrc, char *type);
where type is a string specifying the format (i.e. "PNG" or "pcx").
Note that IMG_Load_RW cannot load TGA images.
An example program 'showimage' is included, with source in showimage.c
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- linux-rl9-sdl_image>0:graphics/linux-rl9-sdl_image
- Conflicts:
- CONFLICTS:
- To install the port:
- cd /usr/ports/graphics/linux-rl9-sdl_image/ && make install clean
- To add the package, run one of these commands:
- pkg install graphics/linux-rl9-sdl_image
- pkg install linux-rl9-sdl_image
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: linux-rl9-sdl_image
- Flavors: there is no flavor information for this port.
- ONLY_FOR_ARCHS: aarch64 amd64
- distinfo:
- TIMESTAMP = 1739908140
SHA256 (rocky/s/SDL_image-1.2.12-31.el9.aarch64.rpm) = 1e0e8914576843466a246c6e96e7b4a2a0b8368a994d4f6d06eda69363166d2a
SIZE (rocky/s/SDL_image-1.2.12-31.el9.aarch64.rpm) = 44744
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Runtime dependencies:
-
- linux-rl9-jpeg>0 : graphics/linux-rl9-jpeg
- linux-rl9-libpng>0 : graphics/linux-rl9-png
- linux-rl9-sdl>0 : devel/linux-rl9-sdl12
- linux-rl9-libtiff>0 : graphics/linux-rl9-tiff
- This port is required by:
- for Run
-
- emulators/linux-rl9
Configuration Options:
- ===> The following configuration options are available for linux-rl9-sdl_image-1.2.12:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- graphics_linux-rl9-sdl_image
- USES:
- cpe linux:rl9
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|