summaryrefslogtreecommitdiff
path: root/audio
AgeCommit message (Collapse)AuthorFilesLines
2009-04-19Update cdplayer to 0.5 -- notable changes include:rh4-117/+138
- 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.
2009-04-19Make this play nice with the new gnustep directory hierarchy. While at it,rh3-16/+20
add full DESTDIR support. Bump PKGREVISION.
2009-04-17update to 0.12.0drochner6-88/+224
this is a major update, no changelog available pkgsrc note: restored Python plugin support (got lost in a previous update)
2009-04-17update for xine-lib-1.1.16.3drochner3-6/+6
2009-04-16neon update to 0.28.x changed ABI, so do a recursive bump, PKGREVISION++.wiz3-6/+6
Noted by obache@ on pkgsrc-changes@
2009-04-15Build fix (untested by me):wiz1-1/+2
Define _GNU_SOURCE on Linux. From Aleksey Cheusov in PR 41219.
2009-04-11PkgSrc changes:sno1-3/+3
- 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()
2009-04-10Fix pulseaudio for Linux. From Aleksey Cheusov in PR 41184.wiz2-3/+9
2009-04-10Fix acnlt() return value handling for NetBSD sound device.wiz4-18/+20
From John E. Krokes in PR 41171. Bump PKGREVISION.
2009-04-09Remove redundant NO_CHECKSUM and EXTRACT_ONLY definitions.joerg1-2/+1
2009-04-08Use META_PACKAGE.joerg1-12/+2
2009-04-07deal with desktopdbdrochner1-1/+2
2009-04-07Depend on python>=2.4 and py-gtk2>=2.14, per changelog.wiz1-1/+3
2009-04-07Update to 3.14.1. From the changelog:schmonz6-135/+839
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.
2009-04-06Bump PKGREVISION for neon update.markd1-2/+2
2009-04-03Bump PKGREVISION for py-gstreamer0.10 PKGNAME fix.wiz1-2/+2
2009-03-28Fix PLIST.joerg2-3/+4
2009-03-26Fix build with cairomm>=1.7.wiz3-4/+18
2009-03-23Drop MAINTAINER as per request from old MAINTAINER.darcy1-2/+2
2009-03-22drop maintainershippooka3-6/+6
2009-03-21Switched MAINTAINER address to my NetBSD address.rillig1-2/+2
2009-03-20Simply and speed up buildlink3.mk files and processing.joerg81-1053/+486
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.
2009-03-20Include pyversion.mk include the protected part of the buildlink3.mkjoerg3-5/+7
files, not over and over again.
2009-03-19Update MPD (musicpd) to 0.14.2.asau4-48/+15
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.
2009-03-18to pkgsrc-usersjmcneill1-2/+2
2009-03-17Update sound-juicer to 2.26.0.jmcneill3-11/+35
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
2009-03-17Introduce "libao" and "curl" options, both "on" by default.asau2-8/+23
This addresses PRs pkg/36173 and pkg/41027. While here, add DESTDIR support.
2009-03-13Make it work on alignement critical archsmartin2-1/+40
2009-03-11Make it build on DragonFly.hasso2-4/+4
2009-03-11Make it build on DragonFly.hasso2-1/+16
2009-03-11Make it compile on DragonFly.hasso2-1/+29
2009-03-11Fix compile for systems which don't happen to have the /usr/include/util.h.hasso2-7/+12
2009-03-08Use mk/omf-scrollkeeper.mk instead of textproc/rarian/omf.mk.wiz4-8/+8
2009-03-05Say goodbye to gstreamer-0.8 and its friends.snj28-312/+1
2009-03-05Remove libopendaap and tunesbrowser.snj1-3/+1
2009-03-05Remove libopendaap, which is dead upstream and has not been useful for years.snj11-167/+0
2009-03-05Remove tunesbrowser, which is dead upstream and has not been useful forsnj6-104/+0
years.
2009-03-05Remove PYBINMODULE. All it did was mark some packages as not availablejoerg1-2/+1
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.
2009-03-05Don't even try to build this on platforms it doesn't build on.hasso1-1/+3
2009-03-04Update to libsndfile-1.0.19.tnn2-6/+6
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.
2009-03-02Avoid having -lltdlc in various .la files. Bump PKGREVISION.wiz1-1/+8
2009-03-02+xmms-pulsekefren1-1/+2
2009-02-27Update to 0.11, convert to user-destdir:wiz3-12/+16
Wed 21 Jan 2009: Version 0.11 released; changes include: major GStreamer backend fixes; update to libtool 2.2; a few other fixes
2009-02-27Fix typo.hasso1-2/+2
2009-02-27Initial import of xmms-pulse 0.9.4 an output plugin for the XMMS programkefren4-0/+30
that allows it to output sound using the pulseaudio sound server
2009-02-26+ akode, akode-plugins-alsa, akode-plugins-ffmpeg, akode-plugins-jackhasso1-1/+12
+ akode-plugins-mpc, akode-plugins-mpeg, akode-plugins-oss + akode-plugins-pulseaudio, akode-plugins-resampler, akode-plugins-sun + akode-plugins-xiph
2009-02-26This package provides the xiph plugin for aKode which allows decoding FLAC,hasso3-0/+37
Ogg/FLAC, Speex and Ogg Vorbis audio.
2009-02-26This package provides the sun plugin for aKode which allows playback throughhasso3-0/+32
sound devices via API used in Sun OS/Solaris, NetBSD and OpenBSD.
2009-02-26This package provides the resampler plugin for aKode.hasso3-0/+32
2009-02-26This package provides the pulse plugin for aKode which allows playback throughhasso3-0/+33
Pulseaudio soundserver.