summaryrefslogtreecommitdiff
path: root/audio
AgeCommit message (Collapse)AuthorFilesLines
2005-05-22Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:jlam59-118/+118
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
2005-05-21Add py-musique, a program for buying iTunes songs.augustss6-1/+76
2005-05-21+xmms-faadgrant1-1/+2
2005-05-21Initial import of xmms-faad 2.0 into the NetBSD packages collection.grant8-0/+129
XMMS plugin for AAC files.
2005-05-20Update to 1.0.5:wiz2-7/+6
The main change with this release is that it includes API additions from the 1.1.x branch (while being backward compatible), so that transition from 1.0.x to 1.1.x can be made easier.
2005-05-20- Change libao to not build OSS, Sun, MacOS X nor several other plugins evenjmmv19-69/+181
when the header files are found. Bump its revision to 1 due to this. This makes the libao package completely audio-output agnostic. - Add a libao-macosx package containing the MacOS X plugin (sorry, untested). - Add a libao-oss package containing the OSS plugin. While here, use ossaudio.buildlink3.mk to determine the audio device instead of hardcoding it in a patch. - Add a libao-macosx package containing the Sun audio plugin (sorry, untested). Change approved by silence on tech-pkg@ for quite a long time since my proposal. I'm doing these changes to cleanup the base libao package. Before these, it contained a huge conditional to determine when the OSS and/or Sun plugins were built, which often failed in untested platforms (PLIST inconsistencies, for example). Having these plugins in independent packages makes debugging easier, keeps the dependency tree clean and also lets us use {ONLY,NOT}_FOR_PLATFORM directives to easily say where they work or don't.
2005-05-18Remove Linux work-around for bug noted in PR #25402 from artsreed1-7/+1
and koffice build. And do in meta-pkgs/kde3/kde3.mk as suggested by maintainer, markd. It helps with builds on Linux for kdegraphics3, libkipi, gwenview, kdelibs3, kdebase3, arts, and many other KDE-based packages on Linux. (It was not needed for kile, but will be used.) Thank you, Torsten Harenberg for testing many packages such as kdenetwork, kdegames, kdepim, kdemultimedia. I still don't know what the correct fix is for PR #25402.
2005-05-18update to 1.0.2drochner2-6/+6
changes: * [NEW] Added cddb_set_http_proxy_credentials function that allows you to specify proxy user name and password in one go. It also does not store the user's credentials as cleartext in memory. -bugfix
2005-05-18Updated xfce4 to 4.2.2martti3-7/+10
General: * new and updated translations: bn_IN, ca, cs, el, el_GR, eo, eu, fi, hu, ja, ko, mr, pl, ro, vi, * new french documentation. gtk-xfce-engine: * fix various colors issues with ExoIconBar, prelight colors for treeview, AdobeĀ® Acrobattm 7, progress bar, combo box, gtk scales (#848). libxfcegui4: * check ~/.local/share/pixmaps/ as a fallback (#731). xfcalendar: * fix compiling with --enable-debug=full (#843), * remove C99 variable declaration and C++ comments. xfce4-mixer: * fix a bug with ALSA. xfce4-session: * fix a crash with the MCS plugin. xfce-utils: * taskbar: Add a command option "--monitor=x" to allow specifying which monitor to use in Xinerama mode. xfdesktop: * fix translation problems with menu panel plugin, * fix bug where binding 'xfdesktop -menu' only works sporadically (#441), * fix unresolved symbol problem with menu module. xffm: * fix property dialog crahsing on FreeBSD (#945), * fix library version info not set on the properties module (#882, #249), * fix fstab parsing (#524), * fix compilation issues with ansi compiler and gcc4 (#862). xfprint: * make bsdlpr plugin compile, * change CUPS detection code, * set correct ld flags (#871), * add support for printcap aliases (#821), * fix MCS plugin. xfwm4: * fix mouse buttons being left ungrabbed when focus was transfered to an unmanaged window, * document hidden option "workspace_scroll" (#948), * various focus issues (#759, #869, #899, #905, #924, #931), * fix pixmap depth not being properly set (#895), * refresh frame when "skip taskbar" state changes (#898), * allow seemless windows to be hidden from kbd shortcuts, * code cleanup.
2005-05-16Add a missing header filerh2-2/+9
2005-05-16Add and enable cdplayerrh1-1/+2
2005-05-16Initial import of cdplayer-0.4.2, a simple GNUstep CD player application.rh5-0/+195
2005-05-16Remove superfluous blank line.rh1-2/+1
2005-05-16Add and enable cddb-bundlerh1-1/+2
2005-05-16Initial import of cddb-bundle-0.2, a CDDB client bundle for GNUstep.rh5-0/+55
2005-05-16Note that gtar is required by the package.jlam1-1/+3
2005-05-15Update to 2.2.6. Closes PR pkg/29463.snj4-28/+36
Set NORMALIZE to "normalize" by default, to match what is installed by pkgsrc/audio/normalize. This fixes part of PR pkg/29755. This release brings various bugfixes and small features. Check the included changelog for details.
2005-05-10Add COMMENT specific to package.reed2-4/+4
(Before used generic COMMENT from xine-lib/Makefile.common.)
2005-05-06Make explicit dependency on libgetopt. Fixes build on Solaris.markd1-1/+4
OKed by wiz.
2005-05-05Removed line that says what version this is.reed1-2/+0
2005-05-04Add unimportant entry:reed1-1/+2
@comment in xdg-x11-dirs: @dirrm share/pixmaps
2005-05-03Do not install the sun plugin on DragonFlyBSD, patch fromxtraeme1-2/+2
Joerg Sonnenberger in PR pkg/30120.
2005-05-02RCD_SCRIPTS_EXAMPLEDIR is no longer customizable.reed8-8/+16
And always is defined as share/examples/rc.d which was the default before. This rc.d scripts are not automatically added to PLISTs now also. So add to each corresponding PLIST as required. This was discussed on tech-pkg in late January and late April. Todo: remove the RCD_SCRIPTS_EXAMPLEDIR uses in MESSAGES and elsewhere and remove the RCD_SCRIPTS_EXAMPLEDIR itself.
2005-05-02update to 1.0.1drochner4-12/+8
changes: -Big XvMC quality / correctness / cpu-usage fix -added support for WMA Voice codec -support for Windows Media Audio Lossless -bugfixes -security fixes (were already patched in pkgsrc) also add a patch to correct the path for win32 codecs, needed if xine-lib in embedded into other applications (as totem)
2005-04-29Placed the substitution actions from the build phase into the configurerillig1-3/+4
phase to avoid a warning. Approved by wiz.
2005-04-29Include converters/libiconv/buildlink3.mkkristerw2-2/+4
2005-04-29For Linux, add workaround for bug noted in PR #25402.reed1-1/+7
arts fails to build under Linux with many lines like: .libs/kmedia2.o(.gnu.linkonce.d._ZTIN4Arts20VideoPlayObject_baseE+0x10):../mcop/common.h:72: undefined reference to `typeinfo for Arts::Object_base' Use BUILDLINK_TRANSFORM to remove -Wl,--allow-shlib-undefined -Wl,--no-undefined (Note that KDE packages still have same problem.)
2005-04-28Avoid using != to set RAWPART -- defer using :sh. This avoids executingjlam1-4/+4
the same command every time make is invoked.
2005-04-28Avoid using != to set PKG_COMPILER -- defer using :sh. This removes thejlam1-4/+5
need for ECHO to be defined for the top-level make.
2005-04-28Avoid using != to set RAWPART all of the time... we can defer it using :shjlam1-4/+4
to whenever CONFIGURE_ARGS is used.
2005-04-27Fix AC_DEFUN argument quoting for automake 1.8 and newer. Nowiz2-1/+24
PKGREVISION bump because most people won't care.
2005-04-27Fix AC_DEFUN argument quoting for automake 1.8 and newer. Addresseswiz2-1/+15
part of PR 30053. No PKGREVISION bump because most people won't care.
2005-04-27Fix AC_DEFUN argument quoting for automake 1.8 and newer. Addresseswiz2-1/+15
part of PR 30053. No PKGREVISION bump because most people won't care.
2005-04-26reset PKGREVISION because we have a new PKGNAMEdrochner1-2/+1
2005-04-26belt && suspenders: pass --without-cdio to "configure"drochner1-1/+2
2005-04-25Changes 1.0.1:adam2-6/+6
* [NEW] Added --without-cdio option to the configure script so you can manually disable CD access support for the example program. * Fixed iconv compiler warnings for Solaris and Cygwin. * Fixed regex compilation issue on MacOS X.
2005-04-25Added fluidsynth-1.0.5adam1-1/+2
2005-04-25FluidSynth is a real-time software synthesiser based on the SoundFont 2 specadam8-0/+290
2005-04-24Fixes for SpiralSound/Midi.Cben2-13/+48
* test for failure of open() should be == -1, not == 0 This causes Open() to behave as intended, only creating the m_MidiReader thread if the MIDI device is successfully opened. * unconditionally initialize m_Mutex in Open() * conditionally close m_MidiReader in Close(), if NULL do nothing * make m_MidiFd and m_MidiWrFd the same file descriptor. The MIDI device special file can only be opened once at a time.
2005-04-24Update HOMEPAGE and MASTER_SITES, from Ulrich Heilmann in PR 30047.wiz1-3/+3
2005-04-24The problem is that SpiralSynth opens the MIDI device path beforeben2-1/+14
calling SetDeviceName. The call trace goes something like this: Synth.C main() ==> Synth *synth=new Synth; ==> Synth::Synth() ==> MidiDevice::Get()->SetDeviceName(SpiralInfo::MIDIFILE); SpiralSound/Midi.h MidiDevice::Get() ==> m_Singleton=new MidiDevice; ==> MidiDevice::MidiDevice() ==> MidiDevice::Open() ==> MidiDevice::SetDeviceName patches/patch-ao works around this problem by closing the prematurely opened private variable representing the MIDI device, and setting it to NULL. MidiDevice methods check for NULL and re-initialize the private variable, this time opening the MIDI device path after SetDeviceName.
2005-04-21Bump PKGREVISION for md5 fix.wiz1-1/+2
2005-04-21Our md5 tool is called "md5", not "md5sum". And while in here,pooka2-11/+29
fix it for FreeBSD also.
2005-04-19Update to csound4-4.23.12.11. Significant changes include:ben3-9/+27
* fltk fixes * thread fixes * many misc. bug fixes * add support for creating shared libraries for plugins * this will likely to be the last csound gbs release for a while
2005-04-19Removed the GCC_REQD line from the Makefile. Instead, patch-ab is used torillig3-5/+22
disable the i386 MMX statements for gcc-2.95. Approved by kristerw.
2005-04-19Update to 1.1:wiz2-6/+6
1.1 - April 7th, 2005 : ======================= * Added ability to authentifiate on the proxy with username and password, * Added ability to search files in hidden directories, * Added shortcut F5 to reload current directory, * Improved use of the command line to run EasyTAG with a directory as, * Removed forcing ID3v2.3 tags to ISO-8859-1 at start (was boring for russian people), * Removed old function to keep the tree browser in memory (to not refresh it * Replaced icons for directories in the browser, * Fixed requested server when using a proxy for the Cddb automatic searching (thanks to bjustus schwartz), * Fixed a bug with APE tags (thanks to Daniel Drake and Artur Polaczynski), * Fixed compilation problem under gcc-4.0, * French translation updated, * Spanish translation updated (thanks to Fernando M. Bueno Moreno), * Romanian translation updated (thanks to George Pauliuc).
2005-04-18update to 1.0.0drochner3-7/+8
changes: * [NEW] Added support for proxy authentication. * [BUGFIX] Memory leaks fixed in regular expression handling. * Iconv compilation fixes for Solaris.
2005-04-18tron volunteered to maintain this package.wiz1-2/+2
2005-04-17Include "../../mk/pthread.buildlink3.mk" to make this pkg buildkristerw1-1/+2
on NetBSD 1.6.
2005-04-15Fix vulnerability pointed out in http://secunia.com/advisories/14877/rh4-4/+19
Bump PKGREVISION Update BUILDLINK_RECOMMENDED