summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLadislav Hagara2011-01-31 01:46:39 +0100
committerLadislav Hagara2011-01-31 01:46:39 +0100
commit81c123b504e4c0e7b1edf19e3ba67ce7adeee029 (patch)
treebd638e8f6b7c91a1494571ab0d0be61d2b2712e5
parent6e932068ce75a1980cd1dcde7f605ba2fef929e5 (diff)
utils/quvi: new spell, flash video download link parser
-rw-r--r--ChangeLog3
-rwxr-xr-xutils/quvi/DEPENDS2
-rwxr-xr-xutils/quvi/DETAILS14
-rw-r--r--utils/quvi/HISTORY3
4 files changed, 22 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0b0439bed3..2d85a09a77 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2011-01-31 Ladislav Hagara <hgr@vabo.cz>
+ * utils/quvi: new spell, flash video download link parser
+
2011-01-30 Philippe "Puppet_Master" Caseiro <puppetmaster@sourcemage.org>
* e-17/econf: removed it's dead
* e-17/entropy: removed it's dead
diff --git a/utils/quvi/DEPENDS b/utils/quvi/DEPENDS
new file mode 100755
index 0000000000..d82e61f7d9
--- /dev/null
+++ b/utils/quvi/DEPENDS
@@ -0,0 +1,2 @@
+depends curl &&
+depends pkgconfig
diff --git a/utils/quvi/DETAILS b/utils/quvi/DETAILS
new file mode 100755
index 0000000000..abae11e73b
--- /dev/null
+++ b/utils/quvi/DETAILS
@@ -0,0 +1,14 @@
+ SPELL=quvi
+ VERSION=0.2.12
+ SOURCE=$SPELL-$VERSION.tar.bz2
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
+ SOURCE_HASH=sha512:5d1f09634f4534694e4122c625fac78e1ec8d74586d652e6b4f6eba8a5b6ccd91f65077508b6a4471bfecf60fb7f2a9d4661fd41921ecefb715767c4b7858c56
+ WEB_SITE=http://quvi.sourceforge.net/
+ ENTERED=20110131
+ LICENSE[0]=GPL
+ SHORT="flash video download link parser"
+cat << EOF
+quvi is a command line tool for parsing flash video download links.
+libquvi is a library for parsing flash video download links with C API.
+EOF
diff --git a/utils/quvi/HISTORY b/utils/quvi/HISTORY
new file mode 100644
index 0000000000..2941dc6e84
--- /dev/null
+++ b/utils/quvi/HISTORY
@@ -0,0 +1,3 @@
+2011-01-31 Ladislav Hagara <hgr@vabo.cz>
+ * DETAILS, DEPENDS: spell created, version 0.2.12
+