summaryrefslogtreecommitdiff
path: root/audio/arts/patches
AgeCommit message (Collapse)AuthorFilesLines
2012-05-15Conditionalise old ioctl() usage on __NetBSD_Version__ < 600000000 or ↵abs1-23/+21
__NetBSD_Version__ > 699000000 && __NetBSD_Version__ < 699000700
2012-04-08Regen to avoid a warning from patch(1).dholland1-4/+4
2012-04-02Fix build on OpenIndiana - PR pkg/46272markd1-0/+14
2011-09-14Fix build on SunOS.hans3-0/+41
2009-09-19include <string.h> in few places where neededtnn3-0/+36
2009-07-24limits.h is the appropriate include for PATH_MAX. Pointed by dholland.tnn1-2/+2
2009-07-21Include <sys/param.h> to get PATH_MAX defined.tnn1-0/+12
Fixes Linux build.
2009-01-20Add required library dependancies. Package now builds on Solaris.sketch2-0/+59
2008-10-28Fix build on NetBSD against glib2-2.18.2. PR pkg/39801markd1-4/+11
2008-01-21Add optional nas and jack support and make esound optional (on by default,markd1-1/+10
for backward compatibility) note user-destdir support.
2007-10-20Update to arts 1.5.8 (part of KDE 3.5.8)markd1-8/+8
2007-05-23Update to arts 1.5.7 (part of KDE 3.5.7)markd1-5/+5
2006-01-31Update to arts 1.5.1 (part of KDE 3.5.1)markd1-12/+0
Changes unknown.
2005-12-19Add explicit include of <stdio.h>. Fixes bulk build on netbsd-1.6.2.markd1-0/+12
2005-05-31Update arts to 1.4.1 (part of KDE 3.4.1)markd1-5/+5
Changes: unknown
2004-08-21Update to arts-1.3.0 part of KDE-3.3.markd1-5/+5
changes unknown.
2004-04-20bl3ify and update to version 1.2.2 (part of kde 3.2.2)markd2-12/+12
Changes: ALSA: Make aRts work through DMix-devices
2004-04-04include "config.h" in debug.cc so that ifdef HAVE_VASPRINTF actually works.mrg1-0/+12
fixes a compile problem on macppc (where it attempts va_list assignment otherwise.)
2004-02-07Add RCSID.xtraeme1-0/+2
2004-02-07patch CLD -> CXXLD for linking against cpp, fixes build failurertr1-0/+11
patch from post by Juan RP <juan@xtraeme.unixbsd.org> on tech-pkg@ http://mail-index.NetBSD.org/tech-pkg/2004/02/07/0006.html
2004-02-04Update arts to 1.2.0. Part of KDE 3.2.markd1-15/+15
Arts specific changes unspecified.
2003-11-03include <sys/param.h> to get __NetBSD_Version__ symbol. fixes a compilemrg1-5/+16
time warning and makes the patch do what it was trying to do...
2003-09-17Update arts to 1.1.4 (for KDE3.1.4)markd1-13/+0
Changes: * Fix artsbuilder crash with changed construction order in gcc 3.3.2 release. * Fix stereo volume control. * Fix compilation problems. * Crash fixes.
2003-08-04bring in change from KDE HEAD:grant1-0/+13
arts/soundserver/artsd.cc 1.43.2.3 use fabs() instead of fabsf().
2003-07-09Add a missing include.markd1-2/+3
2003-07-07Fix (at least) artsd on -current.skrll5-58/+169
The s/mcop_mt/mcop/ hack that worked with pth doesn't work in -current. Make libmcop_mt build with pre-current and pth by providing sem_* calls based on a mutex and a condition variable.
2003-03-11Update KDE to 3.1.markd4-22/+31
Many bugfixes and functionality enhancements including: kdemultimedia Started a video framework More consistent internationalisation in many applications. NEW IN KDE: KAudioCreator, a CD ripper and audio encoder frontend. NEW IN KDE: KRec, an audio recorder using aRts. KMediaPlayer interface added to kdelibs to reuse Kaboodle. Noatun: Added option to clear the playlist when running with a file as command line option. Added video thumbnail creator using xine-arts. KMix: Added mute control support.
2002-10-03buildlink1 -> buildlink2, and modify the arts configure script to usejlam2-18/+47
"${LIBOSSAUDIO}" instead of "-lossaudio". arts now works properly with audio/oss.
2002-08-25Merge changes in packages from the buildlink2 branch that havejlam6-6/+6
buildlink2.mk files back into the main trunk.
2002-07-17Update to KDE 3.0.2skrll2-11/+9
Also, allow the arts SSE detection code to run on modern NetBSD systems. Changes are: arts Again Build fixes. Realtime priority configuration fix kdelibs dcop: Make it possible to disable the Qt bridge. make sure tooltip effects can be configured. kbuildsycoca: avoid crash on unreadable directories. kdockwidget: fixing reading of configuration. kedittoolbar: fix leak. khtml: many fixes. kded: signal handling fixes. kio-http slave: fixes related to form posts and cache handling. kjs: added max recursion limit. kjs: leak and compatibility fixes. kdebase kicker: &-escaping fix audiocd: fix cddb computation thumbnail previewer: calculate the number of bytes to read instead of hardcoding it.
2002-05-31Initial import of an arts-1.0.1 package. (Nearly forgot)skrll6-0/+152