summaryrefslogtreecommitdiff
path: root/audio
AgeCommit message (Collapse)AuthorFilesLines
2012-05-15fix borked __NetBSD_Version__ in lastabs2-4/+4
2012-05-15Conditionalise old ioctl() usage on __NetBSD_Version__ < 600000000 or ↵abs2-25/+23
__NetBSD_Version__ > 699000000 && __NetBSD_Version__ < 699000700
2012-05-14regen distinfoabs1-2/+2
2012-05-14Extend previous to apply to netbsd-6 also (at least the one currently onabs2-22/+21
netbsd-daily and soon be in BETA2)
2012-05-14Try to fix build failure on NeBSD 6.99.7 from _oss_ioctl API change as PR 46448.obache2-24/+34
2012-05-10Explicitly disable udev if not on Linux. Fixes my build; no clue why thisdholland1-1/+7
apparently didn't affect Joerg's.
2012-05-07Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=)dholland22-44/+44
It turns out there were a lot of these.
2012-05-06glib2 build fixes for gnome-speech-espeak.dholland26-1/+405
2012-05-06Needs desktopdb.mk. Fix some other pkglint. PKGREVISION -> 17.dholland1-3/+4
2012-05-06More fixes for the new glib2.dholland12-1/+178
2012-05-06Build fix for new glib2.dholland2-1/+17
2012-05-06Build fixes for new glib2.dholland7-2/+82
2012-05-04Fix DESTDIR leaks into the final package. Bump revision.joerg4-20/+41
2012-05-04Fix C++ issues for the stricter checks in clangjoerg13-1/+270
2012-05-04Fix build with clang.joerg2-30/+11
2012-05-03Drop dependency on libXp (from Imake)obache2-7/+4
* libXp was used by Xaw8, but it had been obsolated, and in pkgsrc, x11/libXaw/buildlink3.mk had been switched to pick up Xaw7 by default. * With x11/xorg-cf-files, libXp was offered with XawClientLibs, but updated to 1.0.4, it was removed. * And pkgsrc had been switched to use always xorg-cf-files and imake from pkgsrc, so all platforms should not require libXp from libXaw with Imake. Bump PKGREVISION.
2012-04-30Add x11 and sdl options (sdl does not work yet).shattered3-5/+41
2012-04-29Bump PKGREVISION to 20 for audio/audacious bl3 change.dholland1-2/+2
2012-04-29Remove BUILDLINK_DEPMETHOD.audacious?=build. There are only two referencesdholland1-2/+1
to this bl3 that I can find. One is audacious-plugins, where this setting is incorrect (it fails Joerg's new .so tests); the other reference is in audio/mp3splt-gtk, and it's commented out.
2012-04-27Update to 20120415ryoon2-6/+6
Changelog: November 18 2011 Abcmidi new feature. The MIDI commands, chordprog and bassprog have been extended to allow for an octave offset. In the following example November 30 2011 Abc2midi slurring bug. December 8 2011 Abc2midi: fermata bug. When a rest is preceded by a fermata symbol H, abc2midi fails to recognize the rest. December 11 2011 Abc2midi: lyrics bug with inline voices. December 19 2011 Abc2midi clef-octave bug. In the following example, the clef=treble declaration does not restore the octave setting to zero. January 29 2012 Abc2midi: extended %%MIDI chordname command to handle up to 10 notes (instead of 6). March 08 2012 Abc2midi: grace bug with voice overlay. Abc2midi loses synchronization when voice overlays and gracenotes present. March 22 2012 Abc2midi repeat error message: abc2midi runs without error messages if the tunes are processed individually. March 26 2012 Abc2midi fermata bug: March 29 2012 Abc2midi bug: abc2midi applies fermatas to all chords in which the length is set outside the chord. March 30 2012 Abc2midi bug: more bugs when fermata is applied to a chord. April 1 2012 Abc2midi: new feature. Introduced a new option (-TT) to tune the key of A above or below 440.0 Hz but less than a semitone. The output MIDI file will re-tune to that frequency. The purpose of this feature is to accommodate some instruments like the accordian which are not tune exactly to 440.0 Hz. April 03 2012 Abc2midi -tuning. Changed to the lower frequency limit to 414.9 to permit A=415 Hz, a common tuning for Baroque music. The bend variable is still limited between 0 and 16383. April 15 2012 Abc2midi - lyrics. The function checksyllables() in genmidi.c emits warnings even when there do not seem to be any errors in the placement of the lyrics. I do not know how to fix this problem, or even whether a fix exists. Furthermore, the warnings do not appear useful as they are not very specific. Users can easily check the placement of the syllables by viewing the score produced by abcm2ps. The error message in checksyllables() is now suppressed except when running abc2midi in verbose mode.
2012-04-27Recursive bump from icu shlib major bumped to 49.obache9-18/+18
2012-04-25g/c stale "tre" dependencydrochner1-4/+1
2012-04-22Bump PKGREVISION for libplist.wiz2-3/+4
2012-04-17Fix build with clang.joerg3-7/+16
2012-04-17Fix loop in a way that likely terminates before the array overflows.joerg3-3/+17
2012-04-17- xine-arts.wiz1-2/+1
2012-04-16Remove the package for the xine-arts plugin. The plugin was removeddholland3-38/+0
from the package upstream, and now that kmplayer-kde3 is fixed nothing is trying to use it, so keeping it around serves no further purpose.
2012-04-14Move options to options.mk. Default to option sdl on Darwin. Bumphans2-22/+29
revision. From Robert Doerfler.
2012-04-13Changes 0.8.2:adam3-19/+17
* fix mono binding on 32 bit systems * better iOS 4.3 support * dynamic loader for libhashab.so * make smartplaylists case-insensitive to match what iTunes does * more robust Shuffle support in udev helper * various compilation fixes and build system improvements * bug fixes * updated French translation
2012-04-08All supported python versions in pkgsrc support eggs, so removewiz14-28/+28
${PLIST.eggfile} from PLISTs and support code from lang/python.
2012-04-08Remove python24 and all traces of it from pkgsrc.wiz4-12/+4
Remove devel/py-ctypes (only needed by and supporting python24). Remove PYTHON_VERSIONS_ACCEPTED and PYTHON_VERSIONS_INCOMPATIBLE lines that just mirror defaults now. Miscellaneous cleanup while editing all these files.
2012-04-08Regen to avoid a warning from patch(1).dholland2-6/+6
2012-04-07Patch build with new xine.dholland2-1/+17
2012-04-02Fix build on OpenIndiana - PR pkg/46272markd2-1/+16
2012-04-01Updated to 2.28rhaen2-7/+6
Changes: 2.28 06.03.2012 make tests work with perl 5.15.x
2012-04-01Updated to 0.13rhaen2-7/+6
Changes: 0.13 Fri Mar 30 21:17:18 GMT 2012 - read: don't call close() at DESTROY time when the file handle creationfailed during new() (Murali Ramanathan) https://rt.cpan.org/Ticket/Display.html?id=71462 - apply patch to allow read/write of files from handle https://rt.cpan.org/Ticket/Display.html?id=71715 - fix problem with $^X under mod_perl (thanks, mario and david!) https://rt.cpan.org/Ticket/Display.html?id=62060 - fix bug in perldoc (Sergei Steshenko) https://rt.cpan.org/Ticket/Display.html?id=57114 - fix problem with writing 24,32 bps files reported by Sergei Steshenko: http://rt.cpan.org/Public/Bug/Display.html?id=57093 - spelling fixes from debian http://rt.cpan.org/Public/Bug/Display.html?id=69644
2012-03-28Remove not-for-compiler-clang line, it does compile with clang.wiz1-4/+1
2012-03-28request plugin build explicitelydrochner2-2/+4
(The configure script became semi-clever, tries to use the OS name to decide what to build.)
2012-03-26Accept all NetBSD versions.joerg3-9/+9
2012-03-26Fix path to perl. Bump revision.joerg1-2/+5
2012-03-26sync w/ xine-v4l2 (explicitely disable xinerama and vcd) to makedrochner4-8/+12
this build with the present dependencies
2012-03-24Add direct dependency on libgcrypt.obache1-3/+7
This package uses libgcrypt directly. Usually, libgcrypt will be pulled up from libsoup24->libgnome-keyring->libgcrypt, but it is not if libsoup24 without `gnome' option. PR 46116. Bump PKGREVISION.
2012-03-22Move definition of BUILDLINK_DEMMETHOD.${RUBY_BASE}, and drop unwanted fullobache1-3/+3
dependency. Bump PKGREVISION.
2012-03-22update to 1.7.1drochner4-14/+13
fixes crashes on invalid input which are considered DOS problems (CVE-2012-1107, CVE-2012-1108)
2012-03-21reset PKGREV for base pkg updatedrochner3-6/+3
2012-03-21Fix build with liblrdf-0.5.0.wiz4-8/+53
Some pkglint cleanup while here. Bump PKGREVISION.
2012-03-20Update to 2.5.0markd9-116/+757
Version 2.5 FEATURES: * Now It's possible to use formated strings for prefix and suffix in Playlist's layout items. BUGFIXES: * Do not crash when iPod doesn't have a master playlist. (BR 288936) * Fix Last.fm not finding KDE Wallet. (BR 286741) * Put a border around bottom toolbars, visually separating them from browser contents. (BR 277741) * Align the bottom toolbars. * Allow albums with empty name but nonempty artist in local collection. * Fix collection info display (track count, free space) for iPod and MTP devices. (BR 232093) * Fix crash at exit with Qt 4.8 * Fix moving applets rightward in the context toolbar. * Fix breadcrumbs not working properly for the file browser. * Disable cover fetching action for tracks not in the collection to avoid crash when trying to "save as" a cover. (BR 287604) * Show default cover in tag dialog when track is not in the collection. * Fix directory selection when opening album location in tag dialog. * Fix crash in CoverFoundDialog if progress dialog is cancelled just before fetch is done. * Correctly parse disambiguation pages for songs in the English Wikipedia. * Fix wrong context view applets sizes on start up in some cases. * Fix Amarok consuming CPU until main window is shown. (BR 278897) * Fix last.fm 'scrobble composer' option's fallback to artist (BR 286215) * Fix volume control from within Amarok. * Fix slow startup because of imported playlists. (BR 284761) * Fix audio CD detection on Amarok start. (BR 276032) * Set a default filename scheme for USB Mass Storage (BR 285900) * Fixed crash during MusicBrainz search. (BR 277475) CHANGES: * Load Last.fm friend/neighbour avatars on demand. * Update tracks in the recently played widget only when needed. * Allow editing the SearchWidget during a search animation. * Update the collection view while UMS is scanning. * Don't block the UI while scanning UMS device. * Allow going back and forward in Amazon store. Thanks to GCI student Nikola Miljkovic.
2012-03-16Bump PKGREVISION from default python change to 2.7.obache2-3/+4
2012-03-15Fix this properly. Tested on NetBSD and SunOS.hans2-23/+18
2012-03-15Bump PKGREVISION from default python to 2.7.obache6-11/+12