summaryrefslogtreecommitdiff
path: root/audio
AgeCommit message (Collapse)AuthorFilesLines
2018-12-09Removed commented-out PKGREVISIONsadam1-2/+1
2018-12-09revbump after updating textproc/icuadam16-32/+32
2018-12-01Added fasttracker2 entry to Makefile SUBDIRs.fox1-1/+2
2018-12-01Import of Fasttracker II clone beta #120 as audio/fasttracker2.fox6-0/+110
fasttracker2 is a Fasttracker II clone in C using SDL 2. This clone is meant for computers with a modern GPU and CPU (about 2007 or newer recommended). It's also designed for 60Hz refresh rates, so it can act choppy if you're above 60Hz.
2018-12-01libmpdclient: update to 2.16.wiz3-8/+9
libmpdclient 2.16 (2018/10/09) * support MPD protocol 0.19 - "mount", "unmount", "listmounts" * support MPD protocol 0.17 - "load" with range * add mpd_output_get_attribute() * use UINX_MAX instead of `(unsigned)-1` to avoid undefined behavior libmpdclient 2.15 (2018/09/02) * support MPD protocol 0.21 - search: support search expressions - search: descending sort - search: support sorting by "Last-Modified" - song: audio format * support MPD protocol 0.17 - player: command "seekcur" * fix `-Wrestrict` compiler warning
2018-11-30mpc: update to 0.31.wiz2-7/+7
0.31 (2018/10/24) * add commands "queued", "seekthrough", "mount", "unmount" * support "search" with filter expression (MPD 0.21) * support "load" with range * allow only tag names after "list" * fix the Windows build (no strndup()) * make documentation build optional with -Ddocumentation={true|false|auto} * build: require Meson 0.47
2018-11-29Revbump for libcanberra gstreamer change.prlw18-16/+16
2018-11-29Update libcanberra to 0.30prlw15-17/+14
Motivation: Version 0.30 released; Port to GStreamer 1.0. I believe the warning in doc/TODO: o libcanberra-0.28 [drops support for GNOME2; don't update for now -- wiz] comes from: Version 0.28 released; Hook properly into GNOME 3.0 sessions; this drops support for GNOME 2.0 sessions, but not applications. which essentially comes from: index aa0a3a3..210d2c1 100644 --- a/src/libcanberra-login-sound.desktop.in +++ b/src/libcanberra-login-sound.desktop.in @@ -4,6 +4,6 @@ Name=GNOME Login Sound Comment=Plays a sound whenever you log in Exec=@bindir@/canberra-gtk-play --id="desktop-login" --description="GNOME Login" OnlyShowIn=GNOME; -AutostartCondition=GNOME /desktop/gnome/sound/event_sounds +AutostartCondition=GSettings org.gnome.desktop.sound event-sounds X-GNOME-Autostart-Phase=Application X-GNOME-Provides=login-sound AFAICT, given that I have not found a desktop-login audio file anywhere in pkgsrc (there is a login file), --id="desktop-login" will never match, so we can't break something which doesn't work. If this analysis is wrong, changing one line in 2 .desktop files is trivial. Relying on gstreamer 0.10 working is worse.
2018-11-23Recursive revbump from multimedia/libvaryoon14-25/+28
2018-11-14Revbump after cairo 1.16.0 update.kleink83-166/+166
2018-11-13xine-pulse: update to 1.2.9markd1-2/+1
2018-11-13xine-esound: update to 1.2.9markd1-2/+1
2018-11-13xine-alsa: update to 1.2.9markd1-2/+1
2018-11-12*: Add CTF_SUPPORTED/CTF_FILES_SKIP where necessary.jperkin1-1/+4
2018-11-12Recursive revbump from hardbuzz-2.1.1ryoon86-166/+172
2018-11-11enable for all platforms, and pass --disable-sse on non x86 platforms.mrg1-6/+7
with this, audacity runs fine on arm64.
2018-11-01SDL2_mixer: updated to 2.0.4adam4-38/+30
2.0.4: * Removed smpeg support for mp3 music, now that it's replaced by libmpg123 * Fixed mp3 mad decoder to skip tags, which otherwise would lead to crashes * Added support for Opus music playback using opusfile library 2.0.3: * Fixed regression where Mix_Init() would return 0 for available music formats
2018-10-24*: (belatedly) revbump for net/libsoup updateleot6-12/+12
Thanks to <wiz>!
2018-10-24normalize: Force gnu89 on SunOS to work around _POSIX_C_SOURCE.jperkin1-1/+4
It's set in too many files to patch.
2018-10-12Fix a buffer overflow caused by miscalculation of the maximalmartin3-3/+21
VBR header size. Bump revision.
2018-10-02prune unused gnome-doc-utils dependencysnj1-2/+1
ok youri@
2018-09-30Update to 0.9.2. From the changelog:schmonz5-103/+13
mp3splt-gtk version 0.9.2 - added bit reservoir handling for gapless playback option - added @d to output format which is equal to: last directory of the input filename or the filename itself if no directory - dropped out GTK 2.x support - removed gtk3 deprecated symbols and made it look more gtk3-alike ------------------------------------------------------------- mp3splt-gtk version 0.9.1b - bug fix: make sure to separate artist and performer in CUE files for use of @p and @a (libmp3splt) - bug fix on CUE: from INDEX format MM:SS:FF, handle FF as frames instead of hundreths (libmp3splt) - bug fix: issue when having input file inside several recursive symlinks (libmp3splt) - small improvement on CUE: also accept INDEX 1 and not only INDEX 01 (libmp3splt) ------------------------------------------------------------- mp3splt-gtk version 0.9.1a - FLAC: fixed an important bug not allowing to split some files (libmp3splt) ------------------------------------------------------------- mp3splt-gtk version 0.9.1 - FLAC internal cue sheets support - simple MP3 chapter marks support (with no overlap) - added 'Use CDDB/CUE file having similar name as the input file' option in Batch split - optimized amplitude wave drawing time (now consumes less CPU) and make it not to "shake" anymore - added customizable seeks in mp3splt-gtk (patch #7 - thanks to Sašo Živanović) - added quick preview closest splitpoint shortcut and option to stop gstreamer quick preview several milliseconds earlier - added 'preview closest splitpoint & pause' option (feature request #98) - now compiled and delivered by default with gtk+-3.0 on Windows - gstreamer 0.10 support was dropped in favor of the 1.0 version - fixed bug #157: quick preview goes too far - fixed bug #159 with some FLAC files being detected as MP3; also look for the file extension when detecting a file for a plugin (libmp3splt) - fixed bug #160 '---last cue splitpoint--- created at 99 59 99 for mp3 files >100mins' (libmp3splt) - better thread handling to make sure there is no overlap between the GTK thread and the other threads - fixed bug #162 - Tooltip displayed for only a second ------------------------------------------------------------- mp3splt-gtk version 0.9 - experimental FLAC support added - fixed bug: when importing the exported cue file, set splitpoint name if REM NAME found (libmp3splt) - fixed progress bar of ogg vorbis when using the auto adjust option (libmp3splt) - applied patch of #153 [PATCH] mp3splt-gtk 0.8.2 has issues with Automake 1.13(.1), too - fixed bug #151 - remove deprecated category 'Application' from mp3splt-gtk .desktop file ----- pkgsrc changes: - Remove 'gnome' option (requires GNOME 3, not in pkgsrc)
2018-09-30Update to 2.6.2. From the changelog:schmonz2-7/+7
#mp3splt version 2.6.2 - added bit reservoir handling for gapless playback option using the -b parameter (see manual for details) - added @d to output format which is equal to: last directory of the input filename or the filename itself if no directory #mp3splt version 2.6.1b - bug fix: make sure to separate artist and performer in CUE files for use of @p and @a (libmp3splt) - bug fix on CUE: from INDEX format MM:SS:FF, handle FF as frames instead of hundreths (libmp3splt) - bug fix: issue when having input file inside several recursive symlinks (libmp3splt) - small improvement on CUE: also accept INDEX 1 and not only INDEX 01 (libmp3splt) #mp3splt version 2.6.1a - FLAC: fixed an important bug not allowing to split some files (libmp3splt) #mp3splt version 2.6.1 - FLAC internal cue sheets support (-c internal_sheet) - simple MP3 chapter marks support (with no overlap) (-c internal_sheet) - added #161 FLAC option to compute and write MD5 sum in the STREAMINFO metadata block (-M) - fixed bug #159 with some FLAC files being detected as MP3; also look for the file extension when detecting a file for a plugin (libmp3splt) - fixed bug '#160 ---last cue splitpoint--- created at 99 59 99 for mp3 files >100mins' (libmp3splt) - implemented feature request #103: show error message on failure to detect silence added '-p error_if_no_aa' and '-p warn_if_no_aa' parameters to auto-adjust option - patch #9 to fix manpage linking for flacsplt/oggsplt and fixed some warnings #mp3splt version 2.6 - experimental FLAC support added - stdin and stdout are not yet implemented - new --enable-flacsplt_symlink configure option to mp3splt - fixed progress bar of ogg vorbis when using the auto adjust option (libmp3splt)
2018-09-30Oops, missed adding options.mk in previous.schmonz1-0/+44
2018-09-30Update to 0.9.2. From the changelog:schmonz5-33/+18
libmp3splt version 0.9.2 ------------------------------------------------------------- - added bit reservoir handling for gapless playback option - added @d to output format which is equal to: last directory of the input filename or the filename itself if no directory - fixed bug #170 - included stdlib.h in src/plugins.c for getenv() because otherwise segfault on RHEL 5.6 64bits libmp3splt version 0.9.1b ------------------------------------------------------------- - bug fix: make sure to separate artist and performer in CUE files for use of @p and @a - bug fix on CUE: from INDEX format MM:SS:FF, handle FF as frames instead of hundreths - bug fix: issue when having input file inside several recursive symlinks - small improvement on CUE: also accept INDEX 1 and not only INDEX 01 libmp3splt version 0.9.1a ------------------------------------------------------------- - FLAC: fixed an important bug not allowing to split some files libmp3splt version 0.9.1 ------------------------------------------------------------- - FLAC internal cue sheets support - simple MP3 chapter marks support (with no overlap) - added #161 FLAC option to compute and write MD5 sum in the STREAMINFO metadata block - fixed bug #159 with some FLAC files being detected as MP3; also look for the file extension when detecting a file for a plugin - fixed bug '#160 ---last cue splitpoint--- created at 99 59 99 for mp3 files >100mins' (libmp3splt) - fixed bug with FLAC & pretend to split option - patch #8 to fix Werror=format-security in snprintf libmp3splt version 0.9 ------------------------------------------------------------- - experimental FLAC support added - stdin and stdout are not yet implemented - done patch tracker #6 Please support *BSD - Under *BSD, alloca(3) is defined in stdlib.h - fixed progress bar of ogg vorbis when using the auto adjust option - fixed bug #152 libmp3splt trunk: ./autogen.sh does not create file test/Makefile.in - fixed bug #150 - compile error if no libmp3tag around ----- pkgsrc changes: - Add options (all on by default) for flac, id3, mad, pcre, vorbis
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