mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Update to version 0.7.16
- Cleanup Makefile a bit and improve port description Approved by: maintainer
This commit is contained in:
parent
f661ea2b97
commit
d447fc4b3b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=346761
@ -2,10 +2,9 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= cclive
|
||||
PORTVERSION= 0.7.11
|
||||
PORTREVISION= 4
|
||||
PORTVERSION= 0.7.16
|
||||
CATEGORIES= multimedia net
|
||||
MASTER_SITES= SF/${PORTNAME}/0.7 \
|
||||
MASTER_SITES= SF/${PORTNAME}/${PORTVERSION:R} \
|
||||
GOOGLE_CODE
|
||||
|
||||
MAINTAINER= jlaffaye@FreeBSD.org
|
||||
@ -18,10 +17,10 @@ LIB_DEPENDS= libboost_system.so:${PORTSDIR}/devel/boost-libs \
|
||||
libpcre.so:${PORTSDIR}/devel/pcre \
|
||||
libquvi.so:${PORTSDIR}/multimedia/libquvi
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS+=--with-boost=${LOCALBASE}
|
||||
USES= pkgconfig
|
||||
USE_XZ= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --with-boost=${LOCALBASE}
|
||||
|
||||
PLIST_FILES= bin/ccl \
|
||||
bin/cclive \
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (cclive-0.7.11.tar.xz) = 566a79de272e894d2b00179ea8e5365fa19fa1b4982ebd0c17c3d148e2971ef0
|
||||
SIZE (cclive-0.7.11.tar.xz) = 264684
|
||||
SHA256 (cclive-0.7.16.tar.xz) = 586a120faddcfa16f5bb058b5c901f1659336c6fc85a0d3f1538882a44ee10e1
|
||||
SIZE (cclive-0.7.16.tar.xz) = 287472
|
||||
|
@ -1,9 +1,11 @@
|
||||
cclive is a lightweight command line video extraction tool for Youtube and
|
||||
other similar video websites. It is a rewrite of the clive software in C++
|
||||
with lower system footprint and fewer dependencies.
|
||||
cclive is a lightweight command line video extraction tool for YouTube and
|
||||
other similar video websites. It is a rewrite of the clive software in C++
|
||||
with lower system footprint and fewer dependencies. It works closely with
|
||||
the quvi project to workaround the Flash technology that is being utilized
|
||||
by different media hosts to deliver the content.
|
||||
|
||||
cclive is primarily a "video download tool" but it can also be used along side
|
||||
with video player software, like "mplayer", for viewing streamed videos instead
|
||||
While being primarily a video download tool, it can also be used alongside
|
||||
with some video players, e.g. mplayer, for viewing streamed videos instead
|
||||
of the Adobe flash player.
|
||||
|
||||
WWW: http://cclive.sourceforge.net/
|
||||
|
Loading…
Reference in New Issue
Block a user