Skip to Content.
Sympa Menu

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

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
  • Subject: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (3232af428c01eb08452ead5b0471ab64518538e2)
  • Date: Tue, 24 Apr 2018 12:15:34 +0000

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

audio-players/cantata/BUILD | 1 -
audio-players/cantata/DEPENDS | 39 ---------------------------------------
audio-players/cantata/DETAILS | 16 ----------------
audio-players/cantata/HISTORY | 20 --------------------
qt5-cmake/cantata/CONFIGURE | 1 +
qt5-cmake/cantata/DEPENDS | 33 +++++++++++++++++++++++++++++++++
qt5-cmake/cantata/DETAILS | 16 ++++++++++++++++
qt5-cmake/cantata/HISTORY | 27 +++++++++++++++++++++++++++
8 files changed, 77 insertions(+), 76 deletions(-)

New commits:
commit 3232af428c01eb08452ead5b0471ab64518538e2
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

cantata: => 2.2.0

diff --git a/audio-players/cantata/BUILD b/audio-players/cantata/BUILD
deleted file mode 100755
index 2113434..0000000
--- a/audio-players/cantata/BUILD
+++ /dev/null
@@ -1 +0,0 @@
-qt4_cmake_build
diff --git a/audio-players/cantata/DEPENDS b/audio-players/cantata/DEPENDS
deleted file mode 100755
index 319104c..0000000
--- a/audio-players/cantata/DEPENDS
+++ /dev/null
@@ -1,39 +0,0 @@
-depends -sub CXX gcc &&
-depends -sub DBUS qt4 &&
-depends qjson &&
-optional_depends kdelibs \
- "-DENABLE_KDE=on" \
- "-DENABLE_KDE=off" \
- "support for KDE 4" &&
-optional_depends taglib \
- "-DENABLE_TAGLIB=on" \
- "-DENABLE_TAGLIB=off" \
- "for tag editing and replay gain calculation" &&
-if is_depends_enabled $SPELL taglib; then
- depends LIBAVCODEC "-DENABLE_FFMPEG=on" &&
- depends mpg123 "-DENABLE_MPG123=on" &&
- depends speex "-DENABLE_SPEEXDSP=on" &&
- depends taglib-extras "-DENABLE_TAGLIB_EXTRAS=on"
-fi &&
-optional_depends phonon \
- "-DENABLE_PHONON=on" \
- "-DENABLE_PHONON=off" \
- "required to playback MPD HTTP streams" &&
-optional_depends libmtp \
- "-DENABLE_MTP=on" \
- "-DENABLE_MTP=off" \
- "required to support MTP devices" &&
-optional_depends cdparanoia \
- "-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 musicbrainz \
- "-DENABLE_MUSICBRAINZ=on" \
- "-DENABLE_MUSICBRAINZ=off" \
- "you need either this or libcddb for audio cd support"
-fi
diff --git a/audio-players/cantata/DETAILS b/audio-players/cantata/DETAILS
deleted file mode 100755
index b9b2c7d..0000000
--- a/audio-players/cantata/DETAILS
+++ /dev/null
@@ -1,16 +0,0 @@
- SPELL=cantata
- VERSION=1.3.4
- SOURCE="${SPELL}-${VERSION}.tar.bz2"
-
SOURCE_URL[0]="https://drive.google.com/uc?export=download&id=0Bzghs6gQWi60WTYtaXk3c1IzNVU";
-
SOURCE_HASH=sha512:7bd8886d194d5a7c83d4cf41cbaae1f216cb2fa41642588f4be903e1f03fcdddcaa809ac56d061859ed570f54e52fa2c42ac49d742eb636d2b3b29352e3e2343
-SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
- WEB_SITE="https://code.google.com/p/cantata/";
- LICENSE[0]=GPL
- ENTERED=20130531
- SHORT="a Qt4/KDE4 client for the music player daemon (MPD)"
-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.
-EOF
diff --git a/audio-players/cantata/HISTORY b/audio-players/cantata/HISTORY
deleted file mode 100644
index f60b4ba..0000000
--- a/audio-players/cantata/HISTORY
+++ /dev/null
@@ -1,20 +0,0 @@
-2015-04-29 Treeve Jelbert <treeve AT sourcemage.org>
- * DEPENDS: fix kdelibs usage
-
-2014-05-28 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
- * DETAILS: version 1.3.4
-
-2014-03-26 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
- * DETAILS: version 1.3.3
-
-2014-02-28 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
- * DETAILS: version 1.3.0.1
- * DEPENDS: add dependency on qjson, optional deps on cdparanoia,
- libcddb, musicbrainz
-
-2014-01-01 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
- * DETAILS: version 1.2.1
-
-2013-05-31 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
- * BUILD, DEPENDS, DETAILS: spell created
-
diff --git a/qt5-cmake/cantata/CONFIGURE b/qt5-cmake/cantata/CONFIGURE
new file mode 100755
index 0000000..b2f02c3
--- /dev/null
+++ b/qt5-cmake/cantata/CONFIGURE
@@ -0,0 +1 @@
+source $GRIMOIRE/CMAKE_CONFIGURE
diff --git a/qt5-cmake/cantata/DEPENDS b/qt5-cmake/cantata/DEPENDS
new file mode 100755
index 0000000..25dcfed
--- /dev/null
+++ b/qt5-cmake/cantata/DEPENDS
@@ -0,0 +1,33 @@
+source $GRIMOIRE/QT5_DEPENDS
+depends qtsvg &&
+depends -sub CXX gcc &&
+depends libebur128 &&
+deepnds eudev &&
+depends zlib &&
+optional_depends taglib \
+ '-DENABLE_TAGLIB=on' \
+ '-DENABLE_TAGLIB=off' \
+ 'for tag editing and replay gain calculation' &&
+optional_depends taglib-extras '' '' 'Tag editor'
+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'
diff --git a/qt5-cmake/cantata/DETAILS b/qt5-cmake/cantata/DETAILS
new file mode 100755
index 0000000..7dfba97
--- /dev/null
+++ b/qt5-cmake/cantata/DETAILS
@@ -0,0 +1,16 @@
+ SPELL=cantata
+ VERSION=2.2.0
+
SOURCE_HASH=sha512:519a2e24c8b2a1c98a2006a1f590945e1bd5e98a2c3a1b5da23e40f2297f1477d48d69b48ec669219f5ab8fdc955486fe29db6914abeef1fba2a47377f694ecd
+ 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)"
+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.
+EOF
diff --git a/qt5-cmake/cantata/HISTORY b/qt5-cmake/cantata/HISTORY
new file mode 100644
index 0000000..3584858
--- /dev/null
+++ b/qt5-cmake/cantata/HISTORY
@@ -0,0 +1,27 @@
+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 <siflfran AT hawo.stw.uni-erlangen.de>
+ * DETAILS: version 1.3.4
+
+2014-03-26 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DETAILS: version 1.3.3
+
+2014-02-28 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DETAILS: version 1.3.0.1
+ * DEPENDS: add dependency on qjson, optional deps on cdparanoia,
+ libcddb, musicbrainz
+
+2014-01-01 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DETAILS: version 1.2.1
+
+2013-05-31 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * BUILD, DEPENDS, DETAILS: spell created
+



  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (3232af428c01eb08452ead5b0471ab64518538e2), Treeve Jelbert, 04/24/2018

Archive powered by MHonArc 2.6.24.

Top of Page