Commit graph

8072 commits

Author SHA1 Message Date
martin
3fd997936c Fix a buffer overflow caused by miscalculation of the maximal
VBR header size. Bump revision.
2018-10-12 13:51:59 +00:00
snj
57bbabf50b prune unused gnome-doc-utils dependency
ok youri@
2018-10-02 15:54:46 +00:00
schmonz
4ed2854d58 Update to 0.9.2. From the changelog:
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-30 22:30:37 +00:00
schmonz
e2cf6cbb8f Update to 2.6.2. From the changelog:
#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-30 22:30:05 +00:00
schmonz
2ea0faf9b4 Oops, missed adding options.mk in previous. 2018-09-30 22:29:32 +00:00
schmonz
aa314bbc28 Update to 0.9.2. From the changelog:
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-30 22:29:07 +00:00
maya
b941f9073b alure: backport upstream commit reported to help Solaris
Do not use --version-script for Solaris

From Bastian Germann in PR pkg/53641
2018-09-29 18:23:06 +00:00
wiedi
23e6506c4a libmpdclient: link socket lib on SunOS 2018-09-28 20:49:26 +00:00
triaxx
436bc9a9d8 cdparanoia: update distinfo 2018-09-28 08:00:02 +00:00
tnn
dc0bf7a0cf milkytracker: needs zlib 2018-09-28 06:34:32 +00:00
tnn
6c15e7123b rhythmbox: DEPENDS -> BUILD_DEPENDS in previous 2018-09-27 19:54:20 +00:00
tnn
173cbf82ab rhythmbox: needs itstool; also doesn't like python 2.7 2018-09-27 19:47:09 +00:00
triaxx
9c6be253e4 cdparanoia: fix warnings with abs() on FreeBSD 2018-09-27 19:35:08 +00:00
ryoon
fd64fd9073 Use consistent conditional for scsi_inquiry() to fix build on NetBSD 2018-09-27 19:23:09 +00:00
triaxx
a1de9be612 cdparanoia: fix build on FreeBSD
Add comments to patches (not always relevant) to appease pkglint
Bump revision
2018-09-27 15:29:06 +00:00
maya
c5a0b06360 Add alure 2018-09-21 13:25:08 +00:00
maya
ef9662b2e0 Add alure 1.2
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-21 13:24:34 +00:00
maya
28d38330f6 suil: appease pkglint by appending instead of assigning to this variable. 2018-09-17 07:30:31 +00:00
maya
02093fa994 suil: we're using a builtin waf, it is an older one that doesn't support
newer python. restrict to 2.7.

reported by john d. baker in pkgsrc-users
2018-09-17 07:27:40 +00:00
jnemeth
89202c2be7 add and enable filter_audio 2018-09-13 02:45:52 +00:00
maya
97eec540ca filter_audio: add buildlink3.mk
Forgot to cvs add this, it's used by wip/uTox-git.
2018-09-12 19:04:07 +00:00
maya
6d2927b2df Add filter_audio version 0.0.1
Lightweight audio filtering library made from webrtc code
2018-09-12 17:15:56 +00:00
jperkin
1757e6e4a1 pulseaudio: Fix stat64 prototype on SunOS/32-bit. 2018-09-11 16:39:42 +00:00
wiz
0fcc79cf0c *: recursive bump for vala-0.42. 2018-09-03 10:50:17 +00:00
wiz
9bd737fe76 Recursive bump for perl5-5.28.0 2018-08-22 09:42:51 +00:00
wiz
0250020153 *: reset maintainer for drochner 2018-08-19 20:16:39 +00:00
wiz
f61f5c88b0 musicpd: update to 0.20.21.
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-19 17:31:43 +00:00
nia
ba506d8543 pulseaudio: Check for soundcard.h on Linux.
Hopefully fixes the build on linux systems with OSS headers.
2018-08-19 14:37:17 +00:00
wiz
69bfc6ba09 gstreamer1: update to 1.14.2
This release only contains bugfixes and it should be safe to update
from 1.14.x.
2018-08-17 11:50:51 +00:00
triaxx
636ee1b1d6 grip: update to 3.9.0
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-16 21:44:43 +00:00
adam
9d06c0a472 revbump after boost-libs update 2018-08-16 18:54:26 +00:00
wiz
f232b24077 abcde: update to 2.9.2.
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-16 08:37:17 +00:00
snj
effdc9b92c audio/libvorbis: Fix CVE-2017-14160, CVE-2018-10392, and CVE-2018-10393.
Bump PKGREVISION to 1.
2018-08-06 13:25:38 +00:00
jperkin
cca166e65a freealut: Set _*_SOURCE correctly. 2018-08-06 10:58:42 +00:00
nia
a9c146f1cb audio/flite: add a buildlink file. 2018-08-05 17:59:55 +00:00
jperkin
f6b39ed173 audacity: SunOS build fixes. 2018-07-31 21:10:29 +00:00
jperkin
f557d370c0 lilv: Fix build on SunOS. 2018-07-31 15:35:38 +00:00
jperkin
84306c52dc audacious-plugins: Fix oss4 PLIST entry. 2018-07-31 14:01:40 +00:00
jperkin
8f649288be audacious: Use standard shared library naming on SunOS. 2018-07-31 13:46:31 +00:00
jperkin
4050baa99a ocp: Ensure pkgsrc libraries can be found. 2018-07-26 14:11:36 +00:00
adam
2158ef8e80 SDL2_mixer: removed unused PKGCONFIG_OVERRIDE lines 2018-07-26 08:02:24 +00:00
adam
16c2acc5e3 pulseaudio: updated to 12.2
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-25 12:15:59 +00:00
maya
7037d2a6a4 vorbis-tools: don't special case sparc sun hosts.
GCC doesn't have -mv8.

PR pkg/37180.
2018-07-21 21:26:53 +00:00
adam
3e41bfab1e fdk-aac: updated to 0.1.6
0.1.6
 - Lots of minor assorted crash/fuzz fixes, mostly for the decoder but
   also some for the encoder
2018-07-20 07:08:32 +00:00
ryoon
b9c1e1d533 Recursive revbump from textproc/icu-62.1 2018-07-20 03:33:47 +00:00
wen
b23043dd35 Update to 1.01
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-20 03:31:16 +00:00
maya
5023a541e1 pulseaudio: add PLIST entries that appear missing in joyent ubuntu builds.
presumably from building with alsa option that hasn't been as widely used.
2018-07-18 23:35:17 +00:00
joerg
a19083df44 Mark packages that require C++03 (or the GNU variants) if they fail with
C++14 default language.
2018-07-18 00:06:10 +00:00
maya
9259acce51 libaudiofile: be explicit about needing C99.
PR pkg/43947
2018-07-16 21:22:32 +00:00
tsutsui
ece476e7b8 mpg123: fix mpg123-pulse build failure on NetBSD/i386 8.0_RC2.
Fixes PR pkg/53433 by disabling x86 asm that causes text relocations
in libmpg123.so.  Ok'ed by martin@.
Bump PKGREVISION.
2018-07-14 17:12:56 +00:00