summaryrefslogtreecommitdiff
path: root/audio
AgeCommit message (Collapse)AuthorFilesLines
2010-09-07Make squeezeboxserver accept p5-Audio-Scan-0.84.wiz3-4/+18
Bump PKGREVISION. Ok cube@
2010-09-07Update to 0.84 again.wiz2-7/+6
2010-09-07Downgrade for now -- squeezeboxserver does not allow 0.84.wiz2-6/+7
2010-09-06Update to 1.220:wiz2-7/+6
================================ 2010-03-08 01:18:09 -0500 v1_220 ================================ Prepare for git based distribution toolchain. Rearrange repository for git. Create an OSX example program for Max Wassermann.
2010-09-06Update to 0.12:wiz2-7/+6
0.12 Sun May 30 08:45:03 GMT 2010 - don't use values > MAXINT. +2147483648 is not a valid unsigned int32 (it's MAXINT+1). while we're at it, put all constants in the XS in hex format for clarity. possibly fixes: http://www.cpantesters.org/cpan/report/6945385 - fall back to pureperl when Inline::C is installed but not functional as reported by Michel Lanne. 0.11 Fri Mar 12 04:12:44 GMT 2010 - fix two bugs triggered with inline on win32 - one related to assuming C99 support and one related to lack of stdint.h or equivalent. tested with strawberry perl, should work with msvc too. bug report here: http://www.cpantesters.org/cpan/report/6920668 same smoker reports tests with 0.11 here: http://www.cpantesters.org/cpan/report/6930825 0.10 Sun Feb 14 04:09:00 GMT 2010 - add COPYRIGHT information for debian folks - include xt/ 0.09 Thu Feb 11 14:58:37 GMT 2010 - Support 24 and 32 bit wav reading w/o Inline::C (from Wolfram humann) ( see https://rt.cpan.org/Public/Bug/Display.html?id=36452 ) - add a META.yml and some other easy kwalitee tweaks - Audio::Wav::Read::_has_inline moved to Audio::Wav::_has_inline so it can be queried before instantiating a reader (and later be used internally for Audio::Wav::Write)
2010-09-06Update to 0.84:wiz2-7/+6
0.84 2010-08-27 19:10:00 - Added an optional audio_md5 info value, this is the MD5 checksum of the first N audio bytes of the file. This is useful in determining if a file is the same even when tags have been changed. See the documentation for details. - Added audio_size info value to all formats. - Added image offset values in AUDIO_SCAN_NO_ARTWORK mode for some formats, so image data may be extracted directly from the file if needed. See the documentation for specific details. - AAC: Fixed samplerate values for AACplus files. The samplerate in the header needs to be doubled to obtain the actual playback samplerate. - ID3: Bug 16452, Don't add null strings as array entries for T* frames. 0.83 2010-06-10 14:15:00 - APE: Tag could be ignored when ID3v1 tag is present. - Fixed error handling for invalid RVAD tags. - Win32: Added binmode for all open files and filehandles.
2010-08-22One more gcc-4.3 compliant patch for PR#43783.obache2-1/+18
2010-08-22Fix typo in comment.wiz7-19/+19
2010-08-22Add patches for gcc-4.3, taken from upstream.obache7-5/+103
Functionally same as PR#43783.
2010-08-21Bump the PKGREVISION for all packages which depend directly on perl,seb13-23/+27
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1. The list of packages is computed by finding all packages which end up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl, or PERL5_PACKLIST defined in their make setup (tested via "make show-vars VARNAMES=..."), minus the packages updated after the perl package update. sno@ was right after all, obache@ kindly asked and he@ led the way. Thanks!
2010-08-18Add missing PLIST entry for i386.obache1-0/+2
2010-08-17Update to 1.0.06.051:wiz2-7/+6
This release fixes a crash that was caused by invalid Lyrics tags and a crash that occurred under certain circumstances on Windows when opening the "Folder filter" dialog.
2010-08-16Update to 0.7.2, set LICENSE.wiz2-7/+7
Overview of changes in libgpod 0.7.2 ==================================== * Performance work (thanks a lot to Javier Kohen for his patches) * Add itdb_device_supports_podcast and itdb_device_supports_chapter_image methods * Fix static iPod Classic/Nano 3G artwork formats * Change installation directory for the HAL callout in the hope that it will work out of the box on more systems * BSD portability fixes (courtesy of Andrew Nosenko) * Write MHLA (list of albums) headers to iTunesDB * Small improvements for iPhone support though iPhone 3G are still unsupported because we can't checksum the iPhone iTunesDB.
2010-08-14Fixes build failure with gmake-3.82.obache2-4/+15
Patch provided by Ryo ONODERA with PR#43755.
2010-08-10Fix build failure on NetBSD/arm.tsutsui3-5/+38
patch-ah (new): Fix wrong placed #else clause against #if defined(__linux__) in cpu-arm.c. patch-ba: Check NetBSD's native atomic_ops in configure even in arm case. configure checks $host_cpu first, not $host_os on checks for native atomic operations. (In upstream it seems fixed to see $host_os first but it might still have problem around NetBSD version checks)
2010-08-01Fix DEPENDS list and make user/group names builder-configurable.cube1-4/+6
From feedback from mrg@.
2010-07-30"fortran" -> "fortran77" except where it is clear that it isn't F77.asau1-2/+2
"fortran" is alias of "fortran77" for now, but it will change later.
2010-07-28catch up with base pkg updatedrochner4-9/+7
2010-07-24Add fix for symlink race reported in CVE-2009-1299 taken fromtron4-3/+89
Lennart Poettering's GIT repository.
2010-07-23Added PKGCONFIG_OVERRIDEadam1-1/+3
2010-07-23Changes 14.3.1:adam5-15/+32
* Several fixes incl. multi-core MS-Windows threading problem. * New MS-Windows native audio driver. * New Grandstream ringtone file format. * New support in libSoX for memory based file IO. * Now able to set MP3 compression parameters.
2010-07-20adapt checksum for an upstream distfile change, noticed by Robert Elzdrochner1-4/+4
per PR pkg/43647 The distfile change is due to a minimal fix in a shell script, no PKGREV bump because the pkg couldn't be built before.
2010-07-19Add the necessary NO_{BIN,SRC}. I thought RESTRICTED was enough.cube1-1/+5
2010-07-18Fix build on DragonFly BSD using patch from Tero Jaasko in PR 43630.wiz3-3/+21
While here, add comment to patch-aa.
2010-07-16update to 0.3.1drochner2-8/+6
changes: -ap_flac_embed: do not forget to import cue sheet into flac, rather than just artist/title metadata -main.c: ensure that gettext always returns UTF-8, because GTK expects UTF-8 strings
2010-07-16use libslang2 instead of libslang, bump PKGREVdrochner3-20/+4
being here, remove a patch which isn't needed anymore because the jpeglib headers were fixed
2010-07-14Recursive PKGREVISION bump for the net/mDNSResponder updatesbd3-5/+6
2010-07-10As declared on pkgsrc-users:wiz4-232/+3
Remove special wchar handling. It's not clear for which OS versions this is needed, exactly. If this change causes failures, let me know! Bump PKGREVISION.
2010-07-06Transfer ownership to pkgsrc-users. pancake's address is not valid anyjmmv1-2/+2
more and he has agreed in private mail to drop maintainership.
2010-07-05Enable squeezeboxserver.cube1-1/+2
2010-07-05Initial, long overdue import of audio/squeezeboxserver, version 7.5.1, intocube6-0/+2042
the NetBSD Packages Collection. To be honest, either you already know what this piece of software is, or you don't really care. The Squeezebox and all the other networked audio players made by Logitech are cool devices, though. Here's the DESCR: SqueezeboxServer is the software behind Logitech's networked audio players such as the Squeezebox. It streams music to the device over the network from your local computer.
2010-07-04Don't attempt to create the directory "/lib/udev/rules.d" on platformstron2-7/+11
that don't use "udev".
2010-07-04Update p5-Audio-Scan to 0.82, as required by a package I'm working on.cube2-6/+6
OK'd by maintainer. 0.82 2010-05-24 13:15:00 - RT 57664: ID3: Add checks to avoid reading too much inside an invalid frame. - FLAC: Seeking bug fixes. 0.81 2010-05-15 10:40:00 - Fixed broken boolean values. 0.80 2010-05-14 23:15:00 - ID3: Fixed unsynchronisation of v2.2/v2.3 tags. - FLAC: Fixed several seeking bugs and improved seeking algorithm. - MP3: Subtract LAME encoder delay/padding from total samples to obtain more accurate song duration value. 0.79 2010-04-27 14:30:00 - ID3: Bug 16079, fixed crash when reading empty TCON tag. - Bug 16095, workaround Win32+filehandle bug where file pos could sometimes be off-by-one after a PerlIO_read. 0.78 2010-04-16 15:45:00 - ASF: Fixed various issues when seeking, now uses the ASF_Index object correctly. - ASF: Refactored to clean up the code and make it more efficient. - ID3: Bug 16073, properly handle illegal zero-byte frames. 0.77 2010-04-14 11:30:00 - PerlIO_seek with SEEK_END sometimes does not work correctly, changed all seeks to use SEEK_SET instead. 0.76 2010-04-14 10:30:00 - APE: Bug 15992, fixed reading of APE tags when file also has a Lyricsv2 tag. - APE: Bug 16056, fixed reading of APE tags with certain kinds of invalid tags. 0.75 2010-04-02 15:50:00 - ID3: Really fixed empty text field bug this time. 0.74 2010-04-02 12:15:00 - ID3: Fixed bug where an empty text field could contain the text from the previous frame. 0.73 2010-03-31 12:30:00 - Added find_frame_fh_return_info method for MP4 seeking from a filehandle. 0.72 2010-03-31 10:50:00 - Fixed bug in reading unsynchronized APIC frames, the APIC data returned was not the correct size. - Fixed Mac hints file to work properly on OSX Server 10.6. 0.71 2010-03-30 00:00:00 - Added find_frame_return_info method for MP4 that returns the seek offset as well as a rewritten header that can be placed before the seeked audio to construct a valid bitstream.
2010-07-04upgrade to release 3.98.4 (minor bug fix update)schwarz2-7/+7
2010-06-25DESTDIR supportjoerg1-5/+9
2010-06-25Add DESTDIR supportjoerg3-5/+6
2010-06-25Require avahi enabled pulseaudio, or rise FAIL.obache1-1/+7
2010-06-16Bump PKGREVISION from libpng shlib name change (libqtmcop.so).obache1-1/+2
2010-06-15+ gmpc-magnatunejoerg1-1/+2
2010-06-15Import gmpc-magnatune-0.20.0:joerg4-0/+37
The GNOME Music Player Client is a GTK+ client for remote access, control and playlist management of the Music Player Daemon featuring ID3 Support and a tray icon for your notification area. The Magnatune plugin allows easy browsing and playback from the Magnatune.com catalog.
2010-06-15Update to gmpc-0.20.0: Various small bufixes and improvementsjoerg4-25/+463
2010-06-15Update to libmpd-0.20.0:joerg2-7/+7
- Add replaygain support - Add mpd_playlist_load
2010-06-15require libsndfile>=1.0.20.obache1-1/+2
2010-06-15update HOMEPAGE / MASTER_SITESdrochner1-3/+3
2010-06-14PKGREVISION bump for png-1.4.x shlib change.wiz1-2/+2
(missed those and *emacs* the first time round because they pull in their png dependencies via default-on options; they were included in the test bulk build though)
2010-06-13Update to 2.3.1:wiz6-91/+49
Changes * Improved responsiveness when expanding/collapsing items in the collection browser when using single-click mode. * The Collection scanner now runs with idle priority when invoked by Amarok. Batch scan users can invoke it with the --idlepriority flag. Bugfixes * File browser: fixed sorting files by date. (BR 226941) * Fixed issue with file browser bookmarks not working when the file browser was showing "places". * Fixed crash when right clicking in file browser while it is showing "Places". (BR 237562) * Fixed strange selection behaviour in the music sources pane (BR 222760). * Fixed factor used when filtering lengths in collection browser. * Fixed wrong value used when filtering comments in collection browser. * Don't truncate the "Label:" label in the TagDialog. (BR 235957) * Display extended characters properly in names of Last.fm streams. (BR 222930) * Cover fetcher: prevent automatic fetcher from setting album's cover if it is done manually during the download. (BR 236839) * File browser: show folders first, files afterwards. Patch by <dystopticus@gmx.net>. (BR 226599) * Queued track's contextual menu entry about dequeueing was written wrong and misleading. (BR 235047) * Custom color setting in the On Screen Display was only applied after restart. Patch by Frank Steinmetzger <Warp_7@gmx.de>. * Track Rating was not always displayed correctly in the On Screen Display. Patch by Frank Steinmetzger <Warp_7@gmx.de>. * Improved layout for applet setting dialogs. Patch by Felix Geyer <debfx-kde@fobos.de>. * Made icons in applets react correctly in double-click environments. Thanks to Felix Geyer <debfx-kde@fobos.de>. * Several bug fixes for the bundled LyricWiki script. Patch by Oleg G <verdrehung@gmail.com>. (BR 233605) * Better fix for pausing SHOUTcast streams, without advancing to the next track after resume. (BR 192878) Version 2.3.1-Beta 1 Features * Persistant Queue Saving: The playlist queue is now saved when Amarok is closed and restored upon startup. (BR 215057) * Automated Playlist Generator: allows smart creation of playlists that match user-specified constraints. Combines the features of "Smart Playlists" in Amarok 1.4 with the Bias system of Amarok 2.0. * It's now possible to mark all episodes in a channel as old or new at once. * New "Upcoming Events" applet, displays future concerts for the artist of the currently playing track. The event info is fetched from Last.fm. * New "Similar Artists" applet, displays a list of artists which are similar to the one currently played. The list is fetched from Last.fm. * The scripting system now offers a new function for detecting that a track has finished. Patch by Michael MacDonald <mars@antlersoft.com>. (BR 227312) * Support for the new System Tray technology from KDE SC 4.4. This adds nice animations and a better looking popup menu to the System Tray. Thanks to Aurelien Gateau <agateau@kde.org> for the patch. * Allow playlist layouts to group tracks by directory. (BR 230594) * Cover fetcher: The UI was improved. Now an icon view is used to display results, with an informational sidebar that may show interesting bits about an image. * Cover fetcher: Added ability to enter custom queries via Yahoo!, Google, or Discogs (in addition to Lasf.Fm). Note the source for automatic cover fetching is still Last.fm only. Changes * Allow changing the number of recently added albums in the albums applet. * Magnatune.com store: Added "Home" link to all artist and album pages leading to the Magnatune.com front page. * Magnatune.com store: Improved Magnatune.com front page. * Magnatune.com store: Completely remove option to purhcase single albums as this is no longer supported by Magnatune.com and the API for doing so will be disabled in the future. * The new file browser now supports "places". * Added "up" and "home" buttons to the new filebrowser. * Items in the breadcrumb navigation bar are now hidden if there is not enough room to show all of them (similar to how it works in Dolphin) (BR 231497) * Improved performance (dramatic in some cases) when filtering the Playlist (231185). * Remove information that is already displayed elsewhere in the playlist from the playlist tooltips. * Make showing the playlist tooltips a per playlist layout option. * When bookmarking a view in the local collection, also store (and restore) the setings for "Show Cover Art" and "Show Years". (BR 230562) * Allow moodbar files witout the leading '.' (both .<trackfilename>.mood and <trackfilename>.mood now work) * Change example SQL command for setting up an external database to remove (sometimes incorrect) host name and possibly fix some random regression in some MySQL versions. (BR 225052) Bugfixes * Fixed Youtube videoclip broken engine due to their recent change. * Fixed Wikipedia no loading the css on KDE 4.4 (due to a regression in Qt 4.6.) (BR 222875) * Settings dialog could become too wide with translations. (BR 233752) * Fixed re-mounting iPhoneOS devices after having been unplugged without being unmounted. Thanks to Jeffrey Dodge <hazridi@gmail.com>. (BR 233305) * Fixed connection to iPod Touch devices. Patch by Jeffrey Dodge <hazridi@gmail.com>. (BR 233257) * Fixed the deletion of empty directories after deleting, or organizing. (BR 190881) * Fixed a hang that would occur when organizing a track and the source file was the same as the destination file. (BR 233181) * Fixed the double delete confirmation dialog when organizing tracks. (BR 233200) * Fixed broken rendering of ratings in Current Track applet on startup. * Fixed command type names shown in the Bookmark Manager not being translated. (BR 226829) * Fixed crash on startup for users of MySQL 5.5. Thanks to Bartosz Fabianowski for figuring it out. (BR 231166) * Readded missing hover info for the new filebrowser. * Fixed missing images in the hover info shown for various browser categories. * Fixed crash when running some Amarok urls on startup. (such as when passed on the command line or cliked in another app) (BR 231626) * Fixed crashes when Amarok is started and the Info applet is loaded with certain version of Qt. (BR 227639) (BR 229756) * Fixed organize collection dialog deleting tracks at new location instead of old. (BR 217002) * Fixed a broken podcast feed that had a minor compliance issue in date format. (BR 231062) * Fixed "files" bookmarks not storing the actual path shown in the file browser (BR 231437) * Fixed incorrectly displayed cover images for albums with the same name, e.g. "Greatest Hits". (BR 170146) * Fixed problems with new Main Toolbar and SHOUTcast streams: Since these streams cannot be paused, we detect this now and stop them instead. * Fixed permission errors with each file copied to an iPhone via iFuse. Thanks to Colin Guthrie <cguthrie@mandriva.org> for the patch. (BR 231021) * Fixed issues with using random navigators while filetering or searching the Playlist. (BR 229226) (BR 222129) * Fixed crash related to the new playlist tooltips. (BR 229696) * Fixed some artist/album/track names not getting shown or getting shown incorrectly in the Current Track applet because of html encoding. (BR 222765) * Fixed issue with the Albums applet not correctly updating when playing a track by an artist not present in the local collection. * Fixed Albums applet not getting updated if the artist of the currently playing track was edited. (BR 210296) * Fixed bad window title for the details edit dialog in the playlist layout editor. (BR 227912) * Fixed wrong track getting dragged from the Playlist when sorting and/or filtering is active. (BR 226503) * Fixed visual indication for "Stop After This Track" not getting shown immediately when using the global shortcut. (BR 230569) * Cover fetcher: Fixed a crash involving reappearing cover found dialogs and pending cover fetches. (BR 230215) * Display tooltips with applet names in the context toolbar. (BR 230736) * File browser: "Add to Playlist" doesn't add playlist files to the playlist. (BR 229290)
2010-06-13Bump PKGREVISION for libpng shlib name change.wiz82-156/+165
Also add some patches to remove use of deprecated symbols and fix other problems when looking for or compiling against libpng-1.4.x.
2010-06-08Needs at least autoconf 2.63. From Makoto Fujiwara in PR 43434.dholland1-2/+2
2010-06-05Update to 1.0.20:wiz5-25/+14
1.0.20: Changes: ocp.ini did not include support for .YM files as expected. Two other minor tweaks were done. 1.0.19: Changes: Multiple crash bugs were fixed. Support for YM files via STYMulator was added. 24-bit SDL/X11 output should now work (which is needed if ran inside QEMU). PTM and Adplug files should now load and play correctly on big-endian systems. Several other minor tweaks were made.
2010-06-05+ blopobache1-1/+2