pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/clive Update to 0.4.16:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/539371f0a48e
branches:  trunk
changeset: 543627:539371f0a48e
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Jun 21 15:53:55 2008 +0000

description:
Update to 0.4.16:

Version 0.4.16                                       [2008-06-18]
=================================================================
+new !fix ~change -remove | focus: minor bugfixes, improvements

+ --cache,-c
    Provides a newt based interface for browsing and re-extracting
    previously downloaded videos. Cache table schema (~/.clive/cache)
    was updated: added new column "cache_url".

! Sevenload: improved support (reported: Kai Wasserbach)
    Affected versions: 0.4.14 - 0.4.15
    Some URLs were previously parsed incorrectly.

! Console: "error: unrecognized command"
    Affected versions:  0.4.6 - 0.4.15
    The above error would be printed out incorrectly if a duplicate
    URL was already in the queue.

~ Removed: try..except (ffmpeg subprocess)
    Unnecessary code. Cleaned up the subprocess call methods for
    both ffmpeg and player.


Version 0.4.15                                       [2008-06-11]
=================================================================
+new !fix ~change -remove | focus: minor bugfixes, improvements

+ --write-conf: Use http_proxy environment setting
    Write http_proxy enviroment setting to config file if it's set.

+ Support: myvideo.* (sr #2024)
    As requested.

+ --mask: support for "no" (disable)
    Added support for "no" which disables the filtering altogether, e.g.
        % clive --mask=no URL

    This is the easiest way to keep the original video title. See
    the manual page for more info.

    Note that this option was renamed to --filter (see further below).

! --scan: "UnicodeDecodeError: 'ascii' codec..." (bug #11805)
    Affected versions: clive 0.4.13, 0.4.14
    Should no longer occur. See the discussion at:
        https://gna.org/bugs/?11805

! Metacafe: "error: extraction url not found"
    Affected versions: clive < 0.4.15
    Extraction would fail due to the changes made to page HTML.

! StringIO: import failsafe (try..except)
    Affected versions: clive < 0.4.15
    StringIO was imported incorrectly if cStringIO was not found.

~ Dump HTTP headers if "error: zero content length" occurs
    The headers are dumped only if --quiet is not being used and the
    headers are available.

~ Options printout: "cache:yes; paste:off; ..." -> "cache:yes / paste:off / .."
    Modified the runtime options printout.

~ --mask: renamed (=> --filter)
    Renamed --mask to --filter. Kept -m short option. Configuration file
    command was also renamed from "output_title_mask" to "output_title_filter".

~ --xclip: append "-o"
    clive now appends the "-o" option with a warning to the xclip path if
    it's not present.

~ --write-conf: updated comments
    Cleaned up the config file comments that clive produces with this option.

diffstat:

 net/clive/Makefile |  4 ++--
 net/clive/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (26 lines):

diff -r 7d3511c67945 -r 539371f0a48e net/clive/Makefile
--- a/net/clive/Makefile        Sat Jun 21 15:45:15 2008 +0000
+++ b/net/clive/Makefile        Sat Jun 21 15:53:55 2008 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.9 2008/06/12 02:14:39 joerg Exp $
+# $NetBSD: Makefile,v 1.10 2008/06/21 15:53:55 wiz Exp $
 #
 
-DISTNAME=      clive-0.4.14
+DISTNAME=      clive-0.4.16
 CATEGORIES=    net multimedia www
 MASTER_SITES=  http://dl.gna.org/clive/0.4/src/ \
                ${MASTER_SITE_SOURCEFORGE:=clive/}
diff -r 7d3511c67945 -r 539371f0a48e net/clive/distinfo
--- a/net/clive/distinfo        Sat Jun 21 15:45:15 2008 +0000
+++ b/net/clive/distinfo        Sat Jun 21 15:53:55 2008 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2008/05/27 14:55:37 wiz Exp $
+$NetBSD: distinfo,v 1.7 2008/06/21 15:53:55 wiz Exp $
 
-SHA1 (clive-0.4.14.tar.bz2) = d6ea0da28065fa94021a978f8c25c77cf0ef3fb6
-RMD160 (clive-0.4.14.tar.bz2) = 9d9d0db4ab8f2032ce7aecbaca5ed5dd0311d893
-Size (clive-0.4.14.tar.bz2) = 409466 bytes
+SHA1 (clive-0.4.16.tar.bz2) = ab33aef9afd403736bac9fb7b4d4fce026919483
+RMD160 (clive-0.4.16.tar.bz2) = a072cd1a041f77e196f4e09b5a0da67040183e00
+Size (clive-0.4.16.tar.bz2) = 415364 bytes



Home | Main Index | Thread Index | Old Index