Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Conner Clere (c8e540a4f1d45f2c791c81cd62db65a4a6eb2514)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Conner Clere <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Conner Clere (c8e540a4f1d45f2c791c81cd62db65a4a6eb2514)
  • Date: Sat, 18 Feb 2023 06:30:54 +0000

GIT changes to master grimoire by Conner Clere <xenanthropy AT sourcemage.org>:

ChangeLog | 1 +
lumina/lumina-mediaplayer/DEPENDS | 7 +++++++
lumina/lumina-mediaplayer/DETAILS | 16 ++++++++++++++++
lumina/lumina-mediaplayer/HISTORY | 3 +++
lumina/lumina-mediaplayer/PRE_BUILD | 14 ++++++++++++++
5 files changed, 41 insertions(+)

New commits:
commit c8e540a4f1d45f2c791c81cd62db65a4a6eb2514
Author: Conner Clere <xenanthropy AT sourcemage.org>
Commit: Conner Clere <xenanthropy AT sourcemage.org>

lumina-mediaplayer: new spell, streaming media player for lumina desktop

diff --git a/ChangeLog b/ChangeLog
index f825672..f8c3953 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,7 @@
* lumina/lumina-archiver: new spell, archive manager for lumina
desktop
* lumina/lumina-fileinfo: new spell, file properties editor for
lumina desktop
* lumina/lumina-fm: new spell, insight file manager for lumina desktop
+ * lumina/lumina-mediaplayer: new spell, streaming media player for
lumina desktop

2023-02-13 Vlad Glagolev <stealth AT sourcemage.org>
* fonts-x11/scientifica: new spell, tall, condensed, bitmap font for
geeks
diff --git a/lumina/lumina-mediaplayer/DEPENDS
b/lumina/lumina-mediaplayer/DEPENDS
new file mode 100755
index 0000000..eaec7f6
--- /dev/null
+++ b/lumina/lumina-mediaplayer/DEPENDS
@@ -0,0 +1,7 @@
+. "$GRIMOIRE/QT5_DEPENDS" &&
+depends qtmultimedia &&
+depends qtsvg &&
+depends lumina-core
+
+# DISABLED PENDING SPELL
+#suggest_depends pianobar '' '' 'Allow streaming from the "Pandora" online
radio service
diff --git a/lumina/lumina-mediaplayer/DETAILS
b/lumina/lumina-mediaplayer/DETAILS
new file mode 100755
index 0000000..33f2748
--- /dev/null
+++ b/lumina/lumina-mediaplayer/DETAILS
@@ -0,0 +1,16 @@
+ SPELL=lumina-mediaplayer
+ SPELLX=lumina
+ VERSION=1.6.2
+ SOURCE=$SPELLX-$VERSION.tar.gz
+
SOURCE_HASH=sha256:02cca45e655727360990db8a9e3935be54cc4fbb01b339d1cd406d280ecdf3ae
+
SOURCE_URL=https://github.com/${SPELLX}-desktop/${SPELLX}/archive/refs/tags/v${VERSION}.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELLX-$VERSION
+ WEB_SITE=https://lumina-desktop.org/
+ ENTERED=20230217
+ LICENSE[0]=BSD
+ KEYWORDS="lumina media player"
+ SHORT="streaming media player for lumina desktop"
+cat << EOF
+This is a media player for local files with an emphasis on
+supporting web-based streaming services in a modular fashion.
+EOF
diff --git a/lumina/lumina-mediaplayer/HISTORY
b/lumina/lumina-mediaplayer/HISTORY
new file mode 100644
index 0000000..cb312e3
--- /dev/null
+++ b/lumina/lumina-mediaplayer/HISTORY
@@ -0,0 +1,3 @@
+2023-02-17 Conner Clere <xenanthropy AT sourcemage.org>
+ * DETAILS, DEPENDS, PRE_BUILD: version 1.6.2, new spell
+
diff --git a/lumina/lumina-mediaplayer/PRE_BUILD
b/lumina/lumina-mediaplayer/PRE_BUILD
new file mode 100755
index 0000000..4cd0aaf
--- /dev/null
+++ b/lumina/lumina-mediaplayer/PRE_BUILD
@@ -0,0 +1,14 @@
+default_pre_build &&
+cd "$SOURCE_DIRECTORY/src-qt5" &&
+
+# editing SUBDIRS so it doesn't build all 3 lumina components
+# (they recommend packaging each component separately)
+sed -i '7,13d' src-qt5.pro &&
+sed -i '6i SUBDIRS+= desktop-utils' src-qt5.pro &&
+
+cd desktop-utils &&
+
+# editing desktop-utils SUBDIRS so it only builds the current component
+sed -i '7,14d' desktop-utils.pro &&
+sed -i '6i SUBDIRS+= lumina-mediaplayer' desktop-utils.pro
+



  • [SM-Commit] GIT changes to master grimoire by Conner Clere (c8e540a4f1d45f2c791c81cd62db65a4a6eb2514), Conner Clere, 02/18/2023

Archive powered by MHonArc 2.6.24.

Top of Page