Skip to Content.
Sympa Menu

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

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 (11359187a57dbb586f3193765e7f6c0b4f4cad94)
  • Date: Sat, 14 Oct 2023 14:50:41 +0000

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

audio-libs/portaudio19/DEPENDS
| 4 -
audio-libs/portaudio19/DETAILS
| 29 +---------
audio-libs/portaudio19/HISTORY
| 3 +
audio-libs/portaudio19/PREPARE
| 4 -
x11-libs/cairo/patches-stable/0001-Fix-build-with-external-libexecinfo.patch
| 3 -
x11-libs/wine/DETAILS
| 4 -
x11-libs/wine/HISTORY
| 3 +
7 files changed, 17 insertions(+), 33 deletions(-)

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

portaudio19 19.7.0

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

portaudio19: Remove branches

commit 8e81200f2c0723583f212870251de422b15eadcc
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

cairo: Update patch status

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

wine 8.17

diff --git a/audio-libs/portaudio19/DEPENDS b/audio-libs/portaudio19/DEPENDS
index d331cd5..790d2f6 100755
--- a/audio-libs/portaudio19/DEPENDS
+++ b/audio-libs/portaudio19/DEPENDS
@@ -1,7 +1,3 @@
-if [[ $PORTAUDIO19_BRANCH == scm ]]; then
- depends subversion
-fi &&
-
optional_depends -sub CXX gcc "--enable-cxx" "--disable-cxx" \
"Enable C++ bindings" &&

diff --git a/audio-libs/portaudio19/DETAILS b/audio-libs/portaudio19/DETAILS
index 8dd56cc..ccab741 100755
--- a/audio-libs/portaudio19/DETAILS
+++ b/audio-libs/portaudio19/DETAILS
@@ -1,29 +1,10 @@
-. "$GRIMOIRE/FUNCTIONS"
SPELL=portaudio19
-case ${PORTAUDIO19_BRANCH} in
- scm)
- VERSION=$(get_scm_version)
-# SOURCE_URL=svn://www.portaudio.com/repos/portaudio/branches/v19-devel
- SOURCE=${SPELL}_cvs.tar.bz2
- SOURCE_IGNORE=volatile
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/${SPELL}-${VERSION}
-;;
- snapshot)
- VERSION=snapshot_v19
- SOURCE=pa_$VERSION.tar.gz
- SOURCE_URL=http://www.portaudio.com/archives/$SOURCE
- SOURCE_IGNORE=volatile
- FORCE_DOWNLOAD=on
+ VERSION=19.7.0
+ RELDATE=2021-04-06
+ SOURCE=pa_stable_v${VERSION//./0}_${RELDATE//-}.tgz
+
SOURCE_HASH=sha512:77393bf0628ad9c9d5fb1b0d9b1732d403e23513b1332553964bdafcc80878b2798141011d2615688150d753a594285e718cf716e990b2396f1d8dea7babd02d
+ SOURCE_URL=https://files.portaudio.com/archives/$SOURCE
SOURCE_DIRECTORY=$BUILD_DIRECTORY/portaudio
-;;
- *)
- VERSION=stable_v190600_20161030
- SOURCE=pa_${VERSION}.tgz
-
SOURCE_HASH=sha512:7ec692cbd8c23878b029fad9d9fd63a021f57e60c4921f602995a2fca070c29f17a280c7f2da5966c4aad29d28434538452f4c822eacf3a60af59a6dc8e9704c
- SOURCE_URL=http://www.portaudio.com/archives/$SOURCE
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/portaudio
-;;
-esac
WEB_SITE=http://www.portaudio.com
ENTERED=20060725
LICENSE[0]=http://www.portaudio.com/license.html
diff --git a/audio-libs/portaudio19/HISTORY b/audio-libs/portaudio19/HISTORY
index b40b170..a35bd8c 100644
--- a/audio-libs/portaudio19/HISTORY
+++ b/audio-libs/portaudio19/HISTORY
@@ -1,3 +1,6 @@
+2023-10-11 Ismael Luceno <ismael AT sourcemage.org>
+ * DEPENDS, DETAILS, PREPARE: removed branches
+
2019-09-19 Ismael Luceno <ismael AT sourcemage.org>
* CONFLICTS: conflicts with portaudio

diff --git a/audio-libs/portaudio19/PREPARE b/audio-libs/portaudio19/PREPARE
index 6c4e533..adfebca 100755
--- a/audio-libs/portaudio19/PREPARE
+++ b/audio-libs/portaudio19/PREPARE
@@ -1,2 +1,2 @@
-. ${GRIMOIRE}/FUNCTIONS &&
-prepare_select_branch stable snapshot scm
+persistent_remove PORTAUDIO19_BRANCH &&
+persistent_remove PORTAUDIO19_AUTOUPDATE
diff --git
a/x11-libs/cairo/patches-stable/0001-Fix-build-with-external-libexecinfo.patch

b/x11-libs/cairo/patches-stable/0001-Fix-build-with-external-libexecinfo.patch
index 77a80ad..a13cc9a 100644
---
a/x11-libs/cairo/patches-stable/0001-Fix-build-with-external-libexecinfo.patch
+++
b/x11-libs/cairo/patches-stable/0001-Fix-build-with-external-libexecinfo.patch
@@ -7,7 +7,8 @@ The backtracing functions may be implemented on a separate
library instead
of in the libc, so try to find it.

Origin: Source Mage GNU/Linux
-Upstream-Status: Pending
+Upstream-Status: Denied
+ [https://gitlab.freedesktop.org/cairo/cairo/-/merge_requests/519]
Signed-off-by: Ismael Luceno <ismael AT iodev.co.uk>
---
util/meson.build | 4 +++-
diff --git a/x11-libs/wine/DETAILS b/x11-libs/wine/DETAILS
index 91e5f13..76c742e 100755
--- a/x11-libs/wine/DETAILS
+++ b/x11-libs/wine/DETAILS
@@ -1,8 +1,8 @@
. "$GRIMOIRE/FUNCTIONS"
SPELL=wine
case "$WINE_BRANCH" in
-(devel) VERSION=8.16
-
SOURCE_HASH=sha512:0ba83beacd842e53173c07c30fa4ee57424af0d00b9f168b8bd310c40ea06e26dfc09f4a1991b788a8c4bd2b6eeb439e60b0deff6249424a00fa2940c95662b6;;
+(devel) VERSION=8.17
+
SOURCE_HASH=sha512:3826e20494a919ef1972d91c9391a3ae916d52b55e62e8fb7fc2c9c3ae6a7b363b40d8388cb4b9b3e45bae134a2de46e8158f8eaec7948216d9cd8ef32ab627f;;
(stable) VERSION=8.0.1

SOURCE_HASH=sha512:9264a3dbe8b0168aa94b8266d5686b1da39352baefa4e72a63b0ed5aa2daca8811633dc89da3bb2aff497fb2b3b917f5cd021d0baae390490f1ca5ffd5ac4b3a;;
esac; case "$WINE_BRANCH" in
diff --git a/x11-libs/wine/HISTORY b/x11-libs/wine/HISTORY
index cec6885..9f1d8de 100644
--- a/x11-libs/wine/HISTORY
+++ b/x11-libs/wine/HISTORY
@@ -1,3 +1,6 @@
+2023-10-04 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: updated to 8.17 (devel)
+
2023-09-17 Ismael Luceno <ismael AT sourcemage.org>
* DETAILS: updated to 8.16 (devel)




  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (11359187a57dbb586f3193765e7f6c0b4f4cad94), Ismael Luceno, 10/14/2023

Archive powered by MHonArc 2.6.24.

Top of Page