From a3a81e72f602f489836e4e7e2938df8b3477e529 Mon Sep 17 00:00:00 2001 From: ajacoutot Date: Sat, 28 Apr 2012 14:14:49 +0000 Subject: [PATCH] Add a RUN_DEPENDS on rtmpdump (default) or flvstreamer. This is required for some formats. Adapt DESCR accordingly. input and ok sthen@ (maintainer) --- multimedia/get_flash_videos/Makefile | 5 ++++- multimedia/get_flash_videos/pkg/DESCR | 3 +-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/multimedia/get_flash_videos/Makefile b/multimedia/get_flash_videos/Makefile index b01d515218d..990b0acc072 100644 --- a/multimedia/get_flash_videos/Makefile +++ b/multimedia/get_flash_videos/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.17 2012/03/13 00:43:55 nigel Exp $ +# $OpenBSD: Makefile,v 1.18 2012/04/28 14:14:49 ajacoutot Exp $ COMMENT= download flash video files from various sites @@ -6,6 +6,8 @@ DISTNAME= App-get_flash_videos-1.24.20120309 PKGNAME= ${DISTNAME:S/App-//} CATEGORIES= multimedia +REVISION= 0 + HOMEPAGE= http://get-flash-videos.googlecode.com/ MAINTAINER= Stuart Henderson @@ -28,6 +30,7 @@ RUN_DEPENDS= devel/p5-Term-ReadKey \ multimedia/p5-AMF-Connection \ multimedia/p5-Data-AMF \ multimedia/p5-Storable-AMF \ + rtmpdump-*|flvstreamer-*:net/rtmpdump \ security/p5-Crypt-Blowfish_PP \ security/p5-Crypt-Rijndael \ textproc/p5-XML-Simple \ diff --git a/multimedia/get_flash_videos/pkg/DESCR b/multimedia/get_flash_videos/pkg/DESCR index 553a955333e..ae0303d7003 100644 --- a/multimedia/get_flash_videos/pkg/DESCR +++ b/multimedia/get_flash_videos/pkg/DESCR @@ -1,3 +1,2 @@ Download or play videos from various Flash-based video hosting -sites, without having to use the Flash player. You may optionally -install rtmpdump to allow download from additional sites. +sites, without having to use the Flash player.