summaryrefslogtreecommitdiff
path: root/audio
AgeCommit message (Collapse)AuthorFilesLines
2011-11-25Fix build with GCC 4.5joerg4-1/+82
2011-11-25Fix build with newer GCCjoerg2-1/+14
2011-11-24audio/terminatorx: Fix DragonFly breakagemarino3-4/+17
To restore buildability on DragonFly: 1) Added <string.h> to global header 2) Reversed patch-aa's modification of scandir No PKGREVISION bump required.
2011-11-24Fix build with modern GCCjoerg2-1/+14
2011-11-23Fix plugin build on NetBSD with newer GCCjoerg2-7/+8
2011-11-23audio/audacity: Fix DragonFly breakagemarino2-1/+16
Conditionally add <strings.h> for DragonFly. No PKGREVISION bump required.
2011-11-23audio/xsidplay: Fix DragonFly breakagemarino2-5/+15
Conditionally add <strings.h> for DragonFly. No PKGREVISION bump required.
2011-11-23audio/sidplay: Fix DragonFly / use iostream and friendsmarino5-3/+78
Replace <iostream.h> includes and similar with c++ headers, and use the standard namespace to fix breakage on DragonFly and NetBSD 5.99.
2011-11-23audio/trm: Fix DragonFly breakagemarino2-1/+16
Conditionally add <strings.h> for DragonFly. No PKGREVISION bump required.
2011-11-23Remove libscsi and the two packages using it, tosha and cdd.wiz19-326/+1
The FreeBSD SCSI library on which libscsi was based, was removed in 1998. The two other packages were last updated 1997 and 2001, respectively. Better software exists (e.g. cdparanoia, cdrecord). Ok agc@, gdt@
2011-11-23audio/spiralsynth: Fix iostream / Fix DragonFly / amd64marino5-23/+39
Replace <iostream.h> and <fstream.h> with their c++ counterparts. Addition of <string.h> was originally under a DragonFly macro, but this was removed when it was shown NetBSD 5.99 needed it too. Allow package to build on all x86_64 architectures.
2011-11-23audio/spiralloops: Fix iostream / Fix DragonFly / amd64marino11-35/+111
Replace <iostream.h> and <fstream.h> with their c++ counterparts. Addition of <string.h> was originally under a DragonFly macro, but this was removed when it was shown NetBSD 5.99 x86_64 needed it too. Allow package to build on all x86_64 architectures.
2011-11-23audio/flactag: Fix DragonFly breakagemarino3-8/+12
patch-aa was the main reason this package broke on DragonFly. Probably the __NetBSD__ macro should have been used from the beginning (since pkgsrc serves multiple platforms), but rather than risk breaking flactag on other platforms, I've chosen to use __DragonFly__ macro to restore the original code. Also, -lintl is needed by DragonFly, so the gettext-lib was added the the buildlink3 list.
2011-11-23audio/xmradio: Remove "Not For DragonFly" restrictionmarino1-2/+3
This package builds fine on both DragonFly architectures.
2011-11-22Unconditionalize the DragonFly patches for newer c++.wiz11-80/+709
Use patches instead of sed. Set LICENSE while here.
2011-11-22iostream.h -> iostream on all platforms.wiz4-11/+35
Set LICENSE while here.
2011-11-22PR/45640 -- unbreak build (use dlopen.bl3.mk). Tested on 4.0_STABLE.shattered4-3/+19
2011-11-22audio/muse: Fix DragonFly breakagemarino3-5/+14
DragonFly's GCC44 won't handle iostream.h headers anymore, so these were converted to the c++ version. The scandir arguments for DragonFly were wrong. Either GCC44 is less tolerant than GCC41, or the prototype changed since the last time this package built on DragonFly. No PKGREVISION bump is required; this only affects DragonFly.
2011-11-22audio/maplay: Fix DragonFly breakagemarino4-17/+35
This package has been broken at least since DragonFly moved to gcc44 for their base compiler. The previously deprecated "-m486" is no longer recognized, but the -march defaults to i486 now anyway, so this switch is no longer required. GCC 4.4 got rid of the iostream and iomanip backwards compatibility, so trying to include these headers is another source of breakage. While probably correct for all platforms, this commit conservatively only changes the build process for DragonFly since maplay apparently is building okay on NetBSD. No PKGREVISION bump is required.
2011-11-22audio/gmpc-tagedit: Add msgfmt to USE_TOOLSmarino1-2/+2
Required to build on DragonFly.
2011-11-22audio/gmpc-mdcover: Add msgfmt to USE_TOOLSmarino1-2/+2
Required to build on DragonFly.
2011-11-22audio/gmpc-lyricwiki: Add msgfmt to USE_TOOLSmarino1-2/+2
Required to build on DragonFly.
2011-11-22audio/gmpc-lyrics: Add msgfmt to USE_TOOLSmarino1-2/+2
Required to build on DragonFly.
2011-11-22audio/gmpc-lastfm: Add msgfmt to USE_TOOLSmarino1-2/+2
Required to build on DragonFly.
2011-11-22audio/gmpc-albumview: Add msgfmt to USE_TOOLSmarino1-2/+2
Required to build on DragonFly.
2011-11-22audio/akode: Fix mpc plugin breakage on DragonFlymarino3-3/+17
The provided patch prevents an attempt to redefine ptrdiff_t on DragonFly within the akode mpc module.
2011-11-21Support libgpod 0.8.0.shattered2-4/+6
2011-11-21Update to 1.0.0. Notable changes:shattered2-9/+11
- Several enhancements to importing of audiobooks, podcasts, TV shows - Fix bug for MP3 files with NULL genre being marked as audiobooks - Many translation updates
2011-11-21Update to libgpod 0.8.0. Notable changes:shattered3-10/+14
- map city names (present in the iPod Preferences file) to timezone shift to be able to interpret accurately timestamps from iPod Classic and similar models. - support more iPod models, including Shuffle 4G
2011-11-21audio/libopenspc: Fix configure script bad grep patternmarino2-1/+15
DragonFly's modern gnu grep caught use of "[:space:]" rather than the correct "[[:space:]]" in the Gentoo ltmain sanity check, and returned an error breaking the configure script. The m4 file was correct though, so the configure wasn't really generated. In any case, this Gentoo error is widespread, so expect the same patch for other packages as they are discovered. It's possible platforms using BSD grep aren't affected. No PKGREVISION bump required.
2011-11-21audio/festival: Update to version 2.1-releasemarino11-117/+69
The previous version of festival, 1.95-beta, was extremely picky about the compiler. When DragonFly moved to gcc 4.4 as the default, this package would no longer build because it didn't share the pre-requisite gcc 3.3.6 with NetBSD. The latest version will accept any version of gcc (tested by developers to version 4.5). Upgrading the package has the double benefit of once again building on DragonFly and removing the requirement to build gcc 3.3.6 on NetBSD.
2011-11-20audio/daapd: Fix DragonFly breakagemarino3-7/+31
To allow this package to build on DragonFly: 1) Fix bad #elif 2) Add <string.h> for DragonFly This shouldn't affect the binary package for other platforms, and it's never built on DragonFly, so no PKGREVISION bump required.
2011-11-20audio/adplug: Fix DragonFly breakagemarino1-1/+13
This commit allows adplug to build on DragonFly without changing the binary package for any other platform, so no PKGREVISION bump is required.
2011-11-18Add missing devel/zlib and sysutils/file buildlinks.sbd1-2/+4
Bump PKGREVISION
2011-11-18Move PKG_DESTDIR_SUPPORT up.joerg1-3/+3
2011-11-17Update MASTER_SITESryoon2-4/+4
2011-11-17Use XINE_MOD_DIR_VER for plugin sub directory name instead of fixed version.obache4-8/+8
fixes PR pkg/45623.
2011-11-17Reset PKGREVISION, from base package update.obache4-8/+4
2011-11-17sortjnemeth1-2/+2
2011-11-16Add missing devel/readline buildlinks.sbd1-1/+3
Bump PKGREVISIONs
2011-11-16Recursive bump for multimedia/ffmpeg buildlink addition.sbd5-9/+10
2011-11-15Make version number match package version.wiz1-2/+2
2011-11-15Fix path to libalac.wiz1-2/+2
2011-11-14Add alacconvert and libalacryoon1-1/+3
2011-11-14Import alacconvert-0.0.20111026 as audio/alacconvert from wip/alacconvertryoon5-0/+77
The Apple Lossless Audio Codec (ALAC) is an audio codec developed by Apple and supported on iPhone, iPad, most iPods, Mac and iTunes. ALAC is a data compression method which reduces the size of audio files with no loss of information. A decoded ALAC stream is bit-for-bit identical to the original uncompressed audio file. This is Apple Lossless Audio Codec encode and decode command.
2011-11-14Import libalac-0.0.20111026 as audio/libalac from wip/libalacryoon6-0/+167
The Apple Lossless Audio Codec (ALAC) is an audio codec developed by Apple and supported on iPhone, iPad, most iPods, Mac and iTunes. ALAC is a data compression method which reduces the size of audio files with no loss of information. A decoded ALAC stream is bit-for-bit identical to the original uncompressed audio file. This is Apple Lossless Audio Codec library.
2011-11-13Not MAKE_JOBS_SAFE.dholland1-1/+3
2011-11-11PKG_DESTDIR_SUPPORT must be declared before bsd.prefs.mk is included.joerg1-3/+3
2011-11-08Update to 20111021ryoon2-6/+6
Changelog: October 21 2011 Abc2midi bug: %%MIDI control command after a rest causes loss of synchronization. In the following example X:1 T: Synchronization Loss after rest (z2) V:1 V:2 M: 4/4 K:F#dor V:1 |: A,G, | F,G,F,G, A,B,A,G, | F,4-F,2 :| V:2 %%MIDI program 65 |:\ %%MIDI control 7 40 de| f4 z2 %%MIDI control 7 80 GA| f4-f2\ :| The control command is used to modulate the loudness of the alto saxophone in voice 2. The second control command which attenuates the saxophone to velocity 80 introduces another delay of z2 causing the following notes G and A to be played one beat late (into the next bar). Analysis: The second control command introduces a beat delay because delta_time is not zero when the function write_event is called. (Delta_time is not zero after a rest so that the following note will be delayed.) Fix: write_event should not introduce any delay, so that delta_time was replaced by 0 in the function call mf_write_midi_event(..). The function write_event is also called to turn on (off) portamento, to handle pitch_bend, pedal on and pedal off MIDI commands. (Hopefully, this change does not introduce a bug in the other functions.)
2011-11-01Fix build on SunOS >= 5.10 with gcc >= 4.6hans1-1/+8