multimedia/audiopreview: Fixed dep information

This commit is contained in:
ponce 2012-08-27 09:26:53 +02:00
parent 84a2eae270
commit 735165381c
2 changed files with 3 additions and 3 deletions

View file

@ -6,5 +6,5 @@ AudioPreview is a small command-line tool for Linux that can play previews of:
* Internet Streams
o radio stations, video streams and audio streams, ...
For additional codec support install gst-plugins-bad, gst-plugins-ugly, and
gst-ffmpeg (for video support).
For additional codec support install the optional dependencies
gst-plugins-bad, gst-plugins-ugly, and gst-ffmpeg (for video support).

View file

@ -5,6 +5,6 @@ DOWNLOAD="http://audiopreview.codealpha.net/files/audiopreview-0.6.tar.gz"
MD5SUM="120f3ba6197c8008d8281e39874e3186"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="gst-ffmpeg gst-plugins-bad gst-plugins-ugly"
REQUIRES=""
MAINTAINER="Larry Hajali"
EMAIL="larryhaja[at]gmail[dot]com"