summaryrefslogtreecommitdiffstats
path: root/video
diff options
context:
space:
mode:
authorIsmael Luceno2022-04-28 21:44:33 +0200
committerIsmael Luceno2022-04-28 21:44:33 +0200
commit15526dd0fee56c197b305107bd2c1a3e7cd6f586 (patch)
treec212d8fbdda72fc25622ad550a070ca795bed59e /video
parent1aa1f7a732305bded277499b278e92998cd997c7 (diff)
rtmpdump: Switch to using snapshot tarballs
Diffstat (limited to 'video')
-rwxr-xr-xvideo/rtmpdump/CONFIGURE4
-rwxr-xr-xvideo/rtmpdump/DETAILS15
-rw-r--r--video/rtmpdump/HISTORY4
-rwxr-xr-xvideo/rtmpdump/PREPARE1
4 files changed, 12 insertions, 12 deletions
diff --git a/video/rtmpdump/CONFIGURE b/video/rtmpdump/CONFIGURE
index dc26cec103..10b60a4f81 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 d2496d1df5..da3e37ce85 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 88f866e95f..2565556cd4 100644
--- a/video/rtmpdump/HISTORY
+++ b/video/rtmpdump/HISTORY
@@ -1,3 +1,7 @@
+2022-04-28 Ismael Luceno <ismael@sourcemage.org>
+ * PREPARE: removed, no longer needed
+ * CONFIGURE, DETAILS: switched to snapshot tarball
+
2021-10-02 Vlad Glagolev <stealth@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 110909e890..0000000000
--- a/video/rtmpdump/PREPARE
+++ /dev/null
@@ -1 +0,0 @@
-config_query RTMPDUMP_AUTOUPDATE "Update on every system update?" n