Commit graph

6534 commits

Author SHA1 Message Date
cheusov
f2a9f67764 Update aumix to 2.9.1. in this version a lot of bugs were fixed including
PR 34040 reappeared again. aumix-gtk now uses gtk2.
2012-07-17 21:26:47 +00:00
marino
4dd5e3d38e audio/audacious: LDFLAGS.DragonFly+= -lICE 2012-07-15 14:12:43 +00:00
wiz
0e2c441278 Recursive bump for startup-notification* dependency change, requested
by Obache.
2012-07-15 08:22:46 +00:00
marino
4ec2764a8e audio/wsoundprefs: Add libfontconfig during linking
Similar to the -lintl fix back in January, now -lfontconfig needs to
be linked in.  The direct link applies to all platforms since LDFLAGS
is ignored by this package.
2012-07-12 20:28:19 +00:00
bsiegert
9180246540 The build system uses -fvisibility=hidden and -fvisibility-inlines-hidden
without checking if they are supported. Disable them via BUILDLINK_TRANSFORM
for MirBSD. Unbreaks the build.
2012-07-09 16:42:37 +00:00
ryoon
5b6c7afd31 Update to 20120704
* Bugfixes
* Some new commandline options
* Better lyric etc. handling
2012-07-09 09:54:30 +00:00
wiz
ec818b26a6 Another missing file for 2.14.0 update. 2012-07-08 09:52:05 +00:00
wiz
07fcf2945b Add missing file for 2.14.0 update. 2012-07-08 09:51:52 +00:00
wiz
71677522f2 Update to 2.14.0, provided by Yair K. in PR 46662.
pkgsrc changes:
install default config
enable flac again
enable server and spectogram
enable alsa on Linux
make x11 optional
add gtk option

Upstream changes:

06/29, 2012
    * Version 2.14.0 released.
    * Add --reverb option for Freeverb parameter.
    * Add --preserve-silence option.
    * Add a "trysource" config file directive, which allows to try and
      source other config files, while continuing without error if the
      specified file is missing.
    * Support for GM2 Master Fine/Coarse Tuning, GS Master Tune and XG
      Master Tuning (4C not 27) SysEx.
    * Allow Device Numbers other than 0x10 for XG SYSTEM ON SYSEX
      events.
    * Fix multiple vulnerabilities found in GNU gzip also apply to lha,
      namely: CVE-2006-4335, CVE-2006-4337 and CVE-2006-4338.
    * Support for lzma decompression.
    * Support for ipv6.
    * Support for libpng 1.5 and newer.
    * Support for Tcl/Tk 8.5.
    * Make compatible with xaw3d v1.5, style changes.
    * Various improvements in XAW interface (see README.xaw).
    * Support for Windows Named Pipe interface.
    * ...and many other bug fixes.
2012-07-08 09:51:31 +00:00
adam
648f4aea15 Changes 14.4.0:
* File formats:
  o Mention in man pages that WAV files support floating point encodings.
  o Add support for floating point encodings in AIFF-C files. (Ulrich Klauer)
  o Pad WAV data chunk to an even number of bytes (as required by the
    specification). [3203418] (Ulrich Klauer)
  o Add optional MP2 write support with twolame library. (Paul Kelly)

* Audio device drivers:
  o Give pulseaudio driver higher priority than alsa or oss now that
    its proven stable and gives user more features; such as per app
    volume control. (cbagwell)
  o Fix bug when specifying OSX coreaudio device name.  Would only
    search for first 3 devices. (cbagwell)
  o Fix sox hangups are exit when using coreaudio. (cbagwell)
  o Improve buffering in coreaudio driver (Michael Chen)
  o Support enabling play/rec mode when user invokes sox as either
    play or play.exe on windows. (cbagwell)
  o Fix compile of sunaudio driver on OpenBSD (cbagwell)

* Effects:
  o Improvements to man pages for tempo effect.  Really made in 14.3.2.
    (Jim Harkins).
  o New upsample effect. (robs)
  o Fix to effects pipeline to let fade effect specify time from end of
    file again. (cbagwell and Thor Andreassen)
  o Fix man page default error for splice effect. (Ulrich Klauer)
  o Enable support for --plot option on biquad and fir effects. (Ulrich Klauer)
  o Effects chain can now be unlimited in length. (Ulrich Klauer)
  o Fix newfile/restart effects when merging or mixing files. (Ulrich Klauer)
  o Fix crashes in compand and mcompand effects. [3420893] (Ulrich Klauer)
  o Let the delay effect gracefully handle the special case that a delay can
    be more than the input length. [3055399] (Ulrich Klauer)
  o New hilbert and downsample effects. (Ulrich Klauer)
  o Fix problem where fade would sometimes fail if specifying a fade-out
    immediately after a fade-in. (robs)
  o Stricter syntax checking for several effects
2012-07-04 09:27:37 +00:00
adam
95ff15da5e Fix buildling on Mac OS X; clean up 2012-07-04 08:58:09 +00:00
joerg
bdfa864ec5 Fix linkage with GCC 4.6+ and Clang. Fix look up issues. 2012-07-03 18:21:47 +00:00
joerg
1c2d1b8deb Fix backtrace(3) usage on NetBSD 2012-07-03 18:20:51 +00:00
joerg
fe46bfa100 Provide a return value iff the function is not void. 2012-07-03 18:20:29 +00:00
joerg
1248504d5f Don't shadow one local variable with another 2012-07-03 18:19:53 +00:00
adam
866b730e71 Revbump after updating boost 2012-07-02 13:37:35 +00:00
dholland
49cfd098d9 Add desktopdb.mk and bump PKGREVISION for 118 packages as reported by
pkglint. If any of these are wrong for some reason, please revert/adjust.
2012-07-01 19:05:10 +00:00
sbd
94620114dc You don't need to pass a pointer to a gzFile as the first arguement to
gzprintf() only a gzFile.  Fixes the build with zlib-1.2.7
2012-07-01 09:42:20 +00:00
sbd
d6caed3ed6 Cast away the const in a strstr call. 2012-07-01 09:24:44 +00:00
dholland
15530f207b Doesn't support python25. 2012-07-01 03:52:54 +00:00
sbd
5d85baec42 In audio_dev.c allways include stdint.h 2012-07-01 03:25:51 +00:00
jakllsch
a79779177c +py-audiotools 2012-07-01 01:59:01 +00:00
jakllsch
2646d54a7b Add audiotools 2.18.
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-07-01 01:56:16 +00:00
sbd
880bc95bfe Make a "Fix build on SunOS." patch work on Linux aswell. 2012-06-28 08:18:43 +00:00
sbd
5ca9f0458a Make "Fix build on SunOS." patch a SunOS only fix as it breaks Linux build
otherwise.
2012-06-28 08:05:27 +00:00
sbd
619c2b6b84 Linux build fixes:
* 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-28 07:32:36 +00:00
sbd
862feffe9d If libarchive is going to be used the libarchive buildlink3.mk should be
included.
2012-06-28 03:23:43 +00:00
sbd
f574c3bf75 stdint.h must be included for uintX_t types. 2012-06-27 22:23:41 +00:00
sbd
180e562bca On Linux use the pkgsrc supplied CFLAGS/CXXFLAGS/LDFLAGS. 2012-06-27 21:26:28 +00:00
sbd
d0ae6b3bcc In src/mac.cpp make get_file_extname() a const function. 2012-06-27 08:33:40 +00:00
jperkin
4d4045e59a Add missing INSTALLATION_DIRS. 2012-06-24 07:36:17 +00:00
jperkin
a31ffeddd6 Add missing INSTALLATION_DIRS. 2012-06-24 07:20:23 +00:00
adam
6c729f7746 Fix building on Mac OS X 2012-06-22 20:31:47 +00:00
adam
e635e76cc7 Makefile clean-up; pass CFLAGS and LDFLAGS to Makefile -- fixes builds with -isysroot (e.g. Mac OS X) 2012-06-22 16:24:55 +00:00
tron
5da08e9b67 Build with generic FPU code under Mac OS X Lion as the assembler code
causes linker errors.
2012-06-17 07:17:57 +00:00
sbd
cdfc7f300d Recursive PKGREVISION bump for libxml2 buildlink addition. 2012-06-14 07:43:06 +00:00
wiz
2f9e0bbe6e Add inet6 to default suggested options. It's 2012. 2012-06-12 15:45:54 +00:00
wiz
e8375dafa5 Recursive bump for libmikmod shlib major ++
Noted by dholland.
2012-06-04 09:29:53 +00:00
dholland
0ee95f6899 Belatedly bump PKGREVISION for packages where the mass glib2 include
fixes last month changed installed headers, excluding some that have
already been bumped.
2012-06-03 23:56:58 +00:00
wiz
2cc8db510e Update to 0.7.5:
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-03 22:44:51 +00:00
wiz
d7323b4c12 Update to 3.2.0:
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-03 21:44:59 +00:00
dholland
b1f630a956 Call time() correctly; fixes netbsd-5 build. 2012-06-02 20:00:49 +00:00
dholland
78589dcc93 Needs full dependency on qt4-tools. PKGREVISION -> 2. 2012-06-01 00:46:02 +00:00
obache
35361b9cc9 restore comments lost at rev1.10. 2012-05-30 23:47:49 +00:00
dholland
be26eee4d5 No good on python25. 2012-05-30 15:52:08 +00:00
wiz
449a3104d8 + py-last. 2012-05-30 13:51:10 +00:00
wiz
963e32f84a Initial import of py-last-0.5.11, packaged by jihbed for wip.
Python interface to Last.fm
2012-05-30 13:50:45 +00:00
wiz
be9a854f08 Update to 1.2.1 (GTK3 version):
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-29 13:56:36 +00:00
wiz
e7c00167f7 Remove pattern that doesn't affect anything since corresponding
bl3.mk include was removed.
2012-05-29 13:51:28 +00:00
wiz
476c2c4c65 Update to 1.7.2:
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-29 13:37:44 +00:00