Port details |
- linux-f10-sdl_image Simple library to load images as SDL interfaces (Linux Fedora 10)
- 1.2.6_4 graphics
=0 1.2.6_4Version of this port present on the latest quarterly branch.
- DEPRECATED: Fedora 10 is unsupported and vulnerable
This port expired on: 2016-12-31
- Maintainer: emulation@FreeBSD.org
- Port Added: 2009-05-12 14:54:27
- Last Update: 2016-12-31 17:25:05
- SVN Revision: 430144
- 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-f10-sdl_image>0:graphics/linux-f10-sdl_image
- No installation instructions:
- This port has been deleted.
- PKGNAME: linux-f10-sdl_image
- Flavors: there is no flavor information for this port.
- ONLY_FOR_ARCHS: i386 amd64
- distinfo:
- SHA256 (rpm/i386/fedora/10/SDL_image-1.2.6-6.fc9.i386.rpm) = 8da4e1aebeefcd68b6d5684fac9cf361e56818691c8e73c39d5e1bcf090971de
SIZE (rpm/i386/fedora/10/SDL_image-1.2.6-6.fc9.i386.rpm) = 45268
SHA256 (rpm/i386/fedora/10/SDL_image-1.2.6-6.fc9.src.rpm) = dedfd510d6b8b314db97a8e0406e0481fa564f508dff177c65ae6fa3335a848a
SIZE (rpm/i386/fedora/10/SDL_image-1.2.6-6.fc9.src.rpm) = 1317840
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-f10-jpeg>0 : graphics/linux-f10-jpeg
- linux-f10-png>0 : graphics/linux-f10-png
- linux-f10-sdl>0 : devel/linux-f10-sdl12
- linux-f10-tiff>0 : graphics/linux-f10-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:
- No options to configure
- Options name:
- N/A
- USES:
- linux:f10
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.2.6_4 31 Dec 2016 17:25:05 |
rene |
Drop support for Linux Fedora 10 (ports part)
games/dsnake only worked with linux-f10
Should fix INDEX
audio/linux-f10-sdl_mixer
audio/linux-f10-pulseaudio-libs
audio/linux-f10-freealut
audio/linux-f10-arts
audio/linux-f10-esound
audio/linux-f10-libogg
audio/linux-f10-alsa-plugins-oss
audio/linux-f10-openal
audio/linux-f10-openal-soft
audio/linux-f10-nas-libs (Only the first 15 lines of the commit message are shown above ) |
1.2.6_4 07 Sep 2016 12:43:22 |
tijl |
- In Uses/linux.mk use the loop variable directly when appending to
*_DEPENDS. Helper variables derived from the loop variable aren't
expanded causing *_DEPENDS to be incorrect.
- Bump all ports with more than one value in USE_LINUX.
PR: 211645
Reported by: jkim |
1.2.6_3 05 Sep 2016 19:23:42 |
tijl |
- Replace Mk/bsd.linux-apps.mk and Mk/bsd.linux-rpm.mk with
Mk/Uses/linux.mk.
- Replace USE_LINUX=yes with USES+=linux and USE_LINUX=(.*) with
USES+=linux:\1 in all ports.
- Replace USE_LINUX_APPS with USE_LINUX in all ports.
- Use INSTALL_SCRIPT instead of INSTALL_PROGRAM to install scripts in some
ports.
- When USE_LINUX_RPM is defined, simplify the way DISTFILES and EXTRACT_ONLY
are defined.
- Remove BRANDELF_DIRS and BRANDELF_FILES handling. In the very rare cases
that it is still necessary ports can run ${BRANDELF} from post-patch.
- Remove AUTOMATIC_PLIST handling. Only one port used it.
- Fix Linux MASTER_SITES.
- Replace OVERRIDE_LINUX_BASE_PORT and OVERRIDE_LINUX_NONBASE_PORTS with
default versions framework. (Only the first 15 lines of the commit message are shown above ) |
1.2.6_3 06 Jan 2015 10:17:29 |
ehaupt |
Move MASTER_SITES from CRITICAL to LOCAL/ehaupt |
1.2.6_3 22 Sep 2014 10:40:01 |
xmj |
Update CentOS base to 6.5, add userland ports
The Fedora 10 infrastructure ports have been in use since June 2009 and, while
having served a great deed, have become unsupported upstream and hence affected
by unfixed security vulnerabilities. In addition to that, many recent Linux
binaries need newer libc / stdlibc++ versions.
This commit adds the linux-c6- userland as drop-in replacement for the -f10
infrastructure, as well as upgrading the linux_base-c6 port to CentOS 6.5.
If you want to switch to linux-c6 ports, please define at /etc/make.conf:
OVERRIDE_LINUX_BASE_PORT=c6
OVERRIDE_LINUX_NONBASE_PORTS=c6
(Only the first 15 lines of the commit message are shown above ) |
1.2.6_3 06 Oct 2013 13:19:51 |
rene |
Add stage support for linux-f10-* ports maintained by emulation@
(category graphics). |
1.2.6_3 20 Sep 2013 18:35:46 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
graphics) |
1.2.6_3 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
1.2.6_2 04 Jul 2011 21:58:50 |
dougb |
Assist with de-MD5'ification |
1.2.6_2 03 Mar 2011 09:26:45 |
ehaupt |
Add a more reliable mirrors for fc4 and f10 linux emulation ports.
Triggered by: distilator
Reviewed by: netchild (emulation) |
1.2.6_2 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
1.2.6_1 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 01 Jun 2009 17:26:31 |
bsam |
Here are new Linux Fedora 10 infrastructure ports.
Those ports are intended to be used with 8-CURRENT at least
with SVN r192206.
If you want to switch to linux-f10 ports, please define at /etc/make.conf:
OVERRIDE_LINUX_BASE_PORT=f10
OVERRIDE_LINUX_NONBASE_PORTS=f10
An upgrading procedure is shown at /usr/ports/UPDATING, entries 20090401
and 20070327.
For the first time all tested linux ports work as expected(!):
. acroread8;
. google-earth;
. skype;
. seamonkey.
Many thanks for kernel folks who really did the main work
(and I wrote only some lines of ports).
There is a good chance that those ports may become a default
for 8.0-RELEASE. Please, test and report back to emulation@ ML. |
1.2.6 12 May 2009 14:54:06 |
bsam |
Repocopies finished:
-----
accessibility/linux-f8-atk -> accessibility/linux-f10-atk
archivers/linux-f8-ucl -> archivers/linux-f10-ucl
archivers/linux-f8-upx -> archivers/linux-f10-upx
audio/linux-f8-alsa-lib -> audio/linux-f10-alsa-lib
audio/linux-f8-arts -> audio/linux-f10-arts
audio/linux-f8-esound -> audio/linux-f10-esound
audio/linux-f8-freealut -> audio/linux-f10-freealut
audio/linux-f8-libaudiofile -> audio/linux-f10-libaudiofile
audio/linux-f8-libogg -> audio/linux-f10-libogg
audio/linux-f8-libvorbis -> audio/linux-f10-libvorbis
audio/linux-f8-openal -> audio/linux-f10-openal
audio/linux-f8-sdl_mixer -> audio/linux-f10-sdl_mixer
databases/linux-f8-sqlite3 -> databases/linux-f10-sqlite3 (Only the first 15 lines of the commit message are shown above ) |