aboutsummaryrefslogtreecommitdiff
path: root/graphics/sdl2_gfx
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* graphics: Add missing USES={gl,gnome,sdl}Tobias Kortkamp2019-11-081-1/+1
| | | | Notes: svn path=/head/; revision=517071
* Tweak PORTSCOUT, gives false positive 1.1.0 as wellDmitry Marakasov2019-02-041-1/+1
| | | | Notes: svn path=/head/; revision=492132
* - Pet portlintDmitry Marakasov2019-02-031-2/+4
| | | | | | | - Add PORTSCOUT, upstream serves SDL2_gfx-1.0.X.tar.gz as SDL2_gfx-*.0.X.tar.gz Notes: svn path=/head/; revision=492051
* - Update to 1.0.4Dmitry Marakasov2019-02-013-5/+5
| | | | Notes: svn path=/head/; revision=491807
* Take maintainership of SDL/SDL2 portsDmitry Marakasov2018-02-051-1/+1
| | | | Notes: svn path=/head/; revision=460979
* Reset mva@'s ports, he handed in his ports bit.Rene Ladan2017-01-221-1/+1
| | | | Notes: svn path=/head/; revision=432169
* MASTER_SITES cleanup.Mathieu Arnold2015-05-141-2/+1
| | | | | | | | | | | | | | | | | | | | | | - Replace ${MASTER_SITE_FOO} with FOO. - Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9% of the time.) - Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and no hint of what it should be was present. - Fix some logic. - And generally, make things more simple and easy to understand. While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and SAMBA macros. Also, replace some EXTRACT_SUFX occurences with USES=tar:*. Checked by: make fetch-urlall-list With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=386312
* Update the default version of GCC in the Ports Collection from GCC 4.7.4Gerald Pfeifer2014-09-101-1/+1
| | | | | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit) Notes: svn path=/head/; revision=367888
* - Switch to USES=libtool to fix a check-plist error about a .la orphanTijl Coosemans2014-09-092-4/+8
| | | | | | | | | | - Adjust the modification time of aclocal.m4 so make doesn't try to regenerate and rerun configure (without patches) during build phase Reported by: antoine Notes: svn path=/head/; revision=367728
* - Revert previous commit, since it breaks 3rd party packages loading theMarcus von Appen2014-07-032-3/+3
| | | | | | | shared library via ldconfig magic as well as package building Notes: svn path=/head/; revision=360437
* - Drop .la files, no dependees require themDmitry Marakasov2014-07-032-2/+3
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=360412
* - Update to version 1.0.1Marcus von Appen2014-06-303-16/+8
| | | | | | | | - Simplify OPTIONS usage - Remove .la files Notes: svn path=/head/; revision=359894
* - Switch devel/sdl20 to use the autotools-based configuration, since theMarcus von Appen2013-11-171-0/+1
| | | | | | | | | | | | | | cmake-based one is not maintained that well - Fix library naming to ensure backwards compatibility on minor version changes - Bump the PORTREVISION on ports depending on devel/sdl20, since its shared library name changed PR: ports/183975 Submitted by: Jan Kokemüller <jan.kokemueller@gmail.com> Notes: svn path=/head/; revision=334079
* Version two of the SDL2_gfx library, compatible with SDL2.0.Marcus von Appen2013-11-134-0/+56
This also adds a new USE_SDL=gfx2 variable to add SDL2_gfx as LIB_DEPENDS other ports. The SDL_gfx library evolved out of the SDL_gfxPrimitives code which provided basic drawing routines such as lines, circles or polygons and SDL_rotozoom which implemented a interpolating rotozoomer for SDL surfaces. The current components of the SDL_gfx library are: - Graphic Primitives (SDL_gfxPrimitves.h) - Rotozoomer (SDL_rotozoom.h) - Framerate control (SDL_framerate.h) - MMX image filters (SDL_imageFilter.h) WWW: http://www.ferzkopp.net/Software/SDL_gfx-2.0/ Notes: svn path=/head/; revision=333713