diff options
author | wiz <wiz@pkgsrc.org> | 2008-05-27 14:55:37 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2008-05-27 14:55:37 +0000 |
commit | 65e7a5cd0fef56eb2d30fcb3ce8d9dc5e3063d70 (patch) | |
tree | b426894291883e3e8b63a30326caa5eb6f84cfe8 /net/clive/Makefile | |
parent | a27cc3a0846ec7bc952cf2e1ccc4c3c147ba9606 (diff) | |
download | pkgsrc-65e7a5cd0fef56eb2d30fcb3ce8d9dc5e3063d70.tar.gz |
Update to 0.4.14:
Version 0.4.14 [2008-05-26]
=================================================================
+new !fix ~change -remove | focus: minor bugfixes, improvements
+ Support: sevenload.com (sr #2015)
Contributor: Kai Wasserbach
http://bugs.debian.org/482289
Minor modifications were made to the contributed patch to maintain
backward compatibility with Python 2.4.
+ Scan: GoogleVideo support
--scan now looks for embedded google videos.
+ Scripts: run.py, build.py
These used to be available in the svn repository only.
build.py:
* builds and installs clive to top_srcdir/dist subdir
* wraps "configure" and "make install"
* wraps CFLAGS and LDFLAGS for building newt (bundled)
* takes any of the configure parameters
run.py: runs clive from the top_srcdir/dist subdir
* Wraps PYTHONPATH
* takes any of the clive parameters
Example:
% ./build.py --without-newt
% ./run.py --no-cache URL
! GoogleVideo: "error: extraction url not found" [blocker]
Affected versions: clive 0.4.12, 0.4.13
Low quality video extraction would fail due to page HTML changes.
! File extension
Affected versions: clive < 0.4.14
mp4 file extension was used incorrectly for Metacafe and Guba videos.
! manual page
Typos.
~ code cleanup
Replaced "if .. .find(..) !=/== -1" with "if .. in .."
Diffstat (limited to 'net/clive/Makefile')
-rw-r--r-- | net/clive/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/clive/Makefile b/net/clive/Makefile index 46c62287611..b78dba457a1 100644 --- a/net/clive/Makefile +++ b/net/clive/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.7 2008/05/21 13:50:30 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2008/05/27 14:55:37 wiz Exp $ # -DISTNAME= clive-0.4.13 +DISTNAME= clive-0.4.14 CATEGORIES= net multimedia www MASTER_SITES= http://dl.gna.org/clive/0.4/src/ \ ${MASTER_SITE_SOURCEFORGE:=clive/} @@ -19,7 +19,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS+= --without-urlgrabber CONFIGURE_ARGS+= --without-feedparser CONFIGURE_ARGS+= --without-newt -USE_LANGUAGES= # none +USE_LANGUAGES= c # configure script PY_PATCHPLIST= yes REPLACE_INTERPRETER+= env_python |