[arch-commits] Commit in rtmpdump/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Maxime Gauduin alucryd at gemini.archlinux.org
Tue Jan 11 07:26:48 UTC 2022


    Date: Tuesday, January 11, 2022 @ 07:26:48
  Author: alucryd
Revision: 434210

archrelease: copy trunk to extra-x86_64

Added:
  rtmpdump/repos/extra-x86_64/PKGBUILD
    (from rev 434209, rtmpdump/trunk/PKGBUILD)
Deleted:
  rtmpdump/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |  103 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 52 insertions(+), 51 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-11 07:26:41 UTC (rev 434209)
+++ PKGBUILD	2022-01-11 07:26:48 UTC (rev 434210)
@@ -1,51 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
-# Contributor: xduugu
-# Contributor: Elis Hughes <elishughes at googlemail.com>
-
-pkgname=rtmpdump
-pkgver=2.4.r96.fa8646d
-pkgrel=6
-epoch=1
-pkgdesc='Tool to download rtmp streams'
-arch=('x86_64')
-url='https://rtmpdump.mplayerhq.hu/'
-license=('GPL2' 'LGPL2.1')
-depends=('glibc' 'gnutls' 'zlib')
-makedepends=('git')
-provides=('librtmp.so')
-options=('!makeflags')
-_commit='fa8646d'
-source=("git+https://git.ffmpeg.org/rtmpdump#commit=${_commit}")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd rtmpdump
-
-  _ver_name='2.4'
-  _ver_commit='c28f1bab7822de97353849e7787b59e50bbb1428'
-
-  echo "${_ver_name}.r$(git rev-list --count ${_ver_commit}..HEAD).${_commit}"
-}
-
-build() {
-  cd rtmpdump
-  sed -e 's/^CRYPTO=OPENSSL/#CRYPTO=OPENSSL/' -e 's/#CRYPTO=GNUTLS/CRYPTO=GNUTLS/' -i Makefile -i librtmp/Makefile
-
-  make \
-    OPT="$CFLAGS" \
-    XLDFLAGS="$LDFLAGS"
-}
-
-package() {
-  cd rtmpdump
-
-  make \
-    prefix='/usr' \
-    sbindir='/usr/bin' \
-    mandir='/usr/share/man' \
-    DESTDIR="${pkgdir}" \
-    install
-}
-
-# vim: ts=2 sw=2 et:

Copied: rtmpdump/repos/extra-x86_64/PKGBUILD (from rev 434209, rtmpdump/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-01-11 07:26:48 UTC (rev 434210)
@@ -0,0 +1,52 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+# Contributor: xduugu
+# Contributor: Elis Hughes <elishughes at googlemail.com>
+
+pkgname=rtmpdump
+pkgver=2.4.r99.f1b83c1
+pkgrel=1
+epoch=1
+pkgdesc='A toolkit for RTMP streams'
+arch=(x86_64)
+url=https://rtmpdump.mplayerhq.hu/
+license=(
+  GPL2
+  LGPL2.1
+)
+depends=(
+  glibc
+  gnutls
+  zlib
+)
+makedepends=(git)
+provides=(librtmp.so)
+#options=('!makeflags')
+_commit=f1b83c10d8beb43fcc70a6e88cf4325499f25857
+source=(git+https://git.ffmpeg.org/rtmpdump#commit=${_commit})
+sha256sums=(SKIP)
+
+pkgver() {
+  cd rtmpdump
+  echo "2.4.r$(git rev-list --count c28f1bab7822de97353849e7787b59e50bbb1428..HEAD).$(git rev-parse --short HEAD)"
+}
+
+build() {
+  cd rtmpdump
+  sed -e 's/^CRYPTO=OPENSSL/#CRYPTO=OPENSSL/' -e 's/#CRYPTO=GNUTLS/CRYPTO=GNUTLS/' -i Makefile -i librtmp/Makefile
+  make \
+    OPT="$CFLAGS" \
+    XLDFLAGS="$LDFLAGS"
+}
+
+package() {
+  cd rtmpdump
+  make \
+    prefix=/usr \
+    sbindir=/usr/bin \
+    mandir=/usr/share/man \
+    DESTDIR="${pkgdir}" \
+    install
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list