pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/clive Update to 0.4.14:
details: https://anonhg.NetBSD.org/pkgsrc/rev/35300b8590df
branches: trunk
changeset: 542782:35300b8590df
user: wiz <wiz%pkgsrc.org@localhost>
date: Tue May 27 14:55:37 2008 +0000
description:
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:
net/clive/Makefile | 6 +++---
net/clive/distinfo | 8 ++++----
2 files changed, 7 insertions(+), 7 deletions(-)
diffs (35 lines):
diff -r b8fffd4aa77a -r 35300b8590df net/clive/Makefile
--- a/net/clive/Makefile Tue May 27 13:51:02 2008 +0000
+++ b/net/clive/Makefile Tue May 27 14:55:37 2008 +0000
@@ -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 @@
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
diff -r b8fffd4aa77a -r 35300b8590df net/clive/distinfo
--- a/net/clive/distinfo Tue May 27 13:51:02 2008 +0000
+++ b/net/clive/distinfo Tue May 27 14:55:37 2008 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2008/05/21 13:50:30 wiz Exp $
+$NetBSD: distinfo,v 1.6 2008/05/27 14:55:37 wiz Exp $
-SHA1 (clive-0.4.13.tar.bz2) = ae362ef3cc4272532adeac0edca42c6e8f0738d0
-RMD160 (clive-0.4.13.tar.bz2) = 9f5dd14ba99ff94f4951635dcf0a2acbc9ed4835
-Size (clive-0.4.13.tar.bz2) = 407760 bytes
+SHA1 (clive-0.4.14.tar.bz2) = d6ea0da28065fa94021a978f8c25c77cf0ef3fb6
+RMD160 (clive-0.4.14.tar.bz2) = 9d9d0db4ab8f2032ce7aecbaca5ed5dd0311d893
+Size (clive-0.4.14.tar.bz2) = 409466 bytes
Home |
Main Index |
Thread Index |
Old Index