# rtmpdump/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] 1. The source tarball used by this package was created based on "git" upstream sources. The following command was used: ocgitfetch --run git://git.ffmpeg.org/rtmpdump #--------------------------------------------------------------------- [buildtimes] 00.00 hours (or 000.07 minutes) - Dell Inspiron 6400 2.0 GHz Intel Duo 7200 2GB RAM 00.00 hours (or 000.07 minutes) - ThinkPad E540 i7 4x2 16GB RAM 00.01 hours (or 000.80 minutes) - Compaq 1.7 GHz Intel Pentium 4 512MB RAM #--------------------------------------------------------------------- [settings] configure = none exepack = yes license = See "license*.txt" in installed tree licfile = COPYING tmpsize = 2M #--------------------------------------------------------------------- [depends] boost librtmp zlib #--------------------------------------------------------------------- [build] BINDIR=$PKGDIR_PROD/bin MAN1DIR=$PKGDIR_PROD/man/man1 MAN8DIR=$PKGDIR_PROD/man/man8 mkdir -p $BINDIR $MAN1DIR $MAN8DIR rm -fr librtmp/ make mv rtmp{dump,suck,srv,gw} $BINDIR/ mv *.1 $MAN1DIR/ mv *.8 $MAN8DIR/ #--------------------------------------------------------------------- # Original URLs. These URLs were valid at one point, but may have died # since then. If you download newer versions of tarballs [etc.], don't # delete the original versions, as you may not be able to replace # them. [urls] url_debian = Not checked yet url_home = http://rtmpdump.mplayerhq.hu/ url_lfs = n/a url_tarball = git # See "technotes" in "cfg" file #--------------------------------------------------------------------- [history] 170530 Updated from 141113 to 170530 ("git" dates) 171021 Updated to git-171021 201224 Updated to c5f04a58f ("git" hash) 210423 Added Gentoo patches