pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/net/clive



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue May 27 14:55:37 UTC 2008

Modified Files:
        pkgsrc/net/clive: Makefile distinfo

Log Message:
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 .."


To generate a diff of this commit:
cvs rdiff -r1.7 -r1.8 pkgsrc/net/clive/Makefile
cvs rdiff -r1.5 -r1.6 pkgsrc/net/clive/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index