Port details on branch 2016Q4 |
- linux-c6-sdl_image Simple library to load images as SDL interfaces (Linux CentOS 6.10)
- 1.2.12_5 graphics
=1 1.2.12_5Version of this port present on the latest quarterly branch.
- Maintainer: emulation@FreeBSD.org
- Port Added: 2014-09-22 10:40:16
- Last Update: 2019-12-31 17:00:29
- SVN Revision: 521645
- People watching this port, also watch:: libmad, imlib2, p5-MIME-Tools, spamass-iXhash
- Also Listed In: linux
- License: not specified in port
- WWW:
- https://www.libsdl.org/projects/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
WWW: https://www.libsdl.org/projects/SDL_image/
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- linux-c6-sdl_image>0:graphics/linux-c6-sdl_image
- No installation instructions:
- This port has been deleted.
- PKGNAME: linux-c6-sdl_image
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1485610460
SHA256 (centos/SDL_image-1.2.12-9.el6.i686.rpm) = 29b37b3bf7dee0ea1f5de4074b22b73b2cc656690ef310467e38361c4ea10410
SIZE (centos/SDL_image-1.2.12-9.el6.i686.rpm) = 39912
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Runtime dependencies:
-
- linux-c6-jpeg>0 : graphics/linux-c6-jpeg
- linux-c6-libpng>0 : graphics/linux-c6-png
- linux-c6-sdl>0 : devel/linux-c6-sdl12
- linux-c6-libtiff>0 : graphics/linux-c6-tiff
- NOTE: dependencies for deleted ports are notoriously suspect
- This port is required by:
- for Run
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- ===> The following configuration options are available for linux-c6-sdl_image-1.2.12_5:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- N/A
- USES:
- linux:c6
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|