FreshPorts -- The Place For Ports notbug Sun, 27 May 2012 8:55 AM BST
Port details
sdl_image 1.2.12 graphics on this many watch lists=72 search for ports that depend on this port An older version of this port was marked as vulnerable.
A simple library to load images of various formats as SDL surfaces
Maintained by: mva@FreeBSD.org search for ports maintained by this maintainer
Port Added: 20 Sep 2000 04:16:53
License: not specified in port


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/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.
Required To Build: devel/sdl12, devel/gmake, devel/libtool, devel/pkg-config
Required To Run: devel/pkg-config
Required Libraries: graphics/jpeg, graphics/png, graphics/tiff, devel/sdl12

Required by:
for Libraries
devel/adasdl devel/esdl devel/flatzebra devel/fpc-sdl devel/guichan devel/kyra devel/ocaml-sdl devel/p5-SDL devel/py-game devel/ros-common devel/ruby-rudl devel/ruby-sdl devel/rubygem-rubygame devel/rubygem-sdl devel/sdl_sge emulators/gngeo games/54321 games/agame games/alephone games/amoebax games/armagetron games/asc games/assaultcube games/battletanks games/biloba games/biniax2 games/black-box games/blinkensisters games/bloboats games/blockrage games/bloodfrontier games/bomberclone games/brainparty games/brickshooter games/brikx games/brutalchess games/bubble-chains games/bugsquish games/bumprace games/cave9 games/ceferino games/chanta games/chapping games/chroma games/chromium-bsu games/circuslinux games/concentration games/cosmosmash games/criticalmass games/crossfire-client games/csmash games/cube games/cuyo games/d2x games/d2x-xl games/daimonin games/dangen games/dangerdeep games/diameter games/dodgindiamond2 games/egoboo games/el games/endgame-singularity games/enigma games/excido games/f1spirit-remake games/fillets-ng games/fishsupper games/flare games/flobopuyo games/formido games/freedink-engine games/freedroid games/freedroidrpg games/frogatto games/galaxyhack games/ggz-sdl-games games/glob2 games/gnurobbo games/goonies games/hangman games/hedgewars games/highmoon games/holotz-castle games/instead games/intensityengine games/interlogic games/jfk games/kajaani-kombat games/kartofel games/kiki games/kobodeluxe games/lander games/legesmotus games/lincity-ng games/lordsawar games/luola games/madbomber games/marsnomercy games/meandmyshadow games/memonix games/meritous games/mirrormagic games/moonlander games/naev games/nazghul games/netpanzer games/netpanzer-data games/nil games/nimuh games/njam games/noegnud-littlehack games/noegnud-nethack games/noegnud-nethack-deet games/noegnud-slashem games/nuclearchess games/numptyphysics games/oolite games/opencity games/openlierox games/openmortal games/openssn games/orbital_eunuchs_sniper games/osgg games/pengpong games/penguin-command games/phlipple games/pinball games/pinedit games/pingus games/pipenightdreams games/pongix games/pouetchess games/py-fife games/qonk games/redeclipse games/rockdodger games/sauerbraten games/scourge games/scramble games/sdb games/sdl-ball games/sdlCC games/sdl_jewels games/sdl_lopan games/sdl_scavenger games/sea-defender games/secretmaryochronicles games/senken games/sets games/shaaft games/shootingstar games/simplevaders games/solarconquest games/spacejunk games/stonesoup-sdl games/stransball2 games/supertux games/syobon games/tecnoballz games/tmw games/tomatoes games/torrent games/toycars games/trackballs games/trigger games/tuxmath games/tuxpaint games/tuxtype games/twind games/ufoai games/ultimatestunts games/uqm games/vdrift games/vectoroids games/violetland games/viruskiller games/volleyball games/vor games/warmux games/wesnoth games/wesnoth-devel games/widelands games/windstille games/wop games/xblast games/xlogical games/xorgramana games/xpilot-ng-client games/xpired games/xye games/zatacka games/zaz graphics/grafx2 graphics/lcdtest graphics/vp multimedia/mlt multimedia/vlc multimedia/xbmc multimedia/xbmc-pvr sysutils/asusoled sysutils/logstalgia x11-fm/tdfsb x11-toolkits/paragui x11-toolkits/paragui-devel Contract depends

To install the port: cd /usr/ports/graphics/sdl_image/ && make install clean
To add the package: pkg_add -r sdl_image


Configuration Options
     No options to configure

Master Sites:
http://www.libsdl.org/projects/SDL_image/release/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
Notes from UPDATING
These upgrade notes are taken from /usr/ports/UPDATING
  • 2010-01-30
    Affects: users of audio/sdl_mixer and graphics/sdl_image
    Author: mva@FreeBSD.org
    Reason: 
      The SDL_mixer and SDL_image libraries have new shared library versions.
      Please rebuild all ports that depend on them.
    
      If you use portmaster:
    
    	portmaster -r sdl_mixer-
    	portmaster -r sdl_image-
    
      If you use portupgrade:
    
    	portupgrade -fr audio/sdl_mixer
    	portupgrade -fr graphics/sdl_image
    
    

Number of commits found: 52

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
18 Feb 2012 10:18:33
Original commit files touched by this commit  1.2.12
mva search for other commits by this committer
- Update devel/sdl12 to 1.2.15
- Update audio/sdl_mixer to 1.2.15
- Update graphics/sdl_image to 1.2.12
- Update graphics/sdl_ttf to 2.0.11
- Update graphics/sdl_gfx to 2.0.23
- Update net/sdl_net to 1.2.8
- Bump PORTREVISIONs on ports that depend on one or more packages due to
ABI and shared library version changes
- Update Mk/bsd.sdl.mk accordingly for the new shared library versions

Tested by:      exp-run by pav
23 Sep 2011 22:26:39
Original commit files touched by this commit  1.2.10_2
amdmi3 search for other commits by this committer
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:             157936
Submitted by:   myself
Exp-runs by:    pav
Approved by:    pav
03 Jul 2011 14:12:23
Original commit files touched by this commit  1.2.10_2
ohauer search for other commits by this committer
-remove MD5
04 Dec 2010 07:34:27
Original commit files touched by this commit  1.2.10_2
ade search for other commits by this committer
Sync to new bsd.autotools.mk
28 Mar 2010 06:47:48
Original commit files touched by this commit  1.2.10_2
dinoex search for other commits by this committer
- update to 1.4.1
Reviewed by:    exp8 run on pointyhat
Supported by:   miwi
05 Feb 2010 11:46:55
Original commit files touched by this commit  1.2.10_1
dinoex search for other commits by this committer
- update to jpeg-8
30 Jan 2010 09:43:31
Original commit files touched by this commit  1.2.10
mva search for other commits by this committer
- Update devel/sdl12 to version 1.2.14.
- Update audio/sdl_mixer to version 1.2.11.
- Update graphics/sdl_gfx to version 2.0.20.
- Update graphics/sdl_image to version 1.2.10.
- Bump portrevisions for all ports depending on audio/sdl_mixer and
  graphics/sdl_image.
- Update Mk/bsd.sdl.mk accordingly for the new shared lib versions.

PR:             ports/142147 ports/142248 ports/142249
Approved by:    miwi (mentor implicit)
02 Aug 2009 19:36:34
Original commit files touched by this commit  1.2.7_1
mezz search for other commits by this committer
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.

It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.

With help:      marcus and kwm
Pointyhat-exp:  a few times by pav
Tested by:      pgollucci, "Romain Tartière" <romain@blogreen.org>, and
                a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by:    marcus
Approved by:    portmgr
18 Jul 2009 11:11:29
Original commit files touched by this commit  1.2.7_1
dinoex search for other commits by this committer
- update to jpeg7
Tested by:      pav on pointyhat
19 Feb 2009 21:45:43
Original commit files touched by this commit  1.2.7
mva search for other commits by this committer
Updated my mail address to use @FreeBSD.org now.

Approved by: miwi (co-mentor), beech (mentor)
03 Dec 2008 22:46:24
Original commit files touched by this commit  1.2.7
pav search for other commits by this committer
- Update to 1.2.7

PR:             ports/129128
Submitted by:   Marcus von Appen <mva@sysfault.org> (maintainer)
21 Aug 2008 06:18:49
Original commit files touched by this commit  1.2.6_1
rafan search for other commits by this committer
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
(Only the first 15 lines of the commit message are shown above View all of this commit message)
02 May 2008 20:06:59
Original commit files touched by this commit  1.2.6_1
miwi search for other commits by this committer
- Fix buffer overflows

PR:             122366
Submitted by:   Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp>
Approved by:    maintainer
Security:      
http://www.vuxml.org/freebsd/b1bcab7d-1880-11dd-a914-0016179b2dd5.html
19 Apr 2008 17:56:05
Original commit files touched by this commit  1.2.6
  Sanity Test Failure This port version is marked as vulnerable.
miwi search for other commits by this committer
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
        Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
        ehaupt, nox, itetcu, flz, pav

PR:             116263
Tested on:      pointyhat
Approved by:    portmgr (pav)
13 Mar 2008 14:05:28
Original commit files touched by this commit  1.2.6
 This port version is marked as vulnerable.
miwi search for other commits by this committer
- Update to 1.2.6
- Got rid of library renaming as done for devel/sdl12
- Pass maintainership to submitter

PR:             117610
Submitted by:   Marcus von Appen <mva@sysfault.org>
28 Oct 2007 12:01:33
Original commit files touched by this commit  1.2.5_2
 This port version is marked as vulnerable.
shaun search for other commits by this committer
Return to pool: hopefully they will have a chance of being updated
prior to the freeze.
11 Jun 2007 15:28:25
Original commit files touched by this commit  1.2.5_2
 This port version is marked as vulnerable.
sat search for other commits by this committer
- Fix IMG_ReadXPMFromArray crash
- Bump portrevision

PR:             ports/110018
Submitted by:   "Eric P. Scott" <eps+pbug0703@ana.com>
Approved by:    shaun (maintainer)
Obtained from:  bugzilla.libsdl.org, patch by Michael Koch <konqueror@gmx.de>
19 May 2007 20:32:57
Original commit files touched by this commit  1.2.5_1
 This port version is marked as vulnerable.
flz search for other commits by this committer
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
20 Sep 2006 11:21:59
Original commit files touched by this commit  1.2.5
 This port version is marked as vulnerable.
stas search for other commits by this committer
 - Update devel/sdl12 to version 1.2.11. Now we employ stock SDL directory
   structure (i.e. include/SDL for includes and sdl-config for configuration
   binary)
 - Update graphics/sdl_ttf to version 2.0.8
 - Update graphics/sdl_image to version 1.2.5
 - Update audio/sdl_mixer to version 1.2.7
 - Update net/sdl_net to version 1.2.6
 - Update Mk/bsd.sdl.mk accordingly
 - Fix dependent ports to fit the new directory structure and avoid several
   API breakages
 - Bump up portrevisions for all dependent ports to allow them to be upgraded
   by portupgrade/portmaster etc tools

Approved by:    kris (portmgr), sem (mentor)
01 Sep 2006 21:34:14
Original commit files touched by this commit  1.2.4_1
 This port version is marked as vulnerable.
shaun search for other commits by this committer
- Take over maintainership of the abandoned SDL ports.
- Add an additional mirror for a few of them.
- Fix a few minor portlint(1) complaints.
17 Aug 2006 08:33:00
Original commit files touched by this commit  1.2.4_1
 This port version is marked as vulnerable.
krion search for other commits by this committer
Drop maintainership, ENOTIME for these ports now.
23 Feb 2006 10:40:45
Original commit files touched by this commit  1.2.4_1
 This port version is marked as vulnerable.
ade search for other commits by this committer
Conversion to a single libtool environment.

Approved by:    portmgr (kris)
22 Jan 2006 12:35:18
Original commit files touched by this commit  1.2.4
 This port version is marked as vulnerable.
edwin search for other commits by this committer
SHA256ify

Approved by: krion@
15 Nov 2005 06:52:12
Original commit files touched by this commit  1.2.4
 This port version is marked as vulnerable.
ade search for other commits by this committer
Mass-conversion to the USE_AUTOTOOLS New World Order.  The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
        http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.
26 Apr 2005 08:28:13
Original commit files touched by this commit  1.2.4
 This port version is marked as vulnerable.
krion search for other commits by this committer
Take maintainership.
12 Apr 2005 03:26:57
Original commit files touched by this commit  1.2.4
 This port version is marked as vulnerable.
obrien search for other commits by this committer
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
11 Apr 2005 08:04:41
Original commit files touched by this commit  1.2.4
 This port version is marked as vulnerable.
obrien search for other commits by this committer
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
23 Dec 2004 11:15:34
Original commit files touched by this commit  1.2.4
 This port version is marked as vulnerable.
krion search for other commits by this committer
Update to version 1.2.4
09 Jul 2004 17:43:11
Original commit files touched by this commit  1.2.3_2
 This port version is marked as vulnerable.
marcus search for other commits by this committer
Apply a big libtool patch to allow porters to use the libtool installed by
the libtoolX ports instead of the one included with each port.  Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version.  To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER.  Both macros accept the same argument: a libtool version.

For example, to use the ports version of libtool-1.5, add the following to
your Makefile:

USE_LIBTOOL_VER=        15

To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:

USE_INC_LIBTOOL_VER=    15

With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).

PR:             63944
Based on work by:eik and marcus
Approved by:    ade (autotools maintainer)
Tested by:      kris on pointyhat
Bound to be hidden problems:    You bet
16 Mar 2004 04:23:56
Original commit files touched by this commit  1.2.3_2
 This port version is marked as vulnerable.
edwin search for other commits by this committer
Chase library bump of libSDL-1.1 for all ports which were depending
on sdl12-1.2.5
14 Mar 2004 06:17:56
Original commit files touched by this commit  1.2.3_1
 This port version is marked as vulnerable.
ade search for other commits by this committer
Whoa there, boy, that's a mighty big commit y'all have there...

Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".

For ports-in-waiting:

        USE_LIBTOOL=YES         ->      USE_LIBTOOL_VER=13
        USE_AUTOCONF=YES        ->      USE_AUTOCONF_VER=213
        USE_AUTOMAKE=YES        ->      USE_AUTOMAKE_VER=14

Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
08 Mar 2004 01:01:31
Original commit files touched by this commit  1.2.3_1
 This port version is marked as vulnerable.
edwin search for other commits by this committer
Properly use SDL everywhere:
        USE_SDL=yes     -> USE_SDL=sdl  (good examles everywhere)
        WANT_SDL/HAVE_SDL instead of exists(localbase/lib/lib...)

See
http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/using-sdl.html
for more information on how to use USE_SDL, WANT_SDL and HAVE_SDL.

PR:             follow-ups of ports/55494, ports/61877
Submitted by:   Edwin Groothuis <edwin@mavetju.org>
04 Feb 2004 05:21:48
Original commit files touched by this commit  1.2.3_1
 This port version is marked as vulnerable.
marcus search for other commits by this committer
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 2)
29 Jan 2004 07:24:56
Original commit files touched by this commit  1.2.3
 This port version is marked as vulnerable.
trevor search for other commits by this committer
SIZEify.
18 Jan 2004 18:10:44
Original commit files touched by this commit  1.2.3
 This port version is marked as vulnerable.
krion search for other commits by this committer
- Update to version 1.2.3

PR:             61524
Submitted by:   Ports Fury
31 Jul 2003 07:10:01
Original commit files touched by this commit  1.2.2_1
 This port version is marked as vulnerable.
daichi search for other commits by this committer
update graphics/sdl_image:
  - Utilize USE_SDL
  - PERL -> REINPLACE_CMD

PR:             55058
Submitted by:   KATO Tsuguru <tkato@prontomail.com>
29 Jul 2003 09:12:37
Original commit files touched by this commit  1.2.2_1
 This port version is marked as vulnerable.
sobomax search for other commits by this committer
Let be hohest: I really don't have a time now to properly maintain all
these great pieces of software, so that let others with more free time
to take over them.
07 Mar 2003 06:04:15
Original commit files touched by this commit  1.2.2_1
 This port version is marked as vulnerable.
ade search for other commits by this committer
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
02 Jan 2003 15:06:10
Original commit files touched by this commit  1.2.2_1
 This port version is marked as vulnerable.
sobomax search for other commits by this committer
Update version number of SDL shared library.
02 May 2002 02:09:19
Original commit files touched by this commit  1.2.2_1
 This port version is marked as vulnerable.
des search for other commits by this committer
Enable TIFF and XCF support and bump PORTREVISION.

Approved by:    sobomax
02 May 2002 02:08:55
Original commit files touched by this commit  1.2.2
 This port version is marked as vulnerable.
des search for other commits by this committer
Ignore invisible layers and channels in XCF files.
17 Apr 2002 12:36:01
Original commit files touched by this commit  1.2.2
 This port version is marked as vulnerable.
sobomax search for other commits by this committer
Update to 1.2.2.
19 Dec 2001 12:01:32
files touched by this commit
sobomax search for other commits by this committer
Update to 1.2.1.    
11 Sep 2001 03:22:51
files touched by this commit
ache search for other commits by this committer
Bump png major    
09 Apr 2001 12:55:04
files touched by this commit
sobomax search for other commits by this committer
Move:   devel/sdl --> devel/sdl10   devel/sdl-devel --> devel/sdl12    
06 Apr 2001 14:04:28
files touched by this commit
sobomax search for other commits by this committer
Update to 1.2.0.    
16 Feb 2001 19:48:13
files touched by this commit
sobomax search for other commits by this committer
Update SDL shared library version number.    
11 Dec 2000 14:47:52
files touched by this commit
sobomax search for other commits by this committer
Update to 1.1.0.    
08 Oct 2000 02:35:34
files touched by this commit
asami search for other commits by this committer
Convert category graphics to new layout.  
28 Sep 2000 13:08:40
files touched by this commit
sobomax search for other commits by this committer
Update to 1.0.10.    
25 Sep 2000 09:14:28
files touched by this commit
sobomax search for other commits by this committer
Remove --buld ltconfig option hacks. Please don't forget to update your libtool 
 installation.    
20 Sep 2000 08:16:53
files touched by this commit
sobomax search for other commits by this committer
Add sdl_image - a simple library to load images of various formats as SDL  
surfaces.    

Number of commits found: 52

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
haproxyMay 24
foswikiMay 21
inspircd*May 21
inspircd12*May 21
sympaMay 21
sympa5May 21
libxml2May 18
pidgin-otrMay 16
sudoMay 16
chromiumMay 15
chromiumMay 15
pivotx*May 14
socatMay 14
libpurpleMay 12
php5May 12

12 vulnerabilities affecting 17 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 23674
Broken 193
Deprecated 147
Ignore 736
Forbidden 3
Restricted 328
No CDROM 110
Vulnerable 0
Expired 44
Set to expire 188
Interactive 54
new 24 hours 4
new 48 hours19
new 7 days61
new fortnight185
new month255

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2012 DVL Software Limited. All rights reserved.
This page created in 0.51 seconds.