Commit graph

6949 commits

Author SHA1 Message Date
drochner
1107a96d66 update to 1.3.2
changes:
-new "echonest" and "mpdstats" plugins
-improvements to "duplicates", "lastgenre" and "lyrics" plugins
-fixes
2014-01-15 16:17:23 +00:00
wiz
cb02a58faa Fix .so usage in man pages. From Hakan Engvall in PR 48520.
Bump PKGREVISION.
2014-01-14 19:38:18 +00:00
jperkin
c84d98ab9c Fix build with Apple GCC 4.2.1. 2014-01-13 14:53:37 +00:00
adam
41e677f366 Revbump after updating tcl/tk. 2014-01-11 14:42:00 +00:00
joerg
ead765d8d6 Use standard headers. 2014-01-10 20:01:02 +00:00
pho
7143e8d8c0 Fix build on Darwin. 2014-01-10 08:58:01 +00:00
jperkin
7da3749201 Add SunOS support. 2014-01-09 16:55:16 +00:00
jperkin
1471db9879 Add more libraries required for SunOS. 2014-01-09 15:23:32 +00:00
wiz
134ec05ea9 Use correct type to fix this on big-endian hosts.
From Dave Tyson on pkgsrc-users 20140108,
"libcddb fails to work properly on big-endian systems"

Bump PKGREVISION.
2014-01-09 13:05:20 +00:00
jperkin
13746232a9 Needs bzip2, bml, libgsf and hal. Sort includes. 2014-01-09 12:19:43 +00:00
joerg
4887572b7c Racy build 2014-01-06 22:11:01 +00:00
wiz
d456ef4602 Add default-off pulseaudio option.
Bump PKGREVISION for the people who have pulseaudio in their default-on
global options.
2014-01-05 23:18:49 +00:00
wiz
38bfbe84a1 Add gmake build dependency.
Add doc option to enable building documentation, defaulting to off.
Bump PKGREVISION, even though package didn't package before except if
you had doxygen installed.
2014-01-05 19:56:50 +00:00
wiz
2f2cd85f76 Remove an unneeded patch, and change a patch so it matches what was
committed upstream.
2014-01-04 22:57:19 +00:00
wiz
e5da44c710 Add upstream SVN commit revision. 2014-01-04 15:11:43 +00:00
wiz
828f0b07b2 Update to 2.1.9:
2.1.9 - 2014-01-04 :
====================

    * Lots of general refactoring and stability improvements
    * Replace most mini buttons with GtkEntry icons
    * Many memory leak and invalid read fixes, found with Valgrind, cppcheck
      and the CLang static analyzer
    * Fix crash when the MusicBrainz CDDB search fails
    * Remove ancient libmpg123 code and use id3lib for reading the MPEG header
    * Use GtkDialog for child windows
    * Many fixes when building for MinGW
    * Rearrange menus and adjust keyboard accelerators to better fit with the
      GNOME HIG
    * Abhinav Jangda’s numerous bug fixes and porting to GIO/GFile
    * Darshan’s column resizing and reordering patches
    * Use GApplication for application life cycle
    * Remove several custom icons and instead use the themed equivalents
    * Do not split FLAC and Ogg tags by default
    * Drop old Vorbis comment compatibility (XMMS and COMMENT fields)
    * Mathias Reineke’s total tracks support, and several other fixes
    * Adrian Bunk’s FLAC ID3 tag and obsolete translation improvements
    * Do not set a custom wmclass on the scanner window
    * Stop installing TODO, HACKING and THANKS files
    * DocBook XML man page
    * Marius Gavrilescu’s improvement for illustration image filenames
    * Dominique Leuenberger’s licence and build improvements
    * Florian Müllner’s GTK+ 3 deprecation fixes
    * Ekaterina Gerasimova’s Mallard help, and removal of the outdated user
      guide
    * Enrico Nicoletto, Rafael Ferreira and Antonio Fernandes C. Neto’s
      Brazilian Portuguese translation updates
    * Marek Černocký’s Czech translation update
    * Osman Karagöz’s Turkish translation
    * Gil Forcada’s Catalan translation
    * Balázs Úr’s Hungarian translation update
    * Christian Kirbach’s German translation update
    * Aurimas Černius’s Lithuanian translation update
    * Stas Solovey’s Russian translation update
    * Matej Urbančič and Martin Srebotnjak’s Slovenian translation updates
    * Мирослав Николић’s Serbian translation update
    * Piotr Drąg’s Polish translation update
    * Milagros Infante Montero’s Spanish translation update
2014-01-04 12:31:31 +00:00
wiz
5ca07b6c8b Remove unnecessary chunk (after communication with upstream).
This is C++, so "struct" is not necessary.
2014-01-02 22:18:37 +00:00
wiz
8ab7ebea05 Update to 2.9:
libmpdclient 2.9 (2013/10/29)
* directory: support attribute "Last-Modified"
* support MPD protocol 0.18
  - command "readcomments"
  - command "toggleoutput"
  - command "volume"
  - the "base" constraint for commands "find"/"search"
2014-01-02 19:42:08 +00:00
wiz
130b1a031e Fix build with clang, mostly from upstream. 2014-01-02 15:52:56 +00:00
ryoon
af276dd537 Update to 0.1.8
* opusenc required audio/flac

Changelog:
opus-tools 0.1.8
This release fixes a memory corruption bug with FLAC album art
handling.

opus-tools 0.1.7
This release has numerious build fixes, including updated Visual
Studio project files to match similar changes in the opus package.
Support encoding from FLAC files. Metadata tag support, including
album art. Use the new surround encoder API in opus 1.0.3. The
opusenc --uncoupled switch no longer works.
2014-01-02 14:52:10 +00:00
ryoon
51425d9e51 Change PKGNAME to libopus from opus, follow directory name,
and update to 1.1

Changelog:
Opus 1.1 includes:

    new analysis code and tuning that significantly improves encoding quality, especially for variable-bitrate (VBR),
    automatic detection of speech or music to decide which encoding mode to use,
    surround with good quality at 128 kbps for 5.1 and usable down to 48 kbps, and
    speed improvements on all architectures, especially ARM, where decoding uses around 40% less CPU and encoding uses around 30% less CPU.
2014-01-02 14:43:21 +00:00
dholland
05a036ce52 Taking the absolute value of the difference of two things doesn't work
if the difference is unsigned. Do something else instead. (It is
backup logic for the clock going backwards while fading out the splash
screen, so it's not exactly critical.) Caught by the Solaris C++
compiler, which warns if you try to pass an unsigned value to abs().
PKGREVISION++.
2014-01-02 06:45:47 +00:00
dholland
0e11bd5e15 whitespace 2014-01-02 06:34:14 +00:00
dholland
0d34433613 Needs msgfmt, seen in solaris bulk build 2014-01-02 06:12:50 +00:00
schmonz
fa6bbb00c7 64-bit build fails; force 32-bit (via Homebrew). 2014-01-01 15:05:37 +00:00
wiz
e03c03b6dc Recursive PKGREVISION bump for libgcrypt-1.6.0 shlib major bump. 2014-01-01 11:52:02 +00:00
ryoon
3149969630 Fix build on Fedora 22. 2014-01-01 03:03:01 +00:00
wiz
d33dfdeb7c Reset maintainer for resigned developers. 2013-12-23 11:57:02 +00:00
joerg
fa5ef876a5 When using deprecated features, it helps to not disable them first. 2013-12-18 17:53:44 +00:00
asau
9cc08a125a Use "cpuset_t" on FreeBSD, this lets the package build. 2013-12-16 19:00:03 +00:00
asau
95aaeb96c3 Disable capabilities on FreeBSD, incompatible implementation. 2013-12-16 11:59:56 +00:00
asau
b20e05c76e Fix the build on FreeBSD 9, FreeBSD uses sys/soundcard.h nowadays. 2013-12-15 20:33:47 +00:00
asau
b3f3f10a02 FreeBSD 9 doesn't have alloca.h, alloca() is declared in stdlib.h 2013-12-15 20:19:08 +00:00
asau
99287c2a5e FreeBSD 9 uses sys/soundcard.h 2013-12-15 20:14:16 +00:00
joerg
18eb106681 DIR is reserved for dirent.h, so use a different type name. 2013-12-15 19:36:02 +00:00
jperkin
ad8619ef99 Disable -fvisibility-hidden on SunOS. 2013-12-13 16:21:29 +00:00
jperkin
b14ce6342b Make package build on SunOS. The end result is mostly non-functional as it
is missing SCSI and CDDA support, however this does enable a number of other
packages to now build, many of which do not depend on working cdparanoia for
their own functionality.
2013-12-12 16:41:32 +00:00
jperkin
1b8f2b945c Fix pow() argument types, fixes SunOS. Patch from Sebastian Wiedenroth. 2013-12-10 14:23:44 +00:00
jperkin
aa9a77a068 Fix inttypes on SunOS. Patch from Sebastian Wiedenroth. 2013-12-10 14:21:43 +00:00
rxg
7380e5c397 Closed PR 48323, up max sampling rate to 192 kHz.
Bump the version.
2013-12-10 07:14:45 +00:00
obache
9b57b4605a Fix/Update DEPENDS paterns for perl CORE modules, with some trivial fixes.
Bump PKGREVISION for runtime dependency pattern changed packages.
2013-12-09 14:17:41 +00:00
wiz
14ec4aa99f Update to 0.25:
0.25 (2013/11/09)
* fix "insert" with directory argument
* optimize tab completion commands
* do character set conversion for tab completion commands
* require libmpdclient 2.3, MPD 0.16

0.24 (2013/10/29)
* configure.ac: fix syntax error
* new command "toggleoutput"
* use the "volume" command on MPD 0.18
* fix search/find with "filename" constraint
* add search/find with "base" constraint
* don't strip trailing slashes from absolute URLs
2013-12-06 13:39:34 +00:00
drochner
d7dcb3da87 update to 1.3.1
changes:
-database can contain arbitrary attributes now
-Add Opus audio support
-You can now transcode files to any audio format, rather than just MP3
-can guess tags from the filenames during import
-new id3v23 config option, writed tags in old format
2013-12-04 16:58:17 +00:00
drochner
d275e521ec sync w/ base pkg 2013-12-04 16:48:21 +00:00
drochner
d4c5d89717 update to 1.22
changes: minor fixes and improvements
2013-12-04 16:47:32 +00:00
drochner
0306d17bbc reset PKGREV for base pkg update 2013-12-04 11:37:45 +00:00
wiz
b667fb3d34 Recognize new json-c library name. 2013-11-30 12:34:52 +00:00
wiz
bd9eea67da PKGREVISION bump for json-c shlib rename. 2013-11-25 12:00:45 +00:00
wiz
6aa493a933 Bump PKGREVISION for stat syscall fix for NetBSD-6+. 2013-11-25 10:14:51 +00:00
wiz
115f36fb5c Use correct stat syscall on NetBSD-6 and newer.
Based on PR 48405 by Nat Sloss.
2013-11-25 10:14:37 +00:00