mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
multimedia/get_iplayer: Fixed dep information
This commit is contained in:
parent
b2065341dc
commit
6bffb1bdea
2 changed files with 1 additions and 4 deletions
|
@ -7,9 +7,6 @@ get_iplayer allows you to search, index and record/stream:
|
||||||
* BBC Podcasts - up to 192 kbps MP3 / AAC
|
* BBC Podcasts - up to 192 kbps MP3 / AAC
|
||||||
* BBC iPlayer TV subtitles - SubRip / srt
|
* BBC iPlayer TV subtitles - SubRip / srt
|
||||||
|
|
||||||
Requires perl-html-parser, libwww-perl, rtmpdump and ffmpeg, all of which
|
|
||||||
are available at SlackBuilds.org.
|
|
||||||
|
|
||||||
This build does not include to PVR components (yet).
|
This build does not include to PVR components (yet).
|
||||||
|
|
||||||
The original project was withdrawn by its creator. This is the fork from
|
The original project was withdrawn by its creator. This is the fork from
|
||||||
|
|
|
@ -5,6 +5,6 @@ DOWNLOAD="ftp://ftp.infradead.org/pub/get_iplayer/get_iplayer-2.78.tar.gz"
|
||||||
MD5SUM="387670912f2c821f834b1c5b562a65ab"
|
MD5SUM="387670912f2c821f834b1c5b562a65ab"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES="ffmpeg libwww-perl perl-html-parser rtmpdump"
|
REQUIRES="ffmpeg libwww-perl rtmpdump"
|
||||||
MAINTAINER="Pierre Cazenave"
|
MAINTAINER="Pierre Cazenave"
|
||||||
EMAIL="pwcazenave <at> gmail {dot} com"
|
EMAIL="pwcazenave <at> gmail {dot} com"
|
||||||
|
|
Loading…
Reference in a new issue