Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Thomas Orgis (8ae38535d1c41d1f27b52bfc63f46f1fbb78ecab)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Thomas Orgis <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Thomas Orgis (8ae38535d1c41d1f27b52bfc63f46f1fbb78ecab)
  • Date: Mon, 13 Jun 2022 17:35:32 +0000

GIT changes to master grimoire by Thomas Orgis <sobukus AT sourcemage.org>:

graphics-libs/libjpeg-turbo/DETAILS | 6 +++---
graphics-libs/libjpeg-turbo/HISTORY | 5 +++++
graphics-libs/libjpeg-turbo/PRE_BUILD | 4 ++++
3 files changed, 12 insertions(+), 3 deletions(-)

New commits:
commit 8ae38535d1c41d1f27b52bfc63f46f1fbb78ecab
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>

libjpeg-turbo: switch back to official URLs

diff --git a/graphics-libs/libjpeg-turbo/DETAILS
b/graphics-libs/libjpeg-turbo/DETAILS
index 57e7ff8..555c691 100755
--- a/graphics-libs/libjpeg-turbo/DETAILS
+++ b/graphics-libs/libjpeg-turbo/DETAILS
@@ -1,12 +1,12 @@
source $GRIMOIRE/CMAKE_FUNCTIONS
SPELL=libjpeg-turbo
VERSION=2.1.3
-
SOURCE_HASH=sha512:ee1f61c770d1d688f76df14f68d4c6c680074e46186d65332fa650f709a18fb327ea4fb8c6ec12e7c548dcc8d11dee3161ce4486af965d673901732afb18382b
+
SOURCE_HASH=sha512:975c9835de7d70c6c8c5a1959adfa18f7f956bc9946fde8f1b40c1d853245c38a3118ac06b93841ec3e90be6945c38d687d062b371496c2ee9b5638d7f60418d
SECURITY_PATCH=4
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
-
SOURCE_URL[0]=https://github.com/libjpeg-turbo/libjpeg-turbo/archive/${VERSION}.tar.gz
- WEB_SITE=https://libjpeg-turbo.virtualgl.org/
+ SOURCE_URL[0]=http://downloads.sourceforge.net/sourceforge/$SPELL/$SOURCE
+ WEB_SITE=https://libjpeg-turbo.org
ENTERED=20101103
LICENSE[0]=WXWINDOWS
SHORT="high-speed version of libjpeg for x86 and x86-64
processors"
diff --git a/graphics-libs/libjpeg-turbo/HISTORY
b/graphics-libs/libjpeg-turbo/HISTORY
index dd61435..037178b 100644
--- a/graphics-libs/libjpeg-turbo/HISTORY
+++ b/graphics-libs/libjpeg-turbo/HISTORY
@@ -1,3 +1,8 @@
+2022-06-13 Thomas Orgis <sobukus AT sourcemage.org>
+ * DETAILS: switch back website and download location, github archive
checksums
+ differ (might have to delete local distfile)
+ * PRE_BUILD: add message for the above, to be removed on next update
+
2022-02-25 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 2.1.3

diff --git a/graphics-libs/libjpeg-turbo/PRE_BUILD
b/graphics-libs/libjpeg-turbo/PRE_BUILD
index f80ee7d..9d0407e 100755
--- a/graphics-libs/libjpeg-turbo/PRE_BUILD
+++ b/graphics-libs/libjpeg-turbo/PRE_BUILD
@@ -1,3 +1,7 @@
+# Remove that message on next update.
+if [[ $VERSION = 2.1.3 ]]; then
+ message "${MESSAGE_COLOR}The download location was switched from github
back to sf.net. The tarball checksums differ. If you get
ee1f61c770d1d688f76df14f68d4c6c680074e46186d65332fa650f709a18fb327ea4fb8c6ec12e7c548dcc8d11dee3161ce4486af965d673901732afb18382b,
this refers to an archive with the correct contents, just compressed
differently. Choose to remove the distfile and re-summon $SPELL or just
continue despite checksum failure at your discretion.$DEFAULT_COLOR"
+fi &&
default_pre_build &&
cd "${SOURCE_DIRECTORY}" &&




  • [SM-Commit] GIT changes to master grimoire by Thomas Orgis (8ae38535d1c41d1f27b52bfc63f46f1fbb78ecab), Thomas Orgis, 06/13/2022

Archive powered by MHonArc 2.6.24.

Top of Page