Commit graph

5848 commits

Author SHA1 Message Date
asau
6754aacfb8 Follow f2c/libf2c split: bump revision of all packages
that list Fortran in used languages.
2009-12-03 13:06:51 +00:00
wiz
d023b33cd9 Apply some possible security fixes from upstream SVN.
Glanced from links in mozilla advisory
http://www.mozilla.org/security/announce/2009/mfsa2009-63.html
and Fedora Core patches for 1.2.0.

Bump PKGREVISION.
2009-12-02 12:41:25 +00:00
drochner
6f0af524e0 Debian has integrated a fix for ADPCM decoding problems which is
similar to our one, and added additional sanity checks
(see http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=510205#59)
use their version to ease further maintainance, bump PKGREVISION
2009-12-01 10:44:02 +00:00
dholland
2c75e52d63 Fix this to build on LP64 with python 2.5+. I added hacks so it should
still build on python 2.4, but I haven't tested them.
2009-11-29 23:04:15 +00:00
dholland
6d1c4577fb This package's configure script wants msggrep, but nothing uses it, so
fake it out. While here, turn on destdir support.
2009-11-29 22:27:54 +00:00
joerg
5203672ec3 Add missing build dependencies on gettext-m4 and glib2. 2009-11-29 18:51:06 +00:00
wiz
0d4be2a461 Fix HOMEPAGE. 2009-11-27 10:54:21 +00:00
joerg
59b47d4b30 Make sure builddir is set to not use stray -I options. 2009-11-25 21:56:34 +00:00
kefren
5f10da3a64 +bmp-flac 2009-11-24 16:05:28 +00:00
kefren
fc4f8c29d4 Initial import of bmp-flac 1.1.3, flac plugin for beep-media-player.
Derived from audio/xmms-flac
2009-11-24 16:04:50 +00:00
drochner
3d5f6eda25 update to 0.7
changes:
-cleanup, trim and compress sounds
-remove annoying sounds, eg on menu actions, desktop switch, clicks
2009-11-23 11:57:36 +00:00
wiz
aeb71ee0a7 Update to 1.2.11
1.2.11:
Sam Lantinga - Sat Nov 14 12:38:01 PST 2009
 * Fixed initialization error and crashes if MikMod library isn't available
Sam Lantinga - Sat Nov 14 11:22:14 PST 2009
 * Fixed bug loading multiple music files

1.2.10:
Sam Lantinga - Sun Nov  8 08:34:48 PST 2009
 * Added Mix_Init()/Mix_Quit() to prevent constantly loading and unloading DLLs
Mike Frysinger - 2009-11-05 09:11:43 PST
 * Check for fork/vfork on any platform, don't just assume it on UNIX
Jon Atkins - Thu Nov 5 00:02:50 2009 UTC
 * Fixed export of Mix_GetNumChunkDecoders() and Mix_GetNumMusicDecoders()
C.W. Betts - 2009-11-02 00:16:21 PST
 * Use newer MIDI API on Mac OS X 10.5+
2009-11-15 21:05:40 +00:00
drochner
81f59e6c00 update to 0.12.1
changes:
-UI and scripting improvements
-support more tags
-bugfixes
2009-11-15 13:19:02 +00:00
reed
026593b74c Update description. 2009-11-13 16:14:29 +00:00
wiz
eebed2e13f Hm, can't reproduce the make-jobs failure, so remove MAKE_JOBS_SAFE=no
again.
2009-11-10 19:04:28 +00:00
wiz
d38c82b6bb Update HOMEPAGE. 2009-11-03 12:58:24 +00:00
wiz
dd480d47ae Update to 1.6.1, set LICENSE.
TagLib 1.6.1 (Oct 31, 2009)
===========================

 * Better detection of the audio codec of .oga files in FileRef.
 * Fixed saving of Vorbis comments to Ogg FLAC files. TagLib tried to
   include the Vorbis framing bit, which is only correct for Ogg Vorbis.
 * Public symbols now have explicitly set visibility to "default" on GCC.
 * Added missing exports for static ID3v1 functions.
 * Fixed a typo in taglib_c.pc
 * Fixed a failing test on ppc64.
 * Support for binary 'covr' atom in MP4 files. TagLib 1.6 treated them
   as text atoms, which corrupted them in some cases.
 * Fixed ID3v1-style genre to string conversion in MP4 files.
2009-11-01 16:18:27 +00:00
wiz
cc9d3d2c2e libcdio updated changed its shlib major version, so bump depends.
Noted by drochner@
2009-10-31 14:46:51 +00:00
wiz
e0574da145 Update to 1.0.21a, set LICENSE.
Mixer API

    mixer: Add Speaker and Beep names to the weight lis

PCM API

    PCM - Change the hw_params determination orde

Configuration

    Change dmix.conf to accept user configuration from
    defaults.dmix.<driver_id>.xx
    Revert "Fix driver conf parsing in snd_config_hook_load_for_all_cards()
2009-10-31 02:36:10 +00:00
wiz
6ed9d23bf4 Update to 1.0.13, set LICENSE (basically mit).
Sun Apr  5  04:53:07 2009       Jutta Degener (jutta@pobox.com)

	* Release 1.0 Patchlevel 13
	COPYRIGHT: exploring the deeper meaning and cultural
	history of the word "any".
2009-10-31 01:29:26 +00:00
wiz
4b1f3b0e42 Update to 1.2.9. Set LICENSE. Remove dynamically loaded libraries
from buildlink3.mk.

1.2.9:
Ryan Gordon - Sun Oct 18 11:42:31 PDT 2009
 * Updated native MIDI support on Mac OS X for 10.6
Ryan Gordon - Sun Oct 11 05:29:55 2009 UTC
 * Reset channel volumes after a fade out interrupts a fade in.
Ryan Gordon - Sun Oct 11 02:59:12 2009 UTC
 * Fixed crash race condition with position audio functions
Ryan Gordon - Sat Oct 10 17:05:45 2009 UTC
 * Fixed stereo panning in 8-bit mode
Sam Lantinga - Sat Oct 10 11:07:15 2009 UTC
 * Added /usr/share/timidity to the default timidity.cfg locations
Sam Lantinga - Sat Oct  3 13:33:36 PDT 2009
 * MOD support uses libmikmod and is dynamically loaded by default
 * A patched version of libmikmod is included in libmikmod-3.1.12.zip
 * The libmikmod patches fix security issues CVE-2007-6720 and CVE-2009-0179.
Sam Lantinga - Sat Oct  3 02:49:41 PDT 2009
 * Added TIMIDITY_CFG environment variable to fully locate timidity.cfg
Sam Lantinga - Fri Oct  2 07:15:35 PDT 2009
 * Implemented seamless looping for music playback
Forrest Voight - 2009-06-13 20:31:38 PDT
 * ID3 files are now recognized as MP3 format
Steven Noonan - 2008-05-13 13:31:36 PDT
 * Fixed native MIDI crash on 64-bit Windows
Ryan Gordon - Fri Jun 5 16:07:08 2009 UTC
 * Added decoder enumeration API:
	Mix_GetNumChunkDecoders(), Mix_GetChunkDecoder(),
	Mix_GetNumMusicDecoders(), Mix_GetMusicDecoder()
Austen Dicken - Tue Feb 26 23:28:27 PST 2008
 * Added support for FLAC audio both as chunks and streaming
Tilman Sauerbeck - Tue Feb 26 03:44:47 PST 2008
 * Added support for streaming WAV files with Mix_LoadMUS_RW()
Ryan Gordon - Mon Feb 4 17:10:08 UTC 2008
 * Fixed crash caused by not resetting position_channels
2009-10-31 00:16:40 +00:00
joerg
c3eb814945 Provide a value for OTHER_INCLUDE_DIR, so that -I is not used without arguments. 2009-10-30 20:17:21 +00:00
drochner
17b38ee91a update to 0.12.5
changes:
-New cover art search code
-Updated Coherence UPnP plugin
-UI improvement
-bugfixes
-translation updates
2009-10-30 11:48:11 +00:00
drochner
9c908b8dc9 update to 0.22
changes:
-many bugfixes
-multichannel support; gtk multihead support
-add new ca_context_playing() call

pkgsrc change: make the OSS backend work
2009-10-29 17:51:09 +00:00
drochner
0eec734248 update to 2.28.0
This switches to the gnome-2.28 release branch.
2009-10-28 18:40:32 +00:00
drochner
d7fbdf2fc9 +gst-(two)lame 2009-10-28 18:37:37 +00:00
drochner
24429401a0 build the "twolame" plugin of gst-plugins0.10-ugly, can be used by
sound-juicer to rip to mp2
(just for completeness, likely not too useful)
2009-10-28 18:33:57 +00:00
drochner
00bf0fdedd build the "lame" plugin of gst-plugins0.10-ugly, can be used by
sound-juicer to rip to mp3
2009-10-28 18:32:17 +00:00
zafer
33d2d6992a update master_sites. fix url. 2009-10-24 15:13:38 +00:00
zafer
4b3f7f56b0 update master_sites. use gentoo mirror. 2009-10-24 15:08:58 +00:00
drochner
811fbc5688 reset PKGREVISION for base pkg update 2009-10-22 15:21:19 +00:00
jakllsch
e2a5c5f73b Update ncmpc to 0.15.
Changes since 0.14:
* added the "lyrics-autosave" option
* added CMD_SELECT_PLAYING
* display song duration in the playlist
* added the "hardware_cursor" option
* show plugin error messages on the screen
* fixed NULL pointer dereference when not yet connected
* new translation: Hebrew
2009-10-20 20:32:46 +00:00
joerg
1c5314454f Update to gmpc-0.19.1:
- bugfixes
- usability improvements
2009-10-20 20:26:58 +00:00
joerg
0783d279c5 Update to libmpd-0.19.0:
- bufixes
2009-10-20 20:25:54 +00:00
joerg
51763c22f5 Update to mpd-0.15.5.
- stability improvements
- fix memory leaks
- fix Vorbis issues
- fix Snowleopard build
2009-10-19 19:40:42 +00:00
adam
d0bcffdae2 Fix building with boost 1.40.0 2009-10-19 19:33:02 +00:00
adam
c48aff229e Changes 0.99.06.041:
* brought documentation up to date
* added test for ReplayGain info stored inside Id3V2
* failing to read text frames from files no longer causes crashes
* fixed bug resulting in crash when 2 ID3V2 tags are present and
    "Discard invalid ID3V2 data" gets called
* XML export now works when names contain double quotes
* locale in export dialog
* locale lists are now sorted
* long text frames are now truncated when shown in the "File info" area
* changed names and order for tabs under Config/Files
* made transformation options work correctly in MSVC

Changes 0.99.06.040:
* "Various Artists" support
* all pictures are shown and can be viewed in full size in "Tag details"
* all pictures from a file are shown in the tag editor
* patterns in the tag editor may now be disabled
* export as M3U or XML
* better handling of text frames containing null characters
* auto-size for the tag editor's "current file" area
* better column widths in the tag editor
* improved HTA for Windows build
2009-10-19 16:00:23 +00:00
wiz
9ef453825d Fix version number in PKGNAME. Noted by reed. 2009-10-10 08:33:24 +00:00
joerg
fc8c24d308 Use --mode argument for libtool. 2009-10-07 15:34:14 +00:00
joerg
dc00d102ed Use --mode for libtool. 2009-10-07 15:31:10 +00:00
joerg
54b0669462 Use --mode argument for libtool. 2009-10-07 15:14:47 +00:00
joerg
4c6e8c38a4 Provide --mode for libtool. 2009-10-07 15:04:29 +00:00
joerg
86aec94925 Change patches to use --mode argument for libtool. 2009-10-06 17:27:51 +00:00
drochner
3234ff69a3 the project got a HOMEPAGE 2009-09-30 10:47:51 +00:00
martin
ecf7860eb4 Extend id3v2 handling by adding (very simplistic) handling for unicode
tags, and also make it deal with gaps after the header or junk before the
actual start of mp3 data.
This makes it able to properly extract info from all mp3 files I have.
2009-09-26 21:16:57 +00:00
wiz
c09e9b56a3 Enable asf and mp4, needed by wip/amarok. Bump PKGREVISION. 2009-09-24 10:24:52 +00:00
tnn
1a4ab34191 honour PKGMANDIR 2009-09-23 13:34:33 +00:00
tnn
9e751684e8 fix build breakage on NetBSD/i386 2009-09-21 18:07:10 +00:00
sno
75e0cc4b04 Forgot to re-run 'make makepatchsum' after adding $NetBSD$ 2009-09-21 17:27:40 +00:00
sno
2f406127d1 Adding patch from FreeBSD ports to let esound build on FreeBSD, too.
The rest of the patch from FreeBSD ports should be reviewed by the
maintainer, I'm not sure how far this is reasonable ...
2009-09-21 17:26:46 +00:00
sno
7443aaae83 libdiscid works on FreeBSD, too 2009-09-20 21:40:37 +00:00
tnn
d69780a2f0 include <string.h> in few places where needed 2009-09-19 21:13:22 +00:00
tnn
ebb434fed4 do previous differently. id3lib_strings.h is where memmove is used, so
pull in string.h there instead.
2009-09-19 17:14:21 +00:00
tnn
5576f99b4b pull in string.h in taglib.h for memmove prototype 2009-09-19 17:00:39 +00:00
wiz
bc3df32f8a Update to 1.6:
1.6:

 * New CMake option to build a static version - ENABLE_STATIC.
 * Added support for disabling dllimport/dllexport on Windows using the
   TAGLIB_STATIC macro.
 * Support for parsing the obsolete 'gnre' MP4 atom.
 * New cpp macros TAGLIB_WITH_MP4 and TAGLIB_WITH_ASF to determin if
   TagLib was built with MP4/ASF support.

1.6 RC1:

 * Split Ogg packets larger than 64k into multiple pages. (BUG:171957)
 * TagLib can now use FLAC padding block. (BUG:107659)
 * ID3v2.2 frames are now not incorrectly saved. (BUG:176373)
 * Support for ID3v2.2 PIC frames. (BUG:167786)
 * Fixed a bug in ByteVectorList::split().
 * XiphComment::year() now falls back to YEAR if DATE doesn't exist
   and XiphComment::year() falls back to TRACKNUM if TRACKNUMBER doesn't
   exist. (BUG:144396)
 * Improved ID3v2.3 genre parsing. (BUG:188578)
 * Better checking of corrupted ID3v2 APIC data. (BUG:168382)
 * Bitrate calculating using the Xing header now uses floating point
   numbers. (BUG:172556)
 * New TagLib::String method rfind().
 * Added support for MP4 file format with iTunes-style metadata [optional].
 * Added support for ASF (WMA) file format [optional].
 * Fixed crash when saving a Locator APEv2 tag. (BUG:169810)
 * Fixed a possible crash in the non-const version of String::operator[]
   and in String::operator+=. (BUG:169389)
 * Added support for PRIV ID3v2 frames.
 * Empty ID3v2 genres are no longer treated as numeric ID3v1 genres.
 * Added support for the POPM (rating/playcount) ID3v2 frame.
 * Generic RIFF file format support:
   * Support for AIFF files with ID3v2 tags.
   * Support for WAV files with ID3v2 tags.
 * Fixed crash on handling unsupported ID3v2 frames, e.g. on encrypted
   frames. (BUG:161721)
 * Fixed overflow while calculating bitrate of FLAC files with a very
   high bitrate.
2009-09-19 13:38:31 +00:00
sketch
80ddce6b04 Use -features=extensions with sunpro C++ to get __func__ 2009-09-18 13:29:31 +00:00
joerg
f9a61cbb8d Fix default module path to not include trailing slashes as it breaks
libtool.
2009-09-18 09:59:54 +00:00
reed
354ef99abf Remove include of the xfce4-dev-tools buildlink.
It is only needed for building Xfce4 from SVN repo.

No need to bump versions as this is a "build" dependency.
2009-09-16 01:31:12 +00:00
reed
998c2601fe Upgrading Xfce to 4.6.1.
This is for PR #40984. This is based on work from
dieter roelants. Thank you Dieter.
Also I had done some work independently on this.
Hopefully, I am getting this all committed at one time.

The changelogs are at
http://www.xfce.org/documentation/changelogs/4.6.1
http://www.xfce.org/documentation/changelogs/4.6.0

Also don't need the xfce4-dev-tools for building. (It is only
needed when building from SVN source.)
2009-09-16 01:15:32 +00:00
drochner
28270f2d2e update to 0.12.4
changes:
-Configurable action for mouse-wheel events on the status icon
-Occasional transfer problems with MTP devices fixed
-bugfixes
-translation updates
2009-09-15 10:50:13 +00:00
drochner
eb3a10fcfb improve handling of CDs where track 1 starts after the usual 2s gap:
Where CDDA data are filled into the cue sheet, make sure only one
title is used per track, otherwise data would shift by 1 entry and
no title would be left for the last track.
This is still not perfect because there is no (documented) way to
get the audio data within that gap with cdda2wav or cdparanoia, so
the audio data don't match the cue sheet fully, but at least the
cue sheet is not a total mess.
bump PKGREVISION
2009-09-15 10:46:10 +00:00
joerg
bb02c63615 Regen. 2009-09-12 11:06:22 +00:00
joerg
c49c0f1321 mpd-0.15.3:
- faster tag scanning for vorbis
- fix stuttering and stuck pause bugs for output
- fix issues with tag scanning like forcing huge memory allocations
- plug some memory leaks
2009-09-11 20:58:55 +00:00
wiz
bf14f1dd8f Fix paths. 2009-09-10 20:19:18 +00:00
wiz
f41e054d45 Enable buzztard packages. 2009-09-10 20:17:20 +00:00
wiz
863fa6398a Initial import of buzztard-0.5.0 and its components.
Buzztard is a music composer similar to tracker applications.  It
is roughly modeled after the windows only, closed source and now
discontinued application called Buzz.
2009-09-10 20:16:44 +00:00
wiz
fac740b301 Add patch from drochner that fixes ripping on NetBSD-current/amd64.
Bump PKGREVISION.
2009-09-10 19:14:46 +00:00
drochner
73df9b0e44 kill unneeded db4 dependency, bump PKGREVISION 2009-09-09 17:02:00 +00:00
drochner
944ed2e22a update to 0.3
changes:
-my patches (portability, cue sheet parser improvements) were integrated
 upstream
-UI improvements
-minor fixes
2009-09-09 16:54:13 +00:00
drochner
8837ca2844 update to 1.28
changes:
Prevent out of range scalefactors
Updated to latest mpeg4ip mp4 file format library
Added -s option to make the encoder output optimized mp4 layout
Improved JPEG detection for album art
Lot's of compilation issues solved
2009-09-09 16:40:39 +00:00
wiz
93cf1bc726 Update to 0.7.1:
0.7.1
This release has been brought up to date with Python 2.6 and now
uses Mutagen to get MP3 info rather than the out-of-date MP3Info
Python module. An issue with Folder View when filename-derivation
is enabled has been fixed.

0.7.0:
Professional hosting features were added. Many new playlist features
were added, including performer names and kamikaze mode for random
songs. Several GUI enhancements and additional configuration options
were added.
2009-09-09 14:10:58 +00:00
hasso
27b8d34bd1 Configure needs msgfmt. 2009-09-09 06:22:12 +00:00
joerg
e0d4ecdfc2 Retire Python 2.3 support. 2009-09-07 19:02:13 +00:00
obache
fe17926919 Prevent override PKGCONFIG_OVERRIDE and make to override linker flag
in speex.pc again.

Bump PKGREVISION.
2009-09-06 08:15:04 +00:00
hasso
9af995e6aa Make it build on DragonFly and probably some others. 2009-09-06 05:15:22 +00:00
joerg
c07375d4ec Fix a number of annoying issues in gbemol:
- sort albums for the selector
- fix crash if authentication failed
- make authentication actually work
- be consistent in section of the config file used
Bump revision
2009-09-03 01:29:34 +00:00
wiz
7832942d4f Define EBADFD to the same error code as in alsa-libs, in case it's
undefined.
2009-08-31 20:07:32 +00:00
wiz
8314825d07 Update to 1.0.20. 1.0.21 tarball is mysteriously unavailable. 2009-08-31 14:31:00 +00:00
wiz
c588ffdb1b Update alsa packages to 1.0.21.
http://www.alsa-project.org/main/index.php/Changes_v1.0.18_v1.0.19
http://www.alsa-project.org/main/index.php/Changes_v1.0.19_v1.0.20
http://www.alsa-project.org/main/index.php/Changes_v1.0.20_v1.0.21
contain ~300kB of changes.
2009-08-31 14:25:49 +00:00
joerg
28c8f610cc + gbemol 2009-08-31 12:21:36 +00:00
joerg
347cf4bad7 Imported gbemol-0.3.2 from pkgsrc-wip:
gbemol allows you to use MPD with a userfriendly interface.
Features include an easy-to-use, tag-oriented library browser,
a two mode playlist, cover art support (APIC tag only, for now),
system tray icon docking, song, album and artist information.

Music Player Daemon is a server that allows remote access for playing
audio files, streams and managing playlists. The daemon is controlled
through a client which need not run on the same computer mpd runs on.
2009-08-31 12:19:38 +00:00
wiz
2676df645d regen, did not match patches. 2009-08-29 23:04:55 +00:00
wiz
2f0dac1922 Mark as destdir-ready. 2009-08-29 13:08:42 +00:00
hasso
057dd76a8b Make it just build on DragonFly. Doesn't work yet though. 2009-08-29 04:54:52 +00:00
wiz
b80732b18b Set maintainer to the one from the wip package of the same name. 2009-08-28 07:48:15 +00:00
snj
d42c118a69 It's "its" 2009-08-27 23:11:28 +00:00
ahoka
1d8fdfd815 +milkytracker 2009-08-27 22:51:39 +00:00
ahoka
2c37914dbc Import milkytracker-0.90.80 as audio/milkytracker.
MilkyTracker is an open source, multi-platform music application for creating
.MOD and .XM module files. It attempts to recreate the module replay and user
experience of the popular DOS program Fasttracker II, with special playback
modes available for improved Amiga ProTracker 2/3 compatibility.

Some of it's key features are:

* Fasttracker II like, custom graphical user interface with context menus
* Choose between a modern and a true-to-FT2 editing scheme / keyboard layout
* Tabbed user interface for opening and playing up to 32 modules simultaneously
  and for exchanging data between them
* Playing and editing simultaneously
* Live mode for seamless pattern changes
* Rendering songs/patterns to disk (.WAV) or directly to sample
* Powerful sample editor featuring waveform generators
* In-depth instrument editor featuring envelope zooming and scaling and support
  for copying and swapping instruments and samples across tabs
* ProTracker 2/3 playback modes for playing and editing .MOD files
* Various resampler options including emulated Amiga 500/1200 sound output
* Module optimizer
* Over 30 imported module formats
* Basic archive support for loading zipped, powerpacked and UMX modules directly
2009-08-27 22:50:16 +00:00
wiz
f5d33c7b68 pkglint cleanup. 2009-08-27 19:44:49 +00:00
sno
2e84c0a7cb bump revision because of graphics/jpeg update 2009-08-26 20:19:17 +00:00
sno
6f7368d4db bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
hasso
f5a69c7d86 Needs msgfmt. 2009-08-26 11:19:30 +00:00
wiz
cf79fe6cb9 Get rid of now unnecessary EXTRACT_OPTS_ZIP. 2009-08-25 11:57:44 +00:00
snj
64383ab6e0 This needs flac(1) from the flac package. Bump pkgrevision to 2. 2009-08-23 03:11:15 +00:00
wiz
6ab3d1bfb1 Update to 0.99.05.031:
18.08.2009 - 0.99.05.031
- crash detection
- fixed small memory leak in config dialog
- fixed small memory leak in the tag editor
- content is shown for GEOB frames
- .ID3 files are now loaded in addition to .MP3
- made the counter shown when applying transforms increment on new file
    (until now it was incremented for each transform)
- "Various artists" no longer set as "artist" when downloading track
    info from MusicBrainz
- fixed "current cell" in the tag editor (until now, when dragging the
    mouse to select several cells, the current cell was wrong, leading to
    setting values incorrectly
- fixed a bug that didn't allow removal of the track number
- slightly improved the normalizer, so a "busy" cursor is shown when the
    connection to the underlying process is lost (the program seems frozen,
    but it resumes after about 30 seconds)
2009-08-21 12:48:01 +00:00
sno
740a90edb4 Updating package audio/p5-CDDB from 1.17nb1 to 1.21
pkgsrc changes:
  - Adding license
  - Adjusting PKGNAME (including CONFLICTS and SUPERSEDES)

Upstream changes:
=================================
2009-07-27T16:02:08.268109Z v1_21
=================================

  2009-07-27 16:01:44 (r9) by rcaputo; lib/CDDB.pm M

    Reorganize documentation links.

  2009-07-27 04:39:24 (r8) by rcaputo; lib/CDDB.pm M; Makefile.PL M

    Add machine-readable repository directory. Add BUG TRACKER,
    REPOSITORY and OTHER RESOURCES to the documentation.

=================================
2009-07-26T03:54:46.902679Z v1_20
=================================

  2009-07-26 03:54:11 (r6) by rcaputo
  lib/CDDB.pm M; t/01_cddb.t M; Makefile.PL M

    Upgrade tests to Test::More. Fix track offset calculations according
    to documented test input. Fix test input to match FreeDB
    documentation. Many thanks to Chuck Cranor for reporting the issue.

  2006-11-06 19:20:39 (r5) by rcaputo; Makefile.PL M

    Set a LICENSE. Cheap kwalitee points!

==============
End of Excerpt
==============
2009-08-20 18:12:29 +00:00
tnn
b7d0636d7c not for python-2.4, because support was dropped from py-gtk2 2009-08-19 11:34:34 +00:00
joerg
b64d43c33f Fix destdir installation 2009-08-18 16:47:18 +00:00
drochner
528389b76f needs cdparanoia III 10.2 now 2009-08-17 17:48:00 +00:00
ahoka
a8762a7da9 Add ffmpeg option, include option.mk from Makefile. 2009-08-17 14:24:32 +00:00
ahoka
867ea42a00 Dont include options.mk from Makefile.common, but from Makefile. 2009-08-17 14:21:42 +00:00
wiz
60a8d1cd69 + ocp 2009-08-16 15:52:52 +00:00
wiz
6c6399ad5a Remove mistakenly imported file. 2009-08-16 15:52:45 +00:00
wiz
8c2d696d98 Initial import of ocp-0.1.17 from pkgsrc-wip, packaged by shattered.
Open Cubic Player first appeared around December 1994 as a DOS
binary-only module player. It supported many soundcards and module
formats.

At some point, the source code was released to the public under the
terms of the GNU General Public License, and around 2003 Stian
Skjelstad ported the code to Linux.

In addition to legacy tracker formats such as mod, xm and s3m, Open
Cubic Player now also supports mp3, ogg and ay files and can be compiled
with libadplug support.
2009-08-16 15:52:10 +00:00
wiz
7a8acb46fa Update to 1.13, set LICENSE.
Changes undocumented.
2009-08-16 14:17:44 +00:00
zafer
75c7902a2a update master site. while here add license. 2009-08-15 23:27:19 +00:00
drochner
c7f222233b some fixes and cleanup:
-replace a struct member name "private" in a public header, it is
 reserved in C+, fixes build problems reported by joerg and wiz
-link against librt on Linux (needed for clock_gettime()), should
 fix build problem reported by dsainty
-don't even compile cooked_interface.c on NetBSD, and g/c patches
 which added NetBSD support code which was never used
bump PKGREVISION
2009-08-14 15:51:05 +00:00
wiz
87621930bc Add missing dbus* dependencies. It seems they were pulled
in via some dependency but most now be included separately.
2009-08-14 15:16:47 +00:00
apb
b0c9632ccf include ../../databases/db4/buildlink3.mk to make this build.
Bump PKGREVISION to 3.
2009-08-13 09:32:14 +00:00
drochner
a105fbf7f2 add checksum for added patch 2009-08-11 11:29:04 +00:00
drochner
2acff29268 sync w/ faad2 2009-08-11 11:17:56 +00:00
drochner
03ba320e21 make the installed include files more consistent: don't rely
on HAVE_STDINT_H defined by the client app, don't install
mp4ffint.h which is purely internal,
fix build of the xmms plugin,
bump PKGREVISION
2009-08-11 11:16:37 +00:00
tnn
c5b85fc76f patch LP64 bug in AAC plugin (Raymond Meyer via PR pkg/41872) 2009-08-10 23:10:29 +00:00
kefren
8960798e11 +bmp-scrobbler SUBDIR 2009-08-10 19:02:16 +00:00
kefren
5c0afd2512 Import audio/bmp-scrobbler 0.4.0, a last.fm reporter for beep media player.
Started from wip xmms similar work
2009-08-10 19:00:00 +00:00
drochner
72cfcf0ac8 needs pkg-config (for newer libshout), pointed out by Hasso Tepper 2009-08-10 11:26:05 +00:00
drochner
9d4d99d6a4 avoid crashes if the disk title or artist cannot be identified
(just workarounds, the code is too messy for a real fix),
bump PKGREVISION
2009-08-10 10:00:19 +00:00
tnn
054be6a058 fix a typo 2009-08-10 00:05:35 +00:00
tnn
a712a8750b - Update to faad2-2.7
- set LICENSE to gnu-gpl-v2
- install faad(1) manpage

2009-02-02 - Version 2.7
* DAB+ support
* Use public headers internally to prevent duplicate declarations
* Explicitly typedef all types as signed
* Made sure MAIN prediction can't be started after the first frame
* Lot's of compilation issues solved
* Bugfix in SBR envelope border calculation
2009-08-10 00:01:55 +00:00
wiz
a1456a219b Update to 0.16:
0.16 (2009/05/25)
* added command "current"
* support the new MPD modes "consume" and "single"
* added command "idle"
2009-08-09 23:13:52 +00:00
wiz
90f7100a64 Update to 0.14:
ncmpc 0.14 - 2009-04-21
  * bell on wrapped search (optionally)
  * added new "jump" ('.') command, which queries the user for a string and
    jumps to the entry which begins with that string while the user is typing.
  * added new "select range" ('v') command, which lets the user perform various
    actions (e.g. add to playlist, delete, move, shuffle) on ranges of songs
  * added commands ('H', 'M', 'L') to jump to top, middle, and bottom of screen
  * added scrolling commands ('^B', '^N', 'B', 'N') to scroll up/down one line
    or up/down half a screen
  * added screen swap ('`') command to switch to the most recently used screen
  * added MPD information and currently playing song to the info screen ('i')
  * support for new MPD 0.15 modes: single ('y'), consume ('C')
  * added "scroll-offset" option
  * new translations: Czech, Simplified Chinese, Korean, Ukrainian, Dutch
2009-08-09 23:12:54 +00:00
wiz
2a8e1b954b Update to 0.4.1, set LICENSE and convert to user-destdir.
Changes from 0.4.0:

  * Access to a CD drive other than the default drive works again (Luks).
  * IWebService.post() now returns a file-like object instead of None (Luks).
  * Added the "Artificial" language and the "Pseudo-Release" type (Luks).
2009-08-09 21:51:13 +00:00
wiz
c364126082 Update to 0.6:
0.6
---

2007-01-22

 * Fix decoding error with files containing largish id3v2 tags (Joerg
   Lehmann)
 * Fix length calculation (Richard Adenling)
2009-08-09 21:47:34 +00:00
drochner
017388fc33 update to 3.0.10.2 (which is III-10.2 upstream)
This is a major update (9.8 was released 2001), most significant changes
are support for new (Linux) kernel interfaces and improved drive cache
model.

pkgsrc note: I've tried to retain Darwin/FreeBSD/DragonFly support,
except in scsi_interface.c where the structure changed significantly.
Someone who can test please add it back.
2009-08-09 16:00:53 +00:00
tnn
082a4d2df5 patch-at: fix build on Linux (uint32_t was not in scope) 2009-08-08 04:24:20 +00:00
drochner
014eac6264 regen, fix for Python!=25, noticed by wiz 2009-08-07 15:46:22 +00:00
ahoka
cd683b17a9 Make faac restricted as noted in its README.
Closes PR pkg/41739.
2009-08-05 11:22:38 +00:00
joerg
d4992fabda Needs pkg-config, otherwise it will not install the pc file. 2009-08-04 13:31:24 +00:00
joerg
e1852cb52f Fix DESTDIR installation 2009-08-03 13:39:45 +00:00
joerg
598e1a7b8f Fix compilation. 2009-08-03 13:28:22 +00:00
drochner
a2ec4c9820 typecast a printf() argument, might fix build problem on 64-bit
reported by wiz
2009-08-03 10:02:35 +00:00
drochner
a751246ff4 argh - distfile was changed after release (harmless glade change)
put into DIST_SUBDIR and bump PKGREVISION
2009-08-03 09:55:36 +00:00
drochner
068ac72538 fix some glitches with UPnP interaction, bump PKGREVISION 2009-08-02 12:10:39 +00:00
drochner
74c17033c4 update to 0.12.3
changes: many bugfixes

pkgsrc changes:
-use brasero rather than nautilus-cd-burner for CD writing
 (this works well for me now)
-use musicbrainz rather than -2
 (audio CD reading doesn't work on NetBSD due to HAL problems,
  so I couldn't test)
2009-07-31 08:50:27 +00:00
drochner
ba8e378e94 limit collateral damage of the previous for systems where timeval.tv_usec
is a "long"
2009-07-30 20:12:39 +00:00
drochner
a903efcb82 add am option to use shoutcast as a sound output device, from
Guillaume Lasmayous per PR pkg/41469, with some minor adaption by me,
also fix some harmless but annoying diagnostic message if flac
albums are played
2009-07-30 16:51:04 +00:00
drochner
6d116a0b4c update to 2.2.2
changes: bugfixes
pkgsrc change: enable pkg-config again, so that the .pc file gets
installed (didn't find a pkg which depends on the old shout-config
script)
from Guillaume Lasmayous per PR pkg/41468
2009-07-30 16:41:18 +00:00
drochner
7c2dbe7cba +ezstream 2009-07-30 16:34:28 +00:00
drochner
626cfd98df add ezstream-0.5.4, a streaming client for icecast, from
pancake@phreaker.net per pkgsrc-wip
2009-07-30 16:31:24 +00:00
drochner
3cb508a03c update to 0.99.05.030
changes: bugfixes
2009-07-29 17:42:39 +00:00
drochner
e7c35a456e drop "mpd" dependency: not needed for build, and dosn't even need
to be on the same machine at runtime
2009-07-29 17:40:53 +00:00
drochner
3c9fcdd315 the configure phase picks up pkg-config if present but tries other
ways if not -- make it a dependency for consistency
2009-07-29 16:33:48 +00:00
drochner
6c4aae633c when switching to the "icecast" uid/gid, drop root's supplementary
group memberships,
bump PKGREVISION
2009-07-29 13:59:59 +00:00
markd
fb5497fe87 Don't fail build if CppUnit happens to be found. 2009-07-29 09:08:21 +00:00
tnn
29dd45461e - plug up CVE-2009-1894, Linux specific local root shell vulnerability
- add SPECIAL_PERMS to make the user-destdir build consistent
- bump PKGREVISION
2009-07-28 12:52:40 +00:00
drochner
119fe896e5 update to 0.15.1
This is a major update - from the announcement:
24/32 bit support, audio archive support (bz2/iso9660/zip), all config
entries are completely optional now, multiple and pulseaudio mixer
support, new audio playing modes (consume, etc..), sticker database,
improved tag parsing of all types and too many interesting highlights left
out of this list

pkgsrc notes:
Archive support isn't enabled yet (disabled per default upstream),
neither is pulseaudio support,
just kept the functionality of the previous version.
I didn't find out what libcue does for flac support -- album FLACs
work well for me without that, so I've left it out for now.
2009-07-27 20:08:38 +00:00
drochner
1c952a37b1 +ario 2009-07-27 19:55:11 +00:00
drochner
3f57199ae0 add ario-1.3, another mpd client 2009-07-27 19:53:20 +00:00
drochner
b8c580e554 +albumplayer,flactag 2009-07-27 13:57:14 +00:00
drochner
e7a51b7a88 add flactag-1.1, a Tagger for flac album files 2009-07-27 13:51:12 +00:00
drochner
c2ae87e507 add albumplayer-0.2, a player for FLAC album files 2009-07-27 13:40:28 +00:00
drochner
2ef7273738 -avoid crash if the disk device cannot be accessed
-g/c bl3 include which is only needed indirectly
bump PKGREVISION
2009-07-26 18:31:22 +00:00
drochner
cfeb4f64c2 update to 1.3.2
changes: minor fixes and build system improvements
2009-07-26 17:36:25 +00:00
schmonz
24abb62747 Update to 2.2.5. From the changelog:
#mp3splt v. 2.2.5

- added -x option to not write Xing header

mostly libmp3splt (but important for mp3splt users) :
- fixed bug with -g and multiple usages of @o (libmp3splt)
- fixed a small bug with genre in -g
- Xing header is now written even if -n option is used (libmp3splt)
- fixed bug with stdin & id3v2 & xing
- fixed critical bug with overlap splitpoints not working (feature #1530782 => bug)
- fixed critical bug with mp3 stdin (& framemode)
- fixed some warning messages & added some more
- fixed dewrap error message
- fixed dewrap bug to not attempt to create output directories when '-d' option is used
- fixed minor bug #2790952 : time mode creating an empty file (at the end)

#mp3splt v. 2.2.4

- fixed issue with CUE file not being imported correctly : \r and \n
problem (bug #2778717)
- fixed bug #2691576 - CUE file seg fault if no artist
- fixed segfault when output format was empty
- fixed bug with ID3v1 and '@N' (was 1,3,5,... instead of 1,2,3,...)
- fixed time split with '0.0' was infinite looping
- fixed empty output format '' seg fault
- small fixes in the man page
- re-enabled mp3splt ogg symlink configure option
- added options @m,@M,@s,@S,@H,@h + no @h or @H in output filenames if hundreths are 0
- added default custom tags as %[@o,@N=1]
- print to stdout is now on stderr for the '-l' option, except for the filenames
- added --with-mp3splt(-libraries|-includes)?, --disable-mp3splttest configure options
- added overlapping split files with the -O option (feature request #1530782)
2009-07-25 14:58:34 +00:00
schmonz
a2e2155837 Update to 0.5.6. From the changelog:
- fixed compilation problem, bug #2785683
- fixed critical bug with overlap splitpoints not working (feature
    #1530782 => bug)
- fixed critical bug with mp3 stdin (& framemode)
- fixed bug #2786300 in plugins compilation (added -lm)
- Xing header is now written even if SPLT_NO_TAGS option is used
- added SPLT_OPT_XING option to not write Xing header
- fixed bug with custom tags and multiple usages of @o
- fixed bug with stdin & id3v2 & xing
- fixed a small bug with genre in custom tags
- fixed some warning messages & added some more
- fixed dewrap error message
- fixed dewrap bug to not attempt to create output directories when
    '-d' option is used
- fixed minor bug #2790952 : time mode creating an empty file (at the end)
- fixed issue with CUE file not being imported correctly : \r and
    \n problem (bug #2778717)
- fixed bug #2691576 - CUE file seg fault if no artist
- fixed bug #2520183 : wrong size in snprintf call
- fixed bug with ID3v1 and '@N' (was 1,3,5,... instead of 1,2,3,...)
- fixed time split with '0.0' was infinite looping
- fixed empty output format '' seg fault
- added options @m,@M,@s,@S,@H,@h + no @h or @H in output filenames
    if hundreths are 0
- added --with-(mad|id3)(-libraries|-includes)?, --disable-[mad|id3]test
    configure options
- added overlapping option of split files (feature request #1530782)
2009-07-25 14:58:00 +00:00
drochner
912c820015 fix build with 64-bit time_t 2009-07-24 18:29:24 +00:00
tnn
9d8c66a9d3 limits.h is the appropriate include for PATH_MAX. Pointed by dholland. 2009-07-24 12:12:06 +00:00
drochner
2dc5610697 +gst-plugins0.10-faac 2009-07-23 16:07:44 +00:00
drochner
1b271d1688 build the "faac" plugin of gst-plugins0.10-bad
(useful for sound-juicer to rip into .m4a)
2009-07-23 16:03:17 +00:00
drochner
c59563666e build against musicbrainz3 rather than -2, ride on update 2009-07-22 17:13:18 +00:00
wiz
7f7cc349e2 Update to 2.26.1:
Sound Juicer "Bonnie and Clyde" 2.26.1
======================================

* Read the track artist instead of album artist in Musicbrain3
* Don't crash if the release date is unknown
* Read tracks when falling back to gvfs
2009-07-22 15:16:44 +00:00
wiz
f2e5dfd72a Remove empty, unused PLIST. 2009-07-22 09:22:22 +00:00
wiz
d70523df21 Remove USE_DIRS from pkgsrc.
Shared directories can now be created independently by the pacakges
needing them and will be removed automatically by pkg_delete when empty.

Packages needing empty directories can use the @pkgdir command in PLIST.

Discussed and ok'd in thread starting at
http://mail-index.netbsd.org/tech-pkg/2009/06/30/msg003546.html
2009-07-22 09:01:16 +00:00
tnn
4236fde0a4 Include <sys/param.h> to get PATH_MAX defined.
Fixes Linux build.
2009-07-21 11:27:22 +00:00
drochner
d276f70332 supports user-destdir 2009-07-18 14:58:17 +00:00
wiz
9f2f62939b Update to 1.2.3. Set LICENSE.
Two of the patches were from upstream CVS, the other two are not needed
any longer because the configure script was improved.

libvorbis 1.2.3 (2009-07-09) -- "Xiph.Org libVorbis I 20090709"

 * correct a vorbisfile bug that prevented proper playback of
   Vorbis files where all audio in a logical stream is in a
   single page
 * Additional decode setup hardening against malicious streams
 * Add 'OV_EXCLUDE_STATIC_CALLBACKS' define for developers who
   wish to avoid avoid unused symbol warnings from the static
   callbacks defined in vorbisfile.h

libvorbis 1.2.2 (2009-06-24) -- "Xiph.Org libVorbis I 20090624"

 * define VENDOR and ENCODER strings
 * seek correctly in files bigger than 2 GB (Windows)
 * fix regression from CVE-2008-1420; 1.0b1 files work again
 * mark all tables as constant to reduce memory occupation
 * additional decoder hardening against malicious streams
 * substantially reduce amount of seeking performed by Vorbisfile
 * Multichannel decode bugfix
 * build system updates
 * minor specification clarifications/fixes

libvorbis 1.2.1 (unreleased) -- "Xiph.Org libVorbis I 20080501"

 * Improved robustness with corrupt streams.
 * New ov_read_filter() vorbisfile call allows filtering decoded
   audio as floats before converting to integer samples.
 * Fix an encoder bug with multichannel streams.
 * Replaced RTP payload format draft with RFC 5215.
 * Bare bones self test under 'make check'.
 * Fix a problem encoding some streams between 14 and 28 kHz.
 * Fix a numerical instability in the edge extrapolation filter.
 * Build system improvements.
 * Specification correction.
2009-07-17 20:28:21 +00:00
adrianp
2ae6078ec7 Give up MAINTAINER 2009-07-17 18:00:13 +00:00
zafer
0660fe30e3 update master sites. update homepage. 2009-07-16 21:30:56 +00:00
tnn
21380f1e91 - Update to wavpack-4.50.1.
- Set LICENSE=modified-bsd
- Give the package to pkgsrc-users

WavPack Library Source Code - 4.50.1
------------------------------------
fixed: alignment fault when manipulating APEv2 tags (non-x86 only)
fixed: build on UNIX via elimination of non-standard strnlen()

wavpack.exe (command-line encoder) - 4.50.1
wvunpack.exe (command-line decoder) - 4.50.1
--------------------------------------------
fixed: checking return value of iconv_open() prevents core dump on Solaris

WavPack Library Source Code - 4.50
----------------------------------
added: dynamic noise shaping for improved hybrid quality
added: option to merge blocks of similar redundancy
added: ability to store and retrieve extra mode level
fixed: alignment fault on some big-endian machines
fixed: compiling with enable-mmx on gcc 4.3.x (thanks Joachim)
improved: allow bitrate to be calculated for files down to 1/10 second
improved: decoding of corrupt files (prevents heap overrun crashes)

wavpack.exe (command-line encoder) - 4.50
-----------------------------------------
added: dynamic noise shaping for improved hybrid quality
added: --channel-order option to reorder nonconforming multichannel files
added: --merge-blocks option to optimize storage of LossyWAV output files
added: ignore -o on Windows for compatibility with Linux version
fixed: alignment fault on some big-endian machines
improved: reformatted and expanded --help display

wvunpack.exe (command-line decoder) - 4.50
------------------------------------------
fixed: don't ignore fractions of seconds in --skip option
added: show extra level and dns status for newer files (-s command)
added: ignore -o on Windows for compatibility with Linux version
improved: decoding of corrupt files (prevents heap overrun crashes)
improved: display bitrate for files down to 1/10 second
2009-07-15 21:02:39 +00:00
hasso
4fcdae59d5 Fix interpreter in two more bash scripts - sync-ldif.sh and sync-evolution.sh.
Bump PKGREVISION.
2009-07-14 19:29:44 +00:00
rafal
c00e9a127f Update shntool to 3.0.10; changelog since 2.0.3 below:
version 3.0.10 (2009-03-30)
  + cat mode: fixed bug that prevented use of the -d option
  + cat mode [win32]: properly write WAVE data to the terminal
  + conv mode [win32]: properly read WAVE data from the terminal

version 3.0.9 (2009-03-18)
  + allow fix mode to fix (essentially postpad) just one file, which is useful
    when using the -c option to check for boundary issues
  + added new global -F option to specify a file containing input filenames
    (most modes will now accept input filenames from a single source, using the
     following order of precedence: file specified by -F option, otherwise
     filenames on the command line, otherwise filenames read from the terminal)

version 3.0.8 (2008-08-27)
  + added new -a option to show default encoder/decoder arguments
  + fixed bug when prompting for overwrite action when stdin was
    already at EOF on certain platforms (e.g. OS X)
  + split mode: handle CUE sheets that contain Unicode BOMs
  + wv format: support self-extracting WavPack files

version 3.0.7 (2008-03-02)
  + support for TAK decoding (requires TAK 1.0.4+)
  + updated MPEG-4 ALS to version RM20, and added output support
  + removed detection of unsupported formats RKAU and WMA

version 3.0.6 (2007-12-16)
  + support for TAK encoding (requires TAK 1.0.3+)

version 3.0.5 (2007-10-22)
  + hash mode: show progress indicators
  + cmp mode: new -c option to specify size of byte-shift comparison buffer

version 3.0.4 (2007-09-07)
  + no longer ignore raw WavPack files (wvunpack creates WAVE header for us)
  + support for TTA 3.4.x as well as TTA encoding
  + fixed display bug in joined mode when input files were not CD-quality
  + split mode: new -m option to allow character manipulation of CUE filenames

version 3.0.3 (2007-06-01)
  + improved use of exit codes
  + mkw format: removed deprecated input kluge
  + split mode: override path separation characters in CUE-generated files

version 3.0.2 (2007-02-18)
  + split mode: -c option works again
  + split mode: support wider range of CUE sheets
  + aiff format: support for sox 13.x

version 3.0.1 (2007-01-24)
  + fixed bug with WavPack format detection on 64-bit systems
  + split mode: fixed bug parsing CUE sheets whose last line lacks a newline
  + added support for MKW files
  + added support for MPEG-4 ALS files (input only)
  + added support for detection of TAK files (no input or output yet)
  + added support for detection of WMA files (no input or output yet)
  + added support for detection of RKAU files (no input or output yet)

version 3.0.0 (2007-01-01)

  [platform support]
  + shntool is now a native windows executable (Cygwin is no longer needed)

  [file formats]
  + added support for WavPack 4.x files
  + added support for m4a (Apple Lossless Audio Codec) files (input only)
  + added support for la (Lossless Audio) files (input only)
  + added support for tta files (input only)
  + added support for bonk files
  + added support for kxs (Kexis) files (input only)
  + added new format 'term' to send output to a terminal (standard output)
  + cust format: correct output filenames now shown (instead of "file.custom")
  + cust format: partially-written output files are now removed on error

  [modes]
  + added new mode 'gen' to generate arbitrary-sized files containing silence
  + added new mode 'trim' to trim silence from front and/or back of files
  + renamed mode 'md5' to 'hash', since it now calculates MD5 and SHA1 hashes
  + hash mode: added option to reorder filenames - may be useful with -c
  + split mode: new -n option to control output count format (01, 001, ...)
  + split mode: support for wider range of CUE sheets
  + split mode: new -t option to name files based on keywords in CUE sheets
  + split mode: fixed bug in which -l option failed with large input files
  + split mode: new -e/-u options for specifying lead-in/lead-out
  + split mode: new -x option to extract specific tracks
  + len mode: show compression ratio for individual files as well as overall
  + len mode: show input file format for each file
  + len mode: new -c/-t options to suppress column names/totals line
  + len mode: configurable units for files and totals
  + conv mode: new -t option to convert WAVE data read from the terminal
  + fix, join and hash modes: filenames can now be sorted automatically using
    a natural sorting algorithm, which orders filenames containing numbers the
    the same way a human would, e.g. "t1.wav, t2.wav, ... t10.wav" instead of
    "t1.wav, t10.wav, t2.wav, ...".  as this was taken from the sources of GNU
    ls (see 'ls -v'), it is considered stable enough to be the default.
    if desired, sorting can still be done interactively, or not at all.

  [global behavior]
  + user-configureable progress types (percentage, dots, spin, faces or none)
  + default overwrite option is now 'ask' - can be overridden with -O option
  + allow on-the-fly renaming when files exist and overwrite option is 'ask'
  + new -H option to show h:mm:ss.{ff,nnn} in output, instead of m:ss.{ff,nnn}
  + new -a and -z options to override default file name prefix and postfix
  + new options -w to suppress warnings and -q to suppress non-critical output
  + converted to getopt - this means long options have become single characters
  + alternate input decoder: -i "fmt decoder [arg1 ... argN]"
  + alternate output ext/encoder: -o "fmt [ext=abc] [encoder [arg1 ... argN]]"
  + in addition to the new -i/-o options above, default encoders/decoders
    and/or their arguments, as well as file extensions, can be overridden
    using any combination of appropriately named environment variables:

      ST_<format>_DEC="decoder [arg1 ... argN]"
      ST_<format>_ENC="[ext=abc] [encoder [arg1 ... argN]]"

    e.g.:

      % ST_SHN_DEC="shorten-2.3b" shntool len *.shn
      % ST_FLAC_ENC="flake - %f" shntool conv -o flac *.wav
      % ST_AIFF_ENC="ext=aif" shntool gen -o aiff -l 1:00
2009-07-14 18:55:59 +00:00
hasso
d6524db924 Needs msgfmt. 2009-07-14 09:03:04 +00:00
tonio
ee6f312dfe Bump PKGREVISION, as the last change in faad2 impacts musicpd 2009-07-13 12:57:00 +00:00
tonio
fb4dc7a08c Let audio/faad2 install libmp4ff.
It is used by musicpd to play m4a files.

Fixes PR/40584 applying a very similar patch.
2009-07-13 12:55:54 +00:00
wiz
dd8d768db1 Fix destdir installation. 2009-07-13 07:07:26 +00:00
hasso
02281fec7e Libm is needed on DragonFly as well. Bump PKGREVISION. 2009-07-09 19:10:25 +00:00
drochner
ef366b19b9 supports user-destdir 2009-07-08 16:03:50 +00:00
drochner
3a04d5658b supports user-destdir 2009-07-08 16:02:05 +00:00
drochner
a04208eea5 supports user-destdir 2009-07-08 15:54:33 +00:00
joerg
ada3812834 user-destdir support 2009-07-08 15:52:33 +00:00
joerg
65332f740c user-destdir support 2009-07-08 15:40:54 +00:00
joerg
4f78c1dc92 user-destdir support 2009-07-08 15:14:44 +00:00
joerg
586738f36f user-destdir support 2009-07-08 15:02:14 +00:00
joerg
ae13f8f56e user-destdir support 2009-07-08 15:00:28 +00:00
joerg
69b2ef8e97 user-destdir suppoort 2009-07-08 14:38:35 +00:00
joerg
8ff930a31c user-destdir 2009-07-08 14:25:32 +00:00
joerg
1b67b6ff24 user-destdir support 2009-07-08 14:12:30 +00:00
joerg
182f2e0a25 user-destdir support 2009-07-08 14:02:49 +00:00
joerg
d4a50a2966 Provide PY_COMPILE_ALL and PY_COMPILE_O_ALL to compile all Python
sources in a directory (tree) in pversion.mk. Adjust the various places
that called it locally.
2009-07-08 13:55:58 +00:00
joerg
b75e8179af user-destdir support 2009-07-07 22:17:24 +00:00
joerg
ade498487e Add patches to work with NetBSD's curses. 2009-07-07 21:18:52 +00:00
drochner
f22c94c827 +mp3val 2009-07-07 19:37:21 +00:00
drochner
eb3e713312 add mp3val-0.1.8, another mp3 checker 2009-07-07 19:36:19 +00:00
drochner
45e7edb92b +py-id3lib 2009-07-07 19:15:53 +00:00
drochner
b36cc93018 add py-id3lib-0.5.1, another Python module to tag mp3 files 2009-07-07 19:15:01 +00:00
drochner
450b41ba0e +libmtag 2009-07-07 19:06:59 +00:00
drochner
6f4785fe51 add py-libmtag-0.3.0, Python bindings for libmtag 2009-07-07 19:04:05 +00:00
drochner
7240415e8f add libmtag-0.3.1, another mp3 tagging library 2009-07-07 19:02:02 +00:00
drochner
7e9bb42fbf update to 1.15
changes: bugfixes, minor improvements
2009-07-07 17:56:40 +00:00
drochner
fd7f441622 update to 3.0.2
sorry, didn't find a changelog
pkgsrc change: pull in libdiscid, makes CD lookup work (eg in picard)
2009-07-07 17:49:00 +00:00
drochner
802e9943f8 update to 0.2.2
changes:
-Addded the discid_get_webservice_url() function
-portability improvements
pkgsrc change: add NetBSD support
2009-07-07 17:44:50 +00:00
joerg
31094e418e user-destdir support 2009-07-07 16:49:05 +00:00
joerg
3b00351a49 user-destdir support 2009-07-07 16:38:39 +00:00
joerg
4a572d6330 user-destdir support 2009-07-07 15:25:39 +00:00
joerg
8d34fa7ef5 user-destdir support 2009-07-07 15:23:05 +00:00
joerg
723ac4b674 user-destdir support 2009-07-07 15:20:45 +00:00
joerg
8df0d6653b user-destdir support 2009-07-07 15:05:58 +00:00
joerg
0f1399f0fa Clean up patch. Simplify. user-destdir support. 2009-07-07 14:59:00 +00:00
joerg
cc0abfa36f Cleanup configure patch. DESTDIR support. Simplify. 2009-07-07 14:45:41 +00:00
joerg
49ccc80dd4 user-destdir support 2009-07-07 14:37:21 +00:00
joerg
620c465cfa user-destdir support 2009-07-07 14:18:10 +00:00
obache
5c5052b35c Added minimum buildlink found in lib/libpulse.la (not all libpulse*.la).
Fixes PR#41625.
2009-07-07 10:44:18 +00:00
drochner
9c87512903 +mp3diags+picard 2009-07-07 09:42:35 +00:00
drochner
f6fc2a24c1 add picard-0.11, an mp3 tagger using the "musicbrainz" database 2009-07-07 09:39:21 +00:00
drochner
fb39822e02 add mp3diags-0.99.02.020, an mp3 diagnosis tool and tag editor 2009-07-07 09:34:39 +00:00
obache
e30af6f5cf Remove trailing white spaces. 2009-07-05 10:42:53 +00:00
joerg
c569c6a51f Mark packages as MAKE_JOBS_SAFE=no that failed in a bulk build with
MAKE_JOBS=2 and worked without.
2009-06-30 00:07:09 +00:00
joerg
e5da793d3f Needs Xinerama for modular Xorg. 2009-06-29 15:26:32 +00:00
wiz
16b4e627d0 Mark as not make-jobs-safe (at least breaks for me with -j16). 2009-06-27 20:45:48 +00:00
joerg
76039544d1 Remove @dirrm related logic. 2009-06-14 22:57:58 +00:00
joerg
934e055ec2 Convert @exec/@unexec to @pkgdir or drop them. 2009-06-14 18:10:28 +00:00
joerg
e209761d06 Remove @dirrm entries from PLISTs 2009-06-14 17:28:16 +00:00
hasso
879c09229a Fix build of the ffmpeg plugin. 2009-06-14 12:46:44 +00:00
rillig
61c7cf362d Removed redundant .gz suffix for man pages. 2009-06-12 19:09:35 +00:00
hasso
330437aef4 Add license info to the akode packages. 2009-06-08 18:54:20 +00:00
tron
9aa5b7cac8 Set the license type to "gnu-lgpl-v2.1". 2009-06-08 09:32:16 +00:00
tron
64d47286eb Add upstream patch (taken from Debian bug report) to fix crashes
caused by bad audio files.
2009-06-08 09:30:17 +00:00
hasso
4cae0fa7c4 Make it build on DragonFly at least. This needs better handling IMHO,
though.
2009-06-08 07:25:20 +00:00
snj
e54e287f3f Grr, forgot to cvs rm these. 2009-06-08 00:56:09 +00:00
snj
345a3b849c Update to 0.0.11. Includes the 5 patches we had in pkgsrc, and:
* obey ~/.libao default_driver="" setting
2009-06-08 00:52:54 +00:00
ahoka
126bf39924 Add cmus-unofficial 2009-06-07 12:53:29 +00:00
ahoka
7467812504 Import cmus-unofficial-20090605 as audio/cmus-unofficial.
"cmus-unoficial a fork of cmus for collecting patches from the mailing list
until Timo comes back online."

CMus is a small and fast music player using the ncurses library.
CMus has vi-style command interface, e.g. searching using '/' or
'?' and adding files to playlist ':add ~/foo.ogg'.

  * Plays FLAC, OGG, MP3, MP4, AAC, WAV, WV and modules
  * MP3 and Ogg streaming (Shoutcast/Icecast)
  * WinAmp / XMMS keys "zxcvb"
  * Can be controlled via UNIX socket
  * Customizable colors
  * Nice vi-style interface with tabulator expansion
  * Background playlist loading
  * Track metadata database makes adding files to playlist very fast.
  * Album/artist modes. Playing within one album or artist.
  * Powerful playlist filters
  * Can run external commands for the currently selected files
  * Directory browser
  * Supports 256 colors
  * Play Queue
  * Dynamic Keybinding
  * Easy to use directory browser
2009-06-07 12:49:00 +00:00
ahoka
0d8e5be591 I need some parts reusable for cmus-unofficial. 2009-06-07 12:31:43 +00:00
zafer
4bb30a73f2 update master sites. remove ftp. service suspended. 2009-06-06 22:53:23 +00:00
zafer
e0ebbc7b50 upate url for ljudmila.org 2009-06-05 23:45:29 +00:00
zafer
32cabc1279 update homepage and master site. remove dead mirrors. 2009-06-05 23:22:10 +00:00
rillig
e8d73a886a Moved the HTML documentation from share/doc/html to share/doc/${PKGNAME}.
PKGREVISION++
2009-06-05 21:02:45 +00:00
rillig
3e429219c8 Added a patch for Linux.
Fixed pkglint warnings.
2009-06-05 20:47:30 +00:00
drochner
13a854ba4f only headers are exported, set BUILDLINK_DEPMETHOD'd default to "build" 2009-06-04 16:44:43 +00:00
drochner
965620fd75 update to 0.12.2
changes:
Support for cover art images embedded in song metadata
New plugin that sets your IM status to describe the current playing song
Last.fm submission protocol v1.2 (including the 'now playing' feature)
New status icon plugin
Replaced libglade with GtkBuilder
Switched from playbin to playbin2 when crossfading is disabled, providing
 gapless playback and better support for visualization
-bugfixes
-translation updates
2009-06-04 11:44:24 +00:00
abs
8829c3d2be PKG_DESTDIR_SUPPORT= user-destdir 2009-05-31 16:07:19 +00:00
abs
5e774568c6 works fine with PKG_DESTDIR_SUPPORT= user-destdir for me... 2009-05-31 15:59:03 +00:00
obache
c010d77f30 LICENSE=gnu-gpl-v2. 2009-05-30 01:39:09 +00:00
obache
a52c723e7a Remove unused patch. 2009-05-30 01:33:57 +00:00
obache
4c0f8c7a38 Update gimmx to 0.5.6.1.
Version 0.5.6.1 (February 07, 2009)
* Fix location of libmpd headers in gimmix.h [thanks to Qball]
* Check for libmpd>=0.17.0 in configure script [thanks to Qball]
* Set default cover when gimmix starts.

Version 0.5.6 (February 07, 2009)
* Gimmix requires libmpd version to be atleast 0.17.0 or higher
* Fixed lots of crashes/lockups due to cover/lyrics plugins.
* Tag editing support is now optional.
* Revamped tag editor and now it also shows album cover.
* Speed improvements and fixed some memory leaks.
* Added Swedish translation (Thanks to Niklas Grahn)

Version 0.5.5 (January 02, 2009)
* Bug #313023: Fix missing entries in POTFILES
* Bug #313018: gimmix.desktop contains encoding key (which is deprecated)

Version 0.5.4 (January 01, 2009)
* Bug #307527: Fix missing prototypes in some headers (patch from Christoph Mende)
* Added support for columns in Current playlist
* Fixed a bug where newly fetched lyrics were sometimes stored at odd locations
* LOTS of memory leaks fixed
* Fixed some crashes due to cover/lyrics plugins

Version 0.5.3 (December 12, 2008)
* Bug #293908: Segfaults when disabling coverart plugin
* Bug #305662: Segfault with accents and long filename
* Added support for manually setting cover images from files
* Added support for connection through proxy servers
* Fixed random crashes because of cover and lyrics plugins

Version 0.5.2 (October 11, 2008)
* Improved connection handling and fixed almost all crashes
* Fix random crashes occurring because of cover and lyrics plugins
* Fixed a bug that caused Gimmix to freeze sometimes when the user clicked "Get Lyrics" button
* Interface enhancement: Player control buttons made borderless
* Fixed delays/problems while updating song info when user updates an ID3 tag
* Wejpconfig updated to 20061102
* Previously Gimmix could handle only 128 covers in the database. This is now fixed.
* Fixed a crash when saving newly fetched album covers whose album name(s) contained trailing whitespaces
* The system tray tooltip is too close to the panel. make it display a little away from the panel.

Version 0.5.1 (October 02, 2008)
* Gimmix is now compatible with libmpd >= v0.16.0
* Improved cover art search function
* Numerous crash fixes
* Cover and Lyrics plugins are now enabled by default. use --disable-lyrics and --disable-cover to
disable them.
* Gimmix now continues to run even if mpd is not running. Users can reconnect to mpd from Gimmix by
clicking the "Connect" button
* Fixed a bug where "Germany" was not being displayed in cover art location in preferences
* Minor tweaks

Version 0.5.0 (September 26, 2008) Happy 2nd Birthday GIMMIX! \o/
* Bug #234739: Progress bar shows garbage next to time (in case of songs of length over 99 minutes)
* Bug #253140: Gimmix sometimes displays "assertion `percentage >= 0 && percentage <= 1.0' failed"
* Bug #263975: Window becomes too large if the song title is very long. This bug also fixes an issue
where strange trailing whitespaces appearead in the song title when the user modified the ID3 tag
information of a song.
* Added support for command-line arguments using getopt. (currently only --version)
* Added German translation (Thanks to Martin Stromberger)
* Added support for fetching Lyrics from Leoslyrics.com
* Added support for fetching Album cover art from Amazon.com
* Added support for changing audio output device in Preferences
* Some user interface enhancements
2009-05-30 01:33:11 +00:00
obache
664535ca1a Update gmpc to 0.18.0.
Based on PR#41471 by Guillaume Lasmayous.

Pkgsrc changes:
 * LICENSE=gnu-gpl-v2
 * Use system libsexy.
 * add option for support mac.
 * add buildlink3.mk for plugins.

Added features
* Global copy/paste system
  You can now copy songs from any song list and paste them in the play queue or
  the playlist-editor. The copy-paste system can also be used to move block of
  songs inside a playlist or between playlists.
* Easy Command
  Easy command is a gnome-do like interface to gmpc. This allows you to quickly
  add songs, play a certain songs or replace the play queue. More information .
* Windows Installer
  There is now a nice easy to use installer for gmpc on windows. It installs
  gmpc and all the needed gtk files, add menu option and uninstall program.
* Metadata Browser back/forward buttons
  The metadata browser now has browser-like back/forward buttons, allowing
  faster and easier navigation.
* Initial albumartist support
  If mpd provides it, gmpc now can use the albumartist tag to fetch metadata
  more reliably.
* Artist Image tooltip
  For the users that use gmpc in collapsed mode, there is a nice tooltip showing
  the artist image when hovering over the artist name in the player.
* Customizable quick links in metadata browser
  Via the gmpc wiki, hyper links can easily be added to the links section of the
  metadata browser. e.g. Wikipedia links are now included by default.
* Integrated search
  The search browser now gives you access to the magnatune and jamendo database
  as well (if plugins are installed). The search options also adjust to tags
  that actually can be searched.
* Initial Sticker Support
  MPD from git allows you to attach "stickers" to songs. GMPC can use this to
  rate songs.
  This is still very basic and will improve when stickers in mpd evolves.
* Server Information Page
  The serverstats plugin is now integrated into gmpc. This provides several
  statistics about your mpd database and configuration.
* Integrated favorites support
  The favorites plugin is now integrated in the playlist-editor. Press ctrl-
  enter to add the current playing song to the special "Favorites" playlist.

Bug fixes and Improvements
* Improved graphics, thanks to Chymera.
  * New Stylized covers.
  * No artist image.
  * Fetching artist image.
* Many translations updated and added. GMPC will be available in 28 languages.
* Reduced recourse usage.
  * Reduced the amount of unneeded image refreshing.
  * Play Queue grabs rows in blocks of X at the time. (Improves usage on high
    latency networks).
  * Main-loop based async downloader instead of manually iterating the loop.
* Better handling of file-encoding on windows.
* Less cpu intensive progress bar.
* Add songs to mpd in blocks of 16383 songs, so mpd does not run out of command-  buffer.
* Add clip when drawing images, avoiding small artifacts caused by scaling
  images.
* Compile time optional use of libsexy.
* Make search window integrate better.
* Don't save column width unless changed by user.
* Avoid race condition when listfield results are inconsistent.
* Fix drawing issues.
* Much more.

Internal changes
* Moved from libcurl to using libsoup for fetching data from the internet.
* Async downloader added.
* Internal vapi bindings so new features can be added coded in vala.
* All access to plugins via accessor functions.
* Removed Egg code that is now available in gtk.
* Moved everything, beside main gui, to GtkBuilder.
* Moved from custom popup code to GtkToolTip.
* and much more.

Plugins
* Jamendo
  * Use the new Downloader of gmpc, allowing for a quicker download and adds
    cancel option. This removes the libgio dependency.
  * Store the jamendo database in sqlite3. To gives faster and more complete
    access to all the songs. It also reduces the memory usage.
  * Integrate into gmpc Search browser
  * Make plugin work for windows.
  * Fix storing metadata on windows.
* Magnatune
  * Use the new Downloader of gmpc, allowing for a quicker download and adds
    cancel option.
  * Store the Magnatune database in sqlite3. To gives faster and more complete
    access to all the songs. It also reduces the memory usage.
  * Integrate into gmpc Search browser
  * Make plugin work for windows.
  * Fix storing metadata on windows.
* Last.fm
  * Allow user to set what metadata last.fm is used for.
  * Fix storing metadata on windows.
* MServer
  * Improve integrated feel in gmpc. (copy support for the copy/paste system,
    right mouse menu, etc.)
  * Send artist,album and title name to mpd. (via icy http header)
  * Drag and drop support. dn'd files from your file browser onto mserver
    browser to add files and folders.
  * If supported in gtk, allow the user to browse audio cd and add the tracks to
    the list. (Requires libgio to be working).
2009-05-30 01:25:19 +00:00
obache
21a76ca50e Update libmpd to 0.18.0.
Based on PR 41470 by Guillaume Lasmayous.

Pkgsrc change:
* LICENSE=gnu-gpl-v2
* bump shlib major 0 => 1, (previously, just not defined),
  so bump ABI_DEPENDS.libmpd.
2009-05-30 00:44:59 +00:00
heinz
95b0637fe5 Make pkgsrc provide autoconf>=2.62, the minimum version required here.
See configure.ac, line 23.
2009-05-29 15:51:34 +00:00
zafer
694779e1a4 update master site. 2009-05-28 20:48:08 +00:00
zafer
c102eca69b update master site 2009-05-28 20:35:53 +00:00
zafer
30b3362ba6 update master site. 2009-05-28 20:30:01 +00:00
wiz
682fc45a84 Split off options into options.mk file.
Use standard name for option variable.
2009-05-26 20:26:58 +00:00
wiz
2e4a1fafc1 dd links to upstream bug reports. 2009-05-26 20:23:50 +00:00
wiz
00a1e45c22 Remove unneeded patch (compilation succeeds on NetBSD-5.99.12/amd64
without it).
2009-05-26 20:23:44 +00:00
drochner
9f8e389a00 update to 1.6.2
This is a major update - many bugfixes and UI improvements.
2009-05-26 18:24:58 +00:00
drochner
5cd10516aa update to 0.12.1
changes:
* Removal of libgnome dependency when building with gtk+ 2.14+
* Greatly reduced memory usage when accessing Jamendo catalog
* Cover art improvements:
  - Provide cover art for all songs transferred to iPods
  - Support for transferring cover art to MTP devices
  - Cover art image widget is better behaved when resized
* Switched to decodebin2, notably allowing playback of chained ogg streams
* Better support for lossless encoded files in the UI
* Compatibility with the DeviceKit-disks gvfs volume monitor
* Some support for 'album sortname' tags
* Allow configuration of the audioscrobbler handshake URL (libre.fm)
* Improved network buffering in the crossfading player backend
2009-05-26 18:15:20 +00:00
wiz
9d41e9fbb0 Simplify Makefile. Set LICENSE. Fix path to helper programs.
Bump PKGREVISION.
2009-05-25 12:42:26 +00:00
zafer
e2a57aca77 update master site. ftp.gw.com has suspended the service. 2009-05-24 15:53:19 +00:00
zafer
e60e762c77 update master site. 2009-05-20 23:29:21 +00:00
zafer
6aa07788e0 update master site. 2009-05-20 23:20:39 +00:00
zafer
c216eda46a remove dead mirror. 2009-05-20 23:08:28 +00:00
zafer
ebed664478 update master site. 2009-05-20 23:06:26 +00:00
wiz
272d51cc21 Recursive ABI depends update and PKGREVISION bump for readline-6.0 shlib
major change.

Reported by Robert Elz in PR 41345.
2009-05-20 00:58:05 +00:00
asau
09826230ec Update to mpc 0.15
Changes since previous release:
* optimized and simplified the "add" command, don't obtain and print
  song list when adding directories
* same optimization for the "ls" command, which did some very
  expensive underscore matching logic using "listall"
* show MPD error message in "status"
* fixed special character handling in bash completion
* don't fall back to ISO-Latin-1 in unknown locale
* disable character set conversion to/from pipe
* bug fixes
2009-05-20 00:10:13 +00:00
abs
355126fa37 +PKG_DESTDIR_SUPPORT 2009-05-19 22:16:08 +00:00
wiz
60f460ab01 Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT
block). Uncomment some commented out LICENSE lines while here.
2009-05-19 08:59:00 +00:00
abs
c74a524075 +PKG_DESTDIR_SUPPORT 2009-05-19 07:00:50 +00:00
abs
409a5e878f +PKG_DESTDIR_SUPPORT 2009-05-19 06:54:51 +00:00
dholland
23f76b33c5 Simplify previous. We don't need to call getrawpartition() to find out
whether to use /dev/rcd0c or /dev/rcd0d; we can just try both. This
avoids needing libutil in libcdda_interface.so. Fixes broken build of
mplayer (and others?) without needing a recursive revbump as adding
libutil would have. PKGREVISION++ (now 8).
2009-05-19 00:36:06 +00:00
dholland
b363453117 Fix 64-bit issue. PKGREVISION++ (to 6) 2009-05-18 05:21:18 +00:00
dholland
f033dfbb1b Three fixes to close PR 39819:
(1) Fix top level makefile to stop on error.
(2) Use <errno.h>, not <sys/errno.h>, in rplayd/cdrom.c to fix Solaris build.
(3) Fix botched configure test for libedit vs. readline.
2009-05-18 05:11:50 +00:00
dholland
dd566c6fb5 PR 37177: Raymond Meyer: gcc no longer supports -mv8 on Solaris.
Build fix; no version bump.
2009-05-18 04:42:44 +00:00
dholland
3a0b80ca34 Only use mremap() on systems that have it. On others, like NetBSD 4.0,
fall back to munmap() and a fresh mmap(). Fixes PR 38164.
Theoretically a build fix, but bump PKGREVISION as a precaution.
2009-05-18 04:33:28 +00:00
dholland
acb232a004 Make the cdrom device probe work properly under NetBSD, instead of
messily hardwiring it to /dev/rcd0[cd]; the latter apparently breaks
in some circumstances. Uses as a starting point a patch from Kimura
Fuyuki in PR 34008. PKGREVISION++ (to 7).
2009-05-17 21:29:33 +00:00
adam
a7cc7ddb05 Changes 1.0.20:
* Fix potential heap overflow in VOC file parser.
2009-05-14 12:58:27 +00:00
wiz
74bce9059a Update to 1.0.9. Set LICENSE to gnu-lgpl-v2.
Features and improvements

    * New PulseAudio? driver (Josh Green)
    * New Jack MIDI driver (Josh Green)
    * New CoreMIDI driver (Pedro Lopez-Cabanillas)
    * Portaudio driver re-written for Portaudio 19 (Josh Green)
    * Support for OS/2 including Dart audio driver (KO Myung-Hun)
    * RPN GM MIDI messages now handled for Bend Range, Fine Tune
    and Coarse Tune (Josh Green)
    * MIDI channel pressure now handled (Bernat Arlandis i Mañó)
    * MIDI Program/Bank instrument fallback selection logic (Josh
    Green and thanks also to Jimmy)
    * Added midi.portname setting to ALSA sequencer, -p command
    line switch (Nicolas Boulicault)
    * Added midi.winmidi.device setting to winmidi driver (Pedro
    Lopez-Cabanillas)
    * Updated Max/MSP FluidSynth binding (Norbert Schnell)

Synthesis Changes

    * Volume attenuation SoundFont generator now behaves more like
    EMU10K1 (S. Christian Collins)
    * Stop forcing velocity based filtering (S. Christian Collins)
    * Fixes to linear/bipolar/positive and convex/bipolar/positive
    modulator functions (S. Christian Collins)
    * Added fix to properly search for percussion instrument (Josh
    Green)
    * Force velocity envelope value to be that of the previous
    stage when switching from decay to sustain (S. Christian Collins)
    * Filter calculation now uses synthesizer sample rate rather
    than fixed at 44100 (S. Christian Collins)

Bug fixes

    * Fixed Jack driver in "audio.jack.multi=yes" mode and Jack
    audio driver cleanup (Bernat Arlandis i Mañó and Pedro
    Lopez-Cabanillas)
    * Wrong tempo changes (ticket #22 - Pedro Lopez-Cabanillas)
    * Crash bug fix related to using certain modulators in a preset
    (S. Christian Collins)
    * Fix to non-option command line argument processing when not
    using readline (Pedro Lopez-Cabanillas)
    * dsound device can't be selected (Ticket #16 - Pedro
    Lopez-Cabanillas)
    * Minor build fixes (Josh Green)
    * Fixed compilation under MSVC 2008 and older (Pedro
    Lopez-Cabanillas)

Misc. stuff

    * Updated README-OSX build instructions (Ebrahim Mayat)
    * FluidSynth fink package accepted for Mac OS X (Ebrahim Mayat)
    * Minor fixes to FluidSynth man page (Sven Hoexter)
2009-05-13 22:08:21 +00:00
joerg
5095489c0c Fix getopt linkage for Solaris. From Timothy Larson in PR 41176. 2009-05-09 13:22:55 +00:00
snj
e08a412e9b Update HOMEPAGE. 2009-05-06 03:51:12 +00:00
zafer
2018522c13 Disable master site. cslu.cse.ogi.edu requires login. 2009-05-05 19:02:17 +00:00
zafer
82ef58c091 Disable master site. Host does not resolve. 2009-05-05 19:01:03 +00:00
zafer
dd60920dfe Disable master site. cslu.cse.ogi.edu now requires login. 2009-05-05 18:58:59 +00:00
zafer
a6a1d9a935 Disable master site. Host does not resolve. 2009-05-05 18:51:56 +00:00
zafer
a5bbc1a553 Disable master site and fetch from backup. Host does not resolve. 2009-05-05 18:41:22 +00:00
tron
dc7a4a06d1 Don't depend on the "consolekit" package under Mac OS X as the
"consolekit" package doesn't build.
2009-05-04 16:20:48 +00:00
wiz
26a0c39e50 depend on consolekit as well -- it checks for it at runtime. Bump PKGREVISION. 2009-05-04 06:21:02 +00:00
abs
28a10dfdf1 Updated audio/ampache to 3.5beta2 - updated to beta as fixes some iconv
related issues on NetBSD

  v.3.5-Beta2 04/07/2009
	- Fix ASX playlists so more data shows up in WMP (Thx Jon611)
	- Fix dynamic playlist items so they work in stream methods again
	- Fixed Recently played so that it correctly shows unique songs
		with the correct data
	- Fix some issues with filenames with Multi-byte characters
		(Thx Momo-i)
	- Add WMV/MPG specific parsing functions (Thx Momo-i)
	- Add text to /test.php for hash() and SHA256() support under PHP
		section
	- Fix SHA256 Support so that it references something that exists
	- Fix incorrect debug_event() on login due to typo
	- Remove manage democratic playlist as it has no meaning in the
		current version
	- Run Dba::reset_db_charset() after upgrade incase people are playing
		hot potato with their charsets.
	- Move Server Preferences to Admin menu (Thx geekdawg)
	- Fixed missing web_path reference on radio creation link
	- Fixed remote catalog_clean not working
	- Fixed xmlrpc get image. getEncoding wasn't static


--------------------------------------------------------------------------
  v.3.5-Beta1 03/15/2009
	- Add democratic methods to api, can now vote, devote, get url
		and the current democratic playlist through the api
	- Revert to old Random Play method
	- Added proxy use for xmlrpcclient
	- Added Configuration 'Wizard' for democratic play
	- Fixed interface feedback issues with democratic play actions
	- Add extension to image urls for the API will add to others as
		needed due to additional query requirement. Needed to fix
		some DLNA devices
	- Fixed typo that caused the height of album art not to display
	- Modified database and added GC for tmp_browse table
	- Added get lyrics and album art using http proxy server #313
		+ username, password patch
	- Added lyricswiki link Ticket #70
	- Updated README language
	- Updated getid3 library 2.0.0b4 to 2.0.0b5
	- Make the Democratic playlist be assoicated with the user
		who sends it to a 'player'
	- Fixed missing page headers on democratic playlist
	- Show who voted for the sogns on democratic playlist
	- Increase default stream length to account for the fact that movies
		are a good bit longer then songs
	- Correct Issues with multi-byte characters in Lyrics (Thx Momo-i)
	- Added caching to Video
	- Added Video calls to the API
	- Remove redundent code from Browse class by making it extend
		nwe Query class
	- Update Prototype to 1.6.0.3
	- Add Time range to advanced search
	- Add sorting to Video Browse
	- Changed to new Query backend for Browsing and Dynamic Playlists

--------------------------------------------------------------------------
  v.3.5-Alpha2 03/08/2009
	- Fixed caching of objects with no return value
	- Fixed updating of songs that should not be updated during catalog
		verify
	- Added default_user_level config option that allows you to define
		the user level when use_auth is false. Also allows manual
		login of admin users when use_auth is false.
	- Fix Version checking and Version Error Message on install (Thx Paleo)
	- Moved Statistics to main menu, split out newest/popular/stats
	- Fixed bug where saved Thumbnails were almost never used
	- Fixed Localplay HTTPQ and MPD controls to reconize Live Stream
		urls.
	- Added Localplay controls to API
	- Added Added/Updated filters to API include the ability to specify
		a date range using ISO 8601 format with [START]/[END]
	- Changed API Date format to ISO 8601
	- Fixed Incorrect Caching of Album records that caused the
		Name + Year + Disk to not be respected
	- Added Lyrics Patch (Thx alister55 & momo-i)
	- Fixed password not updating when editing an HTTPQ localplay
		instance
	- Added Video support
	- Fixed normalize tracks not re-displaying playlist correctly
	- Fixed now playing now showing currently playing song
	- Fixed now playing clear all not correctly refreshing screen
	- Fixed adding object to playlist so that it correctly shows the
		songs rather then an empty playlist
	- Added User Agent to IP History information gathering
	- Added Access Control List Wizards to make API interface
		setup easier
	- Added IPv6 support for Access Control, Sessions, IP History
	- Fixed sorting issue on artist when using search method
	- Updated flash player to 5.9.5
	- Fixed bug where you admins couldn't edit preferences of
		users due to missing 'key' on form
	- Added Mime type to Song XML

--------------------------------------------------------------------------
  v.3.5-Alpha1 12/31/2008
	- Fixed sort_files script so that it properly handles variable
		album art file names in the directories
	- Fixed issue where small thumbnails were used for larger images
		if gd based resizing was enabled in the config
	- Fixed catalog_update.inc so it doesn't produce errors
	- Made democratic play respect force http play
	- Make installation error messages more helpful
	- Added Swedish (sv_SE) translation (Thanks yeager)
	- Allow Add / Verify of sub directories of existing catalogs
	- Prevent an fread of 0 bytes if you seek to the end of a file
	- Added require_localnet_session config that allows you to exclude
		IP(s) from session checks, see config.dist
	- Added Nusoap (http://sourceforge.net/projects/nusoap/) library
		for use with future lyrics feature
	- Fixed problem with flash player where random urls were not being
		added correctly
	- Fixed problem with user creation using old method (Thx Purdyk)
	- Switched to SHA256() for API and Passwords
	- Added check for BADTIME error code from Last.FM and correctly
		return the error rather then a generic one
	- Fix http auth session issues, where every request blew away the
		old session information
	- Many other minor improvements (Thx Dipsol)
	- Fixed warnings in caching code (Thx Dipsol)
	- Massive text cleanup (Thx Dipsol)
	- Fixed tag searching and improved some other search methods to
		prevent SQL warnings on no results
	- Improved Test page checks to more accuratly verify putENV support
	- Make network downsampling a little more sane, don't require
		access level
	- Added caching to Playlist dropdown
	- Fixed double caching on some objects
	- Added base.css and 4 tag 'font' sizes depending on weight/count
	- Fixed inline song edit
	- Updated registration multi-byte mail.
	- Fixed vainfo.class.php didn't catch exception for first analyze.
	- Fixed iconv() returns an empty strings (Thx abs0)
	- Updated getid3 for multi-byte characters, but some wrong id3tags
		have occurred exception error.
        - Fixed use_auth = false not correctly re-creating the session if
                you had just switched from use_auth = true
	- Add links to RSS feeds and set default to TRUE in config.dist
        - Fixed Dynamic Random/Related URLs with players that always send
                a byte offset (MPD)
	- Added Checkbox to use existing Database
	- Updated language code and Fixed catalan language code
	- Added Emulate gettext() from upgradephp-15
		(http://freshmeat.net/p/upgradephp)
	- Fixed Test.php parse error.
	- Updated multibyte character strings mail.
	- Fixed To send mail don't remove the last comma from recipient.
	- Updated More translatable templates.
	- Removed merge-messages.sh and Add LANGLIST (each languages
		translation statistics).
	- Fixed If database name don't named ampache, can't renamed tags
		to tag.
	- Fixed count issue on browse Artists (Thx Sylvander)
	- Fixed prevent_multiple_logins, preventing all logins (Thx hugh)
	- Fixed Export catalog headers so it corretly prompts you to download
		the file
	- Add ability to sort by artist name, album name on song browse
	- Implemented caching on artist and album browse, added total
		artist time to the many artist view
	- Fixed test config page so it bounces you back to the test page
		if the config starts parsing correctly
	- Fixed browsing so that you can browse two different types in two
		windows at the same time
	- Improved gather script for translations (Thx momo-i)
	- Added paging to the localplay playlist
	- Updated German Translation (Thx Laurent)
	- Fixed issue where Remote songs would never be removed from
		the democratic playlist
	- Fixed issue where user preferences weren't set correctly
		on stream (Thx lorijho)
	- Added caching of user preferences to avoid a SQL query on load
		(Thx Protagonist)
	- Fixed home menu not always displaying the entire contents
	- Fixed logic error with duplicate login setting which caused it
		to only work if mysql auth was used
	- Changed Passwords to SHA1 will prompt to reset password
        - Corrected some translation strings and added jp_JP (Thx momo-i)
	- Ignore filenames that start with . (hidden) solves an issue
		with mac filesystems
	- Fix tracking of stats for downloaded songs
	- Fix divide by 0 error during transcode in some configurations
	- Remove root mysql pw requirement from installer
	- Added Image Dimensions on Find Album Art page
	- Added Confirmation Screen to Catalog Deletion
	- Reorganized Menu System and Added Modules section
	- Fix an error if you try to add a shoutbox for an invalid object
		(Thx atrophic)
	- Fixed issue with art dump on jpeg files (Thx atrophic)
        - Fixed issue with force http play and port not correctly specifying
                non-standard http port (Thx Deathcrow)
	- Remember Starts With value even if you switch tabs
	- Fixed rating caching so it actually completely works now
	- Removed redundent UPDATE on session table due to /util.php
	- Added Batch Download to single Artist view
	- Added back in the direct links on songs, requires download set
		to enabled as it's essentially the same thing except with
		now playing information tied to it
	- Bumped API Version to 350001 and require that a version is sent
		with handshake to indicate the application will work
	- Removed the MyStrands plugin as did not provide good data, and does
		not appear to have been used
	- Added Catalog Prefix config option used to determine which prefixes
		should not be used for sorting
	- Merged Browse Menu with Home
	- Added checkbox to single artist view allowing you to enable/disable
		album art thumbnails on albums of said artist
	- Added timeout override on update_single_item because the function
		is a lie
	- Fix translations so it's not all german
	- Genre Tag is now used as a 'Tag', Browse Genre removed
	- Ignore getid3() iconv stuff doesn't seem to work
	- Improved fix_filenames.inc, tries a translation first then strips
		invalid characters
	- Fixed album art not clearing thumbnail correctly on gather
	- Fixed localplay instance not displaying correctly after change
		until a page refresh
	- Fixed endless loop on index if you haven't played a song in
		over two years
	- Fixed gather art and parse m3u not working on catalog create
		also added URL read support to m3u import
	- Upped Minimum requirements to Mysql 5.x
	- Add codeunde1load's Web 2.0 style tag patch
	- Fixed typo in e-mail From: name (Thx Xgizzmo)
	- Fixed typo in browse auto_init() which could cause ampache to not
		remember your start point in some situations. (Thx Xgizzmo)
2009-05-03 14:29:15 +00:00
tnn
7f5b34ac39 Update to libmodplug-0.8.7.
27 April 2009: libmodplug 0.8.7
 Fixed a bug in the AMF decoder, patches from several downstream sources
  including: Fix delete method in AMF, MDL (Fixing Novel Bug #443444)
 Fixed instrument name size (possible buffer overflow)
 Fixed 24/32 bit conversion routine (bit shifting bug)
 Use tables.h in mod+s3m, Better MingW32 support.
20 April 2009: libmodplug 0.8.6
 Release to fix integer boundary condition exploit, more clean up of code
14 April 2009: libmodplug 0.8.5 [ tar.gz ]
 Release to improve cross platform support (Windows, Mac OS X),
 Bugs in ABC detection, small cleanups
2009-05-02 19:26:58 +00:00
wiz
a512747108 pkglint fix -- use -e in SUBST_SED. 2009-05-02 17:25:03 +00:00
wiz
dc72685114 Add octave option, based on PR 41307 by Rumko. 2009-05-02 17:24:15 +00:00
reed
e5e9ad0a4c Add PREV_PKGPATH and/or SUPERSEDES for various packages that
were moved or renamed.

This was for some from 2008 and 2009 and one from 2001.

Also I noticed that a CHANGES entry was wrong as said "Renamed"
when should have said "Moved" (lua-OSBF) because PKGBASE stayed the
same.
2009-05-02 16:21:43 +00:00
zafer
6822631291 update master site 2009-05-02 12:55:57 +00:00
zafer
7720f192b1 update master site. 2009-05-02 12:54:42 +00:00
zafer
8d3ba6e41c remove nonworking mirror. 2009-05-02 12:41:52 +00:00
rh
aea6da900c Update cdplayer to 0.5 -- notable changes include:
- Added the service 'Play CD' that takes the name of a device
  with an inserted CD to play.
- Added a local cache for CDDB data. All data loaded from the net
  is stored automatically to disk and displayed again when a CD is
  detected.
- Make this compliant with gnustep-make-2.0.8
- Allow unprivileged DESTDIR installs.
2009-04-19 11:43:16 +00:00
rh
7c1871536c Make this play nice with the new gnustep directory hierarchy. While at it,
add full DESTDIR support.  Bump PKGREVISION.
2009-04-19 08:19:37 +00:00
drochner
a148abf221 update to 0.12.0
this is a major update, no changelog available

pkgsrc note: restored Python plugin support (got lost in a previous update)
2009-04-17 17:51:00 +00:00
drochner
1cf2190d42 update for xine-lib-1.1.16.3 2009-04-17 16:37:12 +00:00
wiz
1577be544a neon update to 0.28.x changed ABI, so do a recursive bump, PKGREVISION++.
Noted by obache@ on pkgsrc-changes@
2009-04-16 21:42:40 +00:00
wiz
61089328d9 Build fix (untested by me):
Define _GNU_SOURCE on Linux.

From Aleksey Cheusov in PR 41219.
2009-04-15 12:27:16 +00:00
sno
dfca1e1ce5 PkgSrc changes:
- removed packages p5-IO-Compress-Base, p5-IO-Compress-Zlib,
    p5-IO-Compress-Bzip2 and p5-Compress-Zlib because they are
    merged into p5-IO-Compress
  - Updated dependend packages to depend on p5-IO-Compress
    and bump PKGREVISION

Upstream changes:
  2.017 30 March 2009

      * Merged IO-Compress-Base, IO-Compress-Bzip2, IO-Compress-Zlib &
        Compress-Zlib into IO-Compress.
      * The interface to Compress-Raw-Zlib now uses the new LimitOutput
        feature. This will make all of the zlib-related IO-Compress modules
        less greedy in their memory consumption.
      * Removed MAN3PODS from Makefile.PL
      * A few changes to get the test harness to work on VMS courtesy of
        Craig. A. Berry.
      * IO::Compress::Base & IO::Uncompress::Base
        Downgraded some croaks in the constructors to just set $! (by letting
        the code attempt to open a file and fail).
        This makes the behavior more consistent to a standard open.
        [RT #42657]
      * IO::Uncompress::Base
        Doing a seek with MultiStream could drop some of the uncompressed
        data. Fixed.
      * IO::Compress::Zip
        - Fixed problem with the uncompressed & uncompressed fields when
          zip64 is enabled. They were set to 0x0000FFFF instead of
          0xFFFFFFFF. Also the ZIP64 extra field was 4 bytes short.
          Problem spotted by Dino Chiesa.
      * IO::Uncompress::Unzip
        - use POSIX::mktime instead of Time::Local::timelocal to convert
          the zip DOS time field into Unix time.
      * Compress::Zlib
        - Documented Compress::Zlib::zlib_version()
2009-04-11 23:15:19 +00:00