summaryrefslogtreecommitdiff
path: root/audio
AgeCommit message (Collapse)AuthorFilesLines
2004-04-17regen to remove an unused entry.minskim1-2/+1
2004-04-17regen; patch-af is not needed any more.jmmv1-2/+1
2004-04-17BUILDLINK_TRANSFORM+=l:MesaGL:GL is in MesaLib/buildlink3.mk now.snj1-3/+1
2004-04-17Update to SDL-1.2.7.snj3-6/+6
Changes: * SDL no longer sets a fatal signal handler for SIGPIPE * Fixed modifier key state on MacOS X * Added support for remote XVideo * Fixed static linking on MacOS X * Fixed compiling with broken Linux 2.6 headers * Fixed mouse cursor visibility and focus events on MacOS X * Added support for /dev/joy* on Free/Net/OpenBSD * Fixed problems with CD-ROM audio playback on MacOS X 10.1 * Added dynamic GL library loading to MacOS Carbon support * Added function to create RWops from const memory: SDL_RWFromConstMem() * Fixed build problems with newer versions of automake * Fixed MacOS X libtool framework support * Added CPU feature detection functions to SDL_cpuinfo.h * Fixed illegal instruction crash using 3DNow on Intel processors * Fixed asm issues with mmx.h and gcc 3.3 * Fixed crash calling app defined window proc * Fixed long long constant warnings in GCC 3.3.1 * Fixed joystick open problems on BSD * Fixed X11 mode line crash with only one video mode Fixes PR pkg/22462. Okayed by wiz@.
2004-04-16Update to 0.8.0:jmmv3-8/+11
* Fix playlist saving [Colin Walters] * Memory leak fixes [Benjamin Otte] * Ignore .Trash directories [Jonathan Blandford] * Add audio/x-mod to known music types [Colin Walters] * Several drag and drop fixes [Colin Walters] * Fix usage of GtkFileSelection [Colin Walters] * Revert back to using "Music Player" as Name [Colin Walters] * Add code to guard against some GConf errors [Colin Walters] * Display error on missing help files [Colin Walters] * Some station properties dialog UI tweaks [Colin Walters] * Remove quality column for now, it doesn't work [Colin Walters] * Require GStreamer 0.8 [Colin Walters] * Handle invalid UTF-8 when parsing playlists [Colin Walters] * Fixes to bonobo interface [Colin Walters] * Quote names with spaces for allmusic.com URIs [Colin Walters] * Disable GTK+ sounds just for Rhythmbox [Miguel Coca] * Better error message on missing plugin [Colin Walters] * Fix GConf schema default for selected source [Colin Walters] * A really major crasher bug fixed [Colin Walters] * Allow player to release audio sink when GStreamer supports it [Benjamin Otte] * Fix several crashers in multiple selection dialog [Colin Walters] * New translations: en_CA, en_GB, pa. * Updated translations: id, lt, cs, ca, pt_BR, es, nl, sv, pl, da, pt, no, sr, hr.
2004-04-16Updated xfce4 to 4.0.5martti3-6/+8
This is a maintenance release, aimed at bug-fixing; no new features are being added to the 4.0 branch. The main purpose of this release is compatibility with the recent GTK+ 2.4.x release along with other fixes.
2004-04-16Finish move of gst-plugins-ogg from audio to multimedia.jmmv4-22/+1
2004-04-16gst-plugins-ogg now lives in multimedia.jmmv1-2/+2
2004-04-15Update gst-plugins* to 0.8.1:jmmv8-15/+17
Features of this release * Parallel installability with 0.6.x series * Internationalization * New translations in this release: Swedish, Afrikaans, Azerbeaijani * Translations: af az nl sr sv * Updated to the new core 0.8 subsystems * Reworked play and media-info libraries * Updated osssink: now does probing of possible output properties * Updated qtdemux: fixes for MACE audio * New debug element: quasirandom byte changes * New element: dvddemux * New element: kiosrc, a KIO-slaves source * Fixes to all other elements, including level, videodrop, gnomevfssrc, speex, *law, mpeg2dec, adder, a52dec, oggdemux, matroska, mad, v4l2, cacasink * Portability fixes * ChangeLog use * Coding style consistency * Various memleak and buffer overflow fixes Bugs fixed in this release * 120883 : osssink advertises more rates than it handles * 125732 : v4l2src don't support all YUV formats * 134301 : gst-plugins should depend on X * 135919 : Mandrake 10 * 136477 : [PATCH] gst-launch-ext does not support .mov * 136527 : gdk_pixbuf makefile tried to execute targets contrains in... * 137348 : media-info .pc file lacks a 'Version:' line * 137448 : mpegaudioparse: crash (bus error) * 137504 : mpeg2dec fails on 422 encoded material * 137556 : Ogg Vorbis playback has poor spatialization * 137588 : ffmpegcolorspace gives critical when it should throw error * 137722 : Quicktime audio parsing is broken * 138105 : [mpeg1videoparse] Hangs while decoding everest.m1v * 138168 : id3tag using gst_event_new_discontinuous incorrectly? * 138169 : matroska-demux using gst_event_new_discontinuous without ... * 138635 : two GLib-GObject-CRITICAL Messages when running gst-regis... * 138846 : all of the ladspa-wrapped source-plugins fail to go to pl... * 138914 : gstgdkanimation.h is missing from gst-plugins-0.8.0 * 139034 : Non-standard test(1) operator used in configure script * 139035 : Non-standard regex used as libtool argument * 139382 : mad decoder can resync wrongly after seek and does explic... * 139532 : gstcolorspace crashes when after v4lsrc (ffmpegcolorspace... * 139926 : id3tag's caps cause it to be plugged more than once by sp... * 139958 : Leak in avidemux * 140058 : [msmpeg4] file with broken qscale/header does not play
2004-04-15Set a correct value for CATEGORIES.jmmv1-1/+2
2004-04-15Add and enable gnome-vfs2-cdda.jmmv1-1/+2
2004-04-15Initial import of gnome-vfs2-cdda, version 2.6.0:jmmv3-0/+29
GNOME VFS provides an abstraction layer of the file system; applications use this layer to access many different protocols and simulate that they are part of the local file system. This package provides the cdda module for GNOME VFS, which allows it to retrieve audio tracks from CDDA capable CDROM drives.
2004-04-14Drop the disctinction of xdg and xdg-x11 from USE_DIRS POV. We can choosejmmv2-4/+4
which one is required in an automatic way by checking USE_X11BASE. This simplifies things and avoids possible problems in the future due to confusion.
2004-04-14Make use of the new USE_DIRS variable, instead of directly depending on thejmmv10-24/+20
*-dirs packages.
2004-04-14Add USE_LANGUAGES=c c++ to make note that this package uses C and C++.ben1-1/+2
2004-04-14Change -lossaudio to ${LIBOSSAUDIO} so this will build on non-NetBSD platforms.ben1-2/+2
2004-04-14Remove c from USE_LANGUAGES since this package uses C++.ben2-4/+4
2004-04-14Add USE_LANGUAGES=c++ to note that the package uses C++.ben1-1/+2
2004-04-14Add USE_LANGUAGES=c c++ to note that this package uses C and C++.ben1-1/+2
2004-04-14Changes 2.13.0:adam4-25/+23
* New supported platforms: MacOSX, Alsa, Ogg Vorbis, Jack, PortAudio, etc. * New input format: MFi, RMI * Temperament control * Not pseudo reverb engine * Plate reverberator * Modulation envelope support * voice-by-voice LPF * Insertion/Varidation effect support * more
2004-04-14Update bmp and bmp-esound to 0.9.6.1. List of changes unavailable, thoughjmmv3-18/+5
it seems they have just fixed a build problem and other minor things. Closes PR pkg/25183 by Stefan Krüger.
2004-04-14Removed liboggadam1-2/+1
2004-04-14Changes 3.96:adam3-9/+9
* quality improvments * several bugs fixes, including some fatal ones
2004-04-13Bump PKGREVISION due to x11/fltk update (s/USE_X11BASE/USE_X11/).xtraeme3-3/+6
2004-04-12Moved to multimedia/libogg where it belongs.salo8-194/+0
2004-04-12Follow libogg into multimedia/.salo27-65/+83
2004-04-12No longer used.snj2-38/+0
2004-04-12No longer used.snj1-21/+0
2004-04-12Adapt distinfo to DIST_SUBDIR change.wiz1-3/+3
2004-04-12Give csound-manual a DIST_SUBDIR because the archive changes withoutben1-1/+2
changing the archive filename.
2004-04-12Ensure that xmms is linked against libiconv under 1.6, so the vorbisxtraeme1-2/+2
plugin works correctly, fixes PR pkg/24885.
2004-04-12No longer used.snj1-19/+0
2004-04-12No longer used.snj1-20/+0
2004-04-12Convert to buildlink3.snj2-26/+8
2004-04-12No longer used.snj1-23/+0
2004-04-11Update PLIST and distinfo to reflect changes. Bump pkgrevision.ben3-7/+56
2004-04-11Make csound-bath build and run in Linux.ben4-24/+49
2004-04-11This package uses C99 features, and does thus need gcc 3.1 or better.kristerw1-3/+3
Remove a work-around for sparc64 gcc2 bugs (since gcc3 is required anyway...)
2004-04-11No longer used.snj1-24/+0
2004-04-11audio/yamt: bl3ify and s/USE_X11BASE/USE_X11/; bump PKGREVISION.xtraeme1-5/+5
2004-04-11bl3ifyxtraeme1-4/+4
2004-04-11bl3ifyxtraeme1-4/+4
2004-04-11bl3ifyxtraeme1-6/+6
2004-04-11bl3ify, 80 chars per line.xtraeme1-7/+10
2004-04-11bl3ifyxtraeme1-5/+5
2004-04-11bl3ify, 80 chars per line.xtraeme1-5/+7
2004-04-11bl3ifyxtraeme2-6/+6
2004-04-11bl3ify, 80 chars per line.xtraeme1-3/+4
2004-04-11bl3ify, set USE_LANGUAGES=c c++.xtraeme1-4/+5
2004-04-11Forgot to add USE_LANGUAGES=c c++xtraeme1-1/+2