Update to 0.7.5.1:
0.7.5.1 Thu Aug 18 2011 Toni Gundogdu Changes: - Lower quvi prerequisite to 0.2.16.1 0.7.5 Sat Aug 13 2011 Toni Gundogdu Changes: - Make --update-interval a "configurable" option - Implement 'simple' progressbar - Add --progressbar Fixes: - --update-interval (with negative) values doesn't work as intended (#11) 0.7.4.1 Thu Jun 23 2011 Toni Gundogdu Fixes: dist - make: rm: cannot remove `cclive': Is a directory (#9) 0.7.4 Sat Jun 18 2011 Toni Gundogdu Changes: - Add --no-resolve (replaces --no-shortened) - Rewrite to use quvi "media interface" - Add support for reading from files - Deprecate "--format list" - Remove --no-shortened - Add --query-format Changes: dist - configure: Rename --with-man -> --with-manual - Bump quvi prerequisite to 0.2.17 - Revert back to GNU Autotools
This commit is contained in:
parent
7d530b023f
commit
ec5ad529cb
2 changed files with 14 additions and 12 deletions
|
@ -1,12 +1,12 @@
|
|||
# $NetBSD: Makefile,v 1.13 2011/05/13 07:36:24 ryo-on Exp $
|
||||
# $NetBSD: Makefile,v 1.14 2011/08/22 11:13:52 thomasklausner Exp $
|
||||
#
|
||||
|
||||
DISTNAME= cclive-0.7.3.1
|
||||
DISTNAME= cclive-0.7.5.1
|
||||
CATEGORIES= net multimedia www
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=cclive/}
|
||||
|
||||
MAINTAINER= zecrazytux@zecrazytux.net
|
||||
HOMEPAGE= http://code.google.com/p/cclive/
|
||||
HOMEPAGE= http://cclive.sourceforge.net/
|
||||
COMMENT= Command line video extraction tool for user-uploaded video hosts
|
||||
LICENSE= gnu-gpl-v3
|
||||
|
||||
|
@ -14,13 +14,15 @@ PKG_DESTDIR_SUPPORT= user-destdir
|
|||
|
||||
USE_LANGUAGES= c++ c
|
||||
USE_TOOLS+= pkg-config
|
||||
USE_CMAKE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
SUBST_CLASSES+= man-path
|
||||
SUBST_STAGE.man-path+= pre-configure
|
||||
SUBST_FILES.man-path+= man1/CMakeLists.txt
|
||||
SUBST_SED.man-path= -e s,share/man/man1,${PKGMANDIR}/man1,
|
||||
.include "../../mk/compiler.mk"
|
||||
# GCC 4.4 and above needs this
|
||||
.if !empty(PKGSRC_COMPILER:Mgcc) && !empty(CC_VERSION:Mgcc-4.[4-9]*)
|
||||
CXXFLAGS+= -std=c++0x
|
||||
.endif
|
||||
|
||||
BUILDLINK_API_DEPENDS.quvi+= quvi>=0.2.16.1
|
||||
.include "../../net/quvi/buildlink3.mk"
|
||||
.include "../../www/curl/buildlink3.mk"
|
||||
.include "../../devel/boost-libs/buildlink3.mk"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.9 2011/05/13 07:36:25 ryo-on Exp $
|
||||
$NetBSD: distinfo,v 1.10 2011/08/22 11:13:52 thomasklausner Exp $
|
||||
|
||||
SHA1 (cclive-0.7.3.1.tar.gz) = 047e1a50185b67ec2c655dd8bec805a5585718e1
|
||||
RMD160 (cclive-0.7.3.1.tar.gz) = 2a9213ee167b12b83516a4260c19d853b6352b92
|
||||
Size (cclive-0.7.3.1.tar.gz) = 65182 bytes
|
||||
SHA1 (cclive-0.7.5.1.tar.gz) = 68b4832508735ef1cbcb07d4acba00151387dc3e
|
||||
RMD160 (cclive-0.7.5.1.tar.gz) = 290660a0fc3f565463919c5fafdb65e61ca4431b
|
||||
Size (cclive-0.7.5.1.tar.gz) = 425027 bytes
|
||||
|
|
Loading…
Reference in a new issue