summaryrefslogtreecommitdiff
path: root/devel/allegro
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2019-06-18 17:38:18 +0000
committernia <nia@pkgsrc.org>2019-06-18 17:38:18 +0000
commit208e52feba5c6e96f14895fcf503e13b151b4c53 (patch)
tree9f94cfa165d48435fd05bdc349a0262757a866b1 /devel/allegro
parent49d45aab19a10f480f7a576a44412944063ffcee (diff)
downloadpkgsrc-208e52feba5c6e96f14895fcf503e13b151b4c53.tar.gz
allegro: Update to 4.4.3.1 - fix build with newer MesaLib.
Changes from 4.4.3 to 4.4.3.1 (March 2019) * Fix a regression with the dat tool not working with plugins (SiegeLord). Changes from 4.4.2 to 4.4.3 (February 2019) * Allow building the dependencies as shared libraries. (Michał Cichoń, Edgar Reynaldo) * Fix typo preventing get_executable_name from using System V procfs correctly. (Peter Wang) * Relicense loadpng under ZLib license. * Fix spelling of endianness in textconv (Andreas Rönnquist). * Fix format string warnings (Andreas Rönnquist). * Add Linux console tslib mouse "touch screen" driver. (Tobi Vollebregt) * Don't define a duplicate DLLMain. (SiegeLord) * Fix Allegro crashes/compilation under 64 bit Windows. (Sven Eden, David Capello) * Fix possible random crashes on Windows restoring DirectDraw surfaces. (David Capello) * Make internal function get_value in jpgalleg static. (Trent Gamblin) * Implemented load_midi_pf, play_fli_pf, open_fli_pf. (Ivan Mogilko) * Make use of in MSVS 2010 and higher. (Ivan Mogilko) * Fixes several issues related to fullscreen mode in Windows. (Etienne Vouga) * Windows: fixed TAB key getting stuck in key buffer when held before ALT. (Ivan Mogilko) * Fix building with Mesa 18.2.5 and later. (Andreas Rönnquist) * Remove f* variants of fixed math functions. (Andreas Rönnquist) * Fix complilation of datedit. (rofl0r) * Modernize and fix release zipup script. (rofl0r)
Diffstat (limited to 'devel/allegro')
-rw-r--r--devel/allegro/Makefile11
-rw-r--r--devel/allegro/PLIST66
-rw-r--r--devel/allegro/distinfo10
3 files changed, 48 insertions, 39 deletions
diff --git a/devel/allegro/Makefile b/devel/allegro/Makefile
index d3bc4674b58..09329992ff7 100644
--- a/devel/allegro/Makefile
+++ b/devel/allegro/Makefile
@@ -1,12 +1,13 @@
-# $NetBSD: Makefile,v 1.40 2016/02/25 12:12:47 jperkin Exp $
+# $NetBSD: Makefile,v 1.41 2019/06/18 17:38:18 nia Exp $
-DISTNAME= allegro-4.4.2
-PKGREVISION= 3
+DISTNAME= allegro-4.4.3.1
CATEGORIES= devel
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=alleg/}
+MASTER_SITES= ${MASTER_SITE_GITHUB:=liballeg/}
+GITHUB_PROJECT= allegro5
+GITHUB_RELEASE= ${PKGVERSION_NOREV}
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://alleg.sourceforge.net/
+HOMEPAGE= https://liballeg.org/
COMMENT= Allegro game programming library
#LICENSE= # TODO: (see mk/license.mk)
diff --git a/devel/allegro/PLIST b/devel/allegro/PLIST
index 2cb068c725b..aaf41e33561 100644
--- a/devel/allegro/PLIST
+++ b/devel/allegro/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.14 2013/07/06 22:31:53 wiz Exp $
+@comment $NetBSD: PLIST,v 1.15 2019/06/18 17:38:18 nia Exp $
bin/allegro-config
bin/colormap
bin/dat
@@ -117,39 +117,47 @@ include/loadpng.h
include/logg.h
include/xalleg.h
info/allegro.info
-lib/allegro/${PKGVERSION}/alleg-dga2.so
-lib/allegro/${PKGVERSION}/modules.lst
+lib/allegro/4.4.3/alleg-dga2.so
+lib/allegro/4.4.3/modules.lst
lib/liballeg.so
-lib/liballeg.so.${PKGVERSION}
lib/liballeg.so.4.4
-lib/liballeggl.a
-lib/libjpgalleg.a
-lib/libloadpng.a
-lib/liblogg.a
+lib/liballeg.so.4.4.3
+lib/liballeggl.so
+lib/liballeggl.so.4.4
+lib/liballeggl.so.4.4.3
+lib/libjpgalleg.so
+lib/libjpgalleg.so.4.4
+lib/libjpgalleg.so.4.4.3
+lib/libloadpng.so
+lib/libloadpng.so.4.4
+lib/libloadpng.so.4.4.3
+lib/liblogg.so
+lib/liblogg.so.4.4
+lib/liblogg.so.4.4.3
lib/pkgconfig/allegro.pc
lib/pkgconfig/allegrogl.pc
lib/pkgconfig/jpgalleg.pc
lib/pkgconfig/loadpng.pc
lib/pkgconfig/logg.pc
share/aclocal/allegro.m4
-share/doc/${PKGNAME}/AUTHORS
-share/doc/${PKGNAME}/CHANGES
-share/doc/${PKGNAME}/THANKS
-share/doc/${PKGNAME}/abi.txt
-share/doc/${PKGNAME}/addons.txt
-share/doc/${PKGNAME}/ahack.txt
-share/doc/${PKGNAME}/allegro.txt
-share/doc/${PKGNAME}/api.txt
-share/doc/${PKGNAME}/const.txt
-share/doc/${PKGNAME}/dat.txt
-share/doc/${PKGNAME}/dat2c.txt
-share/doc/${PKGNAME}/dat2s.txt
-share/doc/${PKGNAME}/datafile.txt
-share/doc/${PKGNAME}/faq.txt
-share/doc/${PKGNAME}/grabber.txt
-share/doc/${PKGNAME}/help.txt
-share/doc/${PKGNAME}/license.txt
-share/doc/${PKGNAME}/makedoc.txt
-share/doc/${PKGNAME}/mistakes.txt
-share/doc/${PKGNAME}/packfile.txt
-share/doc/${PKGNAME}/readme.txt
+share/doc/allegro-4.4.3/AUTHORS
+share/doc/allegro-4.4.3/CHANGES
+share/doc/allegro-4.4.3/THANKS
+share/doc/allegro-4.4.3/abi.txt
+share/doc/allegro-4.4.3/addons.txt
+share/doc/allegro-4.4.3/ahack.txt
+share/doc/allegro-4.4.3/allegro.txt
+share/doc/allegro-4.4.3/api.txt
+share/doc/allegro-4.4.3/const.txt
+share/doc/allegro-4.4.3/dat.txt
+share/doc/allegro-4.4.3/dat2c.txt
+share/doc/allegro-4.4.3/dat2s.txt
+share/doc/allegro-4.4.3/datafile.txt
+share/doc/allegro-4.4.3/faq.txt
+share/doc/allegro-4.4.3/grabber.txt
+share/doc/allegro-4.4.3/help.txt
+share/doc/allegro-4.4.3/license.txt
+share/doc/allegro-4.4.3/makedoc.txt
+share/doc/allegro-4.4.3/mistakes.txt
+share/doc/allegro-4.4.3/packfile.txt
+share/doc/allegro-4.4.3/readme.txt
diff --git a/devel/allegro/distinfo b/devel/allegro/distinfo
index 7cbd061d0fb..bf43584f671 100644
--- a/devel/allegro/distinfo
+++ b/devel/allegro/distinfo
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.21 2015/11/03 03:27:13 agc Exp $
+$NetBSD: distinfo,v 1.22 2019/06/18 17:38:18 nia Exp $
-SHA1 (allegro-4.4.2.tar.gz) = ae0c15d2cb6b0337ef388dc98cefc620883720df
-RMD160 (allegro-4.4.2.tar.gz) = a6f6a03d6748230dfb5f306d1a05ef45ffa49f42
-SHA512 (allegro-4.4.2.tar.gz) = ad4bc1c15fc83bc8a019031fed82f37a793664bb6683cf023ec05fd9cd945f00f43764f3126892426036249c63afa5678fb4906407bb325ce5827b36aee0fa86
-Size (allegro-4.4.2.tar.gz) = 4674902 bytes
+SHA1 (allegro-4.4.3.1.tar.gz) = f778102e8418398f44585bbd22a148667266453f
+RMD160 (allegro-4.4.3.1.tar.gz) = 964f4dcb984e012915c08a6b6574e5a1e667e57e
+SHA512 (allegro-4.4.3.1.tar.gz) = c5a552ab710226493447eb2547b3d7559badb96f511fbefd315b665b7486013a6710c83b69363eb09f90f53ef4278fe7b90cfee88d90d88f0fe8dc7df7606729
+Size (allegro-4.4.3.1.tar.gz) = 4663634 bytes
SHA1 (patch-CMakeLists.txt) = 3909f98a2156085d8462e779c95c8df3b20bd602
SHA1 (patch-docs_CMakeLists.txt) = a5a8cbfed0721a37a921c481c9c9295b2be62bb7
SHA1 (patch-xdga2-include) = d2df1ff176b6190f317f02a19f49b7476365188e