Path to this page:
Subject: CVS commit: pkgsrc/net/quvi
From: Thomas Klausner
Date: 2011-06-09 13:21:12
Message id: 20110609112112.D4D32175DD@cvs.netbsd.org
Log Message:
Update to 0.2.16:
0.2.16 Sat May 21 2011 Toni Gundogdu
Changes: quvi
- Rename '-s,--no-shortened' -> '-r,--no-resolve'
- Add support for reading input from files
Changes: API
- Add "Network interface" (quvi_net_*, QUVI_NET_*, quvi/net.h)
- Add examples/callback_libsoup.c
- Make LUA errors more informative (e.g. fname, func, etc.)
- Add "Linked list interface" (quvi_llst_*, quvi/llst.h)
- Add quvi_supported_ident (#44)
- Add quvi_supported_ident_close
- Add quvi_ident_getprop
- Deprecate remaining symbols that use 'video' and 'link' in names
- Rename (&depr.) QUVISTATUS_SHORTENED -> QUVISTATUS_RESOLVE
- Rename (&depr.) QUVIOPT_NOSHORTENED -> QUVIOPT_NORESOLVE
- Deprecate QUVIINFO_HTTPCODE, QUVIPROP_HTTPCODE
Changes: Webscripts
- Pass _quvi_media_t to quvi object functions in LUA reg. index
- collegehumor.lua: Add 'best' ('hq') format
- LUA: Add resolve function to quvi object
- Add bikeradar.lua (#50)
- Add guardian.lua (#51)
- Add more NSFW scripts
- Add blip.lua (#39)
Changes: Build system
- Add --with-soup (see INSTALL)
Changes: Documentation
- INSTALL: Remove list of (obsolete) env. variables
- Add doc/WebsiteScriptGuideLines
- API: Reorganize "Modules"
Bugfixes: Webscripts
- collegehumor.lua:51: server response code 404 (#35)
- vimeo.lua:62: no match: hd button (#48)
- liveleak.lua:48: no match: config (#47)
Files: