summaryrefslogtreecommitdiff
path: root/audio
AgeCommit message (Collapse)AuthorFilesLines
2008-09-10Kill fee-based-commercial-use in favor of unclear-patent-claims.gdt1-3/+5
Add NO_BIN_ON_* to existing NO_SRC_ON_*.
2008-09-08Fix PLIST, slightly improve post-install. Bump revision.joerg2-5/+7
2008-09-08Bump API_DEPENDS and change to full dependency.obache1-3/+2
Name of Header files and libraries was changed and library was switched to shlib.
2008-09-08Bump PKGREVISION for libdca shlib name change.wiz1-1/+3
2008-09-08Fix broken build by symlinking PrefsModule correctly.dholland1-2/+2
2008-09-08Patch test ==. Fixes build failure.dholland2-1/+24
2008-09-08DESTDIR support.dholland1-3/+5
2008-09-07Update to 0.0.5, based on patch provided by maintainer Sergey Svishchevwiz4-16/+23
in PR 38167: libdca-0.0.5 Tue Apr 10 14:31:59 CEST 2007 Fix typo in dts.h libdca-0.0.4 Sun Apr 8 11:00:58 CEST 2007 Fix shared library linking. Disable non-PIC optimization by default (use --without-pic to re-enable). libdca-0.0.3 Thu Apr 5 20:48:56 EEST 2007 Fix for pointer aliasing. Build system rework. FreeBSD compile fix. Changed library name to libdca (was formerly known as libdts). Removed Debian packaging files now maintained separately.
2008-09-07Update to 2.1.6:wiz2-6/+6
2.1.6 - July 12th, 2008 : ========================= * Fixed displaying of the corresponding file when handling the Cddb track list, * Fixed configure script to check needed libraries for Speex support, * Fixed problem of displaying picture files which have an extension not in lowercase, * Fixed a crash when writing Flac tag if the file doesn't contain a vendor string (thanks to Marcus Holland-Moritz), * Fixed displaying of ChangeLog in the 'About' window, * Fixed crash with language environment variables set to nul (thanks to Juliya Valeeva), * Fixed saving Ogg and Flac files with multifields and warn if the year value will be truncated (thanks to Zohaib Hassan), * Added shortcuts to the Desktop, Documents, Download and Music directories, * Improved process to save severals files : the stop button is enabled, the user is warned if the file was changed by an external program, and the error messages are displayed in the log view instead of message boxes, * Japanese translation updated (thanks to Hironao Komatsu), * Swedish translation updated (thanks to Arild Matsson), * Polish translation updated (thanks to Michał Smoczyk), * German translation updated (thanks to Götz Waschk), * French translation updated.
2008-09-07Add libmpg123 to audio/Makefile.bjs1-1/+2
2008-09-07Import libmpg123-1.5.1. This package provides the mpg123 project'sbjs11-0/+209
core decoder library, which the new mpg123 package will depend on. Other software packages are beginning to write plug-ins for this library, and so installing it seperately is worthwhile. NOTE: I have encountered segfaults when attempting to use the jack module, which is threaded, with mpg123 unless I linked mpg123 with libpthread. This may or may not apply to the library, though my intuition is that it does not, as obviously the executable is what calls lt_dlopen(). Thus, for now the Makefile and b3.mk of the executable will pull in dlopen.buildlink3.mk, setting DLOPEN_REQUIRE_PTHREADS=yes as necessary (last time I checked on NetBSD 4.99, it was).
2008-09-06Recursive PKGREVISION/ABI-depends bump for db4 4.6->4.7 update (shlibwiz1-1/+2
name change).
2008-09-06Update to 0.2.40:wiz4-60/+8
=============== Version 0.2.40 =============== * Fixed poll() logic issues for *BSD (Jeffrey Stedfast) * Fixed bug #543239 by including errno.h (Jeffrey Stedfast)
2008-08-27Update to arts 1.5.10 (KDE 3.5.10)markd2-7/+6
minor bugfixes
2008-08-26update for new base rev.drochner4-8/+6
2008-08-20Improve error handling for broken input streams and make the backend dealmartin3-44/+78
with a dying frontend. Fixes PR pkg/39378.
2008-08-19Add jack-rack to audio/Makefilebjs1-1/+2
2008-08-19Import jack-rack-1.4.7. bjs10-0/+196
JACK Rack is a LADSPA effects rack for the JACK audio API. It uses GTK+ 2 (and optionally GNOME 2) for the GUI, and also understands LRDF XML descriptions of LADSPA plugins.
2008-08-15Update to 1.4.10:wiz3-37/+9
VERSION 1.4.10 BUGFIX: * Fix vulnerability in the Magnatune database parsing code. Secunia Advisory #SA31418. Thanks to Google Alerts for notifying us about this vulnerability.
2008-08-11Needs pkg-config.joerg1-1/+3
2008-08-11Needs pkg-config.joerg1-1/+3
2008-08-10Upgrade to icecast-2.3.2kim5-27/+31
2008-08-10Let to fix MANSUFFIX=1.obache1-1/+2
This package's MANSUFFIX detection is incompatible with pkgsrc's IMAKE_MAN_SUFFIX handling as problem on Linux reported in PR 37646.
2008-08-10Stop to use internal variable _STRIPFLAG_INSTALL to detect need to strip or not.obache1-6/+4
It is handled automatically with tools wrapper script. Part of PR 15107.
2008-08-09Update patch comment to reflect its contents.bjs2-5/+5
2008-08-09Change installation to BSD_INSTALL_*.obache3-15/+18
Part of honor INSTALL_UNSTRIPPED, PR 15107. While here, add DESTDIR support.
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.