- update libart to 2.3.20
(patch was rolled in) - regen PLIST ok ajacoutot@
This commit is contained in:
parent
f2a7066a7f
commit
95ae33ce61
@ -1,16 +1,16 @@
|
||||
# $OpenBSD: Makefile,v 1.20 2007/09/15 20:09:41 simon Exp $
|
||||
# $OpenBSD: Makefile,v 1.21 2008/02/03 20:52:29 jasper Exp $
|
||||
|
||||
COMMENT= high-performance 2D graphics library
|
||||
|
||||
VERSION= 2.3.19
|
||||
VERSION= 2.3.20
|
||||
DISTNAME= libart_lgpl-${VERSION}
|
||||
PKGNAME= libart-${VERSION}p1
|
||||
SHARED_LIBS += art_lgpl_2 5.19 # .5.19
|
||||
PKGNAME= libart-${VERSION}
|
||||
SHARED_LIBS += art_lgpl_2 5.20 # .5.20
|
||||
CATEGORIES= graphics
|
||||
|
||||
HOMEPAGE= http://www.artofcode.com/libart.html
|
||||
|
||||
# lgpl
|
||||
# LGPL
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (libart_lgpl-2.3.19.tar.gz) = opkrgwKVEy2uK/hdEVbkjg==
|
||||
RMD160 (libart_lgpl-2.3.19.tar.gz) = bQ5ePSSGaEJCsqSW94tZd+Dilhc=
|
||||
SHA1 (libart_lgpl-2.3.19.tar.gz) = LnPgXTd5zYELcS3IeHFoua/HyxE=
|
||||
SHA256 (libart_lgpl-2.3.19.tar.gz) = nWifvcP6/TEponI62gJcsI2yEi4j8Aswux4meg77ovA=
|
||||
SIZE (libart_lgpl-2.3.19.tar.gz) = 432496
|
||||
MD5 (libart_lgpl-2.3.20.tar.gz) = PYlBVOlZl4+uvvXGjpUqFQ==
|
||||
RMD160 (libart_lgpl-2.3.20.tar.gz) = DEynOapVKYH0vVSxEc7VKyNwXOE=
|
||||
SHA1 (libart_lgpl-2.3.20.tar.gz) = j8Mt0dnx1QWlFe5v1eZjlibZLoQ=
|
||||
SHA256 (libart_lgpl-2.3.20.tar.gz) = mBschQVAs+hE/ICfCgFWicPVvrnJkiYBp4UAh0bDlKM=
|
||||
SIZE (libart_lgpl-2.3.20.tar.gz) = 434449
|
||||
|
@ -1,21 +0,0 @@
|
||||
$OpenBSD: patch-art_misc_h,v 1.1 2007/04/25 14:17:09 jasper Exp $
|
||||
--- art_misc.h.orig Wed Apr 25 11:55:05 2007
|
||||
+++ art_misc.h Wed Apr 25 11:55:35 2007
|
||||
@@ -34,9 +34,17 @@
|
||||
#include <libart_lgpl/art_config.h>
|
||||
#endif
|
||||
|
||||
+#ifdef __cplusplus
|
||||
+extern "C" {
|
||||
+#endif /* __cplusplus */
|
||||
+
|
||||
void *art_alloc(size_t size);
|
||||
void art_free(void *ptr);
|
||||
void *art_realloc(void *ptr, size_t size);
|
||||
+
|
||||
+#ifdef __cplusplus
|
||||
+}
|
||||
+#endif /* __cplusplus */
|
||||
|
||||
/* These aren't, strictly speaking, configuration macros, but they're
|
||||
damn handy to have around, and may be worth playing with for
|
@ -1,4 +1,5 @@
|
||||
@comment $OpenBSD: PLIST,v 1.7 2004/08/10 14:01:02 espie Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.8 2008/02/03 20:52:30 jasper Exp $
|
||||
%%SHARED%%
|
||||
bin/libart2-config
|
||||
include/libart-2.0/
|
||||
include/libart-2.0/libart_lgpl/
|
||||
@ -50,4 +51,3 @@ lib/libart_lgpl_2.a
|
||||
lib/libart_lgpl_2.la
|
||||
lib/pkgconfig/
|
||||
lib/pkgconfig/libart-2.0.pc
|
||||
%%SHARED%%
|
||||
|
Loading…
Reference in New Issue
Block a user