Skip to Content.
Sympa Menu

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

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 (1b9e51651f20f4da4e5db6bbe8b5c539fed4a5e4)
  • Date: Sun, 2 Mar 2025 10:23:29 +0000

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

qt5-cmake/phonon-backend-vlc/BUILD | 6 ---
qt5-cmake/phonon-backend-vlc/CONFIGURE | 1
qt5-cmake/phonon-backend-vlc/CONFLICTS | 1
qt5-cmake/phonon-backend-vlc/DEPENDS | 3 -
qt5-cmake/phonon-backend-vlc/DETAILS | 17 ----------
qt5-cmake/phonon-backend-vlc/HISTORY | 35 ---------------------
qt5-cmake/phonon/BUILD | 6 ---
qt5-cmake/phonon/CONFIGURE | 1
qt5-cmake/phonon/CONFLICTS | 1
qt5-cmake/phonon/DEPENDS | 16 ---------
qt5-cmake/phonon/DETAILS | 22 -------------
qt5-cmake/phonon/HISTORY | 48
-----------------------------
qt5-cmake/phonon/PRE_BUILD | 5 ---
qt5-cmake/phonon4qt5-gstreamer/BUILD | 1
qt5-cmake/phonon4qt5-gstreamer/CONFLICTS | 1
qt5-cmake/phonon4qt5-gstreamer/DEPENDS | 1
qt5-cmake/phonon4qt5-gstreamer/DETAILS | 8 ----
qt5-cmake/phonon4qt5-gstreamer/DOWNLOAD | 1
qt5-cmake/phonon4qt5-gstreamer/HISTORY | 4 --
qt5-cmake/phonon4qt5-gstreamer/INSTALL | 1
qt5-cmake/phonon4qt5-gstreamer/PRE_BUILD | 1
qt5-cmake/phonon4qt5-gstreamer/UP_TRIGGERS | 1
qt5-cmake/polkit-qt-1/CONFLICTS | 1
qt5-cmake/polkit-qt-1/DEPENDS | 6 ---
qt5-cmake/polkit-qt-1/DETAILS | 17 ----------
qt5-cmake/polkit-qt-1/HISTORY | 20 ------------
26 files changed, 225 deletions(-)

New commits:
commit 1b9e51651f20f4da4e5db6bbe8b5c539fed4a5e4
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

delete duplicate polkit-qt-1

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

remove duplicate phonon*

diff --git a/qt5-cmake/phonon-backend-vlc/BUILD
b/qt5-cmake/phonon-backend-vlc/BUILD
deleted file mode 100755
index 62461aa..0000000
--- a/qt5-cmake/phonon-backend-vlc/BUILD
+++ /dev/null
@@ -1,6 +0,0 @@
-if is_depends_enabled $SPELL qt6base;then
- OPTS+=" -DPHONON_BUILD_QT5=OFF"
-else
- OPTS+=" -DPHONON_BUILD_QT6=OFF"
-fi &&
-default_build
diff --git a/qt5-cmake/phonon-backend-vlc/CONFIGURE
b/qt5-cmake/phonon-backend-vlc/CONFIGURE
deleted file mode 100755
index b2f02c3..0000000
--- a/qt5-cmake/phonon-backend-vlc/CONFIGURE
+++ /dev/null
@@ -1 +0,0 @@
-source $GRIMOIRE/CMAKE_CONFIGURE
diff --git a/qt5-cmake/phonon-backend-vlc/CONFLICTS
b/qt5-cmake/phonon-backend-vlc/CONFLICTS
deleted file mode 100755
index 36ebe3e..0000000
--- a/qt5-cmake/phonon-backend-vlc/CONFLICTS
+++ /dev/null
@@ -1 +0,0 @@
-conflicts phonon4qt5-vlc y
diff --git a/qt5-cmake/phonon-backend-vlc/DEPENDS
b/qt5-cmake/phonon-backend-vlc/DEPENDS
deleted file mode 100755
index c3ec23a..0000000
--- a/qt5-cmake/phonon-backend-vlc/DEPENDS
+++ /dev/null
@@ -1,3 +0,0 @@
-source $GRIMOIRE/KDE_DEPENDS &&
-depends phonon &&
-depends vlc
diff --git a/qt5-cmake/phonon-backend-vlc/DETAILS
b/qt5-cmake/phonon-backend-vlc/DETAILS
deleted file mode 100755
index fdc7d24..0000000
--- a/qt5-cmake/phonon-backend-vlc/DETAILS
+++ /dev/null
@@ -1,17 +0,0 @@
- SPELL=phonon-backend-vlc
- VERSION=0.12.0
- SOURCE=$SPELL-$VERSION.tar.xz
-
SOURCE_URL[0]=https://download.kde.org/stable/phonon/$SPELL/$VERSION/$SOURCE
- SOURCE2=$SOURCE.sig
- SOURCE2_URL[0]=${SOURCE_URL[0]}.sig
- SOURCE_GPG=kde.gpg:$SOURCE.sig:UPSTREAM_KEY
- SOURCE2_IGNORE=signature
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- WEB_SITE=https://phonon.kde.org/
- LICENSE[0]=LGPL
- ENTERED=20141104
- KEYWORDS="kde multimedia"
- SHORT="VLC backend for phonon"
-cat << EOF
-VLC backend for phonon
-EOF
diff --git a/qt5-cmake/phonon-backend-vlc/HISTORY
b/qt5-cmake/phonon-backend-vlc/HISTORY
deleted file mode 100644
index 56cf36b..0000000
--- a/qt5-cmake/phonon-backend-vlc/HISTORY
+++ /dev/null
@@ -1,35 +0,0 @@
-2023-11-02 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 0.12.0
- spell renamed
- * CONFLICTS BUILD: added
- * DEPENDS: tweaked
-
-2022-05-27 Treeve Jelbert <treeve AT sourcemage.org>
- * DEPENDS: use phonon
-
-2021-03-31 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 0.11.3
-
-2021-02-16 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 0.11.2
-
-2019-09-02 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 0.11.0
-
-2018-03-07 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 0.10.1
-
-2017-02-23 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 0.9.1
-
- * DETAILS: add gpg checking
-
-2016=-4-18 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 0.9.0
-
-2015-05-25 Thomas Orgis <sobukus AT sourcemage.org>
- * DEPENDS: depends -sub CXX gcc (half-automated)
-
-2014-11-04 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 0.8.1
- new spell
diff --git a/qt5-cmake/phonon/BUILD b/qt5-cmake/phonon/BUILD
deleted file mode 100755
index 62461aa..0000000
--- a/qt5-cmake/phonon/BUILD
+++ /dev/null
@@ -1,6 +0,0 @@
-if is_depends_enabled $SPELL qt6base;then
- OPTS+=" -DPHONON_BUILD_QT5=OFF"
-else
- OPTS+=" -DPHONON_BUILD_QT6=OFF"
-fi &&
-default_build
diff --git a/qt5-cmake/phonon/CONFIGURE b/qt5-cmake/phonon/CONFIGURE
deleted file mode 100755
index b2f02c3..0000000
--- a/qt5-cmake/phonon/CONFIGURE
+++ /dev/null
@@ -1 +0,0 @@
-source $GRIMOIRE/CMAKE_CONFIGURE
diff --git a/qt5-cmake/phonon/CONFLICTS b/qt5-cmake/phonon/CONFLICTS
deleted file mode 100755
index 659c031..0000000
--- a/qt5-cmake/phonon/CONFLICTS
+++ /dev/null
@@ -1 +0,0 @@
-conflicts phonon4qt5 y
diff --git a/qt5-cmake/phonon/DEPENDS b/qt5-cmake/phonon/DEPENDS
deleted file mode 100755
index 1545b1a..0000000
--- a/qt5-cmake/phonon/DEPENDS
+++ /dev/null
@@ -1,16 +0,0 @@
-source $GRIMOIRE/KDE_DEPENDS &&
-if is_depends_enabled $SPELL qt6base;then
- depends qt5compat &&
- optional_depends qt6tools '' '' 'build Designer plugin'
-else
- optional_depends qttools '' '' 'build Designer plugin'
-fi &&
-depends libx11 &&
-depends libice &&
-depends libxext &&
-depends libxcb &&
-depends glib2 &&
-optional_depends libxml2 '' '' 'xml support' &&
-optional_depends pulseaudio ' -DWITH_PulseAudio=ON' \
- ' -DWITH_PulseAudio=OFF'\
- 'playback via the PulseAudio soundserver'
diff --git a/qt5-cmake/phonon/DETAILS b/qt5-cmake/phonon/DETAILS
deleted file mode 100755
index 3d56718..0000000
--- a/qt5-cmake/phonon/DETAILS
+++ /dev/null
@@ -1,22 +0,0 @@
- SPELL=phonon
- VERSION=4.12.0
- SOURCE=$SPELL-$VERSION.tar.xz
- SOURCE_URL[0]=https://download.kde.org/stable/phonon/$VERSION/$SOURCE
- SOURCE2=$SOURCE.sig
- SOURCE2_URL[0]=${SOURCE_URL[0]}.sig
- SOURCE_GPG=kde.gpg:$SOURCE.sig:UPSTREAM_KEY
- SOURCE2_IGNORE=signature
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- WEB_SITE=https://phonon.kde.org/
- LICENSE[0]=LGPL
- ENTERED=20140304
- KEYWORDS="kf5 multimedia"
- SHORT="A multimedia framework and API for KF5."
-cat << EOF
-Phonon wants to fill in the gap and provide a multimedia API for KDE
-developers while at the same time giving the users more choices. With
-Phonon applications don't need to develop sound engines as Phonon
-provides them for free. Applications are written saying what they want
-and not how they want to do it. This leaves some room for the
-user/administrator to customize things.
-EOF
diff --git a/qt5-cmake/phonon/HISTORY b/qt5-cmake/phonon/HISTORY
deleted file mode 100644
index 3a6bf5d..0000000
--- a/qt5-cmake/phonon/HISTORY
+++ /dev/null
@@ -1,48 +0,0 @@
-2023-11-02 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 4.12.0
- * BUILD DEPENDS: updated for qt6 support
-
-2022-01-07 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 4.11.1
-
-2019-09-02 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 4.11.0
-
-2018-10-11 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 4.10.1
-
-2018-10-11 Treeve Jelbert <treeve AT sourcemage.org>
- * DEPENDS: delete qtquick1
-
-2018-03-07 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 4.10.0
-
-2017-01-28 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: use https
-
-2017-01-25 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 4.9.1
-
- * DETAILS: add gpg checking
-
-2016-04-18 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 4.9.0
-
-2016-03-03 Treeve Jelbert <treeve AT sourcemage.org>
- * BUILD: fix build with qt-5.6
-
-2015-04-08 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 4.8.3
-
-2015-01-25 Ismael Luceno <ismael AT sourcemage.org>
- * DEPENDS: Add proper flag to enable/disable pulseaudio
-
-2014-11-04 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 4.8.2
-
-2014-10-20 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 4.8.1
-
-2014-03-04 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 4.7.1
- spell created, based onkde4 version
diff --git a/qt5-cmake/phonon/PRE_BUILD b/qt5-cmake/phonon/PRE_BUILD
deleted file mode 100755
index 6bdb4c6..0000000
--- a/qt5-cmake/phonon/PRE_BUILD
+++ /dev/null
@@ -1,5 +0,0 @@
-default_pre_build &&
-cd $SOURCE_DIRECTORY &&
-sed -i 's/fPIE/fPIC/' cmake/FindPhononInternal.cmake
-#sed -i '/FindPhononInternal/D' CMakeLists.txt
-#find_package(Phonon4qt5 REQUIRED)' CMakeLists.txt
diff --git a/qt5-cmake/phonon4qt5-gstreamer/BUILD
b/qt5-cmake/phonon4qt5-gstreamer/BUILD
deleted file mode 100755
index 27ba77d..0000000
--- a/qt5-cmake/phonon4qt5-gstreamer/BUILD
+++ /dev/null
@@ -1 +0,0 @@
-true
diff --git a/qt5-cmake/phonon4qt5-gstreamer/CONFLICTS
b/qt5-cmake/phonon4qt5-gstreamer/CONFLICTS
deleted file mode 100755
index 1bd6927..0000000
--- a/qt5-cmake/phonon4qt5-gstreamer/CONFLICTS
+++ /dev/null
@@ -1 +0,0 @@
-conflicts phonon4qt5-gstreamer y
diff --git a/qt5-cmake/phonon4qt5-gstreamer/DEPENDS
b/qt5-cmake/phonon4qt5-gstreamer/DEPENDS
deleted file mode 100755
index 80a8b65..0000000
--- a/qt5-cmake/phonon4qt5-gstreamer/DEPENDS
+++ /dev/null
@@ -1 +0,0 @@
-depends phonon-backend-vlc
diff --git a/qt5-cmake/phonon4qt5-gstreamer/DETAILS
b/qt5-cmake/phonon4qt5-gstreamer/DETAILS
deleted file mode 100755
index 3213013..0000000
--- a/qt5-cmake/phonon4qt5-gstreamer/DETAILS
+++ /dev/null
@@ -1,8 +0,0 @@
- SPELL=phonon4qt5-gstreamer
- VERSION=0
- PATCHLEVEL=9999
- SHORT="deprecated"
-cat << EOF
-deprecated spell [replaced by phonon-backend-vlc]
-EOF
-
diff --git a/qt5-cmake/phonon4qt5-gstreamer/DOWNLOAD
b/qt5-cmake/phonon4qt5-gstreamer/DOWNLOAD
deleted file mode 100755
index 27ba77d..0000000
--- a/qt5-cmake/phonon4qt5-gstreamer/DOWNLOAD
+++ /dev/null
@@ -1 +0,0 @@
-true
diff --git a/qt5-cmake/phonon4qt5-gstreamer/HISTORY
b/qt5-cmake/phonon4qt5-gstreamer/HISTORY
deleted file mode 100644
index b0411a0..0000000
--- a/qt5-cmake/phonon4qt5-gstreamer/HISTORY
+++ /dev/null
@@ -1,4 +0,0 @@
-2023-11-02 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 0
- PATCHLEVEL=9999
- spell deprecated [replaced by phonon-backend-vlc]
diff --git a/qt5-cmake/phonon4qt5-gstreamer/INSTALL
b/qt5-cmake/phonon4qt5-gstreamer/INSTALL
deleted file mode 100755
index 27ba77d..0000000
--- a/qt5-cmake/phonon4qt5-gstreamer/INSTALL
+++ /dev/null
@@ -1 +0,0 @@
-true
diff --git a/qt5-cmake/phonon4qt5-gstreamer/PRE_BUILD
b/qt5-cmake/phonon4qt5-gstreamer/PRE_BUILD
deleted file mode 100755
index 27ba77d..0000000
--- a/qt5-cmake/phonon4qt5-gstreamer/PRE_BUILD
+++ /dev/null
@@ -1 +0,0 @@
-true
diff --git a/qt5-cmake/phonon4qt5-gstreamer/UP_TRIGGERS
b/qt5-cmake/phonon4qt5-gstreamer/UP_TRIGGERS
deleted file mode 100755
index 70ad86a..0000000
--- a/qt5-cmake/phonon4qt5-gstreamer/UP_TRIGGERS
+++ /dev/null
@@ -1 +0,0 @@
-up_trigger phonon-backend-vlc cast_self
diff --git a/qt5-cmake/polkit-qt-1/CONFLICTS b/qt5-cmake/polkit-qt-1/CONFLICTS
deleted file mode 100755
index 56bce70..0000000
--- a/qt5-cmake/polkit-qt-1/CONFLICTS
+++ /dev/null
@@ -1 +0,0 @@
-conflicts polkit-qt5 y
diff --git a/qt5-cmake/polkit-qt-1/DEPENDS b/qt5-cmake/polkit-qt-1/DEPENDS
deleted file mode 100755
index 73527d4..0000000
--- a/qt5-cmake/polkit-qt-1/DEPENDS
+++ /dev/null
@@ -1,6 +0,0 @@
-depends -sub CXX gcc &&
-depends qtbase &&
-depends cmake &&
-depends glib2 &&
-depends PKG-CONFIG &&
-depends policykit
diff --git a/qt5-cmake/polkit-qt-1/DETAILS b/qt5-cmake/polkit-qt-1/DETAILS
deleted file mode 100755
index a63f147..0000000
--- a/qt5-cmake/polkit-qt-1/DETAILS
+++ /dev/null
@@ -1,17 +0,0 @@
- SPELL=polkit-qt-1
- VERSION=0.114.0
- SOURCE=$SPELL-$VERSION.tar.xz
- SOURCE_URL[0]=https://download.kde.org/stable/$SPELLX/$SOURCE
- SOURCE2=$SOURCE.sig
- SOURCE2_URL[0]=${SOURCE_URL[0]}.sig
- SOURCE_GPG=kde.gpg:$SOURCE.sig:UPSTREAM_KEY
- SOURCE2_IGNORE=signature
-SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
- WEB_SITE=https://www.kde.org
- LICENSE[0]=GPL
- ENTERED=20091121
- KEYWORDS="utils"
- SHORT="Qt5/6 interface to policykit"
-cat << EOF
-Qt5/6 interface to policykit
-EOF
diff --git a/qt5-cmake/polkit-qt-1/HISTORY b/qt5-cmake/polkit-qt-1/HISTORY
deleted file mode 100644
index c856262..0000000
--- a/qt5-cmake/polkit-qt-1/HISTORY
+++ /dev/null
@@ -1,20 +0,0 @@
-2023-01-29 Treeve Jelbert <treeve AT sourcemage.org>
- * rename spell
- * CONFLICTS: added
-
-2022-07-31 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 0.114.0
-
-2022-07-27 Vlad Glagolev <stealth AT sourcemage.org>
- * DEPENDS: switch to PKG-CONFIG provider (automated)
-
-2019-08-28 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 0.113.0
- * DETAILS: add gpg checking
-
-2015-05-25 Thomas Orgis <sobukus AT sourcemage.org>
- * DEPENDS: depends -sub CXX gcc (half-automated)
-
-2014-07-18 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 0.112.0
- spell created


  • [[SM-Commit] ] GIT changes to master grimoire by Treeve Jelbert (1b9e51651f20f4da4e5db6bbe8b5c539fed4a5e4), Treeve Jelbert, 03/02/2025

Archive powered by MHonArc 2.6.24.

Top of Page