summaryrefslogtreecommitdiff
path: root/audio
AgeCommit message (Collapse)AuthorFilesLines
2012-07-01Add desktopdb.mk and bump PKGREVISION for 118 packages as reported bydholland13-26/+39
pkglint. If any of these are wrong for some reason, please revert/adjust.
2012-07-01You don't need to pass a pointer to a gzFile as the first arguement tosbd2-1/+15
gzprintf() only a gzFile. Fixes the build with zlib-1.2.7
2012-07-01Cast away the const in a strstr call.sbd2-22/+14
2012-07-01Doesn't support python25.dholland1-1/+3
2012-07-01In audio_dev.c allways include stdint.hsbd2-12/+11
2012-07-01+py-audiotoolsjakllsch1-1/+2
2012-07-01Add audiotools 2.18.jakllsch4-0/+199
Python Audio Tools are a collection of audio handling programs which work from the command line. These include programs for CD extraction, track conversion from one audio format to another, track renaming and retagging, track identification, CD burning from tracks, and more. Supports internationalized track filenames and metadata using Unicode. Works with high-definition, multi-channel audio as well as CD-quality. Track conversion uses multiple CPUs or CPU cores if available to greatly speed the transcoding process. Track metadata can be retrieved from FreeDB, MusicBrainz or compatible servers.
2012-06-28Make a "Fix build on SunOS." patch work on Linux aswell.sbd2-10/+12
2012-06-28Make "Fix build on SunOS." patch a SunOS only fix as it breaks Linux buildsbd2-19/+16
otherwise.
2012-06-28Linux build fixes:sbd3-16/+33
* On Linux only pull in alsa-lib buildlink and enable alsa support. * In the Sconstruct file move the line setting the include path and ldflags based on the prefix from the netbsd section to the linux, darwin and netbsd section. * When adding to an if/elif/else block _elif_ should be used. Bump PKGREVISION (because of the earlier libarchive additions).
2012-06-28If libarchive is going to be used the libarchive buildlink3.mk should besbd1-1/+2
included.
2012-06-27stdint.h must be included for uintX_t types.sbd2-9/+15
2012-06-27On Linux use the pkgsrc supplied CFLAGS/CXXFLAGS/LDFLAGS.sbd2-5/+20
2012-06-27In src/mac.cpp make get_file_extname() a const function.sbd2-1/+20
2012-06-24Add missing INSTALLATION_DIRS.jperkin1-1/+3
2012-06-24Add missing INSTALLATION_DIRS.jperkin1-2/+2
2012-06-22Fix building on Mac OS Xadam2-1/+14
2012-06-22Makefile clean-up; pass CFLAGS and LDFLAGS to Makefile -- fixes builds with ↵adam4-21/+30
-isysroot (e.g. Mac OS X)
2012-06-17Build with generic FPU code under Mac OS X Lion as the assembler codetron1-1/+6
causes linker errors.
2012-06-14Recursive PKGREVISION bump for libxml2 buildlink addition.sbd77-133/+154
2012-06-12Add inet6 to default suggested options. It's 2012.wiz7-9/+14
2012-06-04Recursive bump for libmikmod shlib major ++wiz27-54/+54
Noted by dholland.
2012-06-03Belatedly bump PKGREVISION for packages where the mass glib2 includedholland1-2/+2
fixes last month changed installed headers, excluding some that have already been bumped.
2012-06-03Update to 0.7.5:wiz2-7/+6
0.7.5: Support for international filenames in the song database and duplicate file detection. Reduced memory usage associated with duplicate file detection. 0.7.4: Better support for international characters in filenames. Better detection of environment to support new Posix-based platforms. Improved performer prompt on Windows. 0.7.3: Fixes for international / unicode characters in filenames. Support unusual CDG file draw commands found in the wild. Make About window work with Wx2.6 again. Recent About window changes work on Wx2.8 only. Add options for double-buffered and hardware. Clean up keyboard operations. ‘P’ pauses, Backspace rewinds. Allow remote control access to pykaraoke_mini. Support left/right margins Improvements to printing support. Fix occasional crash in CDG player. GP2X: Faster scrolling. Windows: Fix temporary filenames used for unzipping same song twice. OSX: Improvements to OSX support.
2012-06-03Update to 3.2.0:wiz4-38/+19
libmikmod 3.2.0 was released on 01-June-2012. THANKS - Axel "awe" Wefers <awe@fruitz-of-dojo.de>, for creating the CoreAudio driver, the new AIFF driver, and fixes for the wav output driver. - Frank Loemker, for sending me his collection of patches for libmikmod. - Anders F Björklund <afb@algonet.se>, for updates, fixes and tests on Mac Platforms and rpm support. - Ivan Shmakov, for the NAS audio driver. - Various downstream patch writers (from Mandriva, SuSE, Red Hat/Fedora, Debian, etc.) - P. Martin - the macports maintainer for some patches. - Stéphan Kochen for two patches: one to change MDRIVER fields to "const", and the other with putting variable declarations at the start of block (which is more C89 compliant and fixes compilation on Microsoft Visual C++). NEW FEATURES - MacOS X CoreAudio driver - Carbon support - Loader for ASYLUM Music Format v1.0 (.amf) modules, as used in crusader games. - New function 'Player_QueryVoices' added, which is used to return dynamic channel information about the module player. (Mikmod 3.2.2 uses it for it's dynamic panels). - Mixing with floating point output. The MacOSX CoreAudio driver uses it. Thanks goes to Anders F Björklund for implementing this. - AIFF disk writer driver. - New NAS driver (Network Audio System). Tested with nasd and NCD X terminals. - MREADERs now have an iobase member (previously was a static variable in mmio.c). This permits to have many MREADERs with different iobase base values. - Created an example/ subdirectory, to hold programming examples. - Added functions to read from memory (Player_LoadMem, Sample_LoadMem...) and a memory reader in mmio.c - renamed internal _mm_malloc function to MikMod_malloc, which is now part of the API. - Raw samples can now be loaded using the new Sample_LoadRaw* family of functions for sound effects. - PowerPC 64 support - ALSA (Advanced Linux Sound Architecture) driver is now working with "recent" (actually a few years back) ALSAs. - Change MDRIVER "char *" fields to "const char *". - Thanks to Stéphan Kochen. - Implement a fix to the ALSA driver in MIKMOD_DYNAMIC mode so it will allow linking against libmikmod when "-Wl,--no-undefined" is passed. - Reported by Andrey Bondrov from Mandriva. - The problem was that we used some snd_... identifiers indirectly in some macro expansions. BUGFIXES - The sun driver now compiles on solaris (Thanks to Nicolas Gros d'Aillon for sending me Jonathan Perkin's fix) - The wav output driver had problems on big endian systems. Thanks to Axel "awe" Wefers for fixing this. - A warning reported by Stéphane LOEUILLET in libmikmod.m4 with autoconf 1.8 was fixed. - The 'card' argument, supported by the OSS driver was not documented via the MDRIVER->CmdLineHelp string. - libmikmod-3.1.11-CVE-2010-2546,2971.diff (from Mandriva/Mageia). - libmikmod-3.1.11-CVE-2009-3995,3996.diff (from Mandriva/Mageia). - Now checking for linking against -lm (from Mandriva/Mageia). - Modified patch of libmikmod-CVE-2009-0179.patch (from Mandriva/Mageia). - Apply the libmikmod-CVE-2007-6720.patch (from Mandriva/Mageia). - Implement a fix for sprintf-of-list - sprintf(list, "%sSOMETHING", list) does not work as expected and suffers from the http://en.wikipedia.org/wiki/Schlemiel_the_Painter%27s_algorithm syndrome. - Apply a patch for non-blocking opening of the OSS driver. (from Mandriva/Mageia). - Fixed the prototypes of vc_callback (thanks to P. Martin). - Cast a vc_callback parameter to "unsigned char *" instead of "char *", becuase the former is what it accepts (thanks to P. Martin). - Check for Samples' validatity in virtch_common.c (thanks to P. Martin). - Fix compilation on MSVC. - Thanks to Stéphan Kochen.
2012-06-02Call time() correctly; fixes netbsd-5 build.dholland2-10/+24
2012-06-01Needs full dependency on qt4-tools. PKGREVISION -> 2.dholland1-2/+4
2012-05-30restore comments lost at rev1.10.obache2-3/+10
2012-05-30No good on python25.dholland1-1/+2
2012-05-30+ py-last.wiz1-1/+2
2012-05-30Initial import of py-last-0.5.11, packaged by jihbed for wip.wiz4-0/+31
Python interface to Last.fm
2012-05-29Update to 1.2.1 (GTK3 version):wiz2-8/+7
sfxr-sdl-1.2 ------------ * Added support for gtk+-3.0 by Tim Oertel (toertel-sfxr@manax.org http://www.heroicproportions.org) (Sorry, you have to edit the makefile to switch back to gtk+-2.0) sfxr-sdl-1.2.1 -------------- * Fixed bug, the loop function call in main was commented out by Johan Helsing (bobbaluba@gmail.com) * Fixed broken target clean in Makefile
2012-05-29Remove pattern that doesn't affect anything since correspondingwiz1-2/+1
bl3.mk include was removed.
2012-05-29Update to 1.7.2:wiz4-12/+12
TagLib 1.7.2 (Apr 20, 2012) =========================== * Fixed division by zero while parsing corrupted MP4 files (CVE-2012-2396). * Fixed compilation on Haiku.
2012-05-29Set LICENSE.wiz1-1/+2
2012-05-29Mark as version 3 of the library, now that version 5 is packaged.wiz2-2/+5
Bump PKGREVISION.
2012-05-29+ libmusicbrainz5wiz1-1/+2
2012-05-29Initial import of libmusicbrainz5-5.0.1, a new major version ofwiz5-0/+133
libmusicbrainz. Compared to v3 (in audio/libmusicbrainz) there were the following changes: Changes for libmusicbrainz 5.0.1 -------------------------------- - Fix LMB-32 - Correctly ignore unrecognised nodes - Don't compile using -Werror when building from tarball Changes for libmusicbrainz 5.0.0 -------------------------------- - Deprecated functions removed Changes for libmusicbrainz 4.0.3 -------------------------------- - Fix LMB-32 - Correctly ignore unrecognised nodes - Don't compile using -Werror when building from tarball Changes for libmusicbrainz 4.0.2 -------------------------------- - Add extra attributes to Alias - Add IPI lists to Artist and Label - Add 'Ended' to Lifespan - Add PrimaryType and SecondaryTypeList to ReleaseGroup - Add text based track number to Track - Add ISWC list to Work - Debug builds show queries and responses on stderr - Documentation updates Changes for libmusicbrainz 4.0.1 -------------------------------- - Fixed bug LMB-30 - Unable to access all relation lists on objects with multiple relation lists - Fixed bug LMB-31 - mb_relationlist_get_targettype always returns "target-type" Changes for libmusicbrainz 4.0.0 -------------------------------- - Added support for collection list being returned as part of a release Changes for libmusicbrainz 4.0.0 beta 2 --------------------------------------- - Restructured for easier maintenance - List class interface rewritten - Added handling of extension elements and attributes - Add handling of all list attributes and elements - C interface is now automatically generated from an XML file template N.B. The API has changed with regard to lists since beta 1. Any applications are likely to need rewriting to take account of this and will certainly need to be recompiled due to the ABI change. Changes for libmusicbrainz 4.0.0 beta 1 --------------------------------------- - Rewritten from scratch for NGS
2012-05-29set LICENSE (GPLv2 tools and LGPLv2.1 libraries)obache1-1/+2
2012-05-29remove a space after RCS Id, pkglint dislike it.obache1-1/+1
2012-05-23Don't launder const. Should fix Linux build.dholland2-1/+25
2012-05-21Delint (include desktopdb.mk).shattered2-7/+9
2012-05-20Update to 0.3.4:wiz2-6/+6
Changes for Audio File Library version 0.3.4: * Use hidden visibility for internal symbols. * Add support for Sample Vision format. * Update license for extended-precision floating-point conversion routines.
2012-05-19audio/xfce4-mixer: Fix unwanted directory removalmarino1-4/+1
xfce4-mixer depends on x11/xfce4-panel which takes care of creating the plugins directory. Remove the redundant directory creation which can lead to directories being removed prematurely.
2012-05-16audio/audacious: Fix indirect linking on DragonFlymarino1-2/+2
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