diff options
author | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-02-12 07:39:47 (GMT) |
---|---|---|
committer | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-02-12 07:39:47 (GMT) |
commit | 73c2ace41b807b7233b3196f829ae81e4a4bc7d1 (patch) | |
tree | a34e9c4692ececa1feca341ea8574477724a7176 /abs/extra-testing | |
parent | f564a6e1312a44f3b4c5beb7b284eacc21f2bfe8 (diff) | |
download | linhes_pkgbuild-73c2ace41b807b7233b3196f829ae81e4a4bc7d1.zip linhes_pkgbuild-73c2ace41b807b7233b3196f829ae81e4a4bc7d1.tar.gz linhes_pkgbuild-73c2ace41b807b7233b3196f829ae81e4a4bc7d1.tar.bz2 |
Need boost, so boost it gets.
Diffstat (limited to 'abs/extra-testing')
-rw-r--r-- | abs/extra-testing/rtmpdump/PKGBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/abs/extra-testing/rtmpdump/PKGBUILD b/abs/extra-testing/rtmpdump/PKGBUILD index 52050b2..33d90b1 100644 --- a/abs/extra-testing/rtmpdump/PKGBUILD +++ b/abs/extra-testing/rtmpdump/PKGBUILD @@ -3,11 +3,12 @@ pkgname=rtmpdump pkgver=1.2a -pkgrel=1 +pkgrel=2 pkgdesc="A small dumper for media content streamed over the RTMP protocol." arch=('i686' 'x86_64') license=('GPL2') url="http://sourceforge.net/projects/rtmpdump/" +depends=('boost') source=('http://garr.dl.sourceforge.net/sourceforge/rtmpdump/rtmpdump-v1.2a.tar.gz') build() { |