pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/clive



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat Jun 21 15:53:56 UTC 2008

Modified Files:
        pkgsrc/net/clive: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -r1.9 -r1.10 pkgsrc/net/clive/Makefile
cvs rdiff -r1.6 -r1.7 pkgsrc/net/clive/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index