diff options
author | wiz <wiz> | 2008-06-21 15:53:55 +0000 |
---|---|---|
committer | wiz <wiz> | 2008-06-21 15:53:55 +0000 |
commit | 982eba3dab1d927e6c9649be9a2f1634959bdaf5 (patch) | |
tree | 8b0e03f2ad56cc0b6632afdfde0cf8c18b3421b7 /net/clive/Makefile | |
parent | 47fd31d10659d1c71d7f95178d42947822103239 (diff) | |
download | pkgsrc-982eba3dab1d927e6c9649be9a2f1634959bdaf5.tar.gz |
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 (limited to 'net/clive/Makefile')
-rw-r--r-- | net/clive/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/clive/Makefile b/net/clive/Makefile index c2f7d77ef72..1d046d77c92 100644 --- a/net/clive/Makefile +++ b/net/clive/Makefile @@ -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/} |