Search Criteria
Package Details: rtmpdump-git 2.4.r98.gc5f04a5-1
Git Clone URL: | https://aur.archlinux.org/rtmpdump-git.git (read-only, click to copy) |
---|---|
Package Base: | rtmpdump-git |
Description: | A tool to download rtmp and rtmpe streams (git version) |
Upstream URL: | http://rtmpdump.mplayerhq.hu/ |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | chrippa |
Maintainer: | dbermond |
Last Packager: | dbermond |
Votes: | 41 |
Popularity: | 0.000000 |
First Submitted: | 2011-08-15 02:17 |
Last Updated: | 2019-06-02 19:16 |
Dependencies (6)
Required by (64)
- arteget (requires rtmpdump)
- carta-appimage (requires rtmpdump)
- ffmpeg-amd-full (requires rtmpdump)
- ffmpeg-amd-full-git (requires rtmpdump)
- ffmpeg-compat-54 (requires rtmpdump)
- ffmpeg-compat-55 (requires rtmpdump)
- ffmpeg-full (requires rtmpdump)
- ffmpeg-full-git (requires rtmpdump)
- ffmpeg-full-git-hardened (requires rtmpdump)
- ffmpeg-full3.4 (requires rtmpdump)
- ffmpeg-git-nc (requires rtmpdump)
- ffmpeg-headless (requires rtmpdump)
- ffmpeg-intel-full-git (requires rtmpdump)
- ffmpeg-semifull-git (requires rtmpdump)
- ffmpeg0.10 (requires rtmpdump)
- get-flash-videos-git (requires rtmpdump) (optional)
- gst-libav-git (requires rtmpdump) (optional)
- gst-plugins-bad-git (requires rtmpdump)
- gst-plugins-bad-rpi-nox (requires rtmpdump)
- gstreamer0.10-bad (requires rtmpdump) (make)
- gstreamer0.10-bad-plugins (requires rtmpdump) (make)
- gstreamer0.10-bad-plugins (requires rtmpdump)
- iview (requires rtmpdump) (optional)
- kodi-addon-inputstream-rtmp-git (requires rtmpdump)
- kodi-c2-x11 (requires rtmpdump) (make)
- kodi-c2-x11-eventclients (requires rtmpdump) (make)
- lib32-rtmpdump (requires rtmpdump)
- libavutil-52 (requires rtmpdump) (make)
- lightspark (requires rtmpdump)
- lightspark-git (requires rtmpdump)
- livecli (requires rtmpdump) (optional)
- livestreamer-dev-git (requires rtmpdump)
- mencoder-svn (requires rtmpdump)
- mencoder-svn (requires rtmpdump) (make)
- mlbviewer (requires rtmpdump)
- mlbviewer-svn (requires rtmpdump)
- mplayer-gui (requires rtmpdump)
- mplayer-gui (requires rtmpdump) (make)
- mplayer-gui-svn (requires rtmpdump)
- mplayer-gui-svn (requires rtmpdump) (make)
- mplayer-svn (requires rtmpdump) (make)
- mplayer-svn (requires rtmpdump)
- mplayer-vaapi (requires rtmpdump)
- mpv-full-build-git (requires rtmpdump)
- mtplayer (requires rtmpdump) (optional)
- openpht (requires rtmpdump)
- openpht-git (requires rtmpdump)
- planetary-annihilation (requires rtmpdump)
- python-librtmp (requires rtmpdump) (make)
- python-librtmp (requires rtmpdump)
- python2-librtmp (requires rtmpdump)
- python2-librtmp (requires rtmpdump) (make)
- python2-youtube-dl (requires rtmpdump) (optional)
- python2-youtube-dl-git (requires rtmpdump) (optional)
- spotify-legacy (requires rtmpdump)
- spotio (requires rtmpdump)
- streamlink-git (requires rtmpdump)
- svtplay-dl-git (requires rtmpdump)
- tradermaster (requires rtmpdump)
- vhs.sh (requires rtmpdump)
- yle-dl-git (requires rtmpdump) (optional)
- youtube-dl-git (requires rtmpdump) (optional)
- youtube-dlc (requires rtmpdump) (optional)
- youtube-dlc-git (requires rtmpdump) (optional)
Latest Comments
skydrome commented on 2015-02-17 20:14
adopted and updated
skydrome commented on 2013-06-02 02:46
can you make this change to this pkgbuild.
https://projects.archlinux.org/svntogit/packages.git/commit/trunk?h=packages/rtmpdump&id=28c999669274de826803cb6431ace188e9ef53f1
Anonymous comment on 2013-04-21 15:31
Hi, I've created a PKGBUILD, which uses pacman 4.1's new way of handling git packages.
Feel free to use it!
http://codepad.org/Zj4HXVT5
fsckd commented on 2011-03-03 02:35
makedepends=('svn') plz kthx
LeonidasXIV commented on 2010-11-22 17:47
The PKGBUILD should include ``provides=('rtmpdump')``, because it conflicts with rtmpdump which is required by some gstreamer package. Otherwise a update of gstreamer removes rtmpdump-svn.
otula commented on 2010-10-30 10:55
Leonidas, thanks. Replaced by your version.
LeonidasXIV commented on 2010-10-30 09:22
Here's a version that bundles the so files: http://paste.pocoo.org/show/283423/
Anonymous comment on 2010-06-07 07:43
please change this line:
make linux || return 1
to:
make SYS=posix || return 1
thank you :)