Skip to Content.
Sympa Menu

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

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 (4d3d989f00432140cd2ae54a35ced076f4e4473b)
  • Date: Sun, 16 Jan 2022 14:09:30 +0000

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

ChangeLog | 6 +
audio-libs/taglib-extras/BUILD | 1
audio-libs/taglib-extras/DEPENDS | 10 -
audio-libs/taglib-extras/DETAILS | 23 ---
audio-libs/taglib-extras/HISTORY | 16 --
audio-libs/taglib-extras/PREPARE | 1
dev/null |binary
http/gnash/BUILD | 11 -
http/gnash/CONFIGURE | 33 -----
http/gnash/DEPENDS | 116 -------------------
http/gnash/DETAILS | 20 ---
http/gnash/HISTORY | 163
----------------------------
http/gnash/INSTALL | 46 -------
kde5-apps/kid3/DETAILS | 2
kde5-apps/kid3/HISTORY | 3
kde5-extra/plasma-wayland-protocols/DETAILS | 2
kde5-extra/plasma-wayland-protocols/HISTORY | 3
qt5-cmake/cantata/DEPENDS | 1
qt5-cmake/cantata/DETAILS | 4
qt5-cmake/cantata/HISTORY | 4
qt5-qmake/qalculate-qt/DETAILS | 4
qt5-qmake/qalculate-qt/HISTORY | 3
22 files changed, 25 insertions(+), 447 deletions(-)

New commits:
commit 4d3d989f00432140cd2ae54a35ced076f4e4473b
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

kid3: => 3.9.1

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

plasma-wayland-protocols: => 1.6.0

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

deprecate http/gnash - obsolete/dead

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

deprecate audio-libs/taglib-extras

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

cantata: => 2.4.2

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

qalculate-qt: => 3.22.0

diff --git a/ChangeLog b/ChangeLog
index 1571e4d..a81ca32 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2022-01-13 Treeve Jelbert <treeve AT sourcemage.org>
+ * http/gnash: spell deprecated
+
+2022-01-13 Treeve Jelbert <treeve AT sourcemage.org>
+ * audio-libs/taglib-extras: spell deprecated
+
2022-01- Treeve Jelbert <treeve AT sourcemage.org>
* move kross to kf5-only

diff --git a/audio-libs/taglib-extras/BUILD b/audio-libs/taglib-extras/BUILD
deleted file mode 100755
index 2113434..0000000
--- a/audio-libs/taglib-extras/BUILD
+++ /dev/null
@@ -1 +0,0 @@
-qt4_cmake_build
diff --git a/audio-libs/taglib-extras/DEPENDS
b/audio-libs/taglib-extras/DEPENDS
deleted file mode 100755
index a91cf93..0000000
--- a/audio-libs/taglib-extras/DEPENDS
+++ /dev/null
@@ -1,10 +0,0 @@
-depends cmake &&
-depends taglib &&
-if [[ -n $TAGLIB_EXTRAS_SVN && $TAGLIB_EXTRAS_SVN == "y" ]]; then
- depends subversion
-fi &&
-
-optional_depends kdelibs4 \
- '-DWITH_KDE=ON' \
- '-DWITH_KDE=OFF' \
- 'Enable KDE4 integration ?'
diff --git a/audio-libs/taglib-extras/DETAILS
b/audio-libs/taglib-extras/DETAILS
deleted file mode 100755
index daf4bdc..0000000
--- a/audio-libs/taglib-extras/DETAILS
+++ /dev/null
@@ -1,23 +0,0 @@
- SPELL=taglib-extras
-if [[ $TAGLIB_EXTRAS_SVN == y ]];then
- VERSION=svn
- SOURCE_IGNORE=volatile
- SOURCE=$SPELL-$VERSION.tar.bz2
-
SOURCE_URL[0]=svn://anonsvn.kde.org/home/kde/trunk/kdesupport/$SPELL:$SPELL
- FORCE_DOWNLOAD=on
-else
- VERSION=1.0.1
-
SOURCE_HASH=sha512:282f9c9cde81a250d8d6f4416658167665044d53cd10d8ecfa490df60a1fb95e1309feb17f69963f8dbfccc83ebb76af7275c25339931117435f34a56c4f1a65
- SOURCE=$SPELL-$VERSION.tar.gz
- SOURCE_URL[0]=http://www.kollide.net/~jefferai/$SOURCE
-fi
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- WEB_SITE=http://developer.kde.org/~wheeler/taglib.html
- LICENSE[0]=LGPL
- ENTERED=20090424
- KEYWORDS=""
- SHORT="library for reading audio metadata"
-cat << EOF
-tagib-extras is a library to read audio metadata. It adds to taglib support
-for several extra formats, including MP4, WAV, Real and ASF.
-EOF
diff --git a/audio-libs/taglib-extras/HISTORY
b/audio-libs/taglib-extras/HISTORY
deleted file mode 100644
index 522ecb6..0000000
--- a/audio-libs/taglib-extras/HISTORY
+++ /dev/null
@@ -1,16 +0,0 @@
-2011-08-19 Julien "_kaze_" ROZO <julien AT rozo.org>
- * DEPENDS: subversion is not needed to cast stable version of the
spell
-
-2011-01-16 Bor Kraljič <pyrobor AT ver.si>
- * DETAILS: added WEB_SITE
-
-2009-10-03 Ladislav Hagara <hgr AT vabo.cz>
- * DETAILS: fixed, normal version can be really chosen now
-
-2009-10-01 Bor Kraljič <pyrobor AT ver.si>
- * DETAILS: changed added normal version (not svn)
- * PREPARE: added, question for using svn version or not
-
-2009-04-24 Julien "_kaze_" ROZO <julien AT rozo.org>
- * BUILD, DEPENDS, DETAILS, HISTORY: created this spell
-
diff --git a/audio-libs/taglib-extras/PREPARE
b/audio-libs/taglib-extras/PREPARE
deleted file mode 100755
index 45ba2f5..0000000
--- a/audio-libs/taglib-extras/PREPARE
+++ /dev/null
@@ -1 +0,0 @@
-config_query TAGLIB_EXTRAS_SVN 'build svn version?' n
diff --git a/http/gnash/BUILD b/http/gnash/BUILD
deleted file mode 100755
index be4394c..0000000
--- a/http/gnash/BUILD
+++ /dev/null
@@ -1,11 +0,0 @@
-CXXFLAGS=${CXXFLAGS/-Os/-O2}
-CFLAGS=${CFLAGS/-Os/-O2}
-OPTS="$GNASH_OPTS $OPTS" &&
-sed -i '/^LIBS/s/\(.*\)/\1 -lboost_system/' \
- gui/Makefile.in utilities/Makefile.in &&
-if [[ "$GNASH_MEMORY" == "posix" ]]; then
- list_add OPTS "--with-shm=posix"
-else
- list_add OPTS "--with-shm=sysv"
-fi &&
-default_build
diff --git a/http/gnash/CONFIGURE b/http/gnash/CONFIGURE
deleted file mode 100755
index 3b2c382..0000000
--- a/http/gnash/CONFIGURE
+++ /dev/null
@@ -1,33 +0,0 @@
-config_query_list GNASH_MEMORY \
- "Which shared memory type do you want to use?" \
- sysv posix &&
-
-config_query_option GNASH_OPTS \
- "Enable Cygnal server" \
- n \
- "--enable-cygnal" \
- "--disable-cygnal" &&
-
-config_query_option GNASH_OPTS \
- "Enable CGIs for Cygnal" \
- n \
- "--enable-cgibins" \
- "--disable-cgibins" &&
-
-config_query_option GNASH_OPTS \
- "Makes the plugin write the currently playing SWF to
/tmp." \
- n \
- "--enable-write" \
- "--disable-write" &&
-
-config_query_list GNASH_GUI \
- "Which GUI do you want to use?" \
- GTK KDE4 &&
-
-config_query_list GNASH_MEDIA \
- "Which media backend do you want to use?" \
- gstreamer ffmpeg none &&
-
-config_query_list GNASH_RENDERER \
- "Which renderer to use?" \
- cairo opengl agg
diff --git a/http/gnash/DEPENDS b/http/gnash/DEPENDS
deleted file mode 100755
index f336165..0000000
--- a/http/gnash/DEPENDS
+++ /dev/null
@@ -1,116 +0,0 @@
-depends -sub "THREAD DATE_TIME PROGRAM_OPTIONS SYSTEM" boost &&
-depends curl &&
-depends fontconfig &&
-depends -sub CXX gcc &&
-depends JPEG &&
-depends libpng &&
-depends libxml2 &&
-depends zlib &&
-
-#
-# Video rendering
-#
-if [[ "$GNASH_RENDERER" == "opengl" ]]; then
- depends OPENGL "--enable-renderer=ogl"
-else
- depends $GNASH_RENDERER "--enable-renderer=$GNASH_RENDERER"
-fi &&
-
-#
-# Media rendering
-#
-if [[ $GNASH_MEDIA == "gstreamer" ]]; then
- depends $GNASH_MEDIA '--enable-media=GST'
-elif [[ $GNASH_MEDIA == "ffmpeg" ]]; then
- depends LIBAVCODEC '--enable-media=ffmpeg' &&
-# needed for sound backend with ffmpeg
- depends sdl
-fi &&
-
-#
-# GUI
-#
-if [[ "${GNASH_GUI}" == "GTK" ]]; then
- depends atk &&
- if [[ "$GNASH_RENDERER" != "cairo" ]]; then
- depends cairo
- fi &&
- depends GTK2 '--enable-gui=gtk' &&
- depends gtkglext '--enable-glext' &&
- depends pango
-elif [[ "${GNASH_GUI}" == "KDE4" ]]; then
- depends kdebase4 '--enable-gui=kde4' &&
- depends kdelibs4 '--enable-kparts4' &&
- depends qt4
-fi &&
-
-# no longer needed to build
-suggest_depends NS-PLUGIN-COMPATIBLE \
- '--enable-npapi' \
- '--disable-npapi' \
- 'Suggested to run the plugin from a browser' &&
-
-optional_depends speex \
- "" \
- "" \
- "Enable decoding of Speex encode audio in FLV files" &&
-
-optional_depends libxft \
- "--with-Xft-incl=${INSTALL_ROOT}/usr/include/X11/Xft
--with-Xft-lib=${INSTALL_ROOT}/usr/lib" \
- "" \
- 'Enable support for xft library' &&
-
-optional_depends dbus \
- '--enable-extensions=dbus' \
- '' \
- 'for D-bus extension support' &&
-
-optional_depends gettext \
- '--enable-nls' \
- '--disable-nls' \
- 'for Native Language Support' &&
-
-optional_depends lirc \
- '--enable-lirc' \
- '--disable-lirc' \
- 'for Linux infra-red controller support' &&
-
-# http://bugs.sourcemage.org/show_bug.cgi?id=15660
-# optional_depends GECKO \
-# '--enable-xpcom' \
-# '--disable-xpcom' \
-# 'Enable xpcom support in NPAPI plugin' &&
-
-optional_depends GIFLIB \
- '' \
- '' \
- 'Enable support for gif images.' &&
-
-optional_depends expat \
- '' \
- '' \
- 'Enable support for Expat library.' &&
-
-optional_depends docbook2x \
- "--enable-docbook" \
- "--disable-docbook" \
- "Enable support for building documentation" &&
-
-optional_depends libssh \
- "--enable-ssh" \
- "--disable-ssh" \
- "Enable using SSH for network communication" &&
-
-optional_depends SSL \
- "--enable-ssl" \
- "--disable-ssl" \
- "Enable using OpenSSL directly" &&
-
-optional_depends python \
- "--enable-python" \
- "--disable-python" \
- "Enable python wrapper support" &&
-
-if is_depends_enabled $SPELL python; then
- depends pygtk2
-fi
diff --git a/http/gnash/DETAILS b/http/gnash/DETAILS
deleted file mode 100755
index 06ecba3..0000000
--- a/http/gnash/DETAILS
+++ /dev/null
@@ -1,20 +0,0 @@
- SPELL=gnash
- VERSION=0.8.10
- SOURCE=$SPELL-$VERSION.tar.bz2
- SOURCE2=$SOURCE.sig
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- SOURCE_URL[0]=$GNU_URL/$SPELL/$VERSION/$SOURCE
- SOURCE2_URL[0]=$GNU_URL/$SPELL/$VERSION/$SOURCE2
- SOURCE2_IGNORE=signature
- SOURCE_GPG=gnash.gpg:$SOURCE2:UPSTREAM_KEY
- LICENSE[0]=GPL
- WEB_SITE=http://www.gnashdev.org/
- ENTERED=20070308
- SHORT="GNU flash implementation"
-cat << EOF
-Gnash is a GNU Flash movie player.
-Until now it has only been possible to play flash movies with
-proprietary software. While there are a few other free flash
-players, none supports anything higher than SWF v4 at best.
-Gnash is based on GameSWF, and supports many SWF v7 features.
-EOF
diff --git a/http/gnash/HISTORY b/http/gnash/HISTORY
deleted file mode 100644
index 6e21ae4..0000000
--- a/http/gnash/HISTORY
+++ /dev/null
@@ -1,163 +0,0 @@
-2014-08-19 Treeve Jelbert <treeve AT sourcemage.org>
- * DEPENDS: openssl => SSL
-
-2014-05-30 Treeve Jelbert <treeve AT sourcemage.org>
- * DEPENDS: giflib => GIFLIB
-
-2012-12-22 Pol Vinogradov <vin.public AT gmail.com>
- * DETAILS: version 0.8.10
- * BUILD, DEPENDS: boost specific fixes from BLFS project
-
-2011-10-04 Bor Kraljič <pyrobor AT ver.si>
- * DEPENDS,CONFIGURE: removed kde3 as option for GUI
-
-2011-07-30 Florian Franzmann <bwlf AT bandrate.org>
- * DEPENDS: changed dependency on g++ to dependency on gcc with
- sub-depends on CXX (scripted)
-
-2011-03-19 George Sherwood <gsherwood AT sourcemage.org>
- * DETAILS: Updated to version 0.8.9
-
-2010-11-03 Ladislav Hagara <hgr AT vabo.cz>
- * DEPENDS: jpeg -> JPEG
-
-2010-08-29 George Sherwood <gsherwood AT sourcemage.org>
- * DETAILS: Updated to version 0.8.8. Updated WEB_SITE
- * DEPENDS: Added optional_depends speex.
- Removed optional_depends nspr. Needs to be fixed and added back
- * INSTALL: Updated directory for location of plugin
- * PRE_BUILD: Removed. sed's and patch not needed
- * configure-nspr.patch: Removed, doesn't apply and configure
- has changed so that a new approach will be needed
-
-2010-04-15 Ladislav Hagara <hgr AT vabo.cz>
- * DEPENDS: disabled xpcom support in NPAPI plugin temporarily #15660
-
-2010-04-11 Ladislav Hagara <hgr AT vabo.cz>
- * DEPENDS: docbook-utils -> docbook2x, added pygtk2 #15660
-
-2010-04-07 Pol Vinogradov <vin.public AT gmail.com>
- * DEPENDS: openssh -> libssh
-
-2010-02-19 Pol Vinogradov <vin.public AT gmail.com>
- * CONFIGURE, BUILD: moved OPTS modifying code to BUILD according
policy
- * DEPENDS: fixed cairo double dependency
-
-2010-02-19 Pol Vinogradov <vin.public AT gmail.com>
- * CONFIGURE: options for Cygnal server, removed redundancy
- * DETAILS: updated to 0.8.7
- * DEPENDS: added dockbook-utils, openssh, openssl and python
- * PRE_BUILD, configure-nspr.patch: added patch for proper detection of
- nspr
-
-2010-02-17 Pol Vinogradov <vin.public AT gmail.com>
- * CONFIGURE, DEPENDS: moved back shared memory type choice, libxft and
- nspr dependemcies, added KDE4, more fix for renderer selection
-
-2010-02-16 Pol Vinogradov <vin.public AT gmail.com>
- * CONFIGURE, DEPENDS: added cairo renderer, various cleanups
-
-2009-09-28 Pol Vinogradov <vin.public AT gmail.com>
- * DETAILS: updated to 0.8.6
-
-2009-09-13 Pol Vinogradov <vin.public AT gmail.com>
- * DETAILS: updated to 0.8.5
- * PRE_BUILD: sedit -> sed -i, added one more fix
-
-2009-01-25 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
- * CONFIGURE: removed unneeded options
- * INSTALL: split -bin spells from the rest since the first are already
- handled
- * DEPENDS: modified depends and added various depends
-
-2008-11-10 Eric Sandall <sandalle AT sourcemage.org>
- * DETAILS: Updated to 0.8.4
- * CONFIGURE: Default media is gstreamer, list it first
- MIT-SHM X extension is enabled by default upstream
- Make gstreamer default for sound by listing first
- * gnash.gpg: Updated keys from
http://savannah.gnu.org/project/memberlist-gpgkeys.php?group=gnash
-
-2008-06-26 Pol Vinogradov <vin.public AT gmail.com>
- * DETAILS: updated to 0.8.3
-
-2008-06-08 Eric Sandall <sandalle AT sourcemage.org>
- * DETAILS: Updated to 0.8.2
- * DEPENDS: Optionally depends on gettext, lirc and dbus
- Depends on fontconfig and zlib
- Pass --enable calls for libpng and jpeg
- Do boost sub-dependencies all on one line
- Added comments for each section
- ./configure no longer needs helping finding libqt
- * gnash.gpg: Added new key for Rob Savoye 0xA0B6D3FE
- Verified from
- https://savannah.gnu.org/project/memberlist-gpgkeys.php?group=gnash
- and
http://wwwkeys.ch.pgp.net:11371/pks/lookup?op=get&options=web&search=0x50B9A110A0B6D3FE
-
-2008-02-28 Eric Sandall <sandalle AT sourcemage.org>
- * CONFIGURE: Don't modify GNASH_SOUND outside of the config_query_list
- Fixes Bug #14338
-
-2008-01-02 Pol Vinogradov <vin.public AT gmail.com>
- * INSTALL: switched to icecat{,-bin}
-
-2007-10-22 Pol Vinogradov <vin.public AT gmail.com>
- * INSTALL: added iceweasel{,-bin} support
-
-2007-10-08 Pol Vinogradov <vin.public AT gmail.com>
- * CONFIGURE: swapped list items for GNASH_RENDERER
- so that opengl goes first and default
-
-2007-10-07 Pol Vinogradov <vin.public AT gmail.com>
- * CONFIGURE: added GNASH_RENDERER query list
- * DEPENDS: added one more renderer (agg), fixed libmad
- flags, install_rootifying qt paths
-
-2007-09-26 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
- * DEPENDS: kde/qt needs a bit more paths specified
- * INSTALL: don't install plugin if none is built
- ups... minor misuse of list_find
-
-2007-08-30 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
- * gnash.gpg: added gpg keyring
- * DETAILS: updated spell to 0.8.1
- converted to upstream signature checking
- * PRE_BUILD: add the sedits
- * BUILD: drop the sedits
- * CONFIGURE: added some options and some revamping
- * DEPENDS: revamp of depends
- * INSTALL: reduce all the code duplication with two for loops
-
-2007-06-01 Eric Sandall <sandalle AT sourcemage.org>
- * DEPENDS: Don't bother with --plugin-dir, as we'll install the plugin
- ourselves
- * INSTALL: Install the plugin to all plugin folders, not just
mozilla's
-
-2007-04-27 Eric Sandall <sandalle AT sourcemage.org>
- * CONFIGURE: Remove KDE option, it's no longer valid (even though it's
- listed in ./configure --help)
- * DEPENDS: Set flags to enable dependencies
- Use if/elif/fi for GUI selection, only need to check until we find
one
- (same with sound)
- List hard dependencies first, then optional
- Use depends -sub rather then depends && sub_depends
- Properly format optional dependencies
- Add missing description for NS-PLUGIN-COMPATIBLE
- Only depends on OPENGL if using the OpenGL renderer (not Cairo or
Agg)
- Disable GLExt for non-GTK GUIs
- Don't use cairo, it's experimental and doesn't even compile here :(
- Remove KDE check
- * BUILD: Setting flags in OPTS now taken care of by DEPENDS
- use get_spell_provider to find out which package is providing
- NS-PLUGIN-COMPATIBLE and modify configure accordingly
-
-2007-04-26 Thomas Orgis <sobukus AT sourcemage.org>
- * PREPARE,CONFIGURE,DEPENDS,BUILD: fix some config values,
- move questions to CONFIGURE, actually give gui and sound
- option to configure; which would always demand gtk
-
-2007-03-27 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
- * DEPENDS: missing subdepends on boost THREAD
-
-2007-03-08 Arjan Bouter <abouter AT sourcemage.org>
- * DETAILS,DEPENDS,PREPARE,BUILD,HISTORY: created spell
-
diff --git a/http/gnash/INSTALL b/http/gnash/INSTALL
deleted file mode 100755
index 4d4ff9a..0000000
--- a/http/gnash/INSTALL
+++ /dev/null
@@ -1,46 +0,0 @@
-default_install &&
-if [[ -e $SOURCE_DIRECTORY/plugin/npapi/.libs/libgnashplugin.so ]] ;
-then
-local ns_compat
-for ns_compat in mozilla firefox icecat seamonkey xulrunner opera netscape4;
do
-if spell_installed $ns_compat; then
- message "${MESSAGE_COLOR}Installing for $ns_compat${DEFAULT_COLOR}\n" &&
-
- if [[ -e $INSTALL_ROOT/usr/lib/$ns_compat/plugins/libgnashplugin.so ]];
then
- rm -f $INSTALL_ROOT/usr/lib/$ns_compat/plugins/libgnashplugin.so
- fi &&
-
- cp -v plugin/npapi/.libs/libgnashplugin.so \
- $INSTALL_ROOT/usr/lib/$ns_compat/plugins/
-fi
-done &&
-for ns_compat in firefox-bin icecat-bin seamonkey-bin xulrunner-bin ; do
-if spell_installed $ns_compat ; then
- message "${MESSAGE_COLOR}Installing for $ns_compat${DEFAULT_COLOR}\n" &&
- if [[ -e $INSTALL_ROOT/opt/${ns_compat/-bin}/plugins/libgnashplugin.so ]];
then
- rm -f $INSTALL_ROOT/opt/${ns_compat/-bin}/plugins/libgnashplugin.so
- fi &&
-
- cp -v plugin/npapi/.libs/libgnashplugin.so \
- $INSTALL_ROOT/opt/${ns_compat/-bin}/plugins/
-fi
-done &&
-
-if spell_installed kdebase; then
- message "${MESSAGE_COLOR}Installing for Konqueror${DEFAULT_COLOR}\n"
&&
- message "${MESSAGE_COLOR}"
\
- "After install, add /usr/lib/konqueror to the Plugins folders\n"
\
- "list and click on the \"Scan for New Plugins\" button${DEFAULT_COLOR}\n"
&&
-
- if [[ -e $INSTALL_ROOT/usr/lib/konqueror/libgnashplugin.so ]]; then
- rm -f $INSTALL_ROOT/usr/lib/konqueror/libgnashplugin.so
- fi &&
-
- if ! [ -d $INSTALL_ROOT/usr/lib/konqueror ]; then
- mkdir -v --mode=755 $INSTALL_ROOT/usr/lib/konqueror
- fi &&
-
- cp -v plugin/npapi/.libs/libgnashplugin.so \
- $INSTALL_ROOT/usr/lib/konqueror/
-fi
-fi
diff --git a/http/gnash/gnash.gpg b/http/gnash/gnash.gpg
deleted file mode 100644
index 4b575c5..0000000
Binary files a/http/gnash/gnash.gpg and /dev/null differ
diff --git a/kde5-apps/kid3/DETAILS b/kde5-apps/kid3/DETAILS
index 6655f9d..f6a279c 100755
--- a/kde5-apps/kid3/DETAILS
+++ b/kde5-apps/kid3/DETAILS
@@ -1,5 +1,5 @@
SPELL=kid3
- VERSION=3.9.0
+ VERSION=3.9.1
SOURCE=$SPELL-$VERSION.tar.xz
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
SOURCE_URL[0]=https://download.kde.org/stable/kid3/$VERSION/$SOURCE
diff --git a/kde5-apps/kid3/HISTORY b/kde5-apps/kid3/HISTORY
index de565e5..f94be4a 100644
--- a/kde5-apps/kid3/HISTORY
+++ b/kde5-apps/kid3/HISTORY
@@ -1,3 +1,6 @@
+2022-01-16 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 3.9.1
+
2021-12-18 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 3.9.0

diff --git a/kde5-extra/plasma-wayland-protocols/DETAILS
b/kde5-extra/plasma-wayland-protocols/DETAILS
index 7ed32fd..3985f5c 100755
--- a/kde5-extra/plasma-wayland-protocols/DETAILS
+++ b/kde5-extra/plasma-wayland-protocols/DETAILS
@@ -1,5 +1,5 @@
SPELL=plasma-wayland-protocols
- VERSION=1.5.0
+ VERSION=1.6.0
SOURCE=$SPELL-$VERSION.tar.xz
SOURCE_URL=https://download.kde.org/stable/$SPELL/$SOURCE
SOURCE2=$SOURCE.sig
diff --git a/kde5-extra/plasma-wayland-protocols/HISTORY
b/kde5-extra/plasma-wayland-protocols/HISTORY
index 811c060..e6e76cc 100644
--- a/kde5-extra/plasma-wayland-protocols/HISTORY
+++ b/kde5-extra/plasma-wayland-protocols/HISTORY
@@ -1,3 +1,6 @@
+2022-01-13 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.6.0
+
2021-11-06 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.5.0

diff --git a/qt5-cmake/cantata/DEPENDS b/qt5-cmake/cantata/DEPENDS
index 175fe19..0aa57ca 100755
--- a/qt5-cmake/cantata/DEPENDS
+++ b/qt5-cmake/cantata/DEPENDS
@@ -8,7 +8,6 @@ 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 \
diff --git a/qt5-cmake/cantata/DETAILS b/qt5-cmake/cantata/DETAILS
index 63dabd3..5b0daaa 100755
--- a/qt5-cmake/cantata/DETAILS
+++ b/qt5-cmake/cantata/DETAILS
@@ -1,6 +1,6 @@
SPELL=cantata
- VERSION=2.3.3
-
SOURCE_HASH=sha512:8314930c9e16a5811f607f131ce7134daa0c6de81c5f87d45967c076895540b388b89b3f2cbd82950f6defb1087e61923c1719670f19b4ed3c074f05fe8577c6
+ 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}"
diff --git a/qt5-cmake/cantata/HISTORY b/qt5-cmake/cantata/HISTORY
index 62944fb..f736e77 100644
--- a/qt5-cmake/cantata/HISTORY
+++ b/qt5-cmake/cantata/HISTORY
@@ -1,3 +1,7 @@
+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

diff --git a/qt5-qmake/qalculate-qt/DETAILS b/qt5-qmake/qalculate-qt/DETAILS
index 2535dc1..1be3d63 100755
--- a/qt5-qmake/qalculate-qt/DETAILS
+++ b/qt5-qmake/qalculate-qt/DETAILS
@@ -1,6 +1,6 @@
SPELL=qalculate-qt
- VERSION=3.20.1
-
SOURCE_HASH=sha512:3786d81a26f93401226423f937cbf862ff697d558811ec9549acc5fceef0d904d187c657dfeead2267df3c9e7bf32e657e9375b42f4107ec92ae8b946be0a6da
+ VERSION=3.22.0
+
SOURCE_HASH=sha512:b7fce4efbe657870cc121bfdfd4b8b1f713bf1ab61cc779fa3eb51f5e336d9d9cf66064d87fd33951fcf3b7ca8fa280019f1b2175a9cd3e63bce7504ea35f7e1
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION

SOURCE_URL[0]=https://github.com/Qalculate/$SPELL/releases/download/v$VERSION/$SOURCE
diff --git a/qt5-qmake/qalculate-qt/HISTORY b/qt5-qmake/qalculate-qt/HISTORY
index 999419b..873f65b 100644
--- a/qt5-qmake/qalculate-qt/HISTORY
+++ b/qt5-qmake/qalculate-qt/HISTORY
@@ -1,3 +1,6 @@
+2022-01-12 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 3.22.0
+
2021-10-09 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 3.20.1
spell created



  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (4d3d989f00432140cd2ae54a35ced076f4e4473b), Treeve Jelbert, 01/16/2022

Archive powered by MHonArc 2.6.24.

Top of Page