non port: devel/sdl20/Makefile |
SVNWeb
|
Number of commits found: 86 |
Thu, 13 Apr 2023
|
[ 19:14 Dmitry Marakasov (amdmi3) ] 4e5a1b6
devel/sdl20: update 2.26.4 → 2.26.5
|
Mon, 27 Mar 2023
|
[ 18:26 Dmitry Marakasov (amdmi3) ] 33ea32d
devel/sdl20: update 2.26.3 → 2.26.4
|
Tue, 7 Feb 2023
|
[ 18:43 Dmitry Marakasov (amdmi3) ] 0ff8bca
devel/sdl20: update 2.26.2 → 2.26.3
|
Mon, 9 Jan 2023
|
[ 18:47 Dmitry Marakasov (amdmi3) ] 63a2246
devel/sdl20: update 2.26.1 → 2.26.2
|
Wed, 7 Dec 2022
|
[ 18:46 Dmitry Marakasov (amdmi3) ] 58917cf
devel/sdl20: update 2.26.0 → 2.26.1
Also fix dependency on libdecor
|
Mon, 5 Dec 2022
|
[ 19:28 Dmitry Marakasov (amdmi3) ] 490c5ee
devel/sdl20: update dependencies
- Properly register dependency on vulkan
- Add optional client-side decorations support
PR: 266969, 268122
Submitted by: jbeich
|
Wed, 23 Nov 2022
|
[ 14:06 Dmitry Marakasov (amdmi3) ] 1e664be
devel/sdl20: update 2.24.2 → 2.26.0
|
Wed, 2 Nov 2022
|
[ 14:59 Dmitry Marakasov (amdmi3) ] 8385196
devel/sdl20: update 2.24.1 → 2.24.2
|
Wed, 26 Oct 2022
|
[ 18:43 Dmitry Marakasov (amdmi3) ] 4f548b7
devel/sdl20: update 2.24.0 → 2.24.1
|
Thu, 29 Sep 2022
|
[ 13:54 Piotr Kubaj (pkubaj) ] c698371
devel/sdl20: fix armv7-related check in SDL_atomic.h
Fixes build errors like:
In file included from
/usr/ports/games/openrct2/work/OpenRCT2-0.4.1/src/openrct2-ui/CursorRepository.h:12:
In file included from /usr/local/include/SDL2/SDL.h:35:
/usr/local/include/SDL2/SDL_atomic.h:243:28: error: '__ARM_ARCH__' is not
defined, evaluates to 0 [-Werror,-Wundef] #elif (defined(__arm__) &&
__ARM_ARCH__ >= 7) || defined(__aarch64__)
|
Tue, 27 Sep 2022
|
[ 13:07 Dmitry Marakasov (amdmi3) ] 47fa292
devel/sdl20: fix build with disabled JOYSTICK
Upstream issue: https://github.com/libsdl-org/SDL/issues/6169
Upstream
fix: https://github.com/libsdl-org/SDL/commit/71fb91f7e43c5f046a037bf5ca59214d93fe2d51
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above )
|
[ 17:22 Dmitry Marakasov (amdmi3) ] 59ce615
devel/sdl20: update 2.0.22 → 2.24.0
|
Fri, 17 Jun 2022
|
[ 08:15 Dmitry Marakasov (amdmi3) ] a6809cf
devel/sdl20: add PORTSCOUT for new versioning scheme
|
Thu, 28 Apr 2022
|
[ 17:52 Dmitry Marakasov (amdmi3) ] bbea078
devel/sdl20: remove useless options
Drop SDL_* options which allow disabling specific SDL subsystems,
with the exception of SDL_JOYSTICK which was renamed to JOYSTICK.
These options unnecessary complicate the port while providing no
gain and will lead to dependent port build failures if disabled
unthoughtfully by a user.
|
Tue, 26 Apr 2022
|
[ 20:04 Dmitry Marakasov (amdmi3) ] 701fe2c
devel/sdl20: update 2.0.20 → 2.0.22
|
Mon, 25 Apr 2022
|
[ 14:26 Dmitry Marakasov (amdmi3) ] eda6359
devel/sdl20: correct BROKEN with disabled SDL_JOYSTICK
The port builds fine when both SDL_JOYSTICK and SDL_HAPTIC are
disabled, so instead of BROKEN for SDL_JOYSTICK, just make
SDL_HAPTIC require SDL_JOYSTICK
Reported by: vishwin
|
Wed, 20 Apr 2022
|
[ 10:55 Dmitry Marakasov (amdmi3) ] 39df21b
devel/sdl20: mark two options BROKEN when disabled
Reported by: reprise
|
Wed, 12 Jan 2022
|
[ 20:02 Dmitry Marakasov (amdmi3) ] d178a8a
devel/sdl20: add DBUS, FCITX, IBUS options
Also remove redundant configure args - diskaudio, dummyaudio and
video-dummy are already enabled by default
|
[ 16:04 Dmitry Marakasov (amdmi3) ] b1845ea
devel/sdl20: options cleanup
Options cleanup pass 1:
- Introduce groups for audio, video drives and subsystems
- Reuse options descriptions from options.mk, where available
|
[ 16:04 Dmitry Marakasov (amdmi3) ] 9a1f3d3
devel/sdl20: options cleanup
Options cleanup pass 2:
- Remove prefix for video options
- Remove leftover from nonexistion option VIDEO_OPENGLES
|
[ 15:09 Dmitry Marakasov (amdmi3) ] 03063bd
devel/sdl20: fix pipewire option name
PR: 261149
Submitted by: vvd@unislabs.com
|
[ 12:44 Dmitry Marakasov (amdmi3) ] 527b8e6
devel/sdl20: update to 2.0.20
|
Mon, 3 Jan 2022
|
[ 13:21 Jan Beich (jbeich) ] 895888c
devel/sdl20: unbreak with libglvnd/X11=off
===> sdl2-2.0.18 depends on shared library: libGL.so - not found
*** Error code 1
|
Wed, 29 Dec 2021
|
[ 16:55 Dmitry Marakasov (amdmi3) ] 9cb3316
devel/sdl20: update to 2.0.18
PR: 252371
Submitted by: vvd@unislabs.com
|
Tue, 21 Sep 2021
|
[ 21:47 Piotr Kubaj (pkubaj) ] ece0c9b
devel/sdl20: correctly detect altivec
The previous patch was not correct. Already upstreamed.
|
Mon, 2 Aug 2021
|
[ 16:03 Yuri Victorovich (yuri) ] 5708ae4 (Only the first 10 of 166 ports in this commit are shown above. )
audio/jack: Update to Jack2: 0.125.0 -> 1.9.16
Big thank you to Florian Walpen <dev@submerge.ch> and
Goran Mekić <meka@tilda.center> for working on Jack2.
PR: 251125
Submitted by: Florian Walpen <dev@submerge.ch> (original version)
|
Tue, 22 Jun 2021
|
[ 18:53 Kevin Bowling (kbowling) ] da3162c (Only the first 10 of 914 ports in this commit are shown above. )
graphics/mesa-libs: Bump reverse deps for libglvnd
Per discussion with bapt on helping pkg handle the changing of these
deps and avoiding impossible upgrade senarios.
PR: 246767
Reviewed by: manu, bapt
Approved by: x11
Differential Revision: https://reviews.freebsd.org/D30824
|
Tue, 27 Apr 2021
|
[ 18:29 Dmitry Marakasov (amdmi3) ] b46d53b
devel/sdl20: backport Wayland fix for games/supertuxkart
PR: 255418
Reported by: stephan@lichtenauer.co.za
Submitted by: jbeich
|
Wed, 7 Apr 2021
|
[ 08:09 Mathieu Arnold (mat) ] cf118cc (Only the first 10 of 8873 ports in this commit are shown above. )
One more small cleanup, forgotten yesterday.
Reported by: lwhsu
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Sat, 3 Oct 2020
|
[ 02:21 pkubaj ]
devel/sdl20: bump for package change
|
Mon, 28 Sep 2020
|
[ 19:59 zeising ] (Only the first 10 of 61 ports in this commit are shown above. )
Bump portrevision for devel/evdev-proto
Bump portrevision on everything with a build dependency on
devel/evdev-proto, to chace the update of evdev-proto in r550442.
|
Sun, 12 Jul 2020
|
[ 09:30 tobik ] (Only the first 10 of 52 ports in this commit are shown above. )
audio/sndio: Update to 1.7.0
|
Fri, 10 Jul 2020
|
[ 15:02 pkubaj ]
devel/sdl20: fix build on powerpc*
Fix ALTIVEC detection on FreeBSD.
|
Fri, 3 Jul 2020
|
[ 23:19 jbeich ]
devel/sdl20: update to 2.0.12
Changes: https://discourse.libsdl.org/t/sdl-2-0-12-released/27318
ABI: https://abi-laboratory.pro/tracker/timeline/sdl/
Approved by: maintainer timeout (2 weeks)
Differential Revision: https://reviews.freebsd.org/D25307
|
Tue, 9 Jun 2020
|
[ 22:59 jbeich ]
devel/sdl20: simplify KMSDRM dependencies
|
Mon, 4 Nov 2019
|
[ 22:20 zeising ] (Only the first 10 of 102 ports in this commit are shown above. )
Add USES=xorg USES=gl, ports categories d
Add USES=xorg, USES=gl and in a few cases USES=gnome to ports in categories
starting with 'd'.
|
Sat, 21 Sep 2019
|
[ 15:14 pkubaj ]
devel/sdl20: add ALTIVEC option and enable by default
Add ALTIVEC option on powerpc and powerpc64 and enable it by default.
Approved by: amdmi3 (maintainer timeout), linimon (mentor)
Differential Revision: https://reviews.freebsd.org/D21670
|
Sun, 28 Jul 2019
|
[ 13:38 amdmi3 ]
- Update to 2.0.10
|
Wed, 1 May 2019
|
[ 20:13 rene ]
devel/sdl20: remove support for expired esound and bump PORTREVISION
Fix up USES=gl while here.
|
Sun, 21 Apr 2019
|
[ 19:08 sunpoet ]
Update MASTER_SITES and WWW
Approved by: portmgr (blanket)
|
Tue, 25 Dec 2018
|
[ 18:47 amdmi3 ]
- Fix build with UDEV enabled
PR: 234263
Reported by: tant.sinnister@googlemail.com
|
Wed, 19 Dec 2018
|
[ 09:09 zeising ] (Only the first 10 of 51 ports in this commit are shown above. )
Split out evdev headers from multimedia/v4l_compat
Split out evdev headers (input.h, input-event-codes.h, uinput.h) into their
own port, devel/evdev-proto, and update those to be current with the Linux
4.19 kernel. This is done in order to be able to update the rest of the
FreeBSD input stack, which is forthcoming.
By splititng out the evdev headers we can update them independent of other
updates in v4l_compat, which makes it easier for the graphics team to keep
track of them and keep them updated as needed.
Update devel/libevdev from 1.4.4 to 1.5.9 instead of trying to make it work
with the updated headers. This will be further updated.
Update devel/py-evdev from 0.5.0 to 0.8.1 instead of trying to make it work (Only the first 15 lines of the commit message are shown above )
|
Sun, 11 Nov 2018
|
[ 23:54 jbeich ] (Only the first 10 of 20 ports in this commit are shown above. )
graphics/mesa-libs: enable WAYLAND by default here and in consumers
PR: 227509
Requested by: Johannes Lundberg, Greg V
Reviewed by: tobik (earlier version)
Approved by: madpilot, x11 (zeising), maintainer timeout (2 weeks)
Exp-run by: antoine
|
Sat, 3 Nov 2018
|
[ 17:41 jbeich ]
devel/sdl20: unbreak DLOPEN=off after r450461
src/video/x11/SDL_x11vulkan.c:82:28: error: use of undeclared identifier
'VK_KHR_XLIB_SURFACE_EXTENSION_NAME'
else if(SDL_strcmp(VK_KHR_XLIB_SURFACE_EXTENSION_NAME,
extensions[i].extensionName) == 0)
^
src/video/x11/SDL_x11vulkan.c:82:64: error: use of undeclared identifier
'extensions'
else if(SDL_strcmp(VK_KHR_XLIB_SURFACE_EXTENSION_NAME,
extensions[i].extensionName) == 0)
^
src/video/x11/SDL_x11vulkan.c:85:14: error: use of undeclared identifier
'extensions'
SDL_free(extensions);
^
src/video/x11/SDL_x11vulkan.c:89:22: error: expected ')'
VK_KHR_SURFACE_EXTENSION_NAME " extension");
^
src/video/x11/SDL_x11vulkan.c:88:21: note: to match this '(' (Only the first 15 lines of the commit message are shown above )
|
Thu, 1 Nov 2018
|
[ 09:37 jbeich ]
devel/sdl20: update to 2.0.9
Changes: https://discourse.libsdl.org/t/sdl-2-0-8-released/23957
Changes: https://discourse.libsdl.org/t/sdl-2-0-9-released/25228
ABI: https://abi-laboratory.pro/tracker/timeline/sdl/
PR: 226409
Submitted by: Greg V (previous version)
Approved by: maintainer timeout (7 months)
Tested via: 0ad, mpv, openra, pioneer, ppsspp (vulkan/joystick), stuntrally,
wesnoth, xonotic, etc.
|
Sun, 28 Oct 2018
|
[ 07:52 jbeich ]
devel/sdl20: track libudev dependency
PR: 223018
Submitted by: Greg V <greg@unrelenting.technology>
Approved by: maintainer timeout (1 year)
|
[ 04:10 jbeich ]
devel/sdl20: expose EGL and Wayland support
PR: 223018 (based on)
Submitted by: Greg V <greg@unrelenting.technology>
Approved by: maintainer timeout (1 year)
|
Mon, 5 Feb 2018
|
[ 16:24 amdmi3 ] (Only the first 10 of 13 ports in this commit are shown above. )
Take maintainership of SDL/SDL2 ports
|
Wed, 25 Oct 2017
|
[ 10:47 jbeich ]
devel/sdl20: update to 2.0.7
Changes: https://discourse.libsdl.org/t/sdl-2-0-7-released/23279
ABI: https://abi-laboratory.pro/tracker/timeline/sdl/
MFH: 2017Q4 (many regression fixes for 2.0.6)
|
Fri, 6 Oct 2017
|
[ 13:05 jbeich ]
devel/sdl20: crashfix for some consumers after r450461
$ pkg install pioneer
$ pioneer
[...]
ShipType::Init()
Lua::Init()
Server agent disabled
Thread 1 received signal SIGSEGV, Segmentation fault.
0x0000000800cd5d20 in SDL_ConvertSurface_REAL (surface=0x80b374fc0,
format=0xb4c7e8 <Graphics::pixelFormatRGBA>, flags=0)
at /usr/ports/devel/sdl20/work/SDL2-2.0.6/src/video/SDL_surface.c:936
936 copy_flags = surface->map->info.flags;
(gdb) p surface->map (Only the first 15 lines of the commit message are shown above )
|
Sat, 23 Sep 2017
|
[ 18:02 jbeich ]
devel/sdl20: update to 2.0.6
graphics/mesa-libs and misc/raspberrypi-userland conflict
on <EGL/egl.h> which makes adding VIDEO_RPI non-trivial.
Changes: https://discourse.libsdl.org/t/sdl-2-0-6-released/23109
ABI: https://abi-laboratory.pro/tracker/timeline/sdl/
|
Thu, 6 Jul 2017
|
[ 12:07 jbeich ]
devel/sdl20: backport crashfix for mips64el
Obtained from: upstream (via OpenBSD Ports)
MFH: 2017Q3 (no hardware to confirm)
|
Tue, 23 May 2017
|
[ 05:03 rezny ] (Only the first 10 of 711 ports in this commit are shown above. )
Revision bump of all ports with USE_GL after consolidation of mesa-libs
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D10845
|
Sun, 22 Jan 2017
|
[ 22:27 rene ] (Only the first 10 of 56 ports in this commit are shown above. )
Reset mva@'s ports, he handed in his ports bit.
|
Sun, 13 Nov 2016
|
[ 09:21 mva ]
- Update to version 2.0.5
|
Thu, 20 Oct 2016
|
[ 09:03 amdmi3 ]
- Verbosify build
Approved by: portmgr blanket
|
Fri, 30 Sep 2016
|
[ 19:24 tijl ] (Only the first 10 of 60 ports in this commit are shown above. )
Let USES=localbase add -L${LOCALBASE}/lib to LIBS instead of LDFLAGS.
USES=localbase:ldflags can be used to set LDFLAGS. Normally LDFLAGS
appears too early on the command line causing some ports to link with
their own libraries in LOCALBASE (if installed) instead of WRKSRC.
Also make use of _USES_POST so -L${LOCALBASE}/lib is added as late as
possible after anything a port Makefile might set. Use _USES_POST
instead of .include in libedit.mk and libarchive.mk so things like
'USES=libedit localbase:ldflags' work correctly.
Fix some issues with LIBS in some ports.
Switch ports that don't support LIBS to localbase:ldflags.
PR: 212987
Exp-run by: antoine
Approved by: portmgr (antoine)
|
Fri, 26 Aug 2016
|
[ 13:39 pi ]
devel/sdl20: Add option to enable sndio support
- This adds support for building with the sndio audio output (audio/sndio).
PR: 211663
Submitted by: Tobias Kortkamp <t@tobik.me>
Approved by: mva (maintainer timeout)
|
Wed, 6 Apr 2016
|
[ 15:01 amdmi3 ] (Only the first 10 of 16 ports in this commit are shown above. )
- Update sdl20 and satellite libraries to latest versions
sdl2: 2.0.3 -> 2.0.4
sdl2_image: 2.0.0 -> 2.0.1
sdl2_mixer: 2.0.0 -> 2.0.1
sdl2_net: 2.0.0 -> 2.0.1
sdl2_ttf: 2.0.12 -> 2.0.14
- Add LICENSE_FILE
- Strip libraries
- Switch to USES=localbase where applicable
PR: 207671
Submitted by: devnexen@gmail.com, amdmi3
Approved by: maintainer timeout (mva, 1 month)
Exp-run by: antoine
|
Fri, 1 Apr 2016
|
[ 14:00 mat ] (Only the first 10 of 5103 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight
|
[ 13:12 amdmi3 ]
- Fix typos
PR: 207112
Submitted by: mikael.urankar@gmail.com
Approved by: maintainer timeout (mva, 1.5 months)
|
Sat, 10 Oct 2015
|
[ 14:03 tijl ] (Only the first 10 of 40 ports in this commit are shown above. )
Remove iconv(), iconv_open() and iconv_close() symbols from libiconv.
These were FreeBSD specific aliases for libiconv(), libiconv_open() and
libiconv_close() that are now also provided by libc which complicates
writing configure tests that work correctly when both libc iconv and
libiconv are available.
Also, because the libiconv iconv.h header redefines iconv* to libiconv*
correct use of the header implies that the aliases aren't used.
The following ports needed fixes because there was something wrong with
the way they tried to detect or use iconv:
audio/deadbeef: Remove LIBICONV_PLUG from a source file. It's a
compile-time option and should not be set in source code. (Only the first 15 lines of the commit message are shown above )
|
Sun, 14 Jun 2015
|
[ 09:33 mva ]
- Fix 3Dnow (_m_prefetch) support for clang
PR: 194861
Reported by: Dmitry Luhtionov (dmitryluhtionov@gmail.com)
Submitted by: tijl
|
Sun, 24 May 2015
|
[ 16:48 tijl ]
Replace MMX and SSE options with CPU autodetection such that they aren't
enabled by default on i386.
PR: 198738
Approved by: maintainer timeout (2 weeks)
|
Wed, 15 Apr 2015
|
[ 08:20 tijl ] (Only the first 10 of 152 ports in this commit are shown above. )
converters/libiconv:
- Remove const qualifier from iconv(3) to match POSIX:
http://pubs.opengroup.org/onlinepubs/9699919799/functions/iconv.html
- Patch iconv.h to expose more GNU extensions when LIBICONV_PLUG is
defined because the base system iconv supports these extensions too.
Add/remove patches to/from ports to call iconv with non-const arguments.
This breaks some ports on FreeBSD 10 because base system iconv.h still has
the const qualifier. Fix this by letting USES=iconv add a build dependency
on converters/libiconv so ports can use its iconv.h (with LIBICONV_PLUG
defined) instead of the base system iconv.h.
This exposed some ports that link with libiconv when it is available instead
of using libc iconv. In these cases one of the following changes has been (Only the first 15 lines of the commit message are shown above )
|
Wed, 10 Sep 2014
|
[ 20:50 gerald ] (Only the first 10 of 3171 ports in this commit are shown above. )
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR: 192025
Tested by: antoine (-exp runs)
Approved by: portmgr (implicit)
|
Thu, 3 Jul 2014
|
[ 18:23 amdmi3 ]
- Drop .la files, no dependees require them
Approved by: portmgr blanket
|
Fri, 30 May 2014
|
[ 14:16 tijl ]
USES=libtool:keepla.
|
Sat, 5 Apr 2014
|
[ 16:33 mva ]
- Update to version 2.0.3
Changelog: https://hg.libsdl.org/SDL/file/704a0bfecf75/WhatsNew.txt
|
Sun, 17 Nov 2013
|
[ 12:33 mva ] (Only the first 10 of 12 ports in this commit are shown above. )
- Switch devel/sdl20 to use the autotools-based configuration, since the
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 Kokemuller <jan.kokemueller@gmail.com>
|
Wed, 13 Nov 2013
|
[ 22:26 mva ]
- Enable posix semaphores support
PR: ports/182137
Submitted by: Jan Beich <jbeich@tormail.org>
|
Fri, 25 Oct 2013
|
[ 16:15 mva ]
- Update devel/sdl20 to version 2.0.1
- Bump PORTREVISIONs for SDL2-related ports to chase the changed SDL2
shlib version
- Enable staging support for the SDL2 ports
- Switch to new LIB_DEPENDS format for the SDL2 ports
- Add LICENSE to the SDL2 ports
- Use gmake USES for the SDL2 ports
|
Sun, 22 Sep 2013
|
[ 09:16 mva ]
- fix the include directory lists for proper usage in sdl2-config and
sdl2.pc
Reported by: Vitaly Magerya <vmagerya@gmail.com>
|
Fri, 20 Sep 2013
|
[ 17:17 bapt ] (Only the first 10 of 623 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 4)
|
Wed, 28 Aug 2013
|
[ 18:29 itetcu ]
Arts was removed:
audio/arts||2013-07-26|Has expired: Depends on Qt 3.x
So remove the last leftovers.
Approved by: portmgr (itetcu)
|
Wed, 14 Aug 2013
|
[ 22:35 ak ] (Only the first 10 of 1725 ports in this commit are shown above. )
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery)
|
[ 17:23 mva ] (Only the first 10 of 11 ports in this commit are shown above. )
SDL2 has been officially released.
- Update devel/sdl20, audio/sdl2_mixer, graphics/sdl2_image,
graphics/sdl2_ttf and net/sdl2_net to version 2.0.0
|
Sat, 6 Jul 2013
|
[ 10:24 mva ]
- Update to revision 7353
|
Thu, 6 Jun 2013
|
[ 09:32 mva ]
- Update to revision 7291
|
Mon, 20 May 2013
|
[ 08:31 mva ]
- Update to revision 7192
|
Sat, 27 Apr 2013
|
[ 08:50 mva ] (Only the first 10 of 196 ports in this commit are shown above. )
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here
Reviewed by: bapt, kwm
|
Thu, 25 Apr 2013
|
[ 20:19 mva ]
- Update to revision 7046
|
Fri, 22 Mar 2013
|
[ 20:06 makc ] (Only the first 10 of 464 ports in this commit are shown above. )
- convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
for users
Approved by: portmgr (miwi)
|
Sat, 16 Mar 2013
|
[ 21:07 mva ]
This library is designed to make it easy to write games that run on UNIX,
Win32, MacOS X and other platforms using the various native high-performance
media interfaces (for video, audio, etc) and presenting a single source-code
level API to your application. This is a fairly low level API, but using this,
completely portable applications can be written with a great deal of
flexibility.
WWW: http://www.libsdl.org/
|
Number of commits found: 86 |