Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (7450b3a8d199e8abd472e36036b41e3589013732)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (7450b3a8d199e8abd472e36036b41e3589013732)
  • Date: Thu, 28 Apr 2022 19:41:14 +0000

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

graphics-libs/libgxps/DETAILS | 9 ++++-----
graphics-libs/libgxps/HISTORY | 4 ++++
video/rtmpdump/CONFIGURE | 4 +++-
video/rtmpdump/DETAILS | 15 +++++----------
video/rtmpdump/HISTORY | 4 ++++
video/rtmpdump/PREPARE | 1 -
6 files changed, 20 insertions(+), 17 deletions(-)

New commits:
commit 7450b3a8d199e8abd472e36036b41e3589013732
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

libgxps 0.3.2

commit 15526dd0fee56c197b305107bd2c1a3e7cd6f586
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

rtmpdump: Switch to using snapshot tarballs

diff --git a/graphics-libs/libgxps/DETAILS b/graphics-libs/libgxps/DETAILS
index e3fe4d7..f9ff9ee 100755
--- a/graphics-libs/libgxps/DETAILS
+++ b/graphics-libs/libgxps/DETAILS
@@ -8,16 +8,15 @@ if [[ $LIBGXPS_BRANCH == scm ]]; then
FORCE_DOWNLOAD=1
SOURCE_IGNORE=volatile
else
- VERSION=0.3.1
- BRANCH=`echo $VERSION | cut -d . -f 1,2`
+ VERSION=0.3.2
SOURCE=$SPELL-$VERSION.tar.xz
- SOURCE_URL[0]=$GNOME_URL/sources/$SPELL/$BRANCH/$SOURCE
-
SOURCE_HASH=sha512:80401bd3c9753c74e425c5c08510cac314ad255ebeda9676bd5396a217770c7f5d8733c64b649cc6fdaa43423bb1a4ad21e1e0e3f7903f486e75a1d678850239
+ SOURCE_URL[0]=$GNOME_URL/sources/$SPELL/${VERSION%.*}/$SOURCE
+
SOURCE_HASH=sha512:d3d56e4906477b68d088bf83bde666f9ea8bf383add592772aad53dd571e727f1bc0410dd020e12212ede5ff8e26cb46150a9860a6f7af29c4d195f03e946fe9
fi
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
DOC_DIRS="docs/reference/html"
DOCS="COPYING NEWS README"
- WEB_SITE=https://live.gnome.org/libgxps
+ WEB_SITE=https://wiki.gnome.org/Projects/libgxps
ENTERED=20110424
LICENSE[0]=GPL
SHORT="XPS Documents library"
diff --git a/graphics-libs/libgxps/HISTORY b/graphics-libs/libgxps/HISTORY
index 036c6db..9118bb6 100644
--- a/graphics-libs/libgxps/HISTORY
+++ b/graphics-libs/libgxps/HISTORY
@@ -1,3 +1,7 @@
+2022-04-28 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: updated spell to 0.3.2
+ fixed WEB_SITE
+
2020-01-03 Florian Franzmann <bwlf AT bandrate.org>
* DETAILS: version 0.3.1
* DEPENDS, CONFIGURE, DETAILS: use meson
diff --git a/video/rtmpdump/CONFIGURE b/video/rtmpdump/CONFIGURE
index dc26cec..10b60a4 100755
--- a/video/rtmpdump/CONFIGURE
+++ b/video/rtmpdump/CONFIGURE
@@ -1 +1,3 @@
-config_query_list RTMPDUMP_SSL "Which SSL lib do you want?" openssl libressl
gnutls mbedtls
+persistent_remove RTMPDUMP_AUTOUPDATE &&
+config_query_list RTMPDUMP_SSL "Which SSL lib do you want?" \
+ openssl libressl gnutls mbedtls
diff --git a/video/rtmpdump/DETAILS b/video/rtmpdump/DETAILS
index d2496d1..da3e37c 100755
--- a/video/rtmpdump/DETAILS
+++ b/video/rtmpdump/DETAILS
@@ -1,14 +1,9 @@
SPELL=rtmpdump
- if [[ $RTMPDUMP_AUTOUPDATE == y ]]; then
- VERSION=$(date +%Y%m%d)
- else
- VERSION=scm
- fi
- SOURCE=$SPELL-scm.tar.bz2
- SOURCE_URL[0]=git://git.ffmpeg.org/${SPELL}.git:${SPELL}-scm
- SOURCE_IGNORE=volatile
- FORCE_DOWNLOAD=on
-SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-scm"
+ VERSION=20210219
+ REV=f1b83c10d8beb43fcc70a6e88cf4325499f25857
+ SOURCE=$SPELL-${REV:0:7}.tar.gz
+
SOURCE_URL[0]=https://git.ffmpeg.org/gitweb/$SPELL.git/snapshot/$REV.tar.gz
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/${SOURCE%.tar.gz}"
WEB_SITE=https://rtmpdump.mplayerhq.hu/
ENTERED=20100618
LICENSE[0]=GPL
diff --git a/video/rtmpdump/HISTORY b/video/rtmpdump/HISTORY
index 88f866e..2565556 100644
--- a/video/rtmpdump/HISTORY
+++ b/video/rtmpdump/HISTORY
@@ -1,3 +1,7 @@
+2022-04-28 Ismael Luceno <ismael AT sourcemage.org>
+ * PREPARE: removed, no longer needed
+ * CONFIGURE, DETAILS: switched to snapshot tarball
+
2021-10-02 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: switch to scm, official upstream source
* PREPARE: added, for an autoupdate option
diff --git a/video/rtmpdump/PREPARE b/video/rtmpdump/PREPARE
deleted file mode 100755
index 110909e..0000000
--- a/video/rtmpdump/PREPARE
+++ /dev/null
@@ -1 +0,0 @@
-config_query RTMPDUMP_AUTOUPDATE "Update on every system update?" n



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (7450b3a8d199e8abd472e36036b41e3589013732), Ismael Luceno, 04/28/2022

Archive powered by MHonArc 2.6.24.

Top of Page