Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (ffb5412419124b1b288c7daecf864b10da027bbf)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (ffb5412419124b1b288c7daecf864b10da027bbf)
  • Date: Sat, 29 May 2021 00:40:32 +0000

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

utils/powertop/BUILD | 7 +++++++
utils/powertop/HISTORY | 3 +++
x11/recordmydesktop/DETAILS | 6 +++---
x11/recordmydesktop/HISTORY | 4 ++++
4 files changed, 17 insertions(+), 3 deletions(-)

New commits:
commit ffb5412419124b1b288c7daecf864b10da027bbf
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

recordmydesktop 0.4.0

commit 4ea633952ab55880eab37bfb77a80251f62cf16e
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

powertop: Workaround linking issue with GCC 11 on musl

diff --git a/utils/powertop/BUILD b/utils/powertop/BUILD
new file mode 100755
index 0000000..7fb9fae
--- /dev/null
+++ b/utils/powertop/BUILD
@@ -0,0 +1,7 @@
+# XXX workaround for linking issue with GCC 11
+case "$HOST" in
+ (*-musl)
+ LDFLAGS+=' -static-libstdc++'
+ ;;
+esac &&
+default_build
diff --git a/utils/powertop/HISTORY b/utils/powertop/HISTORY
index 3381a80..16b62bd 100644
--- a/utils/powertop/HISTORY
+++ b/utils/powertop/HISTORY
@@ -1,3 +1,6 @@
+2021-05-28 Ismael Luceno <ismael AT sourcemage.org>
+ * BUILD: Workaround linking issue with GCC 11 on musl
+
2021-05-17 Ismael Luceno <ismael AT sourcemage.org>
* DETAILS: updated spell to 2.13

diff --git a/x11/recordmydesktop/DETAILS b/x11/recordmydesktop/DETAILS
index 96373e5..9800754 100755
--- a/x11/recordmydesktop/DETAILS
+++ b/x11/recordmydesktop/DETAILS
@@ -1,9 +1,9 @@
SPELL=recordmydesktop
- VERSION=0.3.8.1
+ VERSION=0.4.0
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- SOURCE_URL[0]=http://downloads.sourceforge.net/sourceforge/$SPELL/$SOURCE
-
SOURCE_HASH=sha512:a32df1257d7d8928123437b38abcbdf623a9a65d313df5bec9bc06ef7229ebe4664a3cbea1fe5f6f1f9b89efb939873adc020f4ac072477f6df9481a37e7c350
+
SOURCE_URL[0]="https://github.com/Enselic/$SPELL/releases/download/v$VERSION/$SOURCE";
+
SOURCE_HASH=sha512:4b0a141c68e10679cfce53efac518e254b0cd361b6769aaf22fdb25a2162e7cc255eb741dd671a908dafa370d464b0e298b7386b561a6a721e8419632982a1e0
WEB_SITE=http://recordmydesktop.sourceforge.net/
ENTERED=20060815
LICENSE[0]=GPL
diff --git a/x11/recordmydesktop/HISTORY b/x11/recordmydesktop/HISTORY
index fdc7ae4..beda2ff 100644
--- a/x11/recordmydesktop/HISTORY
+++ b/x11/recordmydesktop/HISTORY
@@ -1,3 +1,7 @@
+2021-05-28 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: Fixed SOURCE_URL[0]
+ updated spell to 0.4.0
+
2019-08-12 Ismael Luceno <ismael AT sourcemage.org>
* PRE_BUILD: Fixed build against musl




  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (ffb5412419124b1b288c7daecf864b10da027bbf), Ismael Luceno, 05/28/2021

Archive powered by MHonArc 2.6.24.

Top of Page