Commit graph

5430 commits

Author SHA1 Message Date
tnn
6ca705dac4 - Update to wavpack-4.50.1.
- Set LICENSE=modified-bsd
- Give the package to pkgsrc-users

WavPack Library Source Code - 4.50.1
------------------------------------
fixed: alignment fault when manipulating APEv2 tags (non-x86 only)
fixed: build on UNIX via elimination of non-standard strnlen()

wavpack.exe (command-line encoder) - 4.50.1
wvunpack.exe (command-line decoder) - 4.50.1
--------------------------------------------
fixed: checking return value of iconv_open() prevents core dump on Solaris

WavPack Library Source Code - 4.50
----------------------------------
added: dynamic noise shaping for improved hybrid quality
added: option to merge blocks of similar redundancy
added: ability to store and retrieve extra mode level
fixed: alignment fault on some big-endian machines
fixed: compiling with enable-mmx on gcc 4.3.x (thanks Joachim)
improved: allow bitrate to be calculated for files down to 1/10 second
improved: decoding of corrupt files (prevents heap overrun crashes)

wavpack.exe (command-line encoder) - 4.50
-----------------------------------------
added: dynamic noise shaping for improved hybrid quality
added: --channel-order option to reorder nonconforming multichannel files
added: --merge-blocks option to optimize storage of LossyWAV output files
added: ignore -o on Windows for compatibility with Linux version
fixed: alignment fault on some big-endian machines
improved: reformatted and expanded --help display

wvunpack.exe (command-line decoder) - 4.50
------------------------------------------
fixed: don't ignore fractions of seconds in --skip option
added: show extra level and dns status for newer files (-s command)
added: ignore -o on Windows for compatibility with Linux version
improved: decoding of corrupt files (prevents heap overrun crashes)
improved: display bitrate for files down to 1/10 second
2009-07-15 21:02:39 +00:00
hasso
796f01b00d Fix interpreter in two more bash scripts - sync-ldif.sh and sync-evolution.sh.
Bump PKGREVISION.
2009-07-14 19:29:44 +00:00
rafal
d14fb93239 Update shntool to 3.0.10; changelog since 2.0.3 below:
version 3.0.10 (2009-03-30)
  + cat mode: fixed bug that prevented use of the -d option
  + cat mode [win32]: properly write WAVE data to the terminal
  + conv mode [win32]: properly read WAVE data from the terminal

version 3.0.9 (2009-03-18)
  + allow fix mode to fix (essentially postpad) just one file, which is useful
    when using the -c option to check for boundary issues
  + added new global -F option to specify a file containing input filenames
    (most modes will now accept input filenames from a single source, using the
     following order of precedence: file specified by -F option, otherwise
     filenames on the command line, otherwise filenames read from the terminal)

version 3.0.8 (2008-08-27)
  + added new -a option to show default encoder/decoder arguments
  + fixed bug when prompting for overwrite action when stdin was
    already at EOF on certain platforms (e.g. OS X)
  + split mode: handle CUE sheets that contain Unicode BOMs
  + wv format: support self-extracting WavPack files

version 3.0.7 (2008-03-02)
  + support for TAK decoding (requires TAK 1.0.4+)
  + updated MPEG-4 ALS to version RM20, and added output support
  + removed detection of unsupported formats RKAU and WMA

version 3.0.6 (2007-12-16)
  + support for TAK encoding (requires TAK 1.0.3+)

version 3.0.5 (2007-10-22)
  + hash mode: show progress indicators
  + cmp mode: new -c option to specify size of byte-shift comparison buffer

version 3.0.4 (2007-09-07)
  + no longer ignore raw WavPack files (wvunpack creates WAVE header for us)
  + support for TTA 3.4.x as well as TTA encoding
  + fixed display bug in joined mode when input files were not CD-quality
  + split mode: new -m option to allow character manipulation of CUE filenames

version 3.0.3 (2007-06-01)
  + improved use of exit codes
  + mkw format: removed deprecated input kluge
  + split mode: override path separation characters in CUE-generated files

version 3.0.2 (2007-02-18)
  + split mode: -c option works again
  + split mode: support wider range of CUE sheets
  + aiff format: support for sox 13.x

version 3.0.1 (2007-01-24)
  + fixed bug with WavPack format detection on 64-bit systems
  + split mode: fixed bug parsing CUE sheets whose last line lacks a newline
  + added support for MKW files
  + added support for MPEG-4 ALS files (input only)
  + added support for detection of TAK files (no input or output yet)
  + added support for detection of WMA files (no input or output yet)
  + added support for detection of RKAU files (no input or output yet)

version 3.0.0 (2007-01-01)

  [platform support]
  + shntool is now a native windows executable (Cygwin is no longer needed)

  [file formats]
  + added support for WavPack 4.x files
  + added support for m4a (Apple Lossless Audio Codec) files (input only)
  + added support for la (Lossless Audio) files (input only)
  + added support for tta files (input only)
  + added support for bonk files
  + added support for kxs (Kexis) files (input only)
  + added new format 'term' to send output to a terminal (standard output)
  + cust format: correct output filenames now shown (instead of "file.custom")
  + cust format: partially-written output files are now removed on error

  [modes]
  + added new mode 'gen' to generate arbitrary-sized files containing silence
  + added new mode 'trim' to trim silence from front and/or back of files
  + renamed mode 'md5' to 'hash', since it now calculates MD5 and SHA1 hashes
  + hash mode: added option to reorder filenames - may be useful with -c
  + split mode: new -n option to control output count format (01, 001, ...)
  + split mode: support for wider range of CUE sheets
  + split mode: new -t option to name files based on keywords in CUE sheets
  + split mode: fixed bug in which -l option failed with large input files
  + split mode: new -e/-u options for specifying lead-in/lead-out
  + split mode: new -x option to extract specific tracks
  + len mode: show compression ratio for individual files as well as overall
  + len mode: show input file format for each file
  + len mode: new -c/-t options to suppress column names/totals line
  + len mode: configurable units for files and totals
  + conv mode: new -t option to convert WAVE data read from the terminal
  + fix, join and hash modes: filenames can now be sorted automatically using
    a natural sorting algorithm, which orders filenames containing numbers the
    the same way a human would, e.g. "t1.wav, t2.wav, ... t10.wav" instead of
    "t1.wav, t10.wav, t2.wav, ...".  as this was taken from the sources of GNU
    ls (see 'ls -v'), it is considered stable enough to be the default.
    if desired, sorting can still be done interactively, or not at all.

  [global behavior]
  + user-configureable progress types (percentage, dots, spin, faces or none)
  + default overwrite option is now 'ask' - can be overridden with -O option
  + allow on-the-fly renaming when files exist and overwrite option is 'ask'
  + new -H option to show h:mm:ss.{ff,nnn} in output, instead of m:ss.{ff,nnn}
  + new -a and -z options to override default file name prefix and postfix
  + new options -w to suppress warnings and -q to suppress non-critical output
  + converted to getopt - this means long options have become single characters
  + alternate input decoder: -i "fmt decoder [arg1 ... argN]"
  + alternate output ext/encoder: -o "fmt [ext=abc] [encoder [arg1 ... argN]]"
  + in addition to the new -i/-o options above, default encoders/decoders
    and/or their arguments, as well as file extensions, can be overridden
    using any combination of appropriately named environment variables:

      ST_<format>_DEC="decoder [arg1 ... argN]"
      ST_<format>_ENC="[ext=abc] [encoder [arg1 ... argN]]"

    e.g.:

      % ST_SHN_DEC="shorten-2.3b" shntool len *.shn
      % ST_FLAC_ENC="flake - %f" shntool conv -o flac *.wav
      % ST_AIFF_ENC="ext=aif" shntool gen -o aiff -l 1:00
2009-07-14 18:55:59 +00:00
hasso
82500564de Needs msgfmt. 2009-07-14 09:03:04 +00:00
tonio
909782b3bf Bump PKGREVISION, as the last change in faad2 impacts musicpd 2009-07-13 12:57:00 +00:00
tonio
455a80bdc2 Let audio/faad2 install libmp4ff.
It is used by musicpd to play m4a files.

Fixes PR/40584 applying a very similar patch.
2009-07-13 12:55:54 +00:00
wiz
02b4f7400d Fix destdir installation. 2009-07-13 07:07:26 +00:00
hasso
1e6d1a562d Libm is needed on DragonFly as well. Bump PKGREVISION. 2009-07-09 19:10:25 +00:00
drochner
a4a8d03ae0 supports user-destdir 2009-07-08 16:03:50 +00:00
drochner
011c09ed13 supports user-destdir 2009-07-08 16:02:05 +00:00
drochner
1da0042796 supports user-destdir 2009-07-08 15:54:33 +00:00
joerg
3896064ec2 user-destdir support 2009-07-08 15:52:33 +00:00
joerg
209cec4f32 user-destdir support 2009-07-08 15:40:54 +00:00
joerg
f4ab2cdc94 user-destdir support 2009-07-08 15:14:44 +00:00
joerg
12d0a9af7e user-destdir support 2009-07-08 15:02:14 +00:00
joerg
fa845f5a34 user-destdir support 2009-07-08 15:00:28 +00:00
joerg
41f50235f7 user-destdir suppoort 2009-07-08 14:38:35 +00:00
joerg
832963dbea user-destdir 2009-07-08 14:25:32 +00:00
joerg
87d4808711 user-destdir support 2009-07-08 14:12:30 +00:00
joerg
56ce1d5cf7 user-destdir support 2009-07-08 14:02:49 +00:00
joerg
d61c3b641c Provide PY_COMPILE_ALL and PY_COMPILE_O_ALL to compile all Python
sources in a directory (tree) in pversion.mk. Adjust the various places
that called it locally.
2009-07-08 13:55:58 +00:00
joerg
78bc7259cc user-destdir support 2009-07-07 22:17:24 +00:00
joerg
976bcd058b Add patches to work with NetBSD's curses. 2009-07-07 21:18:52 +00:00
drochner
633b7f7d7f +mp3val 2009-07-07 19:37:21 +00:00
drochner
067d0e2466 add mp3val-0.1.8, another mp3 checker 2009-07-07 19:36:19 +00:00
drochner
1c5086e2fb +py-id3lib 2009-07-07 19:15:53 +00:00
drochner
7223932db4 add py-id3lib-0.5.1, another Python module to tag mp3 files 2009-07-07 19:15:01 +00:00
drochner
312a5d61fb +libmtag 2009-07-07 19:06:59 +00:00
drochner
d2afdee035 add py-libmtag-0.3.0, Python bindings for libmtag 2009-07-07 19:04:05 +00:00
drochner
0756b78a6c add libmtag-0.3.1, another mp3 tagging library 2009-07-07 19:02:02 +00:00
drochner
000176567d update to 1.15
changes: bugfixes, minor improvements
2009-07-07 17:56:40 +00:00
drochner
0d898fb8bb update to 3.0.2
sorry, didn't find a changelog
pkgsrc change: pull in libdiscid, makes CD lookup work (eg in picard)
2009-07-07 17:49:00 +00:00
drochner
87b67596b5 update to 0.2.2
changes:
-Addded the discid_get_webservice_url() function
-portability improvements
pkgsrc change: add NetBSD support
2009-07-07 17:44:50 +00:00
joerg
0cf3c8581c user-destdir support 2009-07-07 16:49:05 +00:00
joerg
97efb91df2 user-destdir support 2009-07-07 16:38:39 +00:00
joerg
263934f569 user-destdir support 2009-07-07 15:25:39 +00:00
joerg
2a08316de6 user-destdir support 2009-07-07 15:23:05 +00:00
joerg
c030ebab93 user-destdir support 2009-07-07 15:20:45 +00:00
joerg
42f52a52b2 user-destdir support 2009-07-07 15:05:58 +00:00
joerg
a4126ef687 Clean up patch. Simplify. user-destdir support. 2009-07-07 14:59:00 +00:00
joerg
95d88b1619 Cleanup configure patch. DESTDIR support. Simplify. 2009-07-07 14:45:41 +00:00
joerg
0c10455193 user-destdir support 2009-07-07 14:37:21 +00:00
joerg
4936c2ed5e user-destdir support 2009-07-07 14:18:10 +00:00
obache
837a5e3517 Added minimum buildlink found in lib/libpulse.la (not all libpulse*.la).
Fixes PR#41625.
2009-07-07 10:44:18 +00:00
drochner
93e6fb9764 +mp3diags+picard 2009-07-07 09:42:35 +00:00
drochner
06d1e646d8 add picard-0.11, an mp3 tagger using the "musicbrainz" database 2009-07-07 09:39:21 +00:00
drochner
c565db9165 add mp3diags-0.99.02.020, an mp3 diagnosis tool and tag editor 2009-07-07 09:34:39 +00:00
obache
1416199aa2 Remove trailing white spaces. 2009-07-05 10:42:53 +00:00
joerg
76f5c1b551 Mark packages as MAKE_JOBS_SAFE=no that failed in a bulk build with
MAKE_JOBS=2 and worked without.
2009-06-30 00:07:09 +00:00
joerg
d1438e1b69 Needs Xinerama for modular Xorg. 2009-06-29 15:26:32 +00:00