Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
* Mouse- and key binding updates:
shortcuts keys for recording
support for multiple popup events (shift-left-button and
right-button are now the default on all platforms)
* Misc. bug fixes including zoom in/out mixup
Changes in WaveSurfer version 1.8.4
* Improved scrollwheel support, including zooming (Ctrl + wheel)
* Fixed bugs in chooser & preferences dialogs
* Several other bug fixes
Changes in WaveSurfer version 1.8.3
* Global console variables SOUND and WSURF contain active sound/widget
* Localization file for Brazilian Portuguese
* Minor cosmetic fixes and some bug fixes
Changes in WaveSurfer version 1.8.2
* The Chooser dialog can now handle bookmarks of the form
pathname:<time>
* Updated documentation
* Bug fixes
Changes in WaveSurfer version 1.8.1
* Many minor improvements and fixes
Changes in WaveSurfer version 1.8
* Updated GUI that better matches the platform (WinXP, MacOSX,
etc.) WaveSurfer is run on.
* Other minor improvements and bug fixes
Changes in WaveSurfer version 1.7.6
* -config option can now also specify a full path name
* Chooser-dialog now handles auto-play, Windows path names and sorting
* Automatically generated plots will not generate "Unsaved
changes" dialog on exit as default anymore
* WaveSurfer Mac binary now uses Tcl/Tk 8.4.9
* Lots of other minor improvements and bug fixes
Changes in WaveSurfer version 1.7.5
* Expanded key binding functionality
* Enhancements to the Chooser-dialog
* WaveSurfer binaries now use Snack 2.2.9
* Several other improvements and bug fixes
|
|
|
|
since 2.2.8:
10/20/04 (new feature) Implementation of data and append commands for
Python (Hinard).
10/26/04 (bug fix) Fixed leak in Windows sound I/O code. (Wilkason)
11/15/04 (new feature) The fade filter can now fade to a minimum level
other than zero.
11/18/04 (bug fix) Corrected memory leak in the pitch command.
11/25/04 (bug fix) Corrected handling of Lin24packed sample encoding.
11/30/04 (new feature) Support for more than 2 channels on Macintosh OS X.
----------------- Released 2.2.9, 12/1/04 -----------------------
1/26/05 (new feature) Added implementation for snack::audio
record_gain command on Windows (DeJong)
1/26/05 (enhancement) Several improvements regarding MP3 format
handling. (Wilkason)
14/12/05 (bug fix) Fixed canvas items to work with later ActiveTcl
releases.
----------------- Released 2.2.10, 14/12/05 -----------------------
|
|
p5-Email-Abstract
p5-Mail-ListDetector
p5-Module-Pluggable
|
|
devel/p5-File-Tempdir version 0.02
Updated
mail/p5-razor-agents to 2.84
devel/p5-Module-Pluggable to 3.6
mail/p5-Email-Abstract to 2.132
mail/p5-Mail-ListDetector to 1.01
|
|
|
|
-fix a bug in the align-to-page logic which may have prevented memtester
from mlock()ing the memory it was trying to test on some systems.
Thanks: Baif Chen.
|
|
- The package supports installation to DESTDIR.
- This is purely a Perl package, no compiler needed.
|
|
* Build Universal iff a suitable SDK for the host system is present.
From tron.
* Handle the case where where PKG_DBDIR is under PREFIX.
|
|
|
|
The module provides an object interface for function tempdir() from
Perl module File::Temp. This allows to destroy the temporary directory
as soon as it is not needed anymore using the magic DESTROY() function
automatically called by perl when the object is no longer referenced.
|
|
of them apply together cleanly (and thus no PKGREVISION bump). Idea
from wiz.
|
|
Bump PKGREVISION
Use signed arithmetic in mutt_gecos_name to avoid an overflow.
From http://dev.mutt.org/hg/mutt/rev/47d08903b79b
And trac: http://dev.mutt.org/trac/ticket/2885
|
|
|
|
security vulnerabilities reported in CVE-2007-1558 and CVE-2007-2683.
|
|
filename clash with "Makefile".
|
|
|
|
filesystem without interference from devel/CVS metadata. PKGNAME
stays the same. Discussed with agc.
|
|
Pkgsrc changes:
- The package supports installation to DESTDIR.
- Shortened COMMENT (hint by pkglint).
- This is purely a Perl module.
Changes since version 0.34:
===========================
1.01 13 Mar 2007
- Increase CPANTS score.
|
|
Pkgsrc changes:
- The package supports installation to DESTDIR.
- This is purely a Perl module.
Changes since version 2.131:
============================
2.132 2007-03-22
packaging improvements
|
|
|
|
Pkgsrc changes:
- The package supports installation to DESTDIR.
Changes since version 3.4:
==========================
2007-04-07 - 3.6
Include blead perl patch from Craig Berry that gives better
Module::Pluggable::Object::search_paths portability as
prompted by VMS test failures.
2007-01-29 - 3.5
Patch from Audrey Tang to prevent clobbering of $@
|
|
|
|
Release 1.5.0 (2007-05-27) Kouhei Sutou <kou@cozmixng.org>)
==========================================================
Many API improvement.
Features
--------
* Support Cairo::Surface.new with block.
* Support RubyGems.
* Add experimental API Cairo::Context#pseudo_blur. (API
may be changed.)
* Fix strange Cairo::Context#push_group and
Cairo::Context#pop_group behaviour.
* Fix Cairo::Context::Path#map_path_onto.
* Add high-level color interface. (Cairo::Color)
* Improve color related API. For example:
From:
context.set_source_rgb(1, 0, 0)
To:
context.set_source_color(:red)
* Support RGB/CMYK/HSV conversion.
* Many default color definitions.
* Support path creation using Cairo::Path without
Cairo::Context.
* Improve constant value specify API. For example:
From:
Cairo::ImageSurface.new(Cairo::FORMAT_ARGB32, 100, 100)
To:
Cairo::ImageSurface.new(:argb32, 100, 100)
* Support win32 surface. (Yoshinao Muramatsu)
|
|
|
|
|
|
MimeTeX, licensed under the gpl, lets you easily embed LaTeX math in your html
pages. It parses a LaTeX math expression and immediately emits the corresponding
gif image, rather than the usual TeX dvi. And mimeTeX is an entirely separate
little program that doesn't use TeX or its fonts in any way. It's just one cgi
that you put in your site's cgi-bin/ directory, with no other dependencies. So
mimeTeX is very easy to install. And it's equally easy to use. Just place an
html <img> tag in your document wherever you want to see the corresponding LaTeX
expression.
|
|
passed to the configure or build phases. This variable holds a slightly
different value depending on whether GNU_CONFIGURE is defined or not --
in the former case, the value is tuned for passing the GNU configure
script.
Automatically pass TOOLS_ENV to GNU configure scripts, so there is no
user-visible change.
|
|
|
|
Bump PKGREVISION.
|
|
|
|
Ruby-GNOME 2 is a set of Ruby language bindings for the various
application development libraries included with the GNOME/GTK+
environment.
Ruby/Poppler is a Ruby binding of poppler-glib.
|
|
change within the .for loop.
|
|
|
|
Bump PKGREVISION.
And change HOMEPAGE to rcaio's one.
|
|
for poppler-glib.pc.
|
|
|
|
in CVE-2007-2356. Bump package revision.
|
|
|
|
|
|
Release 1.4.1 (2007-03-10 Kouhei Sutou <kou@cozmixng.org>)
==========================================================
Features
--------
* Add missing pkg-config.rb.
Release 1.4.0 (2007-03-06 Kouhei Sutou <kou@cozmixng.org>)
==========================================================
Features
--------
* All cairo 1.4.0 API are implemented.
|
|
|
|
|
|
|
|
|
|
Ruby bindings for cairo // cairo extension for Ruby
* PNG saving
* PostScript saving
* PDF saving
* SVG saving
* all cairo API
|
|
- Add VARBASE into BUILD_DEFS, as suggested by pkglint.
- Transform @pkglibdir@ appropiately in the configuration files.
|
|
|
|
|