Port details |
- linux-f8-sdl_image A simple library to load images as SDL interfaces (Linux Fedora 8)
- 1.2.6_3 graphics
=0 1.2.6_3Version of this port present on the latest quarterly branch. DEPRECATED: End of Life since Jan 7, 2009
This port expired on: 2011-04-01
IGNORE: bsd.linux-rpm.mk test failed: default package building at OSVERSION>=800076 was changed to linux-f10 ports, please define OVERRIDE_LINUX_NONBASE_PORTS to build other linux infrastructure ports
- Maintainer: emulation@FreeBSD.org
 - Port Added: 2009-03-29 15:56:34
- Last Update: 2011-04-04 17:12:43
- SVN Revision: UNKNOWN
- Also Listed In: linux
- License: not specified in port
- WWW:
- http://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: http://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 - There is no configure plist information for this port.
- Dependency lines:
-
- linux-f8-sdl_image>0:graphics/linux-f8-sdl_image
- No installation instructions:
- This port has been deleted.
- PKGNAME: linux-f8-sdl_image
- Flavors: there is no flavor information for this port.
- ONLY_FOR_ARCHS: i386 amd64
- distinfo:
- There is no distinfo for this port.
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:
-
- fedora-release : emulators/linux_base-f10
- libexpat.so.1 : textproc/linux-f10-expat
- libfontconfig.so.1.3.0 : x11-fonts/linux-f10-fontconfig
- libjpeg.so.62.0.0 : graphics/linux-f10-jpeg
- libpng.so.3.37.0 : graphics/linux-f10-png
- libSDL-1.2.so.0.11.2 : devel/linux-f10-sdl12
- libtiff.so.3.8.2 : graphics/linux-f10-tiff
- libXrandr.so.2.1.0 : x11/linux-f10-xorg-libs
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- N/A
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 7
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.2.6_3 04 Apr 2011 17:12:43
 |
rene  |
Garbage collect expired ports
2011-04-01 accessibility/linux-f8-atk: End of Life since Jan 7, 2009
2011-04-01 archivers/linux-f8-ucl: End of Life since Jan 7, 2009
2011-04-01 archivers/linux-f8-upx: End of Life since Jan 7, 2009
2011-04-01 audio/linux-f8-alsa-lib: End of Life since Jan 7, 2009
2011-04-01 audio/linux-f8-arts: End of Life since Jan 7, 2009
2011-04-01 audio/linux-f8-esound: End of Life since Jan 7, 2009
2011-04-01 audio/linux-f8-freealut: End of Life since Jan 7, 2009
2011-04-01 audio/linux-f8-libaudiofile: End of Life since Jan 7, 2009
2011-04-01 audio/linux-f8-libogg: End of Life since Jan 7, 2009
2011-04-01 audio/linux-f8-libvorbis: End of Life since Jan 7, 2009
2011-04-01 audio/linux-f8-mikmod: End of Life since Jan 7, 2009
2011-04-01 audio/linux-f8-nas-libs: End of Life since Jan 7, 2009
2011-04-01 audio/linux-f8-openal: End of Life since Jan 7, 2009
2011-04-01 audio/linux-f8-sdl_mixer: End of Life since Jan 7, 2009 (Only the first 15 lines of the commit message are shown above ) |
1.2.6_3 28 Feb 2011 14:07:23
 |
netchild  |
Deprecate all non-default Fedora based linux_base respectively linux-fx-*
ports. All of them are End of Life (no security updates) since a loooong time.
As they are not the default, I decided to go with a short expiration date (one
month). The maintainer of the few ports which depend upon the f8 infrastructure
is informed to take action (update to the default f10 infrastructure, or to
deprecate). |
1.2.6_3 28 Mar 2010 06:47:48
 |
dinoex  |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
1.2.6_2 12 Jun 2009 18:03:43
 |
bsam  |
Fedora Core 4 didn't have a dependency on libpng12, libjpeg
and libtiff for graphics/linux-sdl_image. New Fedora distros
has. So fix it:
. graphics/linux-f8-sdl_image and bump PORTREVISION; [1]
. graphics/linux-f10-sdl_image and bump PORTREVISION;
. Mk/bsd.linux-apps.mk.
PR: ports/135339 [1]
Submitted by: amdmi [1] |
1.2.6_1 02 Jun 2009 20:14:36
 |
bsam  |
. add CONFLICTS to linux-f8 infrastructure ports;
. bump PORTREVISIONs. |
1.2.6 01 Apr 2009 15:25:39
 |
bsam  |
Here are new Linux Fedora 8 infrastructure ports.
The recommended version of FreeBSD to use them is 8-CURRENT.
FreeBSD-7.x is not fully compatible with compat.linux.osrelease
2.6.16. Some syscalls cannot be MFCed due to native FreeBSD
ABI breakage.
Usage (and package building):
1. define compat.linux.osrelease=2.6.16;
2. add following variables to /etc/make.conf:
. OVERRIDE_LINUX_BASE_PORT=f8;
. OVERRIDE_LINUX_NONBASE_PORTS=f8.
Approved by: bsam (me) ;-) |
1.2.5 29 Mar 2009 15:56:10
 |
bsam  |
A forced commit to indicate repocopies from linux-* to linux-f8-*
infrastructure ports:
-----
accessibility/linux-atk -> accessibility/linux-f8-atk
archivers/linux-ucl -> archivers/linux-f8-ucl
archivers/linux-upx -> archivers/linux-f8-upx
audio/linux-alsa-lib -> audio/linux-f8-alsa-lib
audio/linux-arts -> audio/linux-f8-arts
audio/linux-esound -> audio/linux-f8-esound
audio/linux-freealut -> audio/linux-f8-freealut
audio/linux-libaudiofile -> audio/linux-f8-libaudiofile
audio/linux-libogg -> audio/linux-f8-libogg
audio/linux-libvorbis -> audio/linux-f8-libvorbis
audio/linux-mikmod -> audio/linux-f8-mikmod
audio/linux-openal -> audio/linux-f8-openal (Only the first 15 lines of the commit message are shown above ) |
Number of commits found: 7
|