Skip to Content.
Sympa Menu

sm-commit - [[SM-Commit] ] GIT changes to master grimoire by Treeve Jelbert (79ca0ed98cac7f6b10d01f0b61dab9ae995fb651)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org, sm-commit AT lists.sourcemage.org
  • Subject: [[SM-Commit] ] GIT changes to master grimoire by Treeve Jelbert (79ca0ed98cac7f6b10d01f0b61dab9ae995fb651)
  • Date: Fri, 5 Jul 2024 10:55:33 +0000

GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:

crypto/gnutls/BUILD | 1
crypto/gnutls/HISTORY | 3 ++
qt5-cmake/cantata/BUILD | 1
qt5-cmake/cantata/CONFIGURE | 1
qt5-cmake/cantata/CONFLICTS | 1
qt5-cmake/cantata/DEPENDS | 33 ---------------------------
qt5-cmake/cantata/DETAILS | 18 ++++-----------
qt5-cmake/cantata/DOWNLOAD | 1
qt5-cmake/cantata/HISTORY | 50
+++---------------------------------------
qt5-cmake/cantata/INSTALL | 1
qt5-cmake/cantata/PRE_BUILD | 1
qt5-cmake/cantata/UP_TRIGGERS | 1
12 files changed, 20 insertions(+), 92 deletions(-)

New commits:
commit 79ca0ed98cac7f6b10d01f0b61dab9ae995fb651
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

deprecate qt5-cmake/cantata [dead upstream]

commit 612cf19aea00d039311518897a1c501ebee8dc96
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

gnutls - fix build

diff --git a/crypto/gnutls/BUILD b/crypto/gnutls/BUILD
index 9924bab..2ce4acb 100755
--- a/crypto/gnutls/BUILD
+++ b/crypto/gnutls/BUILD
@@ -1,3 +1,4 @@
+LDFLAGS+=' -ldl'
if [[ "$GNUTLS_BRANCH" == stable-old ]]; then
OPTS="--enable-openssl-compatibility ${OPTS}"
fi &&
diff --git a/crypto/gnutls/HISTORY b/crypto/gnutls/HISTORY
index 21e6af8..17f2c70 100644
--- a/crypto/gnutls/HISTORY
+++ b/crypto/gnutls/HISTORY
@@ -1,3 +1,6 @@
+2024-07-04 Treeve Jelbert <treeve AT sourcemage.org>
+ * BUILD: fix linker for me
+
2024-07-04 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 3.8.6

diff --git a/qt5-cmake/cantata/BUILD b/qt5-cmake/cantata/BUILD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/qt5-cmake/cantata/BUILD
@@ -0,0 +1 @@
+true
diff --git a/qt5-cmake/cantata/CONFIGURE b/qt5-cmake/cantata/CONFIGURE
deleted file mode 100755
index b2f02c3..0000000
--- a/qt5-cmake/cantata/CONFIGURE
+++ /dev/null
@@ -1 +0,0 @@
-source $GRIMOIRE/CMAKE_CONFIGURE
diff --git a/qt5-cmake/cantata/CONFLICTS b/qt5-cmake/cantata/CONFLICTS
new file mode 100755
index 0000000..0f38562
--- /dev/null
+++ b/qt5-cmake/cantata/CONFLICTS
@@ -0,0 +1 @@
+conflicts cantata y
diff --git a/qt5-cmake/cantata/DEPENDS b/qt5-cmake/cantata/DEPENDS
index 0aa57ca..3a34245 100755
--- a/qt5-cmake/cantata/DEPENDS
+++ b/qt5-cmake/cantata/DEPENDS
@@ -1,32 +1 @@
-source $GRIMOIRE/QT5_DEPENDS
-depends qtsvg &&
-depends -sub CXX gcc &&
-depends libebur128 &&
-deepnds DEVICE-MANAGER &&
-depends zlib &&
-optional_depends taglib \
- '-DENABLE_TAGLIB=on' \
- '-DENABLE_TAGLIB=off' \
- 'for tag editing and replay gain calculation' &&
-optional_depends LIBAVCODEC '-DENABLE_FFMPEG=on' '-DENABLE_FFMPEG=off'
'ReplayGain calculation' &&
-optional_depends mpg123 '-DENABLE_MPG123=on' '-DENABLE_MPG123=off' '' &&
-optional_depends libmtp \
- '-DENABLE_MTP=on' \
- '-DENABLE_MTP=off' \
- 'required to support MTP devices' &&
-optional_depends libcdio-paranoia \
- '-DENABLE_CDPARANOIA=on' \
- '-DENABLE_CDPARANOIA=off' \
- 'for audio cd support' &&
-if is_depends_enabled $SPELL cdparanoia; then
- optional_depends libcddb \
- '-DENABLE_CDDB=on' \
- '-DENABLE_CDDB=off' \
- 'you need either this or musicbrainz for audio cd support'
&&
- optional_depends musicbrainz5 \
- '-DENABLE_MUSICBRAINZ=on' \
- '-DENABLE_MUSICBRAINZ=off' \
- 'you need either this or libcddb for audio cd support'
-fi &&
-optional_depends vlc '-DENABLE_LIBVLC=ON' '-DENABLE_LIBVLC=OFF' 'MPD
pl;ayback'
-optional_depends udisks2 '-DENABLE_UDISKS2=ON' '-DENABLE_UDISKS2=OFF'
'hardware detection'
+depends dead upstream
diff --git a/qt5-cmake/cantata/DETAILS b/qt5-cmake/cantata/DETAILS
index 5b0daaa..12a7dfc 100755
--- a/qt5-cmake/cantata/DETAILS
+++ b/qt5-cmake/cantata/DETAILS
@@ -1,16 +1,8 @@
SPELL=cantata
- VERSION=2.4.2
-
SOURCE_HASH=sha512:c2459a53d86e12df7e6a8f7c19880f1c353c13893401a0906ec730c34ccbf1ef070c226b55c4e772e9a54a94e7cf3a2f96b0e9223ff20057045c888c4f91d87b
- SOURCE="${SPELL}-${VERSION}.tar.bz2"
-
SOURCE_URL[0]="https://github.com/CDrummond/cantata/releases/download/v$VERSION/$SOURCE";
-SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
- WEB_SITE="https://github.com/CDrummond/cantata";
- LICENSE[0]=GPL
- ENTERED=20130531
- SHORT="a Qt4/KDE4 client for the music player daemon (MPD)"
+ VERSION=0
+ PATCHLEVEL=9999
+ SHORT="deprecated"
cat << EOF
-antata is a Qt4/KDE4 client for the music player daemon (MPD). Originally
-started as a fork of QtMPC, the code is now very different. Cantata can be
-compiled with KDE support, or as a pure Qt4 application. The interface is
-very configurable - most views can be shown as either a list or tree
structure.
+deprecated spell [replaced by dead upstream]
EOF
+
diff --git a/qt5-cmake/cantata/DOWNLOAD b/qt5-cmake/cantata/DOWNLOAD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/qt5-cmake/cantata/DOWNLOAD
@@ -0,0 +1 @@
+true
diff --git a/qt5-cmake/cantata/HISTORY b/qt5-cmake/cantata/HISTORY
index f736e77..4dd5a5f 100644
--- a/qt5-cmake/cantata/HISTORY
+++ b/qt5-cmake/cantata/HISTORY
@@ -1,46 +1,4 @@
-2022-01-13 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 2.4.2
- * DEPENDS: delete taglib-extras; obsolete and incompatible
-
-2019-05-27 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 2.3.3
-
-2019-04-22 Treeve Jelbert <treeve AT sourcemage.org>
- * DEPENDS: use DEVICE-MANAGER
-
-2018-08-22 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 2.3.2
-
-2018-07-10 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 2.3.1
-
-2018-05-27 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 2.3.0
-
-208-04-24 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 2.2.0
- new website & url
- * DEPENDS: now uses qt5; multiple changes
- * CONFIGURE: added
- * BUILD: deleted
-
-2015-04-29 Treeve Jelbert <treeve AT sourcemage.org>
- * DEPENDS: fix kdelibs usage
-
-2014-05-28 Florian Franzmann <bwlf AT bandrate.org>
- * DETAILS: version 1.3.4
-
-2014-03-26 Florian Franzmann <bwlf AT bandrate.org>
- * DETAILS: version 1.3.3
-
-2014-02-28 Florian Franzmann <bwlf AT bandrate.org>
- * DETAILS: version 1.3.0.1
- * DEPENDS: add dependency on qjson, optional deps on cdparanoia,
- libcddb, musicbrainz
-
-2014-01-01 Florian Franzmann <bwlf AT bandrate.org>
- * DETAILS: version 1.2.1
-
-2013-05-31 Florian Franzmann <bwlf AT bandrate.org>
- * BUILD, DEPENDS, DETAILS: spell created
-
+2024-07-05 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0
+ PATCHLEVEL=9999
+ spell deprecated [replaced by dead upstream]
diff --git a/qt5-cmake/cantata/INSTALL b/qt5-cmake/cantata/INSTALL
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/qt5-cmake/cantata/INSTALL
@@ -0,0 +1 @@
+true
diff --git a/qt5-cmake/cantata/PRE_BUILD b/qt5-cmake/cantata/PRE_BUILD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/qt5-cmake/cantata/PRE_BUILD
@@ -0,0 +1 @@
+true
diff --git a/qt5-cmake/cantata/UP_TRIGGERS b/qt5-cmake/cantata/UP_TRIGGERS
new file mode 100755
index 0000000..98e116a
--- /dev/null
+++ b/qt5-cmake/cantata/UP_TRIGGERS
@@ -0,0 +1 @@
+up_trigger dead upstream cast_self


  • [[SM-Commit] ] GIT changes to master grimoire by Treeve Jelbert (79ca0ed98cac7f6b10d01f0b61dab9ae995fb651), Treeve Jelbert, 07/05/2024

Archive powered by MHonArc 2.6.24.

Top of Page