Commit graph

5602 commits

Author SHA1 Message Date
drochner
2bc73d5185 fix for base pkg update 2009-12-09 10:13:40 +00:00
wiz
a52a02562f Drop MAINTAINER. 2009-12-07 00:01:04 +00:00
joerg
7e9bf35d85 Need to provide builddir to prevent -I without argument. 2009-12-03 16:41:40 +00:00
joerg
f7efa60df0 Add to MAKE_ENV, don't overwrite it. 2009-12-03 16:26:47 +00:00
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