Up to [NetBSD + pkgsrc-wip] / wip / cclive
Request diff between arbitrary revisions - Display revisions graphically
Keyword substitution: kv
Default branch: MAIN
Update wip/cclive to 0.7.8
0.7.8 Sat Nov 26 2011 Toni Gundogdu
Changes:
- Improvements to --exec
- Invoke --exec with "nothing todo"
- Additional specifiers %n and %t
- Allow multiple occurences
Update to 0.7.7
0.7.7 Sun Oct 16 2011 Toni Gundogdu
Bugfixes:
- Do not create doc dir unnecessarily with "make install"
- Option -O evaluated incorrectly (#13)
Changes:
- Use QUVI_VERSION_SCRIPTS when available
- Add YouTube fmtNN ref. URL to manual
Update to 0.7.6
Changelog:
0.7.6 Mon Sep 12 2011 Toni Gundogdu
Changes:
- Add --tr (depr. --regexp, --subst)
- Add --prefer-format
- Revise manual
Update to 0.7.5.1:
0.7.5.1 Thu Aug 18 2011 Toni Gundogdu
Changes:
- Lower quvi prerequisite to 0.2.16.1
0.7.5 Sat Aug 13 2011 Toni Gundogdu
Changes:
- Make --update-interval a "configurable" option
- Implement 'simple' progressbar
- Add --progressbar
Fixes:
- --update-interval (with negative) values doesn't work as intended (#11)
0.7.4.1 Thu Jun 23 2011 Toni Gundogdu
Fixes: dist
- make: rm: cannot remove `cclive': Is a directory (#9)
0.7.4 Sat Jun 18 2011 Toni Gundogdu
Changes:
- Add --no-resolve (replaces --no-shortened)
- Rewrite to use quvi "media interface"
- Add support for reading from files
- Deprecate "--format list"
- Remove --no-shortened
- Add --query-format
Changes: dist
- configure: Rename --with-man -> --with-manual
- Bump quvi prerequisite to 0.2.17
- Revert back to GNU Autotools
Update to 0.7.3.1
* With non-C locale, cclive dumps core on NetBSD.
Changelog:
0.7.3.1 Tue Mar 15 2011 Toni Gundogdu
Bugfixes:
- CMake Error at src/CMakeLists.txt:43 (#7)
0.7.3 Sat Mar 12 2011 Toni Gundogdu
Changes:
- Add QUVIOPT_CATEGORY check
- Set QUVIPROTO_HTTP
- Do not build quvicpp as a static library
- Build quvicpp in the "cclive" target instead
- See also ChangeLog for 3a867d7 commit message
Bugfixes:
- Compilation with boost 1.46.0 (#6)
- Boost::Filesystem uses v3 as the new default in 1.46.0
0.7.2 Mon Feb 07 2011 Toni Gundogdu
Changes:
- Add SIGUSR1 handler
- Add progress meter
Bugfixes:
- Normal progressbar min-max rendering while resizing window
0.7.1 Fri Jan 07 2011 Toni Gundogdu
Changes:
- Lower pcre prereq. to 8.02, thanks to Alejandro Garrido Mota
- Show --background in options on platforms that support fork
- Print pid to log file with --background
- Add getpid check to CMakeLists.txt
- Add --no-shortened switch
- Make --quiet exclusive
Bugfixes:
- Wrong full path for downloaded file (#5) (d#608393)
- Number of various issues with --background log
0.7.0.1 Sat Dec 18 2010 Toni Gundogdu
Changes:
- Add --output-dir
0.7.0 rc2 Sat Dec 04 2010 Toni Gundogdu
Changes:
- Lower boost prerequisite to 1.42.0, thanks to Alejandro Garrido Mota
- Add --format [<help>|<list> <pattern>]
- gzip manual before installing it
Bugfixes:
- CMAKE_VERBOSE_MAKEFILE
- Manual install dir
0.7.0 rc1 Sat Nov 20 2010 legatvs
Changes:
- progressbar.cpp: Rewrite to_unit
0.7.0 beta4 Wed Nov 03 2010 legatvs
Changes:
- Add --regexp check
- Clean up manual page
- Improve progressbar line clearing
Version 0.7.0 beta 3
October 15, 2010
Changes:
* Print --help, --version, --license, --support to stdout
Version 0.7.0 beta 2
September 30, 2010
Changes:
* Migrated issue tracker to sf.net (read more: <http://is.gd/fnDU2>)
* Use "git describe" for version instead
* Add --max-retries, --retry-wait (#47)
* --version, print libquvi
Version 0.7.0 beta 1
September 1, 2010
Changes:
* Add prerequisite: Boost library
* Build system: GNU Autotools -> CMake
* Rewrite everything
See also:
<http://code.google.com/p/cclive/wiki/Development_0_7_0>
Upgrade to version 0.6.5 Most noticeable change is that it works again with youtube and dailymotion (they changed their movie urls lately so that old versions of cclive don't work anymore) Thanks to Brad Harder for the info and patch.
Update to 0.5.8. Set LICENSE.
Version 0.5.8 (January 14, 2010)
User-visible changes:
* Fix "-f unavailable_format" for dailymotion
1. Use first found link instead of croaking with an error
* Fix "-f best" for dailymotion
1. Use proper sorting method
2. Thanks to Markus Doppelbauer for reporting the issue
* Fix tube8 support
Developer-visible changes:
* configure: dump build configuration
* tests/sevenload.cpp: remove dead test link (closes issue #19 )
Version 0.5.7 (December 18, 2009)
User-visible changes:
* Do not replace dashes with underscores in ids
* --substitute: support multiple regexps (re-closes issue #17 )
1. Read manual page for updated details
2. See also NEWS file
* Fix tube8 support
Developer-visible changes:
* tests: support MULTI_TEST env.var. (see INSTALL)
* Remove redtube remains from the src tree
Update to 0.5.6: 0.5.6 ------------- Added --substitute which mimics Perl's s/old/new/(gi) substitution. It can be used to replace substrings in output filenames. Example: % cclive -S "s/old/new/i" URL % cclive -S "s/[/:-]/_/g" URL Changed --regexp to accept Perl-like regular expressions, e.g. % cclive -r "/(\w+)/" URL % cclive -r "/(\w+)/g" URL % cclive -r "/([a-e])/gi" URL Note that this breaks the backward compatibility. * --regexp now expects /pattern/(gi) * --find-all is no longer supported (use /g instead) Added --background which is similar to what clive (2.1.x) once had. The progress indication while in the background is very simplistic. Note that --logfile and --logfile-interval options were also added to support --background. 0.5.2 ------------- New youtube format: fmt34. This was previously referred to as youtube default format which no longer appears to be the case. Note that the fmt34 video quality and resolution may vary. Fixes a few bugs. Redtube support is broken. http://code.google.com/p/cclive/issues/detail?id=5
Update to 0.5.0.
Release 0.5.0
-------------
The dependency of Perl and HTML::Tokenizer module have been replaced with
libiconv and PCRE for significantly lower system footprint. Perl was previously
used for parsing video titles and cleaning them up.
configure no longer supports --enable-sigwinch. The support is now compiled
into the program automatically if signal.h is found and defines SIGWINCH.
tests/ have been rewritten in C++.
Other notable changes:
Removed options:
--title
- obsoleted by --filename-format since 0.4.1
--cclass, --no-cclass
- obsoleted by --regexp and --find-all (below)
New options:
-r, --regexp
- Defines the regular expression that can be used to "filter"
video titles before they are used for filenames
-g, --find-all
- Used together with the above to repeat the matching to find
all occurences, similar to Perl's /g option
Example:
cclive -gr "(\w|\s)" URL
Comparison:
-----------
SIZE RES Notes
clive 2.2.4 ~13924k ~10388k Perl all the way
cclive 0.4.7 (w/ perl) ~8300k ~6908k Video titles enabled
cclive 0.4.7 (w/o perl) ~5940k ~3224k No video titles
cclive 0.5.0 ~5780k ~3196k Video titles enabled by default
SIZE = total size of the process (text, data, and stack)
RES = current amount of resident memory
Note : Figures are approximates. cclive was built with "-O2 -march=pentium4"
Tested: FreeBSD 7.2, numbers provided by top(1), numbers vary slightly per URL
Upgrading cclive to version 0.4.2 changes: http://code.google.com/p/cclive/wiki/Changes
updating cclive to version 0.3.1
Update to 0.2.6.
0.2.6
(March 24, 2009)
User-visible changes:
* Fix dailymotion support
- Changes to website HTML; incorrect copy-to-string
- Symptoms: output filename utter gibberish
0.2.5
(March 17, 2009)
User-visible changes:
* Port lastfm-youtube support from clive
* Fix googlevideo support
Import cclive-0.2.3 as wip/cclive. cclive is a cross-platform command line video extraction tool for user-uploaded video hosts such as Youtube, Google Video, Dailymotion, Guba, and Metacafe. It can be chained with 3rd party tools for subsequent video re-encoding and playing. It is similar to clive, but has less requirements.
Initial revision