sthen 5507ea0222 import get_iplayer, port from David Cathcart with a few tweaks by myself:
This tool allows you to search, index and download/stream:

    * BBC iPlayer TV - H.264 / Quicktime / mov and Flash / AVI
    * BBC iPlayer Radio (Local and National) - 128+ kbps MP3 / AAC and 
       Realaudio
    * BBC Podcasts - 128 kb/s MP3 / AAC
    * BBC iPlayer TV subtitles - SubRip / srt
    * ITV player Catch-up or classic TV - WMV / ASF
    * Hulu.com* TV - MP4
    * Hulu.com* Closed-captions / subtitles - SubRip / srt

get_iplayer has PVR-like capabilities (like Sky+ / TiVo / Series-Link);
You can save lists of programme searches which are automatically
downloaded when they become available.
2009-04-17 21:27:09 +00:00

33 lines
763 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2009/04/17 21:27:09 sthen Exp $
COMMENT = download BBC iPlayer and ITV programmes
DISTNAME = get_iplayer-1.61
CATEGORIES = multimedia
HOMEPAGE = http://linuxcentre.net/get_iplayer/
# GPLv3+
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM =Yes
PERMIT_DISTFILES_FTP = Yes
MASTER_SITES = http://linuxcentre.net/get_iplayer/packages/
RUN_DEPENDS = ::audio/id3lib \
::net/rtmpdump \
::www/p5-HTML-Parser \
::www/p5-libwww
# XXX wants a newer p5-libwww feature; workaround in patches/patch-get_iplayer
NO_BUILD = Yes
NO_REGRESS = Yes
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/get_iplayer ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/get_iplayer.1 ${PREFIX}/man/man1
.include <bsd.port.mk>