diff options
author | Danny Rawlins <monster.romster@gmail.com> | 2019-05-12 23:43:57 +1000 |
---|---|---|
committer | Danny Rawlins <monster.romster@gmail.com> | 2019-05-12 23:56:21 +1000 |
commit | faf8fe24d676d60fe9a81d7dea7ca4b060c8f7e5 (patch) | |
tree | 81adeedad567d2044fcee21b27f50d26777f3d62 /rtmpdump | |
parent | 3f31fb92d8655f099491176d9aba03ec2eebc33e (diff) | |
download | contrib-faf8fe24d676d60fe9a81d7dea7ca4b060c8f7e5.tar.gz contrib-faf8fe24d676d60fe9a81d7dea7ca4b060c8f7e5.tar.xz |
rtmpdump: new patches and fixed man page location
Diffstat (limited to 'rtmpdump')
-rw-r--r-- | rtmpdump/.footprint | 15 | ||||
-rw-r--r-- | rtmpdump/.signature | 8 | ||||
-rw-r--r-- | rtmpdump/Pkgfile | 9 |
3 files changed, 16 insertions, 16 deletions
diff --git a/rtmpdump/.footprint b/rtmpdump/.footprint index 55e78940a..19c8f72cd 100644 --- a/rtmpdump/.footprint +++ b/rtmpdump/.footprint @@ -16,10 +16,11 @@ lrwxrwxrwx root/root usr/lib/librtmp.so -> librtmp.so.1 -rwxr-xr-x root/root usr/lib/librtmp.so.1 drwxr-xr-x root/root usr/lib/pkgconfig/ -rw-r--r-- root/root usr/lib/pkgconfig/librtmp.pc -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man1/ --rw-r--r-- root/root usr/man/man1/rtmpdump.1.gz -drwxr-xr-x root/root usr/man/man3/ --rw-r--r-- root/root usr/man/man3/librtmp.3.gz -drwxr-xr-x root/root usr/man/man8/ --rw-r--r-- root/root usr/man/man8/rtmpgw.8.gz +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man1/ +-rw-r--r-- root/root usr/share/man/man1/rtmpdump.1.gz +drwxr-xr-x root/root usr/share/man/man3/ +-rw-r--r-- root/root usr/share/man/man3/librtmp.3.gz +drwxr-xr-x root/root usr/share/man/man8/ +-rw-r--r-- root/root usr/share/man/man8/rtmpgw.8.gz diff --git a/rtmpdump/.signature b/rtmpdump/.signature index 66a9c58d3..5a2cb51f4 100644 --- a/rtmpdump/.signature +++ b/rtmpdump/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF39LZEninHJLdG4gTUQlq1cNvvP2pso41zYclEj0p01pi8jeyRysnrIcQmvFhDjrMyAyBXf6Y628XG/TwN4HO2Qs= -SHA256 (Pkgfile) = 5b3ab831ee71838a704148acd32545bd7c02f358643f18409cd7a6e87f32fef0 -SHA256 (.footprint) = e565b4966bd5c0d53c752cc943adb5bf16ea5f7c048fd3efe3cffcfe5431a2c7 -SHA256 (rtmpdump-2.4_p20131018.tar.gz) = 57164e0c12f7cbff8e40b1e66cf6b889086387324851a115b427b8d2b3fff267 +RWSagIOpLGJF3wKUrPfjOmAx++Mhd8bIuPKfb8+dMySskPQUiVp5aR6VCQtE6K9SSZVRgijxVOJUKYCEwyl8VCGs4xXSYxavdw0= +SHA256 (Pkgfile) = bcd7534fa5e10be7e1b4d1a7ba4b69924e8855056bccb56714c25f9f1624c165 +SHA256 (.footprint) = 18a78fe5a351a9baf2d0f144b99c2d06c7b8368d7dd9fe1e2a41300bbf4dad63 +SHA256 (rtmpdump-2.4-c5f04a58.tar.xz) = 14d2f9096998527b7d2d9462c720f8bc3f7d2166ef611a3a4d5da14b2518bbf6 diff --git a/rtmpdump/Pkgfile b/rtmpdump/Pkgfile index c335c773c..0a9dacff7 100644 --- a/rtmpdump/Pkgfile +++ b/rtmpdump/Pkgfile @@ -1,16 +1,15 @@ # Description: A tool to download rtmp streams. # URL: http://rtmpdump.mplayerhq.hu/ # Maintainer: Danny Rawlins, crux at romster dot me -# Packager: Danny Rawlins, crux at romster dot me # Depends on: zlib openssl name=rtmpdump version=2.4 -release=1 -source=(http://crux.ster.zone/downloads/$name/$name-${version}_p20131018.tar.gz) +release=2 +source=(http://crux.ster.zone/downloads/$name/$name-$version-c5f04a58.tar.xz) build() { - #sed -i 's/\$(MAKEFLAGS)//g' Makefile + cd $name sed -i \ -e 's|OPT=|&-fPIC |' \ @@ -35,7 +34,7 @@ build() { CRYPTO=OPENSSL \ prefix=/usr \ sbindir=/usr/bin \ - mandir=/usr/man \ + mandir=/usr/share/man \ DESTDIR=$PKG \ install } |