From 5768ab6304579f9826e166530a2fc7e698c90cb1 Mon Sep 17 00:00:00 2001 From: Jerome Duval Date: Tue, 19 Jan 2021 18:50:10 +0100 Subject: [PATCH] glew: bump version --- media-libs/glew/{glew-2.1.0.recipe => glew-2.2.0.recipe} | 6 ++++-- .../patches/{glew-2.1.0.patchset => glew-2.2.0.patchset} | 0 2 files changed, 4 insertions(+), 2 deletions(-) rename media-libs/glew/{glew-2.1.0.recipe => glew-2.2.0.recipe} (94%) rename media-libs/glew/patches/{glew-2.1.0.patchset => glew-2.2.0.patchset} (100%) diff --git a/media-libs/glew/glew-2.1.0.recipe b/media-libs/glew/glew-2.2.0.recipe similarity index 94% rename from media-libs/glew/glew-2.1.0.recipe rename to media-libs/glew/glew-2.2.0.recipe index df9c24642..ede191856 100644 --- a/media-libs/glew/glew-2.1.0.recipe +++ b/media-libs/glew/glew-2.2.0.recipe @@ -10,9 +10,9 @@ COPYRIGHT="2007 The Kronos Group Inc. 2002 Lev Povalahev 1999-2007 Brian Paul" LICENSE="BSD (3-clause)" -REVISION="3" +REVISION="1" SOURCE_URI="http://downloads.sourceforge.net/project/glew/glew/${portVersion}/glew-${portVersion}.tgz" -CHECKSUM_SHA256="04de91e7e6763039bc11940095cd9c7f880baba82196a7765f727ac05a993c95" +CHECKSUM_SHA256="d4fc82893cfb00109578d0a1a2337fb8ca335b3ceccf97b97e5cc7f08e4353e1" PATCHES="glew-$portVersion.patchset" ARCHITECTURES="x86_gcc2 x86 x86_64" @@ -74,6 +74,8 @@ INSTALL() make install.all GLEW_DEST=$prefix BINDIR=$binDir LIBDIR=$libDir \ INCDIR=$includeDir/GL PKGDIR=$developLibDir/pkgconfig + rm $libDir/libGLEW.a + prepareInstalledDevelLib libGLEW fixPkgconfig diff --git a/media-libs/glew/patches/glew-2.1.0.patchset b/media-libs/glew/patches/glew-2.2.0.patchset similarity index 100% rename from media-libs/glew/patches/glew-2.1.0.patchset rename to media-libs/glew/patches/glew-2.2.0.patchset