Update to sdl-gfx 2.0.25.
ok bcallah@
This commit is contained in:
parent
72c6b12f41
commit
952fa66334
@ -1,20 +1,20 @@
|
||||
# $OpenBSD: Makefile,v 1.22 2013/03/21 08:45:16 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.23 2013/12/13 06:53:21 brad Exp $
|
||||
|
||||
COMMENT= primitives drawing/other support functions for SDL
|
||||
|
||||
DISTNAME= SDL_gfx-2.0.23
|
||||
DISTNAME= SDL_gfx-2.0.25
|
||||
PKGNAME= ${DISTNAME:L:S/_/-/}
|
||||
CATEGORIES= devel graphics x11
|
||||
MASTER_SITES= http://www.ferzkopp.net/Software/SDL_gfx-2.0/
|
||||
|
||||
SHARED_LIBS= SDL_gfx 14.2
|
||||
SHARED_LIBS= SDL_gfx 15.0
|
||||
|
||||
HOMEPAGE= http://www.ferzkopp.net/joomla/content/view/19/14/
|
||||
|
||||
# Zlib
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
|
||||
WANTLIB= SDL m sndio usbhid
|
||||
WANTLIB= SDL m pthread sndio usbhid
|
||||
|
||||
MODULES= converters/libiconv
|
||||
LIB_DEPENDS= devel/sdl
|
||||
@ -23,7 +23,7 @@ USE_GMAKE= Yes
|
||||
CONFIGURE_STYLE= gnu
|
||||
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
|
||||
|
||||
.if ${MACHINE_ARCH} != "i386"
|
||||
.if ${MACHINE_ARCH} != "amd64" && ${MACHINE_ARCH} != "i386"
|
||||
CONFIGURE_ARGS+= --disable-mmx
|
||||
.endif
|
||||
|
||||
|
@ -1,5 +1,2 @@
|
||||
MD5 (SDL_gfx-2.0.23.tar.gz) = /MPE8tG0lDQJv35n3WXQOg==
|
||||
RMD160 (SDL_gfx-2.0.23.tar.gz) = 55PPj+o5BWFRPi50PmRKvBG7PzY=
|
||||
SHA1 (SDL_gfx-2.0.23.tar.gz) = quYOf+1Tnz+KCgvW2ju89iVkJZY=
|
||||
SHA256 (SDL_gfx-2.0.23.tar.gz) = Qb1gHWW7oZ7qyApiVwzhIAmEFOziLeQCqO6BsQ4H+uo=
|
||||
SIZE (SDL_gfx-2.0.23.tar.gz) = 1707852
|
||||
SHA256 (SDL_gfx-2.0.25.tar.gz) = VW7twGts8p60lbbSfy3MUb+Qmtgjibovp73E3siQWcA=
|
||||
SIZE (SDL_gfx-2.0.25.tar.gz) = 1760656
|
||||
|
@ -1,2 +0,0 @@
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.6 2006/01/06 08:36:18 steven Exp $
|
||||
@lib lib/libSDL_gfx.so.${LIBSDL_gfx_VERSION}
|
@ -1,5 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.5 2012/04/05 11:39:29 ajacoutot Exp $
|
||||
%%SHARED%%
|
||||
@comment $OpenBSD: PLIST,v 1.6 2013/12/13 06:53:21 brad Exp $
|
||||
include/SDL/
|
||||
include/SDL/SDL_framerate.h
|
||||
include/SDL/SDL_gfxBlitFunc.h
|
||||
@ -9,5 +8,6 @@ include/SDL/SDL_imageFilter.h
|
||||
include/SDL/SDL_rotozoom.h
|
||||
lib/libSDL_gfx.a
|
||||
lib/libSDL_gfx.la
|
||||
@lib lib/libSDL_gfx.so.${LIBSDL_gfx_VERSION}
|
||||
lib/pkgconfig/
|
||||
lib/pkgconfig/SDL_gfx.pc
|
||||
|
Loading…
x
Reference in New Issue
Block a user