summaryrefslogtreecommitdiff
path: root/audio/libvisual-plugins/patches
AgeCommit message (Collapse)AuthorFilesLines
2009-05-18Only use mremap() on systems that have it. On others, like NetBSD 4.0,dholland4-9/+333
fall back to munmap() and a fresh mmap(). Fixes PR 38164. Theoretically a build fix, but bump PKGREVISION as a precaution.
2007-10-10Fixed building problems on NetBSD, caused by the implementation ofrillig1-0/+15
mremap, which is incompatible to Linux.
2006-07-18Kill explicit static inline which breaks build with newer GCC versions.joerg1-0/+114
It should be clever enough to inline it anyway.
2006-07-03Update to 0.4.0:wiz2-22/+31
Adapt for libvisual-0.4.0. New in 0.3.x: * ESD won't block anylonger, solved with a select timeout. (Dennis) * NastyFFT: Adding new actor plugin. (yodor)
2005-06-19Prevent paths to the build directories from being included in the package.kristerw1-3/+12
Bump PKGREVISION.
2005-06-16Fix C99-isms to make this package compile with gcc 2.95.kristerw1-0/+19
2005-02-20Update to 0.2.0:wiz1-0/+13
New in 0.2.0: 2005-02-09: * Adding pseudotoad flower actor plugin, ported. (Dennis) * Adding dancing particles plugin, ported. (Dennis) * Including G-Force in package. (Dennis) * Including Nebulus in package. (Dennis) * Adding corona actor plugin, ported. (Dennis, Jean-Christophe) * Fixed bumpscope actor plugin. (Dennis) * MMX code added to JESS, alphablend, oinksie (Dennis) * Fixing many bugs in plugins. (Everyone) * Adding VisUI userinterfaces to plugins, not usable yet because there is no client support yet. (Dennis) Dancing Particles disabled, since it dies consistently for me (sigseg).