[Midnightbsd-cvs] mports [20041] trunk/multimedia: quvi is a command line tool for parsing flash urls

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Tue Aug 25 21:53:39 EDT 2015


Revision: 20041
          http://svnweb.midnightbsd.org/mports/?rev=20041
Author:   laffer1
Date:     2015-08-25 21:53:39 -0400 (Tue, 25 Aug 2015)
Log Message:
-----------
quvi is a command line tool for parsing flash urls

Modified Paths:
--------------
    trunk/multimedia/Makefile

Added Paths:
-----------
    trunk/multimedia/quvi/
    trunk/multimedia/quvi/Makefile
    trunk/multimedia/quvi/distinfo
    trunk/multimedia/quvi/pkg-descr

Modified: trunk/multimedia/Makefile
===================================================================
--- trunk/multimedia/Makefile	2015-08-26 01:51:39 UTC (rev 20040)
+++ trunk/multimedia/Makefile	2015-08-26 01:53:39 UTC (rev 20041)
@@ -58,6 +58,7 @@
 SUBDIR += phonon-gstreamer
 SUBDIR += poe
 SUBDIR += qt4-multimedia
+SUBDIR += quvi
 SUBDIR += rtmpdump
 SUBDIR += schroedinger
 SUBDIR += smpeg

Added: trunk/multimedia/quvi/Makefile
===================================================================
--- trunk/multimedia/quvi/Makefile	                        (rev 0)
+++ trunk/multimedia/quvi/Makefile	2015-08-26 01:53:39 UTC (rev 20041)
@@ -0,0 +1,25 @@
+# Created by: Toni Gundogdu <legatvs at gmail.com>
+# $MidnightBSD$
+
+PORTNAME=	quvi
+PORTVERSION=	0.4.2
+CATEGORIES=	multimedia devel
+MASTER_SITES=	SF/${PORTNAME}/${PORTVERSION:R}/${PORTNAME}/
+
+MAINTAINER=	ports at MidnightBSD.org
+COMMENT=	Command line tool for parsing flash media stream URLs
+
+LICENSE=	lgpl2.1 lgpl3
+LICENSE_COMB=	dual
+
+BUILD_DEPENDS=	libquvi>=0.4.0:${PORTSDIR}/multimedia/libquvi
+LIB_DEPENDS=	libcurl.so:${PORTSDIR}/ftp/curl
+RUN_DEPENDS:=	${BUILD_DEPENDS}
+
+GNU_CONFIGURE=	yes
+USES=		pkgconfig tar:xz
+
+PLIST_FILES=	bin/quvi \
+		man/man1/quvi.1.gz
+
+.include <bsd.port.mk>


Property changes on: trunk/multimedia/quvi/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/multimedia/quvi/distinfo
===================================================================
--- trunk/multimedia/quvi/distinfo	                        (rev 0)
+++ trunk/multimedia/quvi/distinfo	2015-08-26 01:53:39 UTC (rev 20041)
@@ -0,0 +1,2 @@
+SHA256 (quvi-0.4.2.tar.xz) = 91a1396ce9a56ac3cfa3a5edabf8d214b3c6b2a35afad3b5f2f9feb29ba19026
+SIZE (quvi-0.4.2.tar.xz) = 118756


Property changes on: trunk/multimedia/quvi/distinfo
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/multimedia/quvi/pkg-descr
===================================================================
--- trunk/multimedia/quvi/pkg-descr	                        (rev 0)
+++ trunk/multimedia/quvi/pkg-descr	2015-08-26 01:53:39 UTC (rev 20041)
@@ -0,0 +1,8 @@
+quvi is a command line tool for parsing flash media stream URLs. It supports
+many websites including YouTube and Dailymotion.
+
+Starting from 0.4.0, the quvi distribution has split into libquvi-scripts,
+libquvi and quvi.
+
+WWW: http://quvi.sourceforge.net/
+WWW: http://repo.or.cz/w/quvi-tool.git


Property changes on: trunk/multimedia/quvi/pkg-descr
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property


More information about the Midnightbsd-cvs mailing list