summaryrefslogtreecommitdiff
path: root/audio
AgeCommit message (Collapse)AuthorFilesLines
2013-01-29Whitespace cleanup for pkglint.wiz1-2/+1
2013-01-29regenwiz1-3/+3
2013-01-29Add comment.wiz1-1/+3
2013-01-29Always use atomic_ops(3) on NetBSD even on arm, i.e. kill Linux-ARM'ism.tsutsui1-4/+23
Fixes configure failure on NetBSD/arm 6.0. Also add patch comment.
2013-01-27Use HTTP master site.obache1-4/+2
2013-01-27Remove akode-plugins-ffmpeg; does not build with any ffmpeg version inwiz5-37/+2
pkgsrc and nothing depends on it.
2013-01-26automake-1.13 compat.wiz2-4/+15
2013-01-26automake-1.13 compat.wiz2-6/+18
2013-01-26Revbump after graphics/jpeg and textproc/icuadam35-69/+70
2013-01-22Update to cd-discid-1.3.1. Notable changes since 0.9 are:jperkin4-21/+44
- New upstream maintainer. - Try to use a default cdrom device if none is specified. - Add --musicbrainz option for output suitable for calculating a MusicBrainz DiscID.
2013-01-21Fix output on OSX. Appease pkglint while here (license, patch comments).jperkin3-9/+23
Bump PKGREVISION.
2013-01-21Fix build with automake-1.13.wiz2-4/+15
2013-01-20Update to 0.1.6ryoon2-7/+6
Changelog is unavailable.
2013-01-19Add missing buildlink3s implied by openmotif but not lesstif.riastradh3-6/+16
2013-01-11Fix build with newer scons and update PLIST. Bump revision.joerg4-13/+98
2013-01-09Fix buidling on Darwinadam2-5/+8
2013-01-08LICENSE=mitgdt2-2/+4
2013-01-08+ ibniz.wiz1-1/+2
2013-01-08Import ibniz-1.18 as audio/ibniz.wiz4-0/+40
IBNIZ is a virtual machine designed for extremely compact low-level audiovisual programs. The leading design goal is usefulness as a platform for demoscene productions, glitch art and similar projects. Mainsteam software engineering aspects are considered totally irrelevant. IBNIZ stands for Ideally Bare Numeric Impression giZmo. The name also refers to Gottfried Leibniz, the 17th-century polymath who, among all, invented binary arithmetic, built the first four-operation calculating machine, and believed that the world was designed with the principle that a minimal set of rules should yield a maximal diversity.
2013-01-06Fix build on OpenBSD/amd64 5.2.ryoon6-26/+59
* Add OpenBSD conditionals * Add workaround for library link
2013-01-05(1) Bump version 1.9.1 to 1.9.3 based on PR pkg/45449mef11-88/+80
ChangeLog attached at the bottom of this Log. (2) patches/patch-ag Delete the first chunk, upstream included the first one. Comments added from cvs log (1.4) (3) patches/patch-ah # fix for "libpthread: Unlocking unlocked mutex" seen on NetBSD-4 removed (upstream included). (4) Comments added for patches/patch-aa -- Add NetBSDArchitecture and DragonFlyArchitecture patches/patch-ab -- (1.9) Convert -lossaudio to portable $(LIBOSSAUDIO) Make this work with audio/oss again. -- (1.13) Add NetBSDArchitecture -- (1.14) In server/Imakefile add a target for $(VOXWARELIBS) that call make for the targets directory. This should fix the occasional problem were make complains with "don't know how to make dda/voxware/libvoxware.a" -- (1.5) Taking care nasd.conf (etc) patches/patch-ae -- Honor ${PKG_SYSCONFDIR}, see SUBST in Makefile. patches/patch-af -- Don't build/install auscope. (5) PLIST.client PLIST.server Convert IMAKE_MANNEWSUFFIX to IMAKE_MAN_SUFFIX which pkglint flagged and by reading the thread starting with http://mail-index.netbsd.org/tech-pkg/2005/12/06/0034.html (Please correct this part if some OS'en get problems.) ----- Version 1.9.3 (stable) 05/13/2011 - overdue 1.9.3 maint release - Older X11 systems used to define SharedLibX and friends if the installed X11 system was built with shared lib support. Newer X11's use SharedLibX11 instead. Same for {Normal|Debug|Profile}LibX. So check for these and set appropriately in NetAudio.tmpl. Shared lib installations should deal with libXau dependancies correctly now. - auerswald: Added MacOS X aka Darwin to list of systems that need to explicitely link libaudio.so against libXau. This enables building of the shared library libaudio.so on MacOS X. There is currently no NAS server for MacOS X. Version 1.9.2 (stable) 03/07/2009 - overdue 1.9.2 release. - patch from Aleksey Cheusov: "fix for "libpthread: Unlocking unlocked mutex" seen on NetBSD-4" libaudio: OpenSvr.c: The server mutex was being unlocked, even though it was never locked in the first place. - Hugo Vanwoerkom reported thousands of diagnostics in his syslog: "doSetup: elementRate == 0! Forcing to 5000". Fix doSetup to only warn about this when the debug level is above 10. - auerswald: document syslog usage use syslog if running as a daemon, stderr otherwise add syslog-usage-change to HISTORY file - steve_mcintyre: Minor man page fix ported from the Debian packages. Multiple minor portability changes ported over from the Debian packages. Cope with Hurd and GNU/KFreeBSD and other systems using glibc - apply patch from sourceforge user moinakg: Libaudio is built with missing linker flags on OpenSolaris like missing lXt, so it results in symbol not found errors at runtime. I am including an Imakefile patch below that fixed this. -----
2012-12-18On 64-bit Solaris FILE is an opaque type, disable the rewind functionality.jperkin2-7/+19
Fixes package build.
2012-12-18Copy the ix86_SunOS5.mak file from the distribution into files. It'sjperkin3-1/+74
a bit crazy that we deliberately break the config script in this package and have to replicate everything into files/ just to support NetBSD, it's significantly reducing the portability. Avoid ssize_t clash on newer Solaris. These fixes make the package now build on Solaris.
2012-12-17Remove duplicate &&wiz1-2/+2
2012-12-17Update ruby-taglib to 0.5.2.taca2-6/+6
Changes in Releases of taglib-ruby ================================== ## 0.5.2 (2012-10-06) * Fix memory bug with TagLib::MPEG::File#tag and TagLib::FLAC::File#tag which could cause crashes (#14) * Update TagLib of binary gem for Windows to 1.8
2012-12-17Using atomic gcc>=4 builtin function, not available for i386.obache1-1/+11
Bump PKGREVISION.
2012-12-17Added audio/deforaos-mixer (version 0.1.1)khorben1-1/+2
2012-12-17Imported wip/deforaos-mixer, the DeforaOS audio volume controls, underkhorben5-0/+45
audio/deforaos-mixer (version 0.1.1)
2012-12-16recursive bump from cyrus-sasl libsasl2 shlib major bump.obache24-47/+48
2012-12-15audio/mp3diags: Fix out-of-scope errorsmarino3-6/+30
getpid and clearPtrContainer were out-of-scope. Add unistd.h and pearl namespace to fix (seen on gcc 4.6+)
2012-12-12Reset maintainer on his request.wiz1-2/+2
2012-12-11Adjust buildlink3 ABI variable.ryoon1-1/+2
2012-12-11Revbump from audio/libopus-1.0.2ryoon1-1/+2
2012-12-11Update to 1.0.2ryoon2-6/+6
Changelog: Version 1.0.2 released 6 December, 2012 Opus 1.0.2 fixes an out-of-bounds read that could be triggered by a malicious Opus packet causing an integer wrap-around in the padding code. Considering that the packet would have to be at least 16 MB in size and that no out-of-bounds write is possible, the severity is very low. Other changes include fixes and improvements to the PLC and hybrid mode quality improvements. As usual, this release is fully compliant with the Opus specification.
2012-12-03Add more complete id3 support by also linking against id3lib (easytagwiz6-11/+558
uses two different id3 support libraries. Fix mp4 support option. It was depending on libmp4v2, but that wasn't recognized by easytag's configure any longer. Switch to mp4v2 and rename the option to match. Add patches from gentoo to fix build with latest mp4v2 version. Bump PKGREVISION.
2012-11-29Add -lm on Solaris.jperkin1-2/+2
2012-11-29Add boilarplate.ryoon1-0/+5
Thank you, wiz@.
2012-11-29Add gstreamer1 packages.ryoon1-1/+20
2012-11-29Import gst-plugins1-jack-1.0.3 as audio/gst-plugins1-jack.ryoon3-0/+24
GStreamer is a library that allows the construction of graphs of media-handling components, ranging from simple Ogg/Vorbis playback to complex audio (mixing) and video (non-linear editing) processing. Applications can take advantage of advances in codec and filter technology transparently. Developers can add new codecs and filters by writing a simple plugin with a clean, generic interface. GStreamer is released under the LGPL. This package is part of the 'good' plugins for GStreamer. It provides an audio sink for the JACK Audio Connection Kit.
2012-11-29Import gst-plugins1-twolame-1.0.3 as audio/gst-plugins1-twolame.ryoon3-0/+24
GStreamer is a library that allows the construction of graphs of media-handling components, ranging from simple Ogg/Vorbis playback to complex audio (mixing) and video (non-linear editing) processing. Applications can take advantage of advances in codec and filter technology transparently. Developers can add new codecs and filters by writing a simple plugin with a clean, generic interface. GStreamer is released under the LGPL. This package is part of the 'ugly' plugins for GStreamer. It provides the twolame plugin, which allows MP2 encoding.
2012-11-29Import gst-plugins1-sid-1.0.3 as audio/gst-plugins1-sid.ryoon3-0/+27
GStreamer is a library that allows the construction of graphs of media-handling components, ranging from simple Ogg/Vorbis playback to complex audio (mixing) and video (non-linear editing) processing. Applications can take advantage of advances in codec and filter technology transparently. Developers can add new codecs and filters by writing a simple plugin with a clean, generic interface. GStreamer is released under the LGPL. This package is part of the 'ugly' plugins for GStreamer. It provides the sid plugin, which allows playback of Commodore sid sounds.
2012-11-29Import gst-plugins1-mad-1.0.3 as audio/gst-plugins1-mad.ryoon3-0/+26
GStreamer is a library that allows the construction of graphs of media-handling components, ranging from simple Ogg/Vorbis playback to complex audio (mixing) and video (non-linear editing) processing. Applications can take advantage of advances in codec and filter technology transparently. Developers can add new codecs and filters by writing a simple plugin with a clean, generic interface. GStreamer is released under the LGPL. This package is part of the 'ugly' plugins for GStreamer. It provides the mad plugin, which allows playback of MPEG Layer 3 audio files.
2012-11-29Import gst-plugins1-lame-1.0.3 as audio/gst-plugins1-lame.ryoon3-0/+24
GStreamer is a library that allows the construction of graphs of media-handling components, ranging from simple Ogg/Vorbis playback to complex audio (mixing) and video (non-linear editing) processing. Applications can take advantage of advances in codec and filter technology transparently. Developers can add new codecs and filters by writing a simple plugin with a clean, generic interface. GStreamer is released under the LGPL. This package is part of the 'ugly' plugins for GStreamer. It provides the lame plugin, which allows MP3 encoding.
2012-11-29Import gst-plugins1-a52-1.0.3 as audio/gst-plugins1-a52.ryoon3-0/+24
GStreamer is a library that allows the construction of graphs of media-handling components, ranging from simple Ogg/Vorbis playback to complex audio (mixing) and video (non-linear editing) processing. Applications can take advantage of advances in codec and filter technology transparently. Developers can add new codecs and filters by writing a simple plugin with a clean, generic interface. GStreamer is released under the LGPL. This package is part of the 'ugly' plugins for GStreamer. It provides the a52dec plugin, which allows playback of A/52 audio streams.
2012-11-29Import gst-plugins1-spc-1.0.3 as audio/gst-plugins1-spc.ryoon3-0/+24
GStreamer is a library that allows the construction of graphs of media-handling components, ranging from simple Ogg/Vorbis playback to complex audio (mixing) and video (non-linear editing) processing. Applications can take advantage of advances in codec and filter technology transparently. Developers can add new codecs and filters by writing a simple plugin with a clean, generic interface. GStreamer is released under the LGPL. This package is part of the 'bad' plugins for GStreamer. It provides the spcdec plugin, which allows playback of SNES SPC audio files.
2012-11-29Import gst-plugins1-faad-1.0.3 as audio/gst-plugins1-faad.ryoon3-0/+22
GStreamer is a library that allows the construction of graphs of media-handling components, ranging from simple mp3 playback to complex audio (mixing) and video (non-linear editing) processing. Applications can take advantage of advances in codec and filter technology transparently. Developers can add new codecs and filters by writing a simple plugin with a clean, generic interface. This package provides the faad plugin for GStreamer, the ISO AAC audio codec decoder.
2012-11-29Import gst-plugins1-faac-1.0.3 as audio/gst-plugins1-faac.ryoon3-0/+22
GStreamer is a library that allows the construction of graphs of media-handling components, ranging from simple mp3 playback to complex audio (mixing) and video (non-linear editing) processing. Applications can take advantage of advances in codec and filter technology transparently. Developers can add new codecs and filters by writing a simple plugin with a clean, generic interface. This package provides the faac plugin for GStreamer, the ISO AAC audio codec encoder.
2012-11-29Import gst-plugins1-dts-1.0.3 as audio/gst-plugins1-dts.ryoon3-0/+24
GStreamer is a library that allows the construction of graphs of media-handling components, ranging from simple Ogg/Vorbis playback to complex audio (mixing) and video (non-linear editing) processing. Applications can take advantage of advances in codec and filter technology transparently. Developers can add new codecs and filters by writing a simple plugin with a clean, generic interface. GStreamer is released under the LGPL. This package is part of the 'bad' plugins for GStreamer. It provides the dtsdec plugin, which allows playback of DTS audio streams.
2012-11-29Import gst-plugins1-wavpack-1.0.3 as audio/gst-plugins1-wavpack.ryoon3-0/+24
GStreamer is a library that allows the construction of graphs of media-handling components, ranging from simple Ogg/Vorbis playback to complex audio (mixing) and video (non-linear editing) processing. Applications can take advantage of advances in codec and filter technology transparently. Developers can add new codecs and filters by writing a simple plugin with a clean, generic interface. GStreamer is released under the LGPL. This package is part of the 'bad' plugins for GStreamer. It provides the wavpack plugin, which allows playback of wavpack audio streams.
2012-11-29Import gst-plugins1-speex-1.0.3 as audio/gst-plugins1-speex.ryoon3-0/+20
The Speex project aims to build an open-source, patent-free voice codec. Unlike other codecs like MP3 and Ogg Vorbis, Speex is specially designed for compressing voice at low bitrates in the 8-32 kbps/channel range. Possible applications include Voice over IP (VoIP), internet audio streaming, archiving of speech data (e.g. voice mail), and audio books. In some sense, it is meant to be complementary to the Ogg Vorbis codec.