Update to sdl2-gfx-1.0.1.

This commit is contained in:
ajacoutot 2015-12-21 13:38:01 +00:00
parent 5e49cacf39
commit 3a22ac5724
4 changed files with 12 additions and 12 deletions

View File

@ -1,13 +1,12 @@
# $OpenBSD: Makefile,v 1.3 2015/08/25 13:18:25 sthen Exp $
# $OpenBSD: Makefile,v 1.4 2015/12/21 13:38:01 ajacoutot Exp $
V = 1.0.0
V = 1.0.1
COMMENT = primitives drawing/other support functions for SDL2
DISTNAME = SDL2_gfx-${V}
PKGNAME = sdl2-gfx-${V}
REVISION = 1
CATEGORIES = devel graphics x11
SHARED_LIBS += SDL2_gfx 0.0 # 0.0
SHARED_LIBS += SDL2_gfx 0.0 # 0.1
HOMEPAGE = http://www.ferzkopp.net/joomla/content/view/19/14/

View File

@ -1,2 +1,2 @@
SHA256 (SDL2_gfx-1.0.0.tar.gz) = mEOSTUbqy6u6aFojnPIoS5SHZqIO8sqkjLGEYqMpXK8=
SIZE (SDL2_gfx-1.0.0.tar.gz) = 1081660
SHA256 (SDL2_gfx-1.0.1.tar.gz) = 1pvLzrgRtOVxL7rT7ec3FmMn9EtyfxOIwyWB276MWZo=
SIZE (SDL2_gfx-1.0.1.tar.gz) = 1078780

View File

@ -1,15 +1,15 @@
$OpenBSD: patch-Makefile_in,v 1.1.1.1 2013/11/07 16:27:38 bcallah Exp $
$OpenBSD: patch-Makefile_in,v 1.2 2015/12/21 13:38:01 ajacoutot Exp $
We don't need a version number in the library name itself, on top of the SO
number.
--- Makefile.in.orig Thu Nov 7 01:04:42 2013
+++ Makefile.in Thu Nov 7 01:04:49 2013
@@ -304,7 +304,6 @@ EXTRA_DIST = \
--- Makefile.in.orig Mon Jun 9 17:51:08 2014
+++ Makefile.in Mon Dec 21 14:35:19 2015
@@ -306,7 +306,6 @@ EXTRA_DIST = \
libSDL2_gfx_la_LDFLAGS = \
-no-undefined \
- -release $(LT_RELEASE) \
-version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)
pkgconfigdir = $(libdir)/pkgconfig

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2013/11/07 16:27:38 bcallah Exp $
@comment $OpenBSD: PLIST,v 1.2 2015/12/21 13:38:01 ajacoutot Exp $
include/SDL2/
include/SDL2/SDL2_framerate.h
include/SDL2/SDL2_gfxPrimitives.h
@ -7,3 +7,4 @@ include/SDL2/SDL2_rotozoom.h
lib/libSDL2_gfx.a
lib/libSDL2_gfx.la
@lib lib/libSDL2_gfx.so.${LIBSDL2_gfx_VERSION}
lib/pkgconfig/SDL2_gfx.pc