Skip to Content.
Sympa Menu

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

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 (23309875a25da008a8d04c1994a01cb6949ba4e6)
  • Date: Mon, 16 Oct 2023 18:34:15 +0000

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

audio-drivers/jack2/DEPENDS | 2 +-
audio-drivers/jack2/HISTORY | 3 +++
database/tdb/DEPENDS | 2 +-
database/tdb/HISTORY | 4 ++++
graphics/lensfun/DEPENDS | 2 +-
graphics/lensfun/HISTORY | 3 +++
python-pypi/eyed3/DEPENDS | 2 +-
python-pypi/eyed3/DETAILS | 9 +++++----
python-pypi/eyed3/HISTORY | 5 +++++
9 files changed, 24 insertions(+), 8 deletions(-)

New commits:
commit 23309875a25da008a8d04c1994a01cb6949ba4e6
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>

tdb: not fix to pyton2 (was a lie, anyway)

commit b206ad81c719ef7e1d8df31e46bb73133e9734f8
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>

lensfun: not fixed to python 2

commit 052efd82beba23d36c0ca04f10733ba9a20f3546
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>

jack2: depend on python3

commit 3ba4658deef221adee03dfe7c177f4a647ea043e
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>

eyed3: update to 0.9.6, support python3

diff --git a/audio-drivers/jack2/DEPENDS b/audio-drivers/jack2/DEPENDS
index 1a2528c..85352e8 100755
--- a/audio-drivers/jack2/DEPENDS
+++ b/audio-drivers/jack2/DEPENDS
@@ -1,7 +1,7 @@
depends PKG-CONFIG &&
depends expat &&
depends -sub CXX gcc &&
-depends python &&
+depends python3 &&
depends libsamplerate &&

if [[ $JACK2_BRANCH == scm ]]; then
diff --git a/audio-drivers/jack2/HISTORY b/audio-drivers/jack2/HISTORY
index 353759e..0cd5569 100644
--- a/audio-drivers/jack2/HISTORY
+++ b/audio-drivers/jack2/HISTORY
@@ -1,3 +1,6 @@
+2023-10-16 Thomas Orgis <sobukus AT sourcemage.org>
+ * DEPENDS: Depend on python3 as the dbus-python dep does.
+
2022-07-27 Vlad Glagolev <stealth AT sourcemage.org>
* DEPENDS: switch to PKG-CONFIG provider (automated)

diff --git a/database/tdb/DEPENDS b/database/tdb/DEPENDS
index 3dda1bf..42fba52 100755
--- a/database/tdb/DEPENDS
+++ b/database/tdb/DEPENDS
@@ -1,4 +1,4 @@
-depends python &&
+depends PYTHON &&
depends -sub 'SSL' ${HTTP_DL_HANDLER} &&

optional_depends GETTEXT \
diff --git a/database/tdb/HISTORY b/database/tdb/HISTORY
index c584e04..65a3348 100644
--- a/database/tdb/HISTORY
+++ b/database/tdb/HISTORY
@@ -1,3 +1,7 @@
+2023-10-16 Thomas Orgis <sobukus AT sourcemage.org>
+ * DEPENDS: just PYTHON (in fact, seems to grab
+ whatever it finds, default)
+
2022-08-14 Ismael Luceno <ismael AT sourcemage.org>
* DETAILS: updated spell to 1.4.7

diff --git a/graphics/lensfun/DEPENDS b/graphics/lensfun/DEPENDS
index dcdfd41..b5f1c61 100755
--- a/graphics/lensfun/DEPENDS
+++ b/graphics/lensfun/DEPENDS
@@ -1,5 +1,5 @@
source $GRIMOIRE/CMAKE_DEPENDS &&
-depends python &&
+depends PYTHON &&
depends glib2 &&
optional_depends libpng '-DBUILD_LENSTOOL=ON' '-DBUILD_LENSTOOL=OFF' 'build
lenstool?' &&
if [[ $LENSFUN_BRANCH == scm ]]; then
diff --git a/graphics/lensfun/HISTORY b/graphics/lensfun/HISTORY
index 6aab467..595af16 100644
--- a/graphics/lensfun/HISTORY
+++ b/graphics/lensfun/HISTORY
@@ -1,3 +1,6 @@
+2023-10-16 Thomas Orgis <sobukus AT sourcemage.org>
+ * DEPENDS: not fixing to python 2
+
2022-03-06 Florian Franzmann <bwlf AT bandrate.org>
* DETAILS: version 0.3.3
* PRE_BUILD,
0001-Add-a-virtual-destructor-to-lfCallbackData-to-avoid-.patch: removed
diff --git a/python-pypi/eyed3/DEPENDS b/python-pypi/eyed3/DEPENDS
index a86d429..e4ea57a 100755
--- a/python-pypi/eyed3/DEPENDS
+++ b/python-pypi/eyed3/DEPENDS
@@ -1 +1 @@
-depends python
+depends PYTHON
diff --git a/python-pypi/eyed3/DETAILS b/python-pypi/eyed3/DETAILS
index d972662..cd2ff3b 100755
--- a/python-pypi/eyed3/DETAILS
+++ b/python-pypi/eyed3/DETAILS
@@ -1,10 +1,11 @@
SPELL=eyed3
- VERSION=0.7.5
- SOURCE=eyeD3-$VERSION.tgz
+ VERSION=0.9.6
+ SOURCE=eyeD3-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/eyeD3-$VERSION
WEB_SITE=http://eyed3.nicfit.net/
- SOURCE_URL[0]=http://eyed3.nicfit.net/releases/$SOURCE
-
SOURCE_HASH=sha512:9f57e05e4db78618e73ec15ca6ac7b983e13c24ae926bfb9194ee4fc1d735f80308dfc5bdac6016f5491bdb06d46b645d7ac54247d581467a8a22129fae85ba5
+
SOURCE_URL[0]=https://github.com/nicfit/eyeD3/releases/download/v$VERSION/$SOURCE
+
SOURCE_HASH=sha512:574962702628c64351d6dce3dcd7796731c185515f854727110edbc2001f8d36ed3acf96591d117d08ba9f41a0566eafa1194c110ac33560d24fc16bcda183c4
+ STAGED_INSTALL=off
LICENSE[0]=GPL
ENTERED=20070908
KEYWORDS="id3 audio"
diff --git a/python-pypi/eyed3/HISTORY b/python-pypi/eyed3/HISTORY
index 04c3e96..987f1d5 100644
--- a/python-pypi/eyed3/HISTORY
+++ b/python-pypi/eyed3/HISTORY
@@ -1,3 +1,8 @@
+2023-10-16 Thomas Orgis <sobukus AT sourcemage.org>
+ * DETAILS: version 0.9.6, also STAGED_INSTALL=off
+ as something with the old setup.py trips up castfs
+ * DEPENDS: PYTHON (can do 3.x)
+
2015-01-12 Ismael Luceno <ismael AT sourcemage.org>
* DETAILS: updated spell to 0.7.5




  • [SM-Commit] GIT changes to master grimoire by Thomas Orgis (23309875a25da008a8d04c1994a01cb6949ba4e6), Thomas Orgis, 10/16/2023

Archive powered by MHonArc 2.6.24.

Top of Page