summaryrefslogtreecommitdiff
path: root/audio
AgeCommit message (Collapse)AuthorFilesLines
2018-09-29alure: backport upstream commit reported to help Solarismaya2-6/+17
Do not use --version-script for Solaris From Bastian Germann in PR pkg/53641
2018-09-28libmpdclient: link socket lib on SunOSwiedi1-1/+3
2018-09-28cdparanoia: update distinfotriaxx1-1/+2
2018-09-28milkytracker: needs zlibtnn1-1/+2
2018-09-27rhythmbox: DEPENDS -> BUILD_DEPENDS in previoustnn1-2/+2
2018-09-27rhythmbox: needs itstool; also doesn't like python 2.7tnn1-1/+4
2018-09-27cdparanoia: fix warnings with abs() on FreeBSDtriaxx1-0/+30
2018-09-27Use consistent conditional for scsi_inquiry() to fix build on NetBSDryoon2-5/+4
2018-09-27cdparanoia: fix build on FreeBSDtriaxx19-70/+300
Add comments to patches (not always relevant) to appease pkglint Bump revision
2018-09-21Add aluremaya1-1/+2
2018-09-21Add alure 1.2maya8-0/+168
ALURE is a utility library to help manage common tasks with OpenAL applications. This includes device enumeration and initialization, file loading, and streaming. The purpose of this library is to provide pre-made functionality that would otherwise be repetitive or difficult to (re)code for various projects and platforms, such as loading a sound file into an OpenAL buffer and streaming an audio file through a buffer queue. Support for different formats is consistant across platforms, so no special checks are needed when loading files, and all formats are handled through the same API. Packaged by Bastian Germann in PR pkg/53613.
2018-09-17suil: appease pkglint by appending instead of assigning to this variable.maya1-2/+2
2018-09-17suil: we're using a builtin waf, it is an older one that doesn't supportmaya1-1/+3
newer python. restrict to 2.7. reported by john d. baker in pkgsrc-users
2018-09-13add and enable filter_audiojnemeth1-1/+2
2018-09-12filter_audio: add buildlink3.mkmaya1-0/+12
Forgot to cvs add this, it's used by wip/uTox-git.
2018-09-12Add filter_audio version 0.0.1maya4-0/+31
Lightweight audio filtering library made from webrtc code
2018-09-11pulseaudio: Fix stat64 prototype on SunOS/32-bit.jperkin2-4/+13
2018-09-03*: recursive bump for vala-0.42.wiz1-2/+2
2018-08-22Recursive bump for perl5-5.28.0wiz46-87/+92
2018-08-19*: reset maintainer for drochnerwiz4-9/+8
2018-08-19musicpd: update to 0.20.21.wiz2-8/+7
ver 0.20.21 (2018/08/17) * database - proxy: add "password" setting - proxy: support tags "ArtistSort", "AlbumArtistSort", "AlbumSort" - simple: allow .mpdignore comments only at start of line * output - httpd: remove broken DLNA support code * playlist - cue: support file type declaration "FLAC" (non-standard) * URI schemes are case insensitive * Android, Windows - enable the "curl" storage plugin
2018-08-19pulseaudio: Check for soundcard.h on Linux.nia1-1/+4
Hopefully fixes the build on linux systems with OSS headers.
2018-08-17gstreamer1: update to 1.14.2wiz1-2/+1
This release only contains bugfixes and it should be safe to update from 1.14.x.
2018-08-16grip: update to 3.9.0triaxx2-8/+7
v3.9.0 2018-07-10 Johnny A. Solbu <johnny@solbu.net> * Add freedb.musicbrainz.org as secondary default cd database v3.8.1 2018-05-26 Johnny A. Solbu <johnny@solbu.net> * Fedora patch: Search paths for executables during config switches * Reformat manpage, to ease maintanability * Add COPYING-LGPL: 4 files are licensed under the LGPLv2+ * Sync Chinese (simplified) from Translatin Troject v3.8.0 2018-05-13 Johnny A. Solbu <johnny@solbu.net> * Add default encode configuration for - faac (bug #143) - opus (bug #117) * Fedora patch: put oggenc to the top of config list Apparently, without this patch, the config files are ignored v3.7.1 2018-04-10 Johnny A. Solbu <johnny@solbu.net> * Sync Spanish translation from Translation Project
2018-08-16revbump after boost-libs updateadam27-54/+54
2018-08-16abcde: update to 2.9.2.wiz3-10/+10
abcde 2.9.2 * Fix up lookup code to deal with spaces etc. in directory names * Cope with "stub" releases in Musicbrainz * Always call glyrc with LC_ALL=C. Thanks to Andreas Vögele for the report and the suggested fix. Closes Issue 83: https://abcde.einval.com/bugzilla/show_bug.cgi?id=50 * Add a link to the CDDB data format in the abcde man page. Closes Issue 81: https://abcde.einval.com/bugzilla/show_bug.cgi?id=81 * More fixups of track number padding. Thanks to John Straw for the patch. -- Steve McIntyre <93sam@debian.org> Thu, 02 Aug 2018 23:07:12 +0800
2018-08-06audio/libvorbis: Fix CVE-2017-14160, CVE-2018-10392, and CVE-2018-10393.snj4-2/+38
Bump PKGREVISION to 1.
2018-08-06freealut: Set _*_SOURCE correctly.jperkin2-1/+24
2018-08-05audio/flite: add a buildlink file.nia1-0/+12
2018-07-31audacity: SunOS build fixes.jperkin5-6/+52
2018-07-31lilv: Fix build on SunOS.jperkin3-3/+20
2018-07-31audacious-plugins: Fix oss4 PLIST entry.jperkin1-2/+2
2018-07-31audacious: Use standard shared library naming on SunOS.jperkin2-4/+9
2018-07-26ocp: Ensure pkgsrc libraries can be found.jperkin2-1/+14
2018-07-26SDL2_mixer: removed unused PKGCONFIG_OVERRIDE linesadam1-9/+1
2018-07-25pulseaudio: updated to 12.2adam6-68/+60
PulseAudio 12.2 The previous release tarball contained a broken configure script, this release fixes the tarball. There are no changes in the source, except for this NEWS file update. PulseAudio 12.1 A bug fix release. * Fixed crash when switching to A2DP bluetooth profile * Fixed plugin search path in module-ladspa-sink * Fixed file permissions for the pipes created by module-pipe-sink and module-pipe-source
2018-07-21vorbis-tools: don't special case sparc sun hosts.maya2-1/+21
GCC doesn't have -mv8. PR pkg/37180.
2018-07-20fdk-aac: updated to 0.1.6adam2-8/+7
0.1.6 - Lots of minor assorted crash/fuzz fixes, mostly for the decoder but also some for the encoder
2018-07-20Recursive revbump from textproc/icu-62.1ryoon16-31/+32
2018-07-20Update to 1.01wen2-7/+7
Upstream changes: 1.01 2018-07-09 - Added Opus codec support. (Jeff Muizelaar) - ADTS: RT #124525, fixed incorrect duration calcuation due to off-by-one error in frame counter. - Added missing license meta name. (manwar)
2018-07-18pulseaudio: add PLIST entries that appear missing in joyent ubuntu builds.maya1-1/+7
presumably from building with alsa option that hasn't been as widely used.
2018-07-18Mark packages that require C++03 (or the GNU variants) if they fail withjoerg12-24/+24
C++14 default language.
2018-07-16libaudiofile: be explicit about needing C99.maya1-2/+2
PR pkg/43947
2018-07-14mpg123: fix mpg123-pulse build failure on NetBSD/i386 8.0_RC2.tsutsui2-4/+5
Fixes PR pkg/53433 by disabling x86 asm that causes text relocations in libmpg123.so. Ok'ed by martin@. Bump PKGREVISION.
2018-07-09py-discogs-client: updated to 2.2.1adam8-40/+52
2.2.1: Unknown changes 2.2.0: Add API User Token
2018-07-09py-beets: updated to 1.4.7adam3-8/+11
1.4.7: This new release includes lots of new features in the importer and the metadata source backends that it uses. We've changed how the beets importer handles non-audio tracks listed in metadata sources like MusicBrainz: * The importer now ignores non-audio tracks (namely, data and video tracks) listed in MusicBrainz. Also, a new option, :ref:ignore_video_tracks, lets you return to the old behavior and include these video tracks. * A new importer option, :ref:ignored_media, can let you skip certain media formats. There are other subtle improvements to metadata handling in the importer: * In the MusicBrainz backend, beets now imports the musicbrainz_releasetrackid field. This is a first step toward * A new importer configuration option, :ref:artist_credit, will tell beets to prefer the artist credit over the artist when autotagging. And there are even more new features: * :doc:/plugins/replaygain: The beet replaygain command now has --force, --write and --nowrite options. * A new importer configuration option, :ref:incremental_skip_later, lets you avoid recording skipped directories to the list of "processed" directories in :ref:incremental mode. This way, you can revisit them later with another import. * :doc:/plugins/fetchart: The configuration options now support finer-grained control via the sources option. You can now specify the search order for different *matching strategies* within different backends. * :doc:/plugins/web: A new cors_supports_credentials configuration option lets in-browser clients communicate with the server even when it is protected by an authorization mechanism (a proxy with HTTP authentication enabled, for example). * A new :doc:/plugins/sonosupdate plugin automatically notifies Sonos controllers to update the music library when the beets library changes. * :doc:/plugins/discogs: The plugin now stores master release IDs into mb_releasegroupid. It also "simulates" track IDs using the release ID and the track list position. * :doc:/plugins/discogs: Fetch the original year from master releases. There are lots and lots of fixes
2018-07-08mpg321: Always init the main_lock semaphoreleot3-13/+19
The changes in mpg321-0.3.2nb1 actually fixed PR pkg/53369 but accidentally broke support for `-K' option. Bump PKGREVISION
2018-07-06Recursive revbump from audio/pulseaudioryoon25-48/+50
2018-07-06Update to 12.0ryoon12-124/+70
Changelog: PulseAudio 12.0 release notes Changes at a glance * Better latency reporting (and hence better A/V sync) with the A2DP bluetooth profile * Much more accurate latency reporting for AirPlay devices * Fixed a crash or high CPU use problem with Intel HDMI LPE * module-switch-on-connect now ignores virtual devices * When using passthrough for compressed audio, set the "non-audio" bit * Prioritize HDMI output over S/PDIF output * HSP support for more bluetooth headsets * Choose the A2DP bluetooth profile by default instead of HSP * New "sink_input_properties" module argument for module-ladspa-sink * New "use_system_clock_for_timing" module argument for module-pipe-sink * module-pipe-sink can now use an existing pipe * Steelseries Arctis 7 USB headset stereo output support * Dell Thunderbolt Dock TB16 speaker jack support * Fixed digital input support for some USB sound cards * Fixed Native Instruments Traktor Audio 6 detection * Ability to disable input or output on macOS * New "dereverb" option for the Speex echo canceller * New module: module-always-source * State files not any more readable by all users in the system mode * module-augment-properties now uses XDG_DATA_DIRS to find .desktop files * Updates for the Vala bindings * The GConf dependency can now be avoided * qpaeq license changed from AGPL to LGPL * qpaeq ported to Qt 5 * Compatibility with glibc 2.27 * The esdcompat tool isn't any more installed if esound support is disabled
2018-07-04*: Move SUBST_STAGE from post-patch to pre-configurejperkin17-35/+35
Performing substitutions during post-patch breaks tools such as mkpatches, making it very difficult to regenerate correct patches after making changes, and often leading to substituted string replacements being committed.