summaryrefslogtreecommitdiff
path: root/audio
AgeCommit message (Collapse)AuthorFilesLines
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.
2012-11-29Import gst-plugins1-pulse-1.0.3 as audio/gst-plugins1-pulse.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 'good' plugins for GStreamer. It provides the pulseaudio plugin for GStreamer, which allows playback and recording of sound through the Pulseaudio sound daemon.
2012-11-29Import gst-plugins1-oss-1.0.3 as audio/gst-plugins1-oss.ryoon3-0/+33
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 the oss plugin, which allows playback and recording of sound through the Open Sound System audio libraries.
2012-11-29Import gst-plugins1-flac-1.0.3 as audio/gst-plugins1-flac.ryoon3-0/+23
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 flac plugin for GStreamer, a lossless audio codec.
2012-11-29Import gst-plugins1-vorbis-1.0.3 as audio/gst-plugins1-vorbis.ryoon3-0/+23
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 vorbis plugin for GStreamer, the OGG's free audio codec.
2012-11-29Import gst-plugins1-libvisual-1.0.3 as audio/gst-plugins1-libvisual.ryoon3-0/+29
Libvisual is an abstraction library that comes between applications and audio visualisation plugins. Often when it comes to audio visualisation plugins or programs that create visuals, they depend on a player or something else; basically, there is no general framework that enabled application developers to easily access cool audio visualisation plugins. Libvisual wants to change this by providing an interface towards plugins and applications; through this easy to use interface applications can easily access plugins and, since the drawing is done by the application, it also enables the developer to draw the visual anywhere he wants. The framework also allows you to morph to different plugins and mix two at once; all kinds of neat tricks are possible using this method.
2012-11-29Import gst-plugins1-cdparanoia-1.0.3 as audio/gst-plugins1-cdparanoia.ryoon3-0/+26
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 cdparanoia plugin for GStreamer, which allows audio extraction from CDs.
2012-11-29Import gst-plugins1-alsa-1.0.3 as audio/gst-plugins1-alsa.ryoon3-0/+25
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 'base' plugins for GStreamer. It provides the alsa plugin, which allows playback and recording of sound through the Advanced Linux Sound Architecture (ALSA) audio libraries.
2012-11-23pull in "grilo" - this adds UPnP client functionalitydrochner2-2/+8
bump PKGREV
2012-11-19Needs asciidoc.joerg1-1/+3
2012-11-17s/PULSEAUDIO_VER/PKGVERSION/ on the two lines that werent.markd1-3/+3
2012-11-17Update to 2.6.0markd4-255/+87
VERSION 2.6-RC CHANGES: * Show all audio and video files in file browser. * Remove codec install support. It's long ago been implemented in phonon. * Prevent lags with large Saved playlists. * Increase minimal required ffmpeg version up to 0.7. * Use audio-x-generic icon for bit rate, not a generic one. * Add Amarok.Playlist.playMediaList() script bindings for API symmetry. * Building the spectrum analyzer applet can now be disabled with a CMake argument. VERSION 2.6-Beta 1 FEATURES: * Amazon store: improved album search * Support for transcoding when copying tracks to USB Mass Storage devices; per-device transcoding preference can be saved, too. * Provide Repopulate and Turn off link in "Dynamic Mode Enabled" bagde. * Support for setting cover images for albums on USB Mass Storage devices. * Support for setting and unsetting cover images for iPod albums, can write back covers to file meta-data too, respects configuration. * Amazon store: ability to check out an item directly without using the Amarok shopping cart. * Amarok now includes the Free Music Charts service by default. * The maximum dimensions for embedded covers are now configurable. * Small configuration dialog for iPods that shows troubleshooting information and allows to change iPod name. * Improved usability of iPod playlists: iPod collection automatically transfers tracks dropped to iPod playlists to iPod when it is needed. * Tracks can now be transcoded when transferring them to iPod. * A diagnostic dialog reporting versions of Amarok, Qt, KDE and phonon libraries as well as the used phonon backend and status of plugins and scripts. Patch by Andrzej Hunt. * Ability to move track position bookmarks by dragging; patch by Jasneet Bhatti. * Amarok can now remember whether and how to transcode tracks when transferring them to a particular collection. * "Crop playlist" functionality implemented using drag & drop. * Added keyboard shortcut for "Edit Track Information..." Patch by Jasneet Bhatti. * Support for embedded album covers in non-collection tracks and in USB Mass Storage collection. * Hold the Shift key when dragging tracks to collections to move them instead of copying. * New search filter for absolute date * Named UMS collections * Albums with same name but different album artist are now correctly separated in USB Mass Storage, iPod and various online service collections. * Support for detecting compilations in USB Mass Storage collection. * Support embedded covers for ogg (read only) and flac files. * Track meta-data can be edited in USB Mass Storage collection. * Support for album artists in USB Mass Storage collection. * album artist (if differs from artist), BPM, labels, last played time and bitrate are now shown in playlist track tooltip (if not already displayed in playlist) CHANGES: * Builds with ffmpeg 0.11. * Database structure (lyrics table) was updated. Starting Amarok for the first time after the upgrade may take up to one minute as the data is migrated. * Amazon store: try to show a sensible default in the country selection. * Only offer delete action when Shift key is pressed in Collection context menu. * Only offer move action when Shift key is pressed in Collection context menu. * Remove context view video applet. Unmaintained and broken. * Album cover images are written in background to prevent freezes. * Make keyboard & mouse behaviour of saved playlists browser same as of the collection browser, including the delete key. * Delete and Shift + Delete keys now work as expected in collection browser. * Preserve statistics when copying or moving tracks to Local Collection. * Common album actions such as Show cover, Show under Various Artists are now available for all collections that support it, not just Local collection. * When copying files to iPod, ensure target directories exist. * When writing covers to files, all existing covers will be replaced. * PulseAudio status in diagnostic dialog. * optional libgpod dependency raised to 0.8.2 to support newest iPods. * Amarok now prevents accidental unmounting of iPods in (small) time-frames when iTunes database on iPod is not yet updated. * Amarok detects when iPod is to be ejected from system and gracefully disconnects it when it occurs. * Hitting the eject button on iPod collection ejects it also from the system. * iPod collection now detects whether iPod is safe to write and marks iPod as read-only if not. This prevents "iPod shows 0 tracks" problem. * Correct progress bar advancement when transferring tracks to iPod. * iPod Collection supports multiple simultaneous cancellable transfers. * Improved dialog to initialize iPod. * Load tracks in playlists asynchronously using proxy tracks. * It is now possible to transcode tracks when moving them. * Drag & drop of tracks and playlists to Saved Playlists works in all cases. * Don't show unmounted USB Mass Storage devices and make it clear when the device is not "activated" yet. * "Devices" in Amarok configuration -> Plugins is with other related strings renamed to "Local Collection Backends" to reduce user confusion. * Enable keyboard activation of PlaylistBrowser items. * Don't use `mysql_config --variable=pkgincludedir`, find mysql include directory manually by looking up mysql.h. * Album artist is now guessed for tracks that do not belong into any collection and tracks from USB Mass Storage collection. Guessing uses the same algorithm as Local Collection. * When hovering iPod, UMS or MTP collection in collection browser, "1.2 GB free" is shown instead of "85% used"; thicker capacity bar. Plus many bugfixes.
2012-11-16Fix C++ usage.joerg7-1/+112
2012-11-15Depend on x11/fltk13 rather than x11/fltk.gdt2-6/+6
As discussed on pkgsrc-users, x11/ftlk (1.1) is no longer maintained, and 1.3 is believed to be almost entirely compatible. Patch from Tim Larson, who has build-tested these packages on NetBSD/amd64.