Version 2.2.7 (September 29, 2009) User-visible changes: * Fix: dailymotion id parsing * Youtube: # Accept -f fmt34 # fmt34 is now treated as yet another (new?) format # Rewrite youtube section of the FORMATS in the manual * Fix: --format=best not working with youtube (closes issue #39) # Thanks to Peter Baranyi for the fix Known issues: * redtube: broken (verify -> http/404) Version 2.2.6 (September 14, 2009) User-visible changes: * Fix: liveleak: "error: Unsupported protocol (http/1)" (closes #36) * Fix: vimeo: title parsing (Thanks to Peter Baranyi for the fix, closes #37) - Fixes title issues with accented chars * Fix: break: http/403 (Thanks to Werner Elsler for the fix, closes #38)
28 lines
953 B
Makefile
28 lines
953 B
Makefile
# $NetBSD: Makefile,v 1.26 2009/10/20 15:38:47 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= clive-2.2.7
|
|
CATEGORIES= net multimedia www
|
|
MASTER_SITES= http://clive.googlecode.com/files/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= wiz@NetBSD.org
|
|
HOMEPAGE= http://clive.sourceforge.net/
|
|
COMMENT= Command line video extraction tool for user-uploaded video hosts
|
|
LICENSE= gnu-gpl-v3
|
|
|
|
DEPENDS+= p5-BerkeleyDB>=0.34:../../databases/p5-BerkeleyDB
|
|
DEPENDS+= p5-Class-Singleton-[0-9]*:../../devel/p5-Class-Singleton
|
|
DEPENDS+= p5-Getopt-ArgvFile-[0-9]*:../../devel/p5-Getopt-ArgvFile
|
|
DEPENDS+= p5-Digest-SHA-[0-9]*:../../security/p5-Digest-SHA
|
|
DEPENDS+= p5-HTML-Parser>=2.37:../../www/p5-HTML-Parser
|
|
DEPENDS+= p5-Term-ReadKey-[0-9]*:../../devel/p5-Term-ReadKey
|
|
DEPENDS+= p5-URI>=1.37:../../www/p5-URI
|
|
DEPENDS+= p5-WWW-Curl>=4.05:../../www/p5-WWW-Curl
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
PERL5_PACKLIST= auto/clive/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|