summaryrefslogtreecommitdiff
path: root/audio
AgeCommit message (Collapse)AuthorFilesLines
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
2005-04-12Apply patch from Gentoo to fix security problem in the cdda module. Bumpjmmv1-1/+2
gnome-vfs2-cdda's module to 1. Quoting the Gentoo advisory: "The GnomeVFS and libcdaudio libraries contain a buffer overflow that can be triggered by a large CDDB response, potentially allowing the execution of arbitrary code." See http://www.gentoo.org/security/en/glsa/glsa-200504-07.xml and http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2005-0706 for more information.
2005-04-12Make MESSAGE refer to correct path for configuration file.ben3-6/+6
2005-04-12Nuke USE_BUILDLINK3 (some files missed in megacommit).tv1-2/+1
2005-04-12Added CPPFLAGS to enable deprecated GNOME functions. Needed forrillig1-1/+4
NetBSD-1.6.2. Approved by jlam.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv203-406/+203
2005-04-09Replace a TAB with a SPACE to make some makes happy.markd2-6/+8
2005-04-07Define BSD44SOCKETS when building libaudio on NetBSD.markd3-2/+17
From PR pkg/20615 by Scott Presnell. Scott's patch was added to nas before 1.7 but then broken, this fixes that. Bump PKGREVISION.
2005-04-07Take maintainership.markd1-2/+2
2005-04-05Instead of using @dirrm for include/arts remove the directoryreed1-2/+2
with: @unexec ${RMDIR} %D/include/arts 2>/dev/null || ${TRUE} This will stop it from complaining when you use pkg_add to upgrade the arts package when kdelibs is still installed. Okayed by maintainer, markd.
2005-04-05Reformatted patch-aa to make pkglint happy.rillig2-4/+4
2005-04-05Add an RMD160 digest for this package.agc1-2/+2
2005-04-05Convert to bl3, untested.wiz1-3/+2
2005-04-03Bump PKGREVISION for DEPENDS change and PLIST fix.wiz1-3/+2
2005-04-03This package does the gnome2 menu style.fredb2-5/+4
2005-03-31Use dlopen.buildlink3.mk to build on platforms with libdl.minskim3-5/+8
2005-03-31Linux defines __linux__, not __Linux__.minskim2-4/+4
2005-03-30Convert to use bl3.wiz1-4/+3
2005-03-30DragonFlyBSD support enabled, submitted by Todd Willey in PR pkg/29835.xtraeme1-2/+3
2005-03-30Fix a build failure with some picky msgfmt, as found out by one ofcube2-1/+18
Krister's latest bulk build.
2005-03-30Fix xfce4 build problemsmartti2-5/+4
- make libxfce4gui depend on startup-notification - rebuild the buildlink3.mk files to catch the new dependencies
2005-03-29Update to version 1.2.3seb4-22/+10
Changes since last packaged version (1.2.2): FEATURES: * Graphequalizer script can now enable and disable the equalizer. * New DCOP call "player: equalizerEnabled" returns whether or not the equalizer is enabled. * OSD notification for mute. * Mute global shortcut, Win+M. * Add %comment token for comment display in OSD. (BR 100944) * View/Edit track entry into context menus of ContextBrowser and CollectionBrowser. * You can mark/unmark albums as compilations via CollectionBrowser's right-click contextmenu. * New DCOP call "collection: query(const QString& sql)". Allows to make arbitrary queries on the Collection database. * New DCOP call "playlist: removeCurrentTrack()". (BR 92973) CHANGES: * Show "Artist - Title" for compilation discs in CollectionBrowser and ContextBrowser. * Upgraded internal SQLite database to 3.2.0. * DCOP call saveCurrentPlaylist() now returns the path to current.xml. BUGFIXES: * Appropriate context menu entry for changing queue status for multiple playlist items. * Fix regression preventing dequeuing multiple selected tracks. * 'Show Toolbar' remembers its settings between sessions. (BR 98662) * When doing Musicbrainz lookup from the Context browser, search for the real track, not the whole album. * Memleak when a radio stream stalled. (BR 102047) * The Collection Scan finally checks for the right file modification time. * Adding a compilation disc from ContextBrowser was broken. * GStreamer-engine: Reduced the gap when switching to next track without crossfading. * GStreamer-engine: amaroK was swallowing the beginning of a track when Fade-in was set to zero. (BR 94472) * Use a better highlight color in the "Configure Collection" dialog. (BR 102059) * "Remove Duplicates / Missing" fixed. Removes dead entries correctly. * Fix units for samplerate. (BR 101528) * amaroK using 100% CPU on some systems. (BR 101524) (a KHTML bug which got exposed by code in amaroK 1.2.2)
2005-03-28added support for "old" (i.e. pre-6.X) IRIX audio libraries.schwarz2-1/+159
(approved by recht and jschauma)