summaryrefslogtreecommitdiff
path: root/audio
AgeCommit message (Collapse)AuthorFilesLines
2008-08-07update to 0.1.4drochner2-6/+6
changes: Fix segfault when using extremely low conversion ratios
2008-08-07Fix installed pkgconfig file. Bump PKGREVISION.wiz1-1/+4
2008-08-06reset PKGREVISION for base pkg updatedrochner2-5/+2
2008-08-02Fix broken amd64 builddholland2-1/+41
2008-08-02Make this build on amd64.dholland4-22/+44
2008-08-02Fix broken build on NetBSD due to mremap() API difference, and whiledholland2-1/+29
here fix a couple nearby 64-bit glitches.
2008-08-02Fix broken amd64 build.dholland3-1/+35
2008-08-02Update portability note.dholland1-1/+1
2008-08-02Fix broken build on -current. While here, make it build on amd64 too.dholland8-3/+342
(Patches have been sent upstream.) PKGREVISION++.
2008-07-31In the new nonblocking write code, abort on write errors, especiallydrochner3-2/+46
on EPIPE. This fixes Gnome session hangs if sounds are switched off. See Gnome bugzilla #542391 for details. Bump PKGREVISION.
2008-07-31Bump PKGREVISION for these packages due to JACK update.bjs5-9/+12
2008-07-31Move audio/jack-devel to audio/jack: jack 0.100.0 was broken on manybjs32-393/+299
platforms and a hideous anachronism. On NetBSD-current/i386 and amd64, at least, I can say that this package works very well. If you have issues with the audio skipping and are running NetBSD 4.99.x, try updating to rev. 1.241 of sys/dev/audio.c; the changes to audio_poll() and the pause attribute handling (in large part thanks to help from jakemsr@openbsd.org) are important for proper functioning of jack (though you may find it works regardless, depending upon your audio driver, how demanding your "workload" is, etc.). I will submit a pullup request for this change for NetBSD 4 as well. JACK now supports both our native audio API and OSS--I recommend trying both.
2008-07-30make this build with intltool>=0.40drochner3-9/+23
2008-07-30make "configure" ignore "jade", otherwise it might pick it up and faildrochner1-1/+2
2008-07-30Update kid3 to 1.0.obache6-29/+36
Based on PR 38492 by Sergey Svishchev, some fixes and improvement. * Marked as DESTDIR ready * Add dependency on libmp4v2 * Need full dependency on libXt. Sat Mar 1 15:44:56 CET 2008 Urs Fleisch <ufleisch@users.sourceforge.net> * Release 1.0 * New: + File filter. + D-Bus interface to control application by scripts. + Long format codes %{title}, %{album}, ... and tooltips for formats. + Support for FLAC pictures. + Polish translation. * Improved: + GUI and usability. + Rename directory wizard. + Use xdg-open as the default web browser. + Display description instead of TXXX and WXXX. + Add pictures to files by drag and drop and from cllipboard. + Compilation with GCC 4.3 and compiler detection for kid3-qt. + Support for TagLib 1.5. * Fixed: + KDE 4 docs in correct directory. + Crash when TSST frame was added to ID3v2.3.0 tag. + Disappearing ID3v1 genres. + Possible crash when import or export format was added.
2008-07-29Update to 0.2.39:wiz4-29/+20
=============== Version 0.2.39 =============== * Fixed esd client-side code to not hang if esd crashes/hangs or otherwise becomes unreachable (Jeffrey Stedfast) * Suppress verbose error messages from ALSA (Stanislav Brabec) * Allow for multiple esd instances * Fix esound-config for multi-lib setups (Matthias Clasen) * Don't report errors about /dev/dsp not existing (Havoc Pennington) * Various other build fixes for AMD64 (RĂ©mi Cardona)
2008-07-27MASTER_SITES is not available anymore, commented out.obache2-4/+4
2008-07-27Update MASTER_SITES, noticed by Zafer Aydogan.obache7-14/+14
2008-07-27Update p5-MusicBrainz-Client to 0.11.obache2-8/+7
0.11 Mon Jul 3 22:45:58 2006 - Updated to libmusicbrainz 2.1.3 - Updated req for MusicBrainz::Queries to 0.10 - Adjusted for migration from CVS to Subversion 0.10 Fri Nov 11 08:58:46 2005 - Updated to libmusicbrainz 2.1.2 - Updated req for MusicBrainz::Queries to 0.09
2008-07-27Update p5-MusicBrainz-Queries to 0.11.obache2-7/+6
0.11 Tue Jul 4 19:44:17 2006 - fixed missing files from MANIFEST including Makefile.PL 0.10 [retracted] - adjusted for migration from CVS to Subversion - updated to libmusicbrainz 2.1.3 [luks] - added new queries: MBE_AlbumGetAlbumArtistName MBE_AlbumGetAlbumArtistSortName MBE_AlbumGetCdindexId MBE_GetRelationshipAttribute MBS_SelectAlbumArtist 0.09 Fri Nov 11 08:59:07 2005 - updated to libmusicbrainz 2.1.2 - added new relationship queries: MBS_SelectRelationship MBE_GetRelationshipType MBE_GetRelationshipDirection MBE_GetRelationshipArtistId MBE_GetRelationshipArtistName MBE_GetRelationshipAlbumId MBE_GetRelationshipAlbumName MBE_GetRelationshipTrackId MBE_GetRelationshipTrackName MBE_GetRelationshipURL MBQ_GetArtistRelationsById MBQ_GetAlbumRelationsById MBQ_GetTrackRelationsById 0.08 Mon Apr 25 10:25:34 2005 - removed query no longer available. [Matthias Friedrich] MBE_AlbumGetAmazonCoverartUR
2008-07-25Update bmp-musepack to 1.2.obache2-8/+8
1.2 General code refactoring Taglib dependency for ape/id3v1 tags Not using vfs anymore Lots of memleaks removed Various bugs corrected Safer multithreading Updated for libmpcdec-1.2 1.1.2 port to new C libmusepack
2008-07-25Revision bump due to ABI changes of audio/libmpcdec.obache4-6/+9
2008-07-25Update libmpcdec to 1.2.6.obache3-9/+11
While here, add DESTDIR support. 1.2.6 * Fix an infinite loop regression from 1.2.3 * Fix possible noise at the beginning of files 1.2.5 * Properly increase API version since it has changed since 1.2.3 Apps compiled with 1.2.2 WILL BREAK when used with 1.2.3 & 1.2.4 libs installed
2008-07-24Fix improper PKG_SUGGESTED_OPTIONS and fix build failure on some platforms.obache2-5/+15
* Should not try to use OSS for unknown OSes, PR 39197, only for having buitin OSS. * for Solaris, ${OPSYS} != "Solaris", it's "SunOS". Fixed to use sunaudio instead of oss. Bump PKGREVISION.
2008-07-21Bump PKGREVISION because of xine-lib change that affects the dependencydholland1-1/+2
list here. (Although it shouldn't, see tech-pkg for further discussion.)
2008-07-21Bump PKGREVISION because of xine-lib change that affects the dependencydholland1-1/+3
list here. (Although it shouldn't, see tech-pkg for further discussion.) While here, add missing dep on libaudiofile.
2008-07-18Replace default sound device file with ${DEVOSSSOUND}.obache1-2/+7
Fixes PR 39151. Bump PKGREVISION.
2008-07-17update for 1.1.14drochner2-4/+4
2008-07-16Add wavpack and aac/mp4 support.ahoka4-29/+64
Fix PLIST handling with options. Add dlopen include. Don't force OSS when not availible. Handle sun output with more care (including PLIST). Take maintainership.
2008-07-16Update to herrie-2.1. NOTE: the OSSv4 audio volume API change only appliesbjs3-14/+14
if OSSv4 is installed, so functionality should be retained on OSS-emulating platforms, e.g. NetBSD and OpenBSD. 2008-07-15 -- Herrie 2.1: * Added: -p switch to start playback on startup - Phillip Warner * Fixed: Crash in seek time format parsing * Added: 'F' button to jump to files in the file browser * Improved: Use OSSv4 volume adjustment API - Paulo Matias
2008-07-15Backout broken patch from PR pkg/37646. Because this package doesn't usetron2-5/+5
"imake" rules for installing its manual page using "IMAKE_MAN_SUFFIX" in the package list is wrong. Bump package revision because the list of files was incorrect under at least NetBSD.
2008-07-15Explicitly override INSTALL_PROGRAM and INSTALL_DATA for user-destdir.joerg1-1/+4
2008-07-14Mark as destdir ready.joerg62-65/+183
2008-07-14Update to 0.6:wiz3-9/+11
PyKaraoke now works together with WxPython v2.8. Users with WxPython v2.6 are, however, still supported. There are also some other minor changes to the layout of the search results page, a change to the scrolling behaviour, and improved handling of corrupt CDG rip files. There are now vastly more options available on the Configure page.
2008-06-30Update to 0.9.3, fixing a security problem:wiz4-12/+13
Fri April 11 2008 -- Version 0.9.3 ---------------------------------------- This is a bug fix release, containing the following changes: * Fixed bounds checking of mode in speex header. relates to: http://www.ocert.org/advisories/ocert-2008-2.html * Fixed bug preventing device dialog being reopened when closed via the window manager. All users with speex handling enabled should upgrade.
2008-06-24Add msgfmt to TOOLS. From Hasso Tepper in PR 39028.wiz1-2/+2
2008-06-23update to 1.5.2drochner3-7/+8
changes: -Improved artwork/lyrics caching through case-insenstive searching -Add Turkish translation -bugfixes
2008-06-23oops - this belongs to the recent xine-lib updatedrochner2-4/+4
2008-06-21Fix build with newer GNUstep as suggested by Adam Hoka.joerg1-2/+5
2008-06-21Add gst-plugins0.10-jack to audio/Makefile.bjs1-1/+2
2008-06-21Add gstreamer plugin for the JACK audio connection kit. Especiallybjs3-0/+26
useful with audio/qjackctl. On NetBSD (until we have a way for ordinary users to use realtime priority), I recommend increasing the period size from 1024 to e.g. 4096.
2008-06-21Update to qjackctl-0.3.3. Especially of note is support for the sun driver;bjs2-6/+6
NetBSD users may now properly select their audio devices, etc. 0.3.3 2008-06-07 Patchbay JACK-MIDI, file logging and X11 uniqueness. - Attempt to load Qt's own translation support and get rid of the ever warning startup message, unless built in debug mode. (transaction by Guido Scholz, while on qsynth-devel, thanks). - Messages file logging makes its first long overdue appearance, with user configurable settings in Setup/Options/Logging. - Only one application instance is now allowed to be up and running, with immediate but graceful termination upon startup iif an already running instance is detected, which will see its main widget shown up and the server started automatically (Qt/X11 platform only). - Finally, full JACK MIDI support sneaks into the patchbay; socket types now differ in Audio, MIDI and ALSA, following the very same nomenclature as found on the Connections widget tabs. - Sun driver support (by Jacob Meuser). - Delay window positioning at startup option is now being disabled, on the Setup/Misc tab, when Minimize to system tray is enabled. - Cosmetic fix: Setup/Settings tab, 'Input Device' text label was using a slightly smaller font than the rest of the application (bug#1872545, reported by Jouni Rinne).
2008-06-21Add libsamplerate to buildlink3.mk. Fixes build of qjackctl.bjs1-1/+3
2008-06-20Add DESTDIR support.joerg69-80/+210
2008-06-19Don't set build time dependency for a library that is very likely usedjoerg1-1/+2
via dynamic linkage. Fixes run time linkage of adplug. Bump revision of the latter.
2008-06-16Update MASTER_SITES.obache1-2/+2
Noticed by Zafer Aydogan via private mail.
2008-06-16Use INSTALL_LIB for the shared library. Use relative symlinks.joerg1-5/+5
2008-06-13Update to version 0.8.3. Bump BUILDLINK_ABI_DEPENDS, as there was abjs3-7/+8
soname version bump. 2008-03-08 -- 0.8.3 * Fixed: No more compile errors from GCC 4.3 (#1815520) Thanks to Cristian Rodriguez for the patch! * Added: Version guards for Autoconf/Automake Thanks to Martin Michlmayr for reporting! * Fixed: Compile error on Windows caused by out-of-date file lists * Fixed: Bundled Win32 uriparser updated to 0.6.4 * Soname: 1:3:0
2008-06-12Add DESTDIR support.joerg29-29/+84
2008-06-12Use Python extension framework. Bump revision.joerg2-11/+7