summaryrefslogtreecommitdiff
path: root/audio
AgeCommit message (Collapse)AuthorFilesLines
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
2012-03-10Set LICENSE.shattered2-2/+4
2012-03-10Set LICENSE.shattered4-4/+8
2012-03-10Fix build on Linux.sbd2-5/+14
2012-03-09Bump PKGREVISION for python default version change to 2.7.wiz5-10/+10
py-* not affected, since it built different versions depending on the setting already.
2012-03-08Remove easytag-current, easytag is newer.wiz7-154/+1
2012-03-08Update to 2.1.7, the new stable version. Changes compared towiz6-47/+55
easytag-current (2.1.6): 2.1.7 - Jan 14th, 2012 : ======================== * Gaute Amundsen's ConfirmWhenUnsavedFiles.patch * Mark Ferry's albumartist patch for ogg and flac * Götz Waschk's update for German translation * Kip's optimized base64 decoder for album art * Updated contributor credits * Debianized * Updated version to 2.1.7
2012-03-08In the blow commit changing the type of snd_pcm_format_silence* in pcm.hsbd2-10/+13
from u_int*_t to uint*_t breaks the build on other OS's (namely Linux), so wrap the change in an "#ifdef __sun" block. --- Module Name: pkgsrc Committed By: hans Date: Wed Feb 15 19:43:51 UTC 2012 Modified Files: pkgsrc/audio/alsa-lib: Makefile distinfo pkgsrc/audio/alsa-lib/patches: patch-ac patch-ad patch-ae patch-af patch-ai patch-aj patch-ak patch-am patch-ap patch-aq patch-ar patch-at patch-au patch-aw patch-ax patch-ay patch-az patch-ba patch-bb patch-bf patch-bg patch-bh patch-include_pcm.h Added Files: pkgsrc/audio/alsa-lib/patches: patch-src_control_control__hw.c Log Message: Fix build on SunOS. Inspired by the patches used for the native package in OI. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 pkgsrc/audio/alsa-lib/Makefile cvs rdiff -u -r1.9 -r1.10 pkgsrc/audio/alsa-lib/distinfo cvs rdiff -u -r1.2 -r1.3 pkgsrc/audio/alsa-lib/patches/patch-ac \ pkgsrc/audio/alsa-lib/patches/patch-ad \ pkgsrc/audio/alsa-lib/patches/patch-ae \ pkgsrc/audio/alsa-lib/patches/patch-af \ pkgsrc/audio/alsa-lib/patches/patch-ai \ pkgsrc/audio/alsa-lib/patches/patch-aj \ pkgsrc/audio/alsa-lib/patches/patch-ak \ pkgsrc/audio/alsa-lib/patches/patch-am \ pkgsrc/audio/alsa-lib/patches/patch-ar \ pkgsrc/audio/alsa-lib/patches/patch-at \ pkgsrc/audio/alsa-lib/patches/patch-au \ pkgsrc/audio/alsa-lib/patches/patch-ax \ pkgsrc/audio/alsa-lib/patches/patch-ay \ pkgsrc/audio/alsa-lib/patches/patch-az \ pkgsrc/audio/alsa-lib/patches/patch-ba \ pkgsrc/audio/alsa-lib/patches/patch-bb \ pkgsrc/audio/alsa-lib/patches/patch-bf \ pkgsrc/audio/alsa-lib/patches/patch-bh cvs rdiff -u -r1.3 -r1.4 pkgsrc/audio/alsa-lib/patches/patch-ap \ pkgsrc/audio/alsa-lib/patches/patch-aw cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/audio/alsa-lib/patches/patch-aq \ pkgsrc/audio/alsa-lib/patches/patch-bg cvs rdiff -u -r1.1 -r1.2 pkgsrc/audio/alsa-lib/patches/patch-include_pcm.h cvs rdiff -u -r0 -r1.1 \ pkgsrc/audio/alsa-lib/patches/patch-src_control_control__hw.c
2012-03-07Update to 3.99.5:wiz2-6/+6
LAME 3.99.5 February 28 2012 * Rogerio Brito * autotools: Fix compilation on alpha using proper ifdef guards. Thanks to Andres Mejia. * Small correction of the documentation. * Robert Hegemann * Workaround for cygwin build problem. Tracker item [ 3480692 ] mingw-w64 compilation error * Fix for a problem when LAME is compiled with fast floating point math. It could result in bitrate bloat with silent input data. * Bug fix for tracker item [ 3486753 ] Artifacts at the beginning of decoded file
2012-03-05Reset maintainer.wiz1-2/+2
2012-03-05Reset maintainer, do not use it much any longer.wiz1-2/+2
2012-03-04In desktop file, inode/directory for directories instead of deprecatedwiz3-3/+18
x-directory. Bump PKGREVISION. Set LICENSE while here.
2012-03-04Use getaddrinfo(3) even if AI_ADDRCONFIG is missing.jakllsch6-5/+38
PKGREV++
2012-03-03Update glurp to 0.12.3jakllsch4-21/+10
2012-03-03More pcre PKGREVISION bumps.wiz3-6/+6
2012-03-03Recursive bump for pcre-8.30* (shlib major change)wiz131-244/+262
2012-03-01Reset maintainer, he resigned.wiz1-2/+2
2012-03-01Fix build on SunOS.hans6-11/+33
2012-03-01Fix build on SunOS.hans1-1/+4
- uses fts functions - compile libnbcompat with -fPIC
2012-02-29Add fts_open to USE_FEATURES.hans1-1/+3
2012-02-29Instead of setting USE_PKGLOCALEDIR=no, don't set it at all. Makes thishans1-2/+1
work as expected.
2012-02-29Redefine a few OSS mixer names to their (numeric) counterparts onhans1-1/+4
SunOS. This is wrong for SOUND_MIXER_MONITOR, but I don't really care.
2012-02-29Recursive bump from devel/boost-libs update.hans2-4/+4
2012-02-28reset PKGREV for base pkg updatedrochner17-52/+17
2012-02-28Fix installation paths. Tested on NetBSD and SunOS.hans2-4/+4
2012-02-27Fixed building on Mac OS Xadam3-4/+19
2012-02-21update to 1.3.3drochner3-23/+7
integrates the fix for CVE-2012-0444
2012-02-19Update sptk to 3.5.obache3-13/+19
PR 46047 by ISHIHARA Takanori. Version 3.5: * add 'dtw' command. * add 'mfcc' command. * add 'mgc2mgclsp' and 'mgclsp2mgc' command. * add two pitch extraction algorithm, 'RAPT' and 'SWIPE' to 'pitch' command. * add -R and -M option to 'delta' command, to skip the magic number during the calculation. * unify data type for sampling frequency into float in kHz. * fix options of 'psgr' and 'grlogsp' command to draw more large graph. * fix 'wav2raw' to deal with IEEE float format. * bug fixes.
2012-02-17Fix patch checksums.hans1-3/+3
2012-02-17Another fix for SunOS that I forgot in the previous commit.hans1-1/+3
2012-02-17add patch from upstream to fix possible memory corruption bydrochner3-2/+18
malicious Ogg Vorbis files bump PKGREV
2012-02-15Replace /bin/sh in installed shell script.hans2-3/+4
2012-02-15REPLACE_SH in installed shell script.hans1-1/+3
2012-02-15Fix build on SunOS.hans5-8/+57