aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRasmus Thomsen <oss@cogitri.dev>2020-03-15 15:35:10 +0100
committerLeo <thinkabit.ukim@gmail.com>2020-03-15 14:40:28 -0300
commitd70fe88da4bfe7c607cb04bb3925bd0e31e9f953 (patch)
tree7811f7dd170590bbf3b0d7d567ef780cb988ddb0
parent246ad4f39daeaad140b6eb50a4c6eeff7ec4c020 (diff)
main/rtmpdump: upgrade to 2.4_git20190330
-rw-r--r--main/rtmpdump/APKBUILD21
1 files changed, 6 insertions, 15 deletions
diff --git a/main/rtmpdump/APKBUILD b/main/rtmpdump/APKBUILD
index a55a27feabe..62035c4edba 100644
--- a/main/rtmpdump/APKBUILD
+++ b/main/rtmpdump/APKBUILD
@@ -1,35 +1,26 @@
# Contributor: Carlo Landmeter
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=rtmpdump
-verbase=2.4
-pkgver=2.4_git20160909
-pkgrel=7
+pkgver=2.4_git20190330
+pkgrel=0
pkgdesc="A tool to download rtmp:// and rtmpe:// streams"
url="http://rtmpdump.mplayerhq.hu/"
arch="all"
options="!check" # No test suite.
-license="GPL-2.0+"
-depends=
+license="GPL-2.0-or-later"
depends_dev="zlib-dev"
makedepends="$depends_dev linux-headers gnutls-dev"
-subpackages="$pkgname-dev $pkgname-doc librtmp"
-
-giturl="git://git.ffmpeg.org/rtmpdump"
-disturl="dev.alpinelinux.org:/archive/rtmpdump"
-source="https://dev.alpinelinux.org/archive/rtmpdump/rtmpdump-${pkgver}.tar.gz
+subpackages="$pkgname-static $pkgname-dev $pkgname-doc librtmp"
+source="https://dev.alpinelinux.org/archive/rtmpdump/rtmpdump-$pkgver.tar.gz
fix-chunk-size.patch
gnutls.patch
"
-builddir="$srcdir"/$pkgname-$pkgver
-
build() {
- cd "$builddir"
make
}
package() {
- cd "$builddir"
make -j1 prefix=/usr MANDIR="$pkgdir/usr/share/man" DESTDIR="$pkgdir" install
}
@@ -40,6 +31,6 @@ librtmp() {
mv "$pkgdir"/usr/lib "$subpkgdir"/usr/
}
-sha512sums="e42eda75679addb6f919f42ddce2d27a6988f505602bb70ecb4d071324b59f21d573f8b73fda3b29960c095e20303b84f6eb6254cd327803430d8065cf5d172b rtmpdump-2.4_git20160909.tar.gz
+sha512sums="36da645a0ef2c7c15d69cf89fff9ec9504f9ac965b99c12af3eb9cf8ca53d9af22c8461f3118919d3cdca5599acbdcadc797982f9556ebe3c1adec142d930f8a rtmpdump-2.4_git20190330.tar.gz
f97b4780fb8cfffccf59785c5a89c8d4929e21ec587192f10602caaf9a0b008dfbfebaa09db1d9d955fc9911fc443d76bf19972cc59fedfab5a8889f7fe70b5d fix-chunk-size.patch
4ceeca738be76824b57ee29840af258097bc9d6ed562ddacc843e03bfbc577533053adc7eb4d00b2365884e9d0fb5fb17d96f0644156df2863f19ed61ac09f27 gnutls.patch"