multimedia/xvst: Fixed dep information

This commit is contained in:
ponce 2012-08-27 13:45:46 +02:00
parent d288f8aa1b
commit 3a94da5b84
2 changed files with 1 additions and 2 deletions

View file

@ -3,7 +3,6 @@ clips from a lot of video websites. xVideoServiceThief also provide
you the ability to convert each video in most popular formats: AVI,
MPEG1, MPEG2, WMV, MP4, 3GP, MP3 file formats.
xvst requires ffmpeg as a runtime requirement for video conversion(s).
xvst can also use flvstreamer as an optional dependency.
If you'd like to check out the latest plugins from SVN, then pass

View file

@ -5,6 +5,6 @@ DOWNLOAD="http://downloads.sourceforge.net/xviservicethief/xVST_2_4_1_src.zip"
MD5SUM="7f8c2e79c3431cc46da306419abc16eb"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="ffmpeg flvstreamer"
REQUIRES="ffmpeg"
MAINTAINER="Larry Hajali"
EMAIL="larryhaja[at]gmail[dot]com"