Age | Commit message (Collapse) | Author | Files | Lines |
|
- Added the service 'Play CD' that takes the name of a device
with an inserted CD to play.
- Added a local cache for CDDB data. All data loaded from the net
is stored automatically to disk and displayed again when a CD is
detected.
- Make this compliant with gnustep-make-2.0.8
- Allow unprivileged DESTDIR installs.
|
|
add full DESTDIR support. Bump PKGREVISION.
|
|
this is a major update, no changelog available
pkgsrc note: restored Python plugin support (got lost in a previous update)
|
|
|
|
Noted by obache@ on pkgsrc-changes@
|
|
Define _GNU_SOURCE on Linux.
From Aleksey Cheusov in PR 41219.
|
|
- removed packages p5-IO-Compress-Base, p5-IO-Compress-Zlib,
p5-IO-Compress-Bzip2 and p5-Compress-Zlib because they are
merged into p5-IO-Compress
- Updated dependend packages to depend on p5-IO-Compress
and bump PKGREVISION
Upstream changes:
2.017 30 March 2009
* Merged IO-Compress-Base, IO-Compress-Bzip2, IO-Compress-Zlib &
Compress-Zlib into IO-Compress.
* The interface to Compress-Raw-Zlib now uses the new LimitOutput
feature. This will make all of the zlib-related IO-Compress modules
less greedy in their memory consumption.
* Removed MAN3PODS from Makefile.PL
* A few changes to get the test harness to work on VMS courtesy of
Craig. A. Berry.
* IO::Compress::Base & IO::Uncompress::Base
Downgraded some croaks in the constructors to just set $! (by letting
the code attempt to open a file and fail).
This makes the behavior more consistent to a standard open.
[RT #42657]
* IO::Uncompress::Base
Doing a seek with MultiStream could drop some of the uncompressed
data. Fixed.
* IO::Compress::Zip
- Fixed problem with the uncompressed & uncompressed fields when
zip64 is enabled. They were set to 0x0000FFFF instead of
0xFFFFFFFF. Also the ZIP64 extra field was 4 bytes short.
Problem spotted by Dino Chiesa.
* IO::Uncompress::Unzip
- use POSIX::mktime instead of Time::Local::timelocal to convert
the zip DOS time field into Unix time.
* Compress::Zlib
- Documented Compress::Zlib::zlib_version()
|
|
|
|
From John E. Krokes in PR 41171.
Bump PKGREVISION.
|
|
|
|
|
|
|
|
|
|
3.14.1:
* Updated italian, dutch and turkish translations.
3.14.0:
* We now require Python 2.4, Gtk+ 2.14 and pygtk 2.14
* Improved preferences window 'Instruments' tab layout. Be more consistent.
* Better handling of external programs (CSound, MMA and lilypond-book),
especially on win32. Now spaces in folder names are handled
correctly, and the error message you get if the program is not
found give better info. And the preferences window will check
of binaries are found while you enter the path to the program.
* Misc bug fixes, including bug:110, bug:111, bug:112. Idtone will now display translated notenames.
3.12.1:
* Some updated translations
* Fix bug # 110
* Fix bug # 111
* Windows installer fixes, so that upgrading from 3.10 or 3.8 to 3.12 works
3.12.0:
* CSound support.
* MMA support.
* New lesson file functions: load, rnc, chordname
* Allow length modifiers in chord. Contributed by Noam Raphael.
* Allow lesson names with apostrophe. Contributed by Noam Raphael.
* Added option in the preferences window to use a web browser for
reading the user manual.
* win32: store user created learning trees in user_data(), not
app_data(). Move file from old to new location at startup.
* The File->Learning tree submenu is recreated when activated, so
new learning trees will show up without restarting the program.
* added gst-launch as a predefined program for playing mediafiles.
New users will by default use gst-launch
* learning_tree_editor: add button to delete learning tree
* Added a few solfa syllable exercises.
* Insert our share/solfege and lib/solfege to the beginning of
sys.path to avoid problems with python-mpd
3.10.4:
* Bugfix: allow us to run more than one singinterval test
beforerestarting the program.
* Allow apostrophe in lesson names. Contributed by Noam Raphael.
* create_practise_and_test_menu: Remove old Actions before adding
them again. This to avoid gtk-warnings. Add an integer value
to all Action names, so that we can guarantee that the Action
names are unique.
* Updated Vietnamese and Italian translations from the translation project.
* Singinterval: key mouse-insensitive bug workaround
3.10.3:
* Updated translations from the Translation Project:
* French by Patrick Ficheux
* Italian by Marco Colombo
* Vietnamese by Clythie Siddall
* New bug tracker at http://bugs.solfege.org
* Merge workaround of winmidi.output_devices() bug (#12 on bugs.solfege.org)
* First very simple cadense exercise. Added just to see if someone
will write better exercises.
3.10.2:
* Updated italian translation from Marco Colombo
* Updated vietnamese translation from Clytie Siddall
* Added tests that automatically check for new translations from
the Translation Project when I try to make a release.
* Some cleanup the the makefile rules that build the users manual.
3.10.1:
* Changed license to GPLv3
* Fix the code that reports if the midi module is missing.
* User manual: Fix figure 3.12 text: name the interval correctly
* Raise ExecutableDoesNotExist if we have an empty MIDI player
* build system:
* permanent fix to the pcopy.py problem getting too long command line.
3.10.0:
* Ear training test print out
* Lots of internal fixes. Better error messages for people writing lesson files
* Use the Translation Project for all translations.
* MS Windows: Save in "My Documents" and "Application Data".
* Lots of bug fixes
3.8.2:
* Vietnamese translations by Clytie Siddall
* Updates to the french translation by Patrick Ficheux
* Bugfix to the lesson file header parser, so that whitespace is
optional after header, making "header{" work as expected.
3.8.1:
* Bugfix: work with pygtk 2.6, not only 2.8 and newer
* Make the Escape button to close the export dialog and the dialog
asking if you want to save work.
* Merge autogen.sh tweak from solfege.dev
* Fix for stupid bug. The ask_for_names_changed method would be set
to None. Fix this. Didn't see this bug before because only
expert mode would trigger this. This fixes this bug.
* MusicDisplaye rat import fix.
* Added a few Norwegian translation.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This changes the buildlink3.mk files to use an include guard for the
recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS,
BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new
variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of
enter/exit marker, which can be used to reconstruct the tree and
to determine first level includes. Avoiding := for large variables
(BUILDLINK_ORDER) speeds up parse time as += has linear complexity.
The include guard reduces system time by avoiding reading files over and
over again. For complex packages this reduces both %user and %sys time to
half of the former time.
|
|
files, not over and over again.
|
|
This release contains bug fixes for many decoder plugins.
This release also adds True Audio file support and WAV streaming
in the ffmpeg decoder plugin.
pkgsrc changes: support "jack" option (default "off") to utilize
JACK audio server.
Patch provided by Peter Bex in private mail.
|
|
|
|
Sound Juicer "Don't Go Back To Dalston"" 2.26.0
===============================================
* Many translation updates
Sound Juicer "I Am In A Room" 2.25.92
=====================================
* Allow building with the old libmusicbrainz (Bastien)
* Set the PulseAudio role hint
Sound Juicer "I Call Out To You And You Don't Save Me?" 2.25.3
==============================================================
* Put the disc number in the file name
* Support multiple genres
* Use libcanberra for event sounds
* Handle custom patterns in the prefs dialog
* Remove Musicbrainz data if the track data is changed
* Fix disc number editing logic
Sound Juicer "I Should Be Crying, But I Just Can't Let It Show" 2.25.2
======================================================================
* Port to Brasero (Luis Medinas)
* Fix Solaris builds (Brian Cameron)
* Drop libgnome (Iain Holmes, Emilio Pozuelo Monfort)
* Fix conflicting mnemonics in the message area (Bastien Nocera)
* Fix mb3 backend (Bastien Nocera)
Sound Juicer "Old Man Take A Look At My Life" 2.25.1
====================================================
* Chain the metadata lookups (Bastien Nocera)
* Finish the libmusicbrainz3 metadata fetcher (BN)
* Add a GVFS metadata fetcher as fallback (BN)
* Make libcdio option, as it breaks the GPL+Exception license (BN)
* Export ASIN, Discogs, Wikipedia in the internal metadata (BN)
* Lots of other cleanups to the metadata code (BN)
* Remove copy of the id3mux plugin, assume it exists now (BN)
* Remove Encoding field from desktop file (Pacho Ramos)
* Add Audio to desktop categories (Patryk Zawadzki)
* Correctly parse CDDA URLs (Matthew Martin)
* Don't free the option context
|
|
This addresses PRs pkg/36173 and pkg/41027.
While here, add DESTDIR support.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
years.
|
|
on some platforms that lacked shared library support in the past. The
list hasn't been maintained at all and the gain is very limited, so just
get rid of it.
|
|
|
|
Version 1.0.19 (2009-03-02)
* Fix for CVE-2009-0186 (Alin Rad Pop, Secunia Research).
* Huge number of minor bug fixes as a result of static analysis.
|
|
|
|
|
|
Wed 21 Jan 2009:
Version 0.11 released; changes include: major GStreamer backend
fixes; update to libtool 2.2; a few other fixes
|
|
|
|
that allows it to output sound using the pulseaudio sound server
|
|
+ akode-plugins-mpc, akode-plugins-mpeg, akode-plugins-oss
+ akode-plugins-pulseaudio, akode-plugins-resampler, akode-plugins-sun
+ akode-plugins-xiph
|
|
Ogg/FLAC, Speex and Ogg Vorbis audio.
|
|
sound devices via API used in Sun OS/Solaris, NetBSD and OpenBSD.
|
|
|
|
Pulseaudio soundserver.
|