Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (cd7cc3a0a6c6005a5e4797b8be6c7168c529b791)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (cd7cc3a0a6c6005a5e4797b8be6c7168c529b791)
  • Date: Sun, 29 Sep 2013 04:26:06 -0500

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

ChangeLog | 7 +++++++
libs/libquvi-scripts/DEPENDS | 2 ++
libs/libquvi-scripts/DETAILS | 18 ++++++++++++++++++
libs/libquvi-scripts/HISTORY | 2 ++
libs/libquvi/CONFLICTS | 3 +++
libs/libquvi/DEPENDS | 10 ++++++++++
libs/libquvi/DETAILS | 17 +++++++++++++++++
libs/libquvi/HISTORY | 2 ++
quvi.gpg |binary
utils/quvi/DEPENDS | 5 +++--
utils/quvi/DETAILS | 15 +++++++++------
utils/quvi/HISTORY | 6 ++++++
video/mpv/DEPENDS | 9 ++++-----
video/mpv/HISTORY | 3 +++
14 files changed, 86 insertions(+), 13 deletions(-)

New commits:
commit cd7cc3a0a6c6005a5e4797b8be6c7168c529b791
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

mpv: added libquvi support

commit bec4dbba68999b558304d67d8abe51df202d72c1
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

quvi: => 0.4.2

commit 06c031b0863ad03a43f9325de62317e4f5f55593
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

libquvi: new spell, library with the C API for parsing the media stream
properties

commit 4998810ae4ad150940830348525906f33130b2dc
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

libquvi-scripts: new spell, support scripts for libquvi calls

commit 6f1d6f17d66448cc1a1b4e6dfa6e00178a4ffe55
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

added AD00BE50 public key (Toni Gundogdu <legatvs AT gmail.com>)

diff --git a/ChangeLog b/ChangeLog
index 2f7c15b..6afcd69 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2013-09-29 Vlad Glagolev <stealth AT sourcemage.org>
+ * libs/libquvi-scripts: new spell, support scripts for libquvi calls
+ * libs/libquvi: new spell, library with the C API for parsing the
media
+ stream properties
+ * quvi.gpg: added AD00BE50 public key (Toni Gundogdu
<legatvs AT gmail.com>)
+ for quvi spell
+
2013-09-27 Vlad Glagolev <stealth AT sourcemage.org>
* video/mpv: new spell, free and open-source general-purpose video
player

diff --git a/libs/libquvi-scripts/DEPENDS b/libs/libquvi-scripts/DEPENDS
new file mode 100755
index 0000000..5051799
--- /dev/null
+++ b/libs/libquvi-scripts/DEPENDS
@@ -0,0 +1,2 @@
+depends m4 &&
+depends pkgconfig
diff --git a/libs/libquvi-scripts/DETAILS b/libs/libquvi-scripts/DETAILS
new file mode 100755
index 0000000..79199dc
--- /dev/null
+++ b/libs/libquvi-scripts/DETAILS
@@ -0,0 +1,18 @@
+ SPELL=libquvi-scripts
+ VERSION=0.4.18
+ SOURCE=$SPELL-$VERSION.tar.xz
+ SOURCE2=$SOURCE.sig
+ SOURCE_URL[0]=$SOURCEFORGE_URL/quvi/$SOURCE
+ SOURCE2_URL[0]=$SOURCE_URL.sig
+ SOURCE_GPG=quvi.gpg:$SOURCE2:UPSTREAM_KEY
+ SOURCE2_IGNORE=signature
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ DOC_DIRS=""
+ WEB_SITE=http://quvi.sourceforge.net/
+ ENTERED=20130929
+ LICENSE[0]=LGPL
+ SHORT="support scripts for libquvi calls"
+cat << EOF
+libquvi-scripts contains the embedded lua scripts that libquvi uses for
parsing
+the media details. Some additional utility scripts are also included.
+EOF
diff --git a/libs/libquvi-scripts/HISTORY b/libs/libquvi-scripts/HISTORY
new file mode 100644
index 0000000..2d264ec
--- /dev/null
+++ b/libs/libquvi-scripts/HISTORY
@@ -0,0 +1,2 @@
+2013-09-29 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS, DEPENDS: spell created, version 0.4.18
diff --git a/libs/libquvi/CONFLICTS b/libs/libquvi/CONFLICTS
new file mode 100755
index 0000000..1f67371
--- /dev/null
+++ b/libs/libquvi/CONFLICTS
@@ -0,0 +1,3 @@
+if spell_ok quvi && [[ $(installed_version quvi | cut -d. -f2) -lt 4 ]]; then
+ conflicts quvi
+fi
diff --git a/libs/libquvi/DEPENDS b/libs/libquvi/DEPENDS
new file mode 100755
index 0000000..812a9b1
--- /dev/null
+++ b/libs/libquvi/DEPENDS
@@ -0,0 +1,10 @@
+depends m4 &&
+depends pkgconfig &&
+depends lua &&
+depends curl &&
+depends libquvi-scripts &&
+
+optional_depends libsoup \
+ "--with-soup" \
+ "--without-soup" \
+ "to build (examples) with libsoup"
diff --git a/libs/libquvi/DETAILS b/libs/libquvi/DETAILS
new file mode 100755
index 0000000..71d0a01
--- /dev/null
+++ b/libs/libquvi/DETAILS
@@ -0,0 +1,17 @@
+ SPELL=libquvi
+ VERSION=0.4.1
+ SOURCE=$SPELL-$VERSION.tar.xz
+ SOURCE2=$SOURCE.sig
+ SOURCE_URL[0]=$SOURCEFORGE_URL/quvi/$SOURCE
+ SOURCE2_URL[0]=$SOURCE_URL.sig
+ SOURCE_GPG=quvi.gpg:$SOURCE2:UPSTREAM_KEY
+ SOURCE2_IGNORE=signature
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ DOC_DIRS=""
+ WEB_SITE=http://quvi.sourceforge.net/
+ ENTERED=20130929
+ LICENSE[0]=LGPL
+ SHORT="library with the C API for parsing the media stream
properties"
+cat << EOF
+libquvi is a library for parsing flash video download links with C API.
+EOF
diff --git a/libs/libquvi/HISTORY b/libs/libquvi/HISTORY
new file mode 100644
index 0000000..4eeb954
--- /dev/null
+++ b/libs/libquvi/HISTORY
@@ -0,0 +1,2 @@
+2013-09-29 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS, DEPENDS, CONFLICTS: spell created, version 0.4.1
diff --git a/quvi.gpg b/quvi.gpg
new file mode 100644
index 0000000..3a3070a
Binary files /dev/null and b/quvi.gpg differ
diff --git a/utils/quvi/DEPENDS b/utils/quvi/DEPENDS
index e99de10..03a4683 100755
--- a/utils/quvi/DEPENDS
+++ b/utils/quvi/DEPENDS
@@ -1,3 +1,4 @@
-depends curl &&
+depends m4 &&
depends pkgconfig &&
-depends lua51
+depends curl &&
+depends libquvi
diff --git a/utils/quvi/DETAILS b/utils/quvi/DETAILS
index c617715..f2d6790 100755
--- a/utils/quvi/DETAILS
+++ b/utils/quvi/DETAILS
@@ -1,14 +1,17 @@
SPELL=quvi
- VERSION=0.2.19
- SOURCE=$SPELL-$VERSION.tar.bz2
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ VERSION=0.4.2
+ SOURCE=$SPELL-$VERSION.tar.xz
+ SOURCE2=$SOURCE.sig
SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
-
SOURCE_HASH=sha512:156eabd9674ec120279950295914b96c907cee7bd7d3bf09270734ca2af06736d842a7f21b4b400df461bb9c87986789ecb6104621e3f6a22a7a2631998e2b6e
+ SOURCE2_URL[0]=$SOURCE_URL.sig
+ SOURCE_GPG=quvi.gpg:$SOURCE2:UPSTREAM_KEY
+ SOURCE2_IGNORE=signature
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ DOC_DIRS=""
WEB_SITE=http://quvi.sourceforge.net/
ENTERED=20110131
- LICENSE[0]=GPL
+ LICENSE[0]=LGPL
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
index ccd60e1..7fe95e9 100644
--- a/utils/quvi/HISTORY
+++ b/utils/quvi/HISTORY
@@ -1,3 +1,9 @@
+2013-09-29 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 0.4.2; updated source extension, license,
+ description; converted to upstream gpg checking; don't do useless
+ doc'ing
+ * DEPENDS: renewed dependencies
+
2012-07-28 Ismael Luceno <ismael AT sourcemage.org>
* DEPENDS: depends on lua51

diff --git a/video/mpv/DEPENDS b/video/mpv/DEPENDS
index 039de97..159c6ae 100755
--- a/video/mpv/DEPENDS
+++ b/video/mpv/DEPENDS
@@ -187,11 +187,10 @@ if is_depends_enabled $SPELL samba; then
depends openssl
fi &&

-# TODO: update quvi spell to >=0.4.1 (stable)
-#optional_depends quvi \
-# "--enable-libquvi4" \
-# "--disable-libquvi4" \
-# "for parsing media stream URLs via libquvi 0.4.x" &&
+optional_depends libquvi \
+ "" \
+ "--disable-libquvi4" \
+ "for parsing media stream URLs via libquvi 0.4.x" &&

optional_depends lcms2 \
"" \
diff --git a/video/mpv/HISTORY b/video/mpv/HISTORY
index b711a79..066cd17 100644
--- a/video/mpv/HISTORY
+++ b/video/mpv/HISTORY
@@ -1,3 +1,6 @@
+2013-09-29 Vlad Glagolev <stealth AT sourcemage.org>
+ * DEPENDS: added libquvi support
+
2013-09-26 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS, DEPENDS, CONFIGURE, BUILD, INSTALL, mpv.png,
desktop/mpv.desktop: spell created



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (cd7cc3a0a6c6005a5e4797b8be6c7168c529b791), Vlad Glagolev, 09/29/2013

Archive powered by MHonArc 2.6.24.

Top of Page