ClipGrab doesn\'t only allow you to download videos from sites like Youtube,
Dailymotion or Veoh but also gives you the ability to convert them at a single blow into "usabl" formats like WMV, MPEG or MP3. So you\'ll be able to wat h (or listen to) your favourite Youtube clips wherever you are. ClipGrab currently supports these sites: -YouTube -Dailymotion -Vimeo -MyVideo -MySpass WWW: http://clipgrab.de PR: ports/141203 Submitted by: Gvozdikov Veniamin <g.veniamin at googlemail.com>
This commit is contained in:
parent
b511496d46
commit
7b4ad546cd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=245674
4 changed files with 57 additions and 0 deletions
|
@ -24,6 +24,7 @@
|
|||
SUBDIR += castpodder
|
||||
SUBDIR += cclive
|
||||
SUBDIR += cheese
|
||||
SUBDIR += clipgrab
|
||||
SUBDIR += clive
|
||||
SUBDIR += clive-utils
|
||||
SUBDIR += clive1
|
||||
|
|
40
multimedia/clipgrab/Makefile
Normal file
40
multimedia/clipgrab/Makefile
Normal file
|
@ -0,0 +1,40 @@
|
|||
# New ports collection makefile for: clipgrab
|
||||
# Date created: 2009-12-06
|
||||
# Whom: Gvozdikov Veniamin <g.veniamin@googlemail.com>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= clipgrab
|
||||
PORTVERSION= 3.0.4.1
|
||||
CATEGORIES= multimedia
|
||||
MASTER_SITES= http://clipgrab.de/download/
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION}
|
||||
|
||||
MAINTAINER= g.veniamin@googlemail.com
|
||||
COMMENT= Program to download videos from YouTube and etc
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_QT_VER= 4
|
||||
QT_COMPONENTS= gui xml qmake_build uic_build moc_build \
|
||||
rcc_build network
|
||||
|
||||
PLIST_FILES= bin/${PORTNAME} \
|
||||
share/${PORTNAME}/icon.png \
|
||||
share/${PORTNAME}/logo.png \
|
||||
share/${PORTNAME}/splash.png
|
||||
PLIST_DIRS= share/${PORTNAME}
|
||||
|
||||
post-patch:
|
||||
${REINPLACE_CMD} -e 's,img/,share/${PORTNAME}/,g' \
|
||||
${WRKSRC}/*.cpp
|
||||
|
||||
do-configure:
|
||||
cd ${WRKSRC} && ${QMAKE}
|
||||
|
||||
do-install:
|
||||
${MKDIR} ${DATADIR}
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/${PORTNAME}
|
||||
${INSTALL_DATA} ${WRKSRC}/*.png ${DATADIR}
|
||||
|
||||
.include <bsd.port.mk>
|
3
multimedia/clipgrab/distinfo
Normal file
3
multimedia/clipgrab/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (clipgrab-3.0.4.1.tar.bz2) = 1e07d9a2b0fb2ae528b2637e495d9455
|
||||
SHA256 (clipgrab-3.0.4.1.tar.bz2) = 677ad67aa634597201ff3e82ded868ba344c71be46fcd9d81dd2a2b9902360f6
|
||||
SIZE (clipgrab-3.0.4.1.tar.bz2) = 277322
|
13
multimedia/clipgrab/pkg-descr
Normal file
13
multimedia/clipgrab/pkg-descr
Normal file
|
@ -0,0 +1,13 @@
|
|||
ClipGrab doesn\'t only allow you to download videos from sites like Youtube,
|
||||
Dailymotion or Veoh but also gives you the ability to convert them at a single
|
||||
blow into "usabl" formats like WMV, MPEG or MP3. So you\'ll be able to wat
|
||||
h (or listen to) your favourite Youtube clips wherever you are.
|
||||
ClipGrab currently supports these sites:
|
||||
|
||||
-YouTube
|
||||
-Dailymotion
|
||||
-Vimeo
|
||||
-MyVideo
|
||||
-MySpass
|
||||
|
||||
WWW: http://clipgrab.de
|
Loading…
Reference in a new issue