From 796455c47a7e9c4c01a9d8506c456b79998a51a0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Mat=C3=ADas=20Fonzo?= Date: Wed, 7 Dec 2022 09:40:21 -0300 Subject: [PATCH] recipes: xorg/extra/freeglut: Upgraded to version 3.4.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Matías Fonzo --- recipes/xorg/extra/freeglut/recipe | 14 ++++++-------- sources/SOURCELIST.txt | 2 +- sources/freeglut-3.2.1.tar.gz.sha256 | 1 - sources/freeglut-3.4.0.tar.gz.sha256 | 1 + 4 files changed, 8 insertions(+), 10 deletions(-) delete mode 100644 sources/freeglut-3.2.1.tar.gz.sha256 create mode 100644 sources/freeglut-3.4.0.tar.gz.sha256 diff --git a/recipes/xorg/extra/freeglut/recipe b/recipes/xorg/extra/freeglut/recipe index 4678e6a9..8a314740 100644 --- a/recipes/xorg/extra/freeglut/recipe +++ b/recipes/xorg/extra/freeglut/recipe @@ -1,6 +1,6 @@ # Build recipe for freeglut. # -# Copyright (c) 2018-2021 Matias Fonzo, . +# Copyright (c) 2018-2022 Matias Fonzo, . # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -18,8 +18,8 @@ set -e program=freeglut -version=3.2.1 -release=3 +version=3.4.0 +release=1 # Define a category for the output of the package name pkgcategory=xorg_extra @@ -44,7 +44,7 @@ homepage=https://freeglut.sourceforge.net license="MIT X Consortium" # Source documentation -docs="AUTHORS COPYING README" +docs="AUTHORS COPYING ChangeLog README.md" docsdir="${docdir}/${program}-${version}" build() @@ -53,13 +53,11 @@ build() cd "$srcdir" - # Thanks to "Beyond Linux From Scratch" - patch -p1 < "${worktree}/patches/freeglut/freeglut-3.2.1-gcc10_fix-1.patch" - # Set sane permissions chmod -R u+w,go-w,a+rX-s . - mkdir -p BUILD + rm -rf BUILD + mkdir BUILD cd BUILD cmake \ diff --git a/sources/SOURCELIST.txt b/sources/SOURCELIST.txt index 5cc6e772..0049cdc5 100644 --- a/sources/SOURCELIST.txt +++ b/sources/SOURCELIST.txt @@ -103,7 +103,7 @@ https://download.savannah.gnu.org/releases/zutils/zutils-1.11.tar.lz https://download.savannah.nongnu.org/releases/man-db/man-db-2.9.4.tar.xz https://download.savannah.nongnu.org/releases/sysvinit/sysvinit-3.01.tar.xz https://downloads.sourceforge.net/e2fsprogs/e2fsprogs-1.46.5.tar.gz -https://downloads.sourceforge.net/freeglut/freeglut-3.2.1.tar.gz +https://sourceforge.net/projects/freeglut/files/freeglut/3.4.0/freeglut-3.4.0.tar.gz https://downloads.sourceforge.net/gs-fonts/ghostscript-fonts-std-8.11.tar.gz https://downloads.sourceforge.net/gs-fonts/gnu-gs-fonts-other-6.0.tar.gz https://downloads.sourceforge.net/infozip/unzip60.tar.gz diff --git a/sources/freeglut-3.2.1.tar.gz.sha256 b/sources/freeglut-3.2.1.tar.gz.sha256 deleted file mode 100644 index 9795f3fc..00000000 --- a/sources/freeglut-3.2.1.tar.gz.sha256 +++ /dev/null @@ -1 +0,0 @@ -d4000e02102acaf259998c870e25214739d1f16f67f99cb35e4f46841399da68 freeglut-3.2.1.tar.gz diff --git a/sources/freeglut-3.4.0.tar.gz.sha256 b/sources/freeglut-3.4.0.tar.gz.sha256 new file mode 100644 index 00000000..66b235b9 --- /dev/null +++ b/sources/freeglut-3.4.0.tar.gz.sha256 @@ -0,0 +1 @@ +3c0bcb915d9b180a97edaebd011b7a1de54583a838644dcd42bb0ea0c6f3eaec freeglut-3.4.0.tar.gz -- 2.11.4.GIT