Commit graph

7145 commits

Author SHA1 Message Date
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
wiz
2b187b311a Fix typo and whitespace in comment. 2013-11-25 10:13:56 +00:00
drochner
240c7013d5 +quodlibet2 2013-11-23 13:59:10 +00:00
drochner
2b9a0cfdd3 add quodlibet-2.6.3, a media player/tagger, from Sergey Svishchev
per pkgsrc-wip
2013-11-23 13:58:13 +00:00
adam
81059da3bd Revbump after updating devel/boost-libs 2013-11-20 20:04:35 +00:00
obache
be6a7bf66d recursive bump from boost-lib shlib major bump. 2013-11-20 13:23:41 +00:00
markd
74b1e8220f Update to 2.8.0
VERSION 2.8
  FEATURES:
   * Tracks from Recently Played List widget can now directly be added to
     the playlist.

  CHANGES:
   * The Jamendo service now uses a higher quality MP3 format instead of
     Ogg Vorbis.
   * Added an option whether adding tracks to playlist should start playing.
   * Amarok now depends on Qt 4.8.3.
   * Amarok now uses FindFFMpeg.cmake from kdelibs

  BUGFIXES:
   Various

VERSION 2.7
  CHANGES:
    * Files page has been made more intuitive by making Places the root
      view and significantly improving breadcrumbs behaviour.
    * Make dropping large directories into playlist more responsive by
      reading track metadata asynchronously in a background thread.
    * Harmonize keyboard, mouse and context menu behaviour of the Files
      pane so that it matches Local Music and Saved Playlists panes.
    * Last.fm Skip button re-added after being removed in Beta by error.
    * Podcast episodes are now loaded asynchronously on startup to reduce
      delays.
    * Removed alpha state and not really working spectrum analyzer applet.

  BUGFIXES:
   Various
2013-11-18 10:53:44 +00:00
dholland
11016b259d Improve the workaround for what is now PR 48385. 2013-11-18 02:22:30 +00:00
dholland
688bede3a4 Add workaround for the looping I've been seeing building into tmpfs.
It seems to be a gmake bug; I'm looking into that.
2013-11-17 16:25:09 +00:00
shattered
bd416fcbfe Update to 4.0.6. Changes:
- Rewrite player to use libxmp 4.0
- Give Pulseaudio higher priority than ALSA
- Give ALSA output higher priority than OSS
- Fix native-endian coreaudio output
- Fix module-specifc flags to override built-in quirks
- Fix loop when skipping to first file and it's not playable

- Add commands '<' and '>' to jump to previous/next sequence
- Add command 'z' to toggle the subsong explorer on/off
- Add option -z <num> to play a specified sequence
- Add option -Z to play all sequences in module
- Add option --loop-all to loop over entire module list
2013-11-16 07:41:02 +00:00
shattered
c352a1b8ab Add libxmp. 2013-11-16 07:35:13 +00:00
shattered
7f656e501f Import libxmp-4.2.0 as audio/libxmp.
This is the Extended Module Player library, a part of open source module
player for UNIX distributed under the terms of the GNU GPL.
2013-11-16 07:34:24 +00:00
adam
ae61b05948 Don't inline when using Clang. 2013-10-30 18:59:06 +00:00
jperkin
7621ab06b2 USE_LANGUAGES=c99, fixes build on SunOS. 2013-10-29 10:34:30 +00:00
joerg
aab9151943 Expect the compiler to know when to inline functions used only once. 2013-10-28 23:44:08 +00:00
joerg
bc78ce78fa Don't use -frename-registers or play with the inline limits. 2013-10-28 23:43:35 +00:00
joerg
b7c07478d4 Don't use -fcheck-new. With exceptions, it won't happen anyway and even
without, malloc() is unlikely to ever fail.
2013-10-28 23:43:03 +00:00
joerg
649500e1ed Don't force the -lgcc_s use with Clang. Just expect the system is new
enough to have properly linked C++ runtime.
2013-10-28 23:42:18 +00:00
adam
cb4fc73081 Avoid -fgnu89-inline when using Clang 2013-10-27 20:05:14 +00:00
jperkin
7f68284231 Fix build on OSX 10.6, and possibly later. 2013-10-24 17:48:53 +00:00
ryoon
935f67a1e2 Revbump from devel/py-game update 2013-10-24 12:32:38 +00:00
obache
687e71fb4d fixes i486 magic condition. 2013-10-24 06:08:44 +00:00
drochner
f2a29bed38 update to 1.2.2
changes: bugfixes

(I know that 1.3.1 is out. I've given 1.2.2 some testing, so I'm
adding it as a checkpoint first.)
2013-10-23 19:32:12 +00:00
jperkin
a6d01b3f80 Add -lsocket -lnsl on SunOS. Fix from Sebastian Wiedenroth. 2013-10-23 17:11:09 +00:00
drochner
d079ee6d67 update to 2.3.1
changes: added support for WebM streams, Opus

approved by The Maintainer
2013-10-22 19:31:26 +00:00
drochner
be66ea3651 update to 2.3.3
changes:
-fixed 3 security issues:
 -Improved HTTPS cipher handling and added support for chained certificates
 -Allow the source password to be undefined
 -Prevent error log injection of control characters by substituting
  non-alphanumeric characters with a '.' (CVE-2011-4612)
-Bugfixes
-Sources can now be authenticated via URL, like listeners
-XSL update

pkgsrc change:
don't set the "chroot" flag in the installed sample config file -- this
configuration doesn't work without further work because the web server
misses its data files in the sandbox

approved by The Maintainer
2013-10-22 19:27:52 +00:00
wiz
ca48b9976d Improve. 2013-10-20 20:11:01 +00:00
joerg
3f2a284dd4 Prefix rpath option with -Wl. 2013-10-20 18:20:23 +00:00
joerg
e005882628 Fix rpath option and hard-coded /usr/pkg references. 2013-10-20 18:20:00 +00:00
wiz
f93305fce7 Update to 3.3.3:
This is a stable release with minor bugfixes and a new feature, a
new umx file loader. It fixes a memory leak, an invalid read upon
backwards position jumps, and documentation problems, and adds
cleanups.
2013-10-19 13:32:00 +00:00
adam
63c018902c Revbump after updating textproc/icu 2013-10-19 09:06:55 +00:00
bsiegert
11eb68bbc8 Fix a common mistake in many different packages: POSIX says that when using
pax -rw, the destination directory must exist. pax in NetBSD creates it if
not, pax in MirBSD complains. I read through all pkgsrc Makefiles that use
pax and added an entry to INSTALLATION_DIRS, or an INSTALL_DATA_DIR
invocation.

I did not test all the changes but they should be fairly safe. If you notice
any breakage because of this change, please contact me.
2013-10-18 11:41:17 +00:00
wiz
7d737cd785 recursive bump for audio/taglib shlib major bump 2013-10-17 07:56:39 +00:00
wiz
92bafd3e2c Update to 1.9.1.
TagLib 1.9.1 (Oct 8, 2013)
==========================

 * Fixed binary incompatible change in TagLib::Map and TagLib::List.
 * Fixed constructing String from ByteVector.
 * Fixed compilation on MSVC with the /Zc:wchar_t- option.
 * Fixed detecting of RIFF files with invalid chunk sizes.
 * Added TagLib::MP4::PropertyMap::codec().

TagLib 1.9 (Oct 6, 2013)
========================

 * Added support for the Ogg Opus file format.
 * Added support for INFO tags in WAV files.
 * Changed FileStream to use Windows file API.
 * Included taglib-config.cmd script for Windows.
 * New ID3v1::Tag methods for working directly with genre numbers.
 * New MPEG::File methods for checking which tags are saved in the file.
 * Added support for the PropertyMap API to ASF and MP4 files.
 * Added MusicBrainz identifiers to the PropertyMap API.
 * Allowed reading of MP4 cover art without an explicitly specified format.
 * Better parsing of corrupted FLAC files.
 * Fixed saving of PropertyMap comments without description into ID3v2 tags.
 * Fixed crash when parsing certain XM files.
 * Fixed compilation of unit test with clang.
 * Better handling of files that can't be open or have read-only permissions.
 * Improved atomic reference counting.
 * New hookable API for debug messages.
 * More complete Windows install instructions.
 * Many smaller bug fixes and performance improvements.
2013-10-17 07:30:39 +00:00
roy
d7ef41189d Use system curses instead of ncurses 2013-10-15 13:38:19 +00:00
roy
e6532725a9 MuSE is build without ncurses, so drop the dependency 2013-10-15 09:58:15 +00:00
roy
466a252643 mp3blaster can use system curses 2013-10-15 09:44:06 +00:00
roy
5e5d445808 Use curses.buildlink3.mk instead of ncurses directly. 2013-10-15 09:37:59 +00:00
roy
bfeafda66c Fix distinfo 2013-10-15 07:09:19 +00:00
roy
4bd0516260 NetBSD curses works fine. 2013-10-14 13:47:31 +00:00
roy
6a925ea4ba Drop dependency on ncurses as system curses works fine.
Regenrate patchset.
2013-10-14 13:33:31 +00:00
roy
9109fa6d98 aumix can work with any curses. 2013-10-14 13:20:06 +00:00
roy
6f19d7176e aumix requires curses, not ncurses. 2013-10-14 13:02:39 +00:00
roy
e831faf1e5 No need to depend on ncurses. 2013-10-14 10:44:44 +00:00
roy
d1e2020764 Festival really uses termcap, not curses. 2013-10-11 11:16:12 +00:00
ryoon
3fba1a52dd Recursive revbump from pango-1.36.0 2013-10-10 14:41:44 +00:00
roy
d98ce74985 Bump for curses removal 2013-10-10 11:06:11 +00:00
roy
d99c97076e lame uses termcap, not curses 2013-10-10 10:49:30 +00:00
wiz
6068eaecf6 recursive bump for libmng-2.0.2 shlib major bump and dependency change 2013-10-09 17:39:01 +00:00
obache
90972c8b25 Update sptk to 3.6.
PR pkg/48279 by ISIHARA Takanori.

Version 3.6:
 * add -o option to 'minmax' command to output maximum, minimum or both values.
 * add -o 4 option to 'vstat' command to output medians.
 * add options to 'vopr' command to deal with relational operators, arithmetic/
   geometric mean, and ceiling/flooring.
 * add -T option to 'smcep' command to specifiy emphasized frequency.
 * add -E option to 'gcep', 'mcep', 'mgcep', 'spec', 'smcep' and 'uels' command
   to specify floor in dB.
 * add -F option to 'gmm' command to read initial GMM parameter file.
 * add -L and -R option to 'wav2raw' command to deal with stereo wav file.
 * add 'gseries', 'ifftr', 'mlsacheck', 'symmetrize' and 'transpose' command.
 * change -f option of 'lbg' command into -F option.
 * unify option to specify sampling frequency into -s option.
 * fix 'x2x', 'dmp' and 'fd' command to read format string without space in
   front of '%'.
 * bug fixes.
2013-10-07 13:06:04 +00:00
wiz
5b2d899560 Update to 3.3.2:
Summary of changes between libmikmod 3.2.0 and libmikmod 3.3.2 ():
==========================================================================

libmikmod 3.3.2 was released on 05-Oct-2013.

This is a serious bug fix release after the previous 3.2.0 series, with
some additional new features. All who are using libmikmod-3.2.0 (or the
interim 3.3.1-beta) must upgrade to the new libmikmod-3.3.2 version.

THANKS

- Paul Spark <sparkynz74@gmail.com> for Microsoft Visual C 6.0 fixes.
- Ozkan Sezer: many changes.

NEW FEATURES

- New CMake build system.
- Updated configury, support for cross-compilation, support for building
  in a separate directory, support latest autotools.
- New SDL driver - works both with SDL-1.2.x and with SDL2, supports
  floating point output if compiled against SDL2.
- New OpenAL driver, originally suggested by 'kervala', with fixes and
  updates and with floating point output support.
- The multi-platform SDL and OpenAL drivers, if they are compiled, have
  priority over OS-specific hw drivers for MikMod_RegisterAllDrivers().
- New windows xaudio2 driver, originally suggested by 'honza.c', with
  updates, xaudio2.8 support and with floating point output support.
- ALSA driver now supports only the contemporary ALSA 1.0.x versions.
  All of the ancient ALSA 0.3.x-0.4.x code were removed.
- Floating point output mode support for ALSA, OSS, Direct Sound, WinMM
  drivers and for WAV file writer.
- The pipe and stdout drivers are now configurable
- Raw file-writer now has the lowest priority among the file-writers.
- GCC elf and macho symbol visibility attributes now supported.
- Windows: dllexport/dllimport attributes work properly for MinGW[-w64],
  as well as windows compilers. Static builds using MSVC, LCC, etc are
  now named mikmod_static.lib. When compiling against static libmikmod,
  MIKMOD_STATIC should be defined so that dllimport wouldn't be assumed.

BUGFIXES

- ALSA fixes from Fedora.
- ALSA fixes for "Write error: File descriptor in bad state" crashes,
  e.g. RedHat bug #915121. Now works stable.
- ESD (esound) updates from Fedora. Add esd back to configury which was
  removed in 3.2.0b3, now requiring >= 0.2.18.
- Minor OSS fixes.
- The NAS driver now actually compiles.
- 64 bit detection fixes.
- Fix BOOL type use all over the source.
- Several const correctness fixes.
- Fixes for CVE-2007-6720 and CVE-2009-0179.
- mmio: memreader fixes and updates.
- Fixes for access violations introduced in 3.2.0b3.
- Fixes for broken memory allocation wrappers introduced in 3.2.0b3.
- Fix MikMod_strerror() might read beyond end of a static array.
- Fix looping volume in Player_SetVolume(), based on an old patch by
  Yi-Huang Han.
- XM loader now reads songlength amount of orders from the file and
  then seeks to mh->headersize+60 (sf.net bug #10.)
- Fix "unclick" code to consider loop lengths shorter than 16: fixes
  crashes seen with several xm files (sf.net bug #12, mpd bug #3425.)
- Mac OS X: new standalone makefile with cross-compilation support.
- DJGPP build fixes.
- Windows: fixes/updates, win64 fully supported. MinGW[-w64] fully
  supported along with MSVC and LCC. new standalone MinGW makefile with
  cross-compilation support.
- SIMD (AltiVec and SSE2) option is now disabled by default. Can be
  enabled by --enable-simd configury option, similarly with cmake. (the
  standalone makefiles or project files are added instructions on how to
  enable the feature if required.)
- Many compiler warning fixes, other small cleanups.
2013-10-06 16:09:00 +00:00
wiz
5d55a38a3c Set LICENSE. 2013-10-03 12:19:57 +00:00
wiz
20c6f2f0e0 Improve description. 2013-10-03 12:19:52 +00:00
drochner
6ccaa27a4f +libxspf 2013-10-03 11:16:58 +00:00
drochner
237c859f6a add libxspf-1.2.0, a library to handle xspf playlists 2013-10-03 11:15:39 +00:00
drochner
d891122435 update to 14.4.1
changes:
-Re-enable file-type detection when reading from a pipe
-bugfixes
2013-10-02 14:21:27 +00:00
drochner
9452dca7c9 update to 0.23
changes:
-implement the client-to-client protocol
-new command "cdprev"
-make "mv" a shortcut for "move"
-support absolute paths in "add" and "update"
-more UI improvements
-bugfixes, documentation improvements

approved by simonb
2013-10-02 14:17:25 +00:00
wiz
4503d9328d + gmpc-alarm 2013-10-02 11:43:42 +00:00
wiz
65c567858c Import gmpc-alarm-11.8.16 as audio/gmpc-alarm.
The GNOME Music Player Client is a GTK+ client for remote access,
control and playlist management of the Music Player Daemon featuring
ID3 Support and a tray icon for your notification area.

The Alarm Timer plugin turns your music player into an alarm, set
the time in at which it must go off and the rest is done by gmpc.
2013-10-02 11:43:37 +00:00
wiz
b3dcac811f + gmpc-wikipedia 2013-10-02 11:38:23 +00:00
wiz
018056d3a6 Import gmpc-wikipedia-11.8.16 as audio/gmpc-wikipedia.
The GNOME Music Player Client is a GTK+ client for remote access,
control and playlist management of the Music Player Daemon featuring
ID3 Support and a tray icon for your notification area.

This package contains plugin that shows the Wikipedia page of the
currently playing artist.

The information is shown in a new tab of the player.
2013-10-02 11:38:14 +00:00
wiz
f8adc06f1d + gmpc-libnotify 2013-10-02 11:33:48 +00:00
wiz
792d4985cd Import gmpc-libnotify-11.8.16 as audio/gmpc-libnotify.
The GNOME Music Player Client is a GTK+ client for remote access,
control and playlist management of the Music Player Daemon featuring
ID3 Support and a tray icon for your notification area.

The Libnotify plugin is a misc plugin for gmpc. The plugin uses
libnotify to send messages to the notification-daemon on song
change. It will show the song title, artist, album (date) and genre.
It will also display the album cover if available.

It can act as a replacement for the built-in notification.
2013-10-02 11:33:34 +00:00
wiz
6def1e82cd + gmpc-jamendo 2013-10-02 11:28:51 +00:00
wiz
71548a78f3 Import gmpc-jamendo-11.8.16 as audio/gmpc-jamendo.
The GNOME Music Player Client is a GTK+ client for remote access,
control and playlist management of the Music Player Daemon featuring
ID3 Support and a tray icon for your notification area.

The jamendo plugin allows you to browse and preview music available
on jamendo.
2013-10-02 11:28:40 +00:00
wiz
8be7187bf4 Remove two plugins that are not supported any longer with gmpc-11.8.16. 2013-10-02 11:23:46 +00:00
wiz
6dbdcc5dd5 Update to 11.8.16: changes not documented. 2013-10-02 11:22:41 +00:00
wiz
dc2e92ce3b Update to 11.8.16: changes not documented. 2013-10-02 11:19:08 +00:00
wiz
7ac8deaed9 Update to 11.8.16: changes not documented. 2013-10-02 11:15:21 +00:00
wiz
5ff7fbdf0f Update to 11.8.16: changes not documented. 2013-10-02 11:13:59 +00:00
wiz
e37d6d4473 Update to 11.8.16: Changes not documented. 2013-10-02 11:11:41 +00:00
drochner
86ae5321c2 update to 0.21
changes:
-add a chat screen for communication with other clients on the same server
-misc fixes and UI improvements
-added Polish translation
2013-10-01 17:50:57 +00:00
drochner
6289e67e61 update to 11.8.17
changes unknown, comes with gmpc
2013-10-01 16:07:02 +00:00
drochner
85669487af update to 11.8.16
changes:
-New Albumview
-Better fullscreen support
-Easycommand update
-GNOME Integrated Manual
2013-10-01 16:03:30 +00:00
drochner
eee81e5de6 update to 2.8
changes:
-status: add nextsong/nextsongid support
-extend support for song priorities
2013-10-01 15:29:11 +00:00
drochner
d828f66375 update to 0.17.5
It fixes two protocol bugs and a crash in the mikmod decoder plugin.

pkgsrc note: updated the sample config file for current reality
2013-10-01 15:21:44 +00:00
obache
eb929bf6c1 mysql-5.0 had been removed from pkgsrc. 2013-09-19 04:58:50 +00:00
jperkin
9df2f5e7f4 Avoid "error: call of overloaded 'pow(int, unsigned int)' is ambiguous". 2013-09-13 09:11:13 +00:00
taca
d48b56009a Update ruby-taglib to 0.6.0.
## 0.6.0 (2013-04-26)

* Add support for TagLib::MP4 (#3, by @jacobvosmaer)
* Add support for TagLib::ID3v2::Header (#19, by @kaethorn)
* Support saving ID3v2.3 with TagLib::MPEG::File#save (#17)
  *  Note that this requires at least TagLib 1.8, and due to 1.8.0
     having an incorrect version number in the headers, it currently
     requires master. See issue #17 for details.
* Fix segfault when passing a non-String to a String argument
* Documentation updates
2013-09-11 15:11:33 +00:00
wiz
4b1d5cca33 Update to 1.222:
------------------------------------------
version 1.222 at 2013-08-15 07:12:54 +0000
------------------------------------------

  Change: 3161b01391d7ec55d7fd8f06b6de9ceb31126416
  Author: Rocco Caputo <rcaputo@cpan.org>
  Date : 2013-08-15 03:03:53 +0000

    Automate more of dist.ini.

------------------------------------------
version 1.221 at 2013-08-04 06:13:24 +0000
------------------------------------------

  Change: 4e0b8cc01214485a5d4f40b7318f2646f84c5ccb
  Author: Rocco Caputo <rcaputo@cpan.org>
  Date : 2013-08-04 02:13:24 +0000

    Add .gitignore and MANIFEST.SKIP to ignore build artifacts.

    Releases will fail because the release built artifacts look like
    untracked files. Ignore them in .gitignore. Also ignore temporary
    files in MANIFEST.SKIP.

  Change: c5467dc4260c3ceb57e8253957c1449d3d00617a
  Author: Rocco Caputo <rcaputo@cpan.org>
  Date : 2013-08-04 02:01:30 +0000

    [rt.cpan.org 65060] Don't destroy the server list when connections
    fail.

    Connections may fail for transient reasons. It's better to assume the
    servers will come back eventually and take the performance hit on
    reconnect than to exhaust the list and never succeed again.

    If this fix helps you, thank Timo Santi for reporting the bug.

  Change: b9835824080c25817a37bcbf6d1c3bb4ab5d51f7
  Author: Rocco Caputo <rcaputo@cpan.org>
  Date : 2013-08-04 01:43:39 +0000

    Switch to Dist::Zilla.

  Change: 15ec95acbfed79a4f4e341e150af25964fc776a3
  Author: Rocco Caputo <rcaputo@cpan.org>
  Date : 2010-03-08 01:29:07 +0000

    Fix the repository URLs and copyright date in the docs.
2013-09-05 19:59:34 +00:00
adam
d2cb6dec32 Revbump after cairo update 2013-09-02 19:50:38 +00:00
obache
a170ca136b recursive bump from hdf5 shlib major bump. 2013-09-01 12:14:06 +00:00
jperkin
6e475c3c5b Remove binary restrictions. Since version 2.6 the licensing issues were
clarified by upstream and at least Debian and FreeBSD have provided binary
distributions since then.

Bump PKGREVISION.
2013-08-30 11:01:06 +00:00
joerg
e7873eae81 Needs pkg-config. 2013-08-27 15:39:53 +00:00
drochner
7cacdadf5e update to 1.2
changes: misc cleanup and improvements
2013-08-21 15:39:43 +00:00
drochner
ecf9b21a56 +py-discogsclient 2013-08-21 15:28:03 +00:00
drochner
22f9a8653b add py-discogs_client-1.1.1, a client for the "discogs" music release
database (can be used with py-beets)
2013-08-21 15:26:56 +00:00
jperkin
8763a6e135 Remove patch-ab, it would appear to be actively harmful these days, at
least according to SunOS build reports.
2013-08-16 10:36:06 +00:00
obache
5efa7891f3 revbump from libnotify bumped to 0.7 and dependency changed from libnotify07. 2013-08-16 09:20:40 +00:00
richard
2fbfc9fce4 fix libcanberra build for solaris 2013-08-15 09:45:58 +00:00
obache
cf1e754224 Switch to use libnotify07.
Bump PKGREVISION.
2013-08-15 08:04:29 +00:00
obache
12074ee84b no need to manage desktopdb.
ride on last bump.
2013-08-15 07:20:27 +00:00
obache
1628466cdd Switch to use libnotify07.
Bump PKGREVISION.
2013-08-15 07:16:07 +00:00
khorben
160f15f8de Set the package's license (GNU GPL version 2) 2013-08-14 01:16:10 +00:00
khorben
6887406a12 Added an option "libsamplerate" to build with support for
audio/libsamplerate; it should enhance output quality while resampling.

It is currently disabled by default.
2013-08-14 01:13:10 +00:00
khorben
1a088cbaec Imported missing patch while adding the package 2013-08-14 01:08:49 +00:00
khorben
3c637a1518 Added audio/bmp-crossfade (version 0.3.11) 2013-08-13 00:47:16 +00:00
khorben
bce917a8d8 Added xmms-crossfade 0.3.11, as already found in audio/xmms-crossfade, but
with support for the Beep Media Player instead.

XMMS-Crossfade can be used to remove the gaps between two songs, or to
smoothly crossfade in-between.
2013-08-13 00:45:50 +00:00
khorben
d7c4a6e7b7 Patched bmp as recommended in xmms-crossfade.
This fixes issues occuring with this plug-in enabled, while stopping
playback or crossfading between tracks for instance.

Bump revision, as the resulting binaries are changed with this patch.
2013-08-13 00:40:27 +00:00
obache
4685f920d1 Update libcanberra to 0.27
while here, add gtk3 option and enabled by default.

News

   Fri 18 Feb 2011:

   Version 0.27 released; Gtk+ 3.x fixes; add new tool to implement
   boot-up sounds when used with systemd; other fixes
2013-08-12 07:09:59 +00:00
drochner
73e479d171 update to 1.2.1
changes:
-internal refactoring to the way that we calculate and process distance
 scores in the autotagger
-Python-2.6 compatibility fixes, other minor fixes
2013-07-22 14:20:38 +00:00
joerg
3d50cf058d Fix path. 2013-07-18 20:19:51 +00:00
joerg
eef10a417d Install missing files as needed. 2013-07-18 20:19:03 +00:00
joerg
e2251856a6 ISO C++ doesn't allow default arguments on friends, if they are not
declarations as well.
2013-07-18 11:57:42 +00:00
obache
51b94498f7 catch up to changes in Makefile
(devel/readline/buildlink3.mk => mk/readline.buildlink3.mk)
2013-07-17 12:24:41 +00:00
christos
48b4ffe4ea remove gmake from TOOLS. NAS uses imake and imake forces the use of
/usr/bin/make in all Makefiles. Fixes PR/47933.
gmake saw $MAKELEVEL being set, and passed -w to recursive makes (so
directory enter and exit events are printed). Imake forces our make
to be used, and our make does not understand -w (yet)
2013-07-15 19:55:31 +00:00
ryoon
f8e628f818 * .include "../../devel/readline/buildlink3.mk" with USE_GNU_READLINE=yes
are replaced with .include "../../devel/readline/buildlink3.mk", and
  USE_GNU_READLINE are removed,

* .include "../../devel/readline/buildlink3.mk" without USE_GNU_READLINE
  are replaced with .include "../../mk/readline.buildlink3.mk".
2013-07-15 02:02:17 +00:00
jperkin
b091c2f172 Bump PKGREVISION of all packages which create users, to pick up change of
sysutils/user_* packages.
2013-07-12 10:44:52 +00:00
ryoon
a3e3cd517a Restore accidentally removed #.
Linux build should be fixed.
2013-07-10 14:44:53 +00:00
rodent
1b08ee8016 Remove -Wl,--version-script=Version_script to fix build on SunOS. 2013-07-07 18:15:55 +00:00
ryoon
c429e83039 Bump PKGREVISION.
* Add missing double quotation mark in patch-ac.
  Reported by isaki@, thank you.
2013-07-07 05:45:15 +00:00
joerg
95a0c857ed Needs pkg-config. 2013-07-05 21:14:32 +00:00
ryoon
d7446d48de Update to 0.8.2
Changelog:

-------------------------------------------------------------
mp3splt-gtk version 0.8.2

- fixed important bug in mp3splt-gtk: split using cue file was not splitting the last part
- fixed tags encoding issue in mp3splt-gtk: encode in UTF-8 tags if not valid UTF-8
- implemented "prelisten a section to its ending splitpoint" in mp3splt-gtk (feature request #98)
- libmp3splt check is now more correct and checks for the exact version of libmp3splt with = instead
of >=; will be changed to >= when final version of libmp3splt will be released
- now using pkg-config instead of mp3splt.m4 (bug #145)
- corrected build files (configure.ac, Makefile.am, ...) and check using 'make distcheck' (bug #147)

-------------------------------------------------------------
mp3splt-gtk version 0.8.1

- fixed important bug: application was crashing when pushing the split button without any
splitpoint (libmp3splt)
- fixed important bug: split by time was in hundreths of seconds instead of seconds

-------------------------------------------------------------
mp3splt-gtk version 0.8

- added tags edition from the splitpoints table - closes feature #92
- added cloning features for mass copying of tags using right click on the splitpoints table
- enhanced the CUE export to export the tags as REM comments and also the splitpoint names
- automatically save & restore splitpoints in '~/.mp3splt-gtk/splitpoints.cue'
- better amplitude wave display (wave does not "shake" anymore)
- done issue #37 & #138 - nicer GUI for the option 'same output directory as the input file'
- fixed amplitude wave to be more precise with ogg vorbis files (libmp3splt)
- fixed important bug on mp3splt-gtk 'Queue to player' button
- fixed bug #128 - hash symbol in filename breaks the player
- done feature #38 - reorder filenames in mp3splt-gtk (description_here_partXX)
- fixed bug #133 - updated GPLv2 COPYING file
- fixed bug #137 - autogen.sh should run libtoolize before aclocal/automake
- fixed bug #143 - be able to add splitpoint at the end from the player
- fixed bug #136 - various compilation issues
- fixed issue #90 - added back the icons to split preview and play preview in the splitpoints table
- added a lot of tooltip and GUI renamings
- done feature #91 - amplitude wave now persists in preferences
- added one more interpolation level for the amplitude wave (level 6)
- more precise wave preview in preferences
- fixed bug when detecting the input tags version - output had no tags when the input only had ID3v1
(libmp3splt)
- fixed bug #141 - when input file is a symlink and output directory is the one of the input file
(libmp3splt)
- amplitude more precise with ogg vorbis files (libmp3splt)
- fixed bug on mp3 trim silence scan: last frame was skipped (libmp3splt)

-------------------------------------------------------------
mp3splt-gtk version 0.7.3

- redesigned the mp3splt-gtk user interface
- added option to specify the wave quality in the parameters (for performance reasons)
- wave interpolation is now much correct - we use the douglas peucker algorithm instead of the previous one which was stupid
- added gray areas where no splitpoints - regarding #3520736
- added seek key shortcuts to the player - #1811400 & #3528001
- heavy refactoring of mp3splt-gtk code
- fixed bug: removing TLEN id3v2 tag from the split files (libmp3splt)
- fixed bug #3530488 - regression introduced with ogg multiple logical streams (libmp3splt)

-------------------------------------------------------------
mp3splt-gtk version 0.7.2

- fixed an important bug of memory leak in player drawing when using GTK+-2
- fixed bug not showing icon and image in the about dialog
- fix for the '--disable-gtk3' option; also fixed the gtk 2.x/3.x check
- made some player graphic optimisations
- added player refresh rate option in Preferences->Player
- added expanders to the player history and player splitpoints view
- we don't need gtk 2 version >= 2.20; changed it to 2.18

-------------------------------------------------------------
mp3splt-gtk version 0.7.1

- added minimum track length option for silence scan - closes #2393766
- added gtk3 support (auto detection or --enable-gtk3, --disable-gtk3) - almost closes #3385903
(some tests still need to be done)
- fixed #3385841 - removed scrollkeeper warnings
- fixed #3385827 - added --disable-doxygen_doc
- fixed #3385829 - building doxygen documentation by itself + installing doxygen files
- fixed #3385833 - don't apply debugging flags or warnings flags by default:
added --enable-c-debug --enable-optimise --enable-extra-warnings
- added support for multiple ogg/vorbis logical streams (mail) (libmp3splt)
- fixed mp3 frame mode with skippoint when skippoint too small (on the same frame as previous) (libmp3splt)
- fixed several audacity labels issues (libmp3splt)
- fixed some regression regarding mp3splt v2.1c - removed some checks relative to the total
time - we cannot rely on the total time - for example with concatenated mp3s (libmp3splt)
2013-07-05 16:18:15 +00:00
ryoon
ed9f610b65 Update to 2.5.2
Changelog:

#mp3splt version 2.5.2

- added option -I to specify the input tags encoding for when writing ID3v2 tags (ISO-8859-1, UTF-8
or UTF-16)
- added option -K to keep the original tags and just replace them when importing a CUE or CDDB file
(feature request #95)
- fixed bug #149 - use of getline() on mac
- libmp3splt check is now more correct and checks for the exact version of libmp3splt with = instead
of >=; will be changed to >= when final version of libmp3splt will be released
- now using pkg-config instead of mp3splt.m4 (bug #145)
- corrected build files (configure.ac, Makefile.am, ...) and check using 'make distcheck' (bug #147)

#mp3splt version 2.5.1

- fixed a bug when removing the tags from skippoints (libmp3splt)
- added option to set output ID3v2 tags encoded in latin1, UTF-8 or UTF16

#mp3splt version 2.5

- done issues #40 and #85 - added minimum silence length parameter for auto adjust (mainly libmp3splt)
- added minimum silence length for trim silence mode (minimum silence to trigger a trimming)
(mainly libmp3splt)
- done issue #12 - added option to output the full silence log useful to plot a graph
(mainly libmp3splt)
- implemented back the proxy feature with basic authentification - feature #50 (mainly libmp3splt)
- added option to generate exactly the same input tags bytes using @O (mainly libmp3splt)
- enhanced the CUE export to export the tags as REM comments and also the splitpoint names (libmp3splt)
- fixed bug when detecting the input tags version - output had no tags when the input only had ID3v1
(libmp3splt)
- fixed bug: output tags versions was not equal to the input file tags versions when the user was
setting custom tags without any @o to get the original tags (libmp3splt)
- done issue #79 - added 0 to the number of digits to output in order to be able to support
the old mp3splt output format (libmp3splt)
- fixed bug #141 - when input file is a symlink and output directory is the one of the input file
(libmp3splt)
- fixed bug on mp3 trim silence scan: last frame was skipped (libmp3splt)
- fixed bug #133 - updated GPLv2 COPYING file
- fixed bug #142 - skipped splitpoints were handled wrong by '-c'

#mp3splt version 2.4.3

- added the trackjoin parameter for silence detection split: tracks shorter than trackjoin will be joined with others
- fixed bug: removing TLEN id3v2 tag from the split files (libmp3splt)
- fixed bug #3530488 - regression introduced with ogg multiple logical streams (libmp3splt)

#mp3splt version 2.4.2

- fixed error when ID3v2 was containing what appears a valid frame; make sure we skip the ID3v2 after looking for the first frames (libmp3splt)
- added the shots parameter to silence detection
(-p shots=INTEGER - minimum number of shots to be found as non silence after the silence)

#mp3splt version 2.4.1

- added minimum track length option for silence scan: 'trackmin' parameter to '-p' - closes #2393766
- added option to set original tags when using 'replace tags in tags' - use of #t, #a, ... - closes #3407314
- fixed #3399950 - regression on windows regarding the current working directory
- fixed some regression regarding mp3splt v2.1c - removed some checks relative to the total
- fixed #3385833 - don't apply debugging flags or warnings flags by default:
added --enable-c-debug --enable-optimise --enable-extra-warnings
- fixed #3424143 - added a small check for the -O option
- added support for multiple ogg/vorbis logical streams (mail) (libmp3splt)
- fixed mp3 frame mode with skippoint when skippoint too small (on the same frame as previous) (libmp3splt)
- fixed several audacity labels issues (libmp3splt)
- fixed inconsistency (extra 0 padding) between @n of -g and @n of -o (mail)
time - we cannot rely on the total time - for example with concatenated mp3s (libmp3splt)
2013-07-05 16:15:59 +00:00
ryoon
994d2d8a04 Add *BSD support patch. 2013-07-05 16:14:13 +00:00
ryoon
cda40f4ded Update to 0.8.2
Changelog:

libmp3splt version 0.8.2
-------------------------------------------------------------

- added option to specify the input tags encoding for when writing ID3v2 tags
(SPLT_OPT_INPUT_TAGS_ENCODING)
- enable -O3 by default
- added LIBMP3SPLT_MAJOR_VERSION, LIBMP3SPLT_MINOR_VERSION and LIBMP3SPLT_MICRO_VERSION
(feature request #96)
- added option SPLT_TAGS_ORIGINAL for mp3splt_tags_set
- added option to keep the original tags and just replace them when importing a CUE or CDDB file
(SPLT_OPT_CUE_CDDB_ADD_TAGS_WITH_KEEP_ORIGINAL_TAGS) (feature request #95)
- added 'split into memory' ability with a callback function for use with 'pretend to split'
(feature request #94)
- replaced mp3splt.m4 with pkg-config (bug #145)
- corrected build files (configure.ac, Makefile.am, ...) and check using 'make distcheck' (bug #147)
- fixed a lot of doxygen issues

libmp3splt version 0.8.1a
-------------------------------------------------------------

- corrected ChangeLog file of 0.8.1 release
- added minimal.c in the distribution for the doxygen documentation
- added libmp3splt_ico.svg in the distribution for the doxygen documentation
- added something in the empty_footer.html file to avoid doxygen segfault

libmp3splt version 0.8.1
-------------------------------------------------------------

- fixed a bug - was crashing when removing tags from skippoints
- added option to set output ID3v2 tags encoded in latin1, UTF-8 or UTF16
- forgot to add 'empty_footer.html' in the distribution

libmp3splt version 0.8
-------------------------------------------------------------

- rewritten libmp3splt public API to target future 1.0 stable release
- written complete documentation of the public API
- done issues #40 and #85 - added minimum silence length parameter for auto adjust
- implemented back the proxy feature with basic authentification - feature #50
- added option to generate exactly the same input tags bytes using @O
- added minimum silence length for trim silence mode (minimum silence to trigger a trimming)
- done issue #12 - added option to output the full silence log useful to plot a graph
- enhanced the CUE export to export the tags as REM comments and also the splitpoint names
- fixed bug when detecting the input tags version - output had no tags when the input only had ID3v1
- fixed bug: output tags versions was not equal to the input file tags versions when the user was
setting custom tags without any @o to get the original tags
- done issue #79 - added 0 to the number of digits to output in order to be able to support
the old mp3splt output format
- fixed bug #141 - when input file is a symlink and output directory is the one of the input file
- amplitude more precise with ogg vorbis files
- plugins are now installed in $(libdir)/libmp3splt$(SONAME) instead of $(libdir)/libmp3splt
- fixed bug #131 - use /usr/lib64 instead of /usr/lib on x64 in mp3splt.m4
- fixed bug #133 - updated GPLv2 COPYING file
- fixed bug on mp3 trim silence scan: last frame was skipped
- fixed bug #134 - use of deprecated gethostbyname()

-------------------------------------------------------------
libmp3splt version 0.7.3

- added the trackjoin parameter for silence detection split: tracks shorter than trackjoin will be joined with others
- fixed bug: removing TLEN id3v2 tag from the split files
- fixed bug #3530488 - regression introduced with ogg multiple logical streams

libmp3splt version 0.7.2
-------------------------------------------------------------

- fixed error when ID3v2 was containing what appears a valid frame; make sure we skip the ID3v2 after looking for the first frames
- fixed bug #3497957 libtoolize vs glibtoolize
- fixed #3487543 - compilation without pcre support
- added the shots parameter to silence detection

libmp3splt version 0.7.1
-------------------------------------------------------------

- added minimum track length option for silence scan - closes #2393766
- added option to set original tags when using 'replace tags in tags' - closes #3407314
- added support for multiple ogg/vorbis logical streams (mail)
- fixed mp3 frame mode with skippoint when skippoint too small (on the same frame as previous)
- fixed some regression regarding mp3splt v2.1c - removed some checks relative to the total
time - we cannot rely on the total time - for example with concatenated mp3s
- fixed several audacity labels issues
- fixed inconsistency (extra 0 padding) between @n of custom tags and @n of output filename (mail)
- fixed compilation error without libid3tag
- fixed #3385833 - don't apply debugging flags or warnings flags by default:
added --enable-c-debug --enable-optimise --enable-extra-warnings
- fixed #3385827 - added --disable-doxygen_doc
- fixed #3385829 - building doxygen documentation by itself + installing doxygen files
2013-07-05 16:12:30 +00:00
jperkin
37ecec314f Apply removal of -export-dynamic for SunOS across all of pkgsrc.
Avoids lots of copy/paste and fixes a bunch of packages which hadn't been
looked at yet.
2013-07-05 15:10:00 +00:00
ryoon
2193923ba6 Recursive revbump from graphics/giflib update to 5.0.4. 2013-07-05 13:29:28 +00:00
rodent
1fd1f165d2 +tap-plugins; MAINTAINER=me 2013-07-02 12:04:57 +00:00
rodent
c9c402896a Import tap-plugins-0.7.2 as audio/tap-plugins.
TAP-plugins is short for Tom's Audio Processing plugins. It is a bunch of LADSPA
plugins for digital audio processing, intended for use in a professional DAW
environment such as Ardour. These plugins should compile and run on any recent
(that is, not seriously outdated) GNU/Linux system. They don't require any
special libraries besides the standard GNU C and math libraries, which are
expected to be provided on the machine used for compiling.
2013-07-02 12:03:24 +00:00
ryoon
02bf1d9d2b Update to 0.5.2
* Set LICENSE.

Changelog:
    2013-03-08: gtick-0.5.2 release: Translation updates, bugfixes
    2012-03-26: gtick-0.5.1 release: Translation updates, MIN_BPM adjustment
    2011-08-06: gtick-0.5.0 release: Pulseaudio support, bugfixes, translations
    2008-05-22: gtick-0.4.2 release: Several new translations, minor code and packing adjustments
    2007-08-18: gtick-0.4.1 release: Fixed segfault on using custom sound file
    2007-08-14: GIT repository launched
    2007-08-13: gtick-0.4.0 release: GPLv3 release, Updated Dutch, Finnish, Irish, Italian and Vietnamese translations
    2007-05-05: gtick-0.3.15 release: Added Slovak translation, fixed automake link options (LDADD, see ChangeLog)
    2007-04-29: gtick-0.3.14 release: Updated Russian, Ukrainian and Vietnamese translations
    2007-02-12: gtick-0.3.13 release: Added Korean translation, fixed zombies after metronome start / stop
2013-07-01 14:40:18 +00:00
joerg
8ba80a86f6 Make enum public in local fltk copy that is used outside derived
classes. Remove size hints for array arguments that end up being
negative. Dereference pointer before calling member. Fix complex usage.
Add dependency on qt4-tools to make cmake happy.
2013-06-27 15:48:11 +00:00
jperkin
452e8c405d Add SunOS support. 2013-06-24 13:52:56 +00:00
ryoon
1845cd6dd5 Update to 0.4.15
* Update dependencies.
* Use cmake instead of configure.
* Use qt4 instead of qt3.
* Set LICENSE.

Changelog:
* Many GUI improvements.
* Translation updates.
* Many new features.
* Bugfixes.
2013-06-17 15:16:47 +00:00
ryoon
7b3a29acc8 Update to 2.4.4
Changelog:
2.4.4
        * Fix crash when saving a playlist with URLs.
        * Fix hang in case of symlink loop (like symlink to parent directory)
          when adding files recursivelly to the playlist.
        * Fix bad memory acces when using FILL parameter in layouts that caused
          "FATAL_ERROR: Layout1 is malformed".
        * Fix compilation with newer ffmpeg. (Alexis Ballier)
        * Increase maximum file title (made from tags) length to 512. Helps on
          wide terminals.
        * Fix displaying URLs on the playlist when it ends with a slash.
        * Fix compilation of flac plugin by detecting libflac using pkg-config.
        * Fix for multichannel playback. (Maarten van Es)
        * Fix handling of invalid track number in tags. A segfault occured when
          the track number was at least a value of 2^31.
        * Support for the new (SVN) libmpcdec API.
        * Remove old, irrelevant comment about iconv from the configuration
          file.
        * Fix configure to display proper information about compiled RCC.
        * Run libtoolize in autogen.sh to prevent conflicts with installed
          libtool/libltdl version.
2013-06-16 13:00:59 +00:00
shattered
ae2e51a756 Update to 0.5.0. Changes:
- Read ISRCs and MCNs on Linux, Mac OS X and Windows.
- Add read_sparse() for faster reading again
- Added Solaris, OpenBSD and kFreeBSD support.
2013-06-16 09:58:48 +00:00
joerg
710e262b50 Always link with G++ and don't hard-code libstdc++. 2013-06-13 21:40:43 +00:00
joerg
7719334589 Don't mess with inline, it breaks inline namespaces in C++.
Bump revision.
2013-06-13 14:25:30 +00:00
wiz
435b213ee7 Update to 1.3.0:
FLAC 1.3.0 (26-May-2013)

    General:
        Move development to Xiph.org git repository.
        The --sector-align option of flac has been deprecated and may not exist in future versions. shntool provides similar functionality.
        Support for the RF64 and Wave64 formats in flac (see below).
        Better handling of cuesheets with non-CD-DA sample rates.
        The --ignore-chunk-sizes option has been added to the flac command line tool.
    FLAC format:
        (none)
    Ogg FLAC format:
        (none)
    flac:
        Added support for encoding from and decoding to the RF64 format, and a new corresponding option --force-rf64-format. (SF #1762502). --keep-foreign-metadata is also supported.
        Added support for encoding from and decoding to the Sony Wave64 format, and a new corresponding option --force-wave64-format. (SF #1769582). --keep-foreign-metadata is also supported.
        Added new options --preserve-modtime and --no-preserve-modtime to specify whether or not output files should copy the timestamp and permissions from their input files. The default is --preserve-modtime as in previous versions. (SF #1805428).
        Allow MM:SS:FF and MM:SS.SS time formats in non-CD-DA cuesheets. (SF #1947353, SF #2182432)
        The --sector-align option of flac has been deprecated and may not exist in future versions. shntool provides similar functionality. (SF #1805946)
        Improved error message when user attempts to decode a non-FLAC file (SF #2222789).
        Fix bug where flac was disallowing use of --replay-gain when encoding from stdin (SF #1840124).
        Fix bug with fractional seconds on some locales (SF #1815517, SF #1858012).
        Read and write appropriate channel masks for 6.1 and 7.1 surround input WAV files. Documentation was also updated.
        Correct Wave64 GUIDs.
        Support 56kHz to 192kHz gain analysis (patch from Earl Chew)
        Add ability to handle utf8 filenames on Windows (large set of patches from Janne Hyvärinen)
    metaflac:
        Allow MM:SS:FF and MM:SS.SS time formats in non-CD-DA cuesheets. (SF #1947353, SF #2182432)
    plugins:
        Minor updates for XMMS plugin.
        Winamp2 plugin was dropped because Nullsoft has provided native FLAC support since 2006.
    build system:
        Fixes for autotools (including SF #1859664).
        Fixes for MinGW (including SF #2000973, SF #2209829).
        Fixes for gcc (including SF #1834168, SF #2002481).
        Fixes for Sun Studio/Forte (SF #1701960).
        Fixes for windows builds (including SF #1676822, SF #1756624, SF #1809863, SF #1911149).
        Fixes for FreeBSD and OpenBSD.
        Compile with GNU gcc _FORTIFY_SOURCE=2 and stack protection where those features are detected.
        Enable a bunch of GCC compiler warnings and fix code that generates warnings.
    documentation:
        Document --ignore-chunk-sizes and --apply-replaygain-which-is-not-lossless option for flac.
    libraries:
        libFLAC encoder was defaulting to level 0 compression instead of 5 (SF #1816825).
        Fix bug in bitreader handling of read callback returning a short count (SF #2490454).
        Improve decoder's ability to distinguish between a FLAC sync code and an MPEG one (SF #2491433).
    Interface changes:
        libFLAC:
            Added FLAC__format_blocksize_is_subset()
        libFLAC++:
            Add a number of convienience methods.
2013-06-12 20:31:51 +00:00
drochner
eb5281b1a7 update to 1.2.0
changes:
-allow additional data sources to augment the matches from MusicBrainz
-New Duplicates Plugin, Missing Plugin
-more feature additions and fixes
2013-06-12 20:29:21 +00:00
drochner
884d5aebbf update to 0.4
changes:
* Improve documentation
* Fix get_recordings_by_puid/isrc
* Update search fields
* Parse CDStubs in release results
* Correct release_type/release_status checking
* Allow iso-8859-1 passwords
* Convert single isrcs to list when submitting
* Parse ISRC results
* Escape forward slashes in search queries
* Package documentation and examples in release
2013-06-12 20:25:18 +00:00
wiz
e0b49a2fed Bump PKGREVISION for libXft changes for NetBSD native X support on
NetBSD 6, requested by tron.
2013-06-06 12:53:40 +00:00
tron
a36fb86593 Try to fix the fallout caused by the fix for PR pkg/47882. Part 3:
Recursively bump package revisions again after the "freetype2" and
"fontconfig" handling was fixed.
2013-06-04 22:15:37 +00:00
wiz
c83ffb8583 Bump freetype2 and fontconfig dependencies to current pkgsrc versions,
to address issues with NetBSD-6(and earlier)'s fontconfig not being
new enough for pango.

While doing that, also bump freetype2 dependency to current pkgsrc
version.

Suggested by tron in PR 47882
2013-06-03 10:04:30 +00:00
wiz
98c3768c3a Bump all packages for perl-5.18, that
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package

Like last time, where this caused no complaints.
2013-05-31 12:39:35 +00:00
wiz
c7520d7ae4 Add OpenBSD support.
From Dario Niedermann <dnied@tiscali.it> on pkgsrc-users.
2013-05-29 11:26:12 +00:00
abs
4420efcfba Support _MYSQL_VERSION 56 2013-05-28 11:21:05 +00:00
drochner
6f74e8c799 restore a patch which got lost during last update 2013-05-27 10:27:02 +00:00
wiz
0e5175cd2c Update to 1.0.12.079:
20.10.2012 - 1.0.12.079
- Discogs fix

11.05.2012 - 1.0.11.076
- made program compilable with GCC 4.7

31.12.2011 - 1.0.10.065
- updated Discogs API calls to current version
2013-05-26 20:02:38 +00:00
wiz
d95e78e467 Update to 0.17.4, provided by Takeshi Nakayama in PR 47844.
While here, add comments to patch-aa, patch-ad from cvs logs.

Changes:
ver 0.17.4 (2013/04/08)
* protocol:
  - allow to omit END in ranges (START:END)
  - don't emit IDLE_PLAYER before audio format is known
* decoder:
  - ffmpeg: support float planar audio (ffmpeg 1.1)
  - ffmpeg: fix AVFrame allocation
* player:
  - implement missing "idle" events on output errors
* clock: fix build failure


ver 0.17.3 (2013/01/06)
* output:
  - osx: fix pops during playback
  - recorder: fix I/O error check
  - shout: fix memory leak in error handler
  - recorder, shout: support Ogg packets that span more than one page
* decoder:
  - ffmpeg: ignore negative time stamps
  - ffmpeg: support planar audio
* playlist:
  - cue: fix memory leak
  - cue: fix CUE files with only one track

ver 0.17.2 (2012/09/30)
* protocol:
  - fix crash in local file check
* decoder:
  - fluidsynth: remove throttle (requires libfluidsynth 1.1)
  - fluidsynth: stop playback at end of file
  - fluidsynth: check MIDI file format while scanning
  - fluidsynth: add sample rate setting
  - wavpack: support all APEv2 tags
* output:
  - httpd: use monotonic clock, avoid hiccups after system clock adjustment
  - httpd: fix throttling bug after resuming playback
* playlist:
  - cue: map "PERFORMER" to "artist" or "album artist"
* mapper: fix non-UTF8 music directory name
* mapper: fix potential crash in file permission check
* playlist: fix use-after-free bug
* playlist: fix memory leak
* state_file: save song priorities
* player: disable cross-fading in "single" mode
* update: fix unsafe readlink() usage
* configure.ac:
  - don't auto-detect the vorbis encoder when Tremor is enabled

ver 0.17.1 (2012/07/31)
* protocol:
  - require appropriate permissions for searchadd{,pl}
* tags:
  - aiff: support the AIFC format
  - ape: check for ID3 if no usable APE tag was found
* playlist:
  - cue: support file types "MP3", "AIFF"
* output:
  - fix noisy playback with conversion and software volume

ver 0.17 (2012/06/27)
* protocol:
  - support client-to-client communication
  - "update" and "rescan" need only "CONTROL" permission
  - new command "seekcur" for simpler seeking within current song
  - new command "config" dumps location of music directory
  - add range parameter to command "load"
  - print extra "playlist" object for embedded CUE sheets
  - new commands "searchadd", "searchaddpl"
* input:
  - cdio_paranoia: new input plugin to play audio CDs
  - curl: enable CURLOPT_NETRC
  - curl: non-blocking I/O
  - soup: new input plugin based on libsoup
* tags:
  - RVA2: support separate album/track replay gain
* decoder:
  - mpg123: implement seeking
  - ffmpeg: drop support for pre-0.5 ffmpeg
  - ffmpeg: support WebM
  - oggflac: delete this obsolete plugin
  - dsdiff: new decoder plugin
* output:
  - alsa: support DSD-over-USB (dCS suggested standard)
  - httpd: support for streaming to a DLNA client
  - openal: improve buffer cancellation
  - osx: allow user to specify other audio devices
  - osx: implement 32 bit playback
  - shout: add possibility to set url
  - roar: new output plugin for RoarAudio
  - winmm: fail if wrong device specified instead of using default device
* mixer:
  - alsa: listen for external volume changes
* playlist:
  - allow references to songs outside the music directory
  - new CUE parser, without libcue
  - soundcloud: new plugin for accessing soundcloud.com
* state_file: add option "restore_paused"
* cue: show CUE track numbers
* allow port specification in "bind_to_address" settings
* support floating point samples
* systemd socket activation
* improve --version output
* WIN32: fix renaming of stored playlists with non-ASCII names


ver 0.16.8 (2012/04/04)
* fix for libsamplerate assertion failure
* decoder:
  - vorbis (and others): fix seeking at startup
  - ffmpeg: read the "year" tag
* encoder:
  - vorbis: generate end-of-stream packet before tag
  - vorbis: generate end-of-stream packet when playback ends
* output:
  - jack: check for connection failure before starting playback
  - jack: workaround for libjack1 crash bug
  - osx: fix stuttering due to buffering bug
* fix endless loop in text file reader
* update: skip symlinks in path that is to be updated


ver 0.16.7 (2012/02/04)
* input:
  - ffmpeg: support libavformat 0.7
* decoder:
  - ffmpeg: support libavformat 0.8, libavcodec 0.9
  - ffmpeg: support all MPD tags
* output:
  - httpd: fix excessive buffering
  - openal: force 16 bit playback, as 8 bit doesn't work
  - osx: remove sleep call from render callback
  - osx: clear render buffer when there's not enough data
* fix moving after current song
2013-05-26 18:37:39 +00:00
shattered
14ad156159 Update to 0.9.10. Changes:
More translations, add RAOP enabling support,
add uPNP enabling support, add PackageKit support.
2013-05-25 15:53:12 +00:00
rodent
ff9b22711b Move flac, speex, and vorbis PKG_OPTIONS to PKG_OPTIONS_SET.codec, because
at least one of them is required, configure fails if one isn't set, and we
can help the user not make this mistake.
2013-05-25 01:37:59 +00:00
wiz
b96a5e5ce3 Bump PKGREVISION for libproxy shlib major bump. 2013-05-24 18:23:32 +00:00
joerg
428bcbe7f1 Needs itstool. 2013-05-23 18:37:26 +00:00
hans
6162b7aa02 Revbump for WindowMaker update. 2013-05-21 14:41:32 +00:00
markd
b55d2b81c6 Changes for kdelibs4 update. 2013-05-21 13:06:35 +00:00
wiz
a465e87244 Update to 1.4:
cd-discid 1.4

  * Make it possible to prevent stripping e.g. with STRIP=/bin/true.
  * Add support for "make install DESTDIR=...".
  * Add '--help' and '--version' options.
  * Misc fixes.
2013-05-19 17:45:04 +00:00
jperkin
9ef07e5dfd Include and link against libintl on SunOS. 2013-05-17 21:56:15 +00:00
adam
1ab43a036f Massive revbump after updating graphics/ilmbase, graphics/openexr, textproc/icu. 2013-05-09 07:39:04 +00:00
rodent
1be88a90b0 +libfishsound 2013-05-09 00:43:37 +00:00
rodent
d338969235 Import libfishsound-1.0.0 as audio/libfishsound.
libfishsound provides a simple programming interface for decoding and encoding
audio data using the Xiph.org codecs (FLAC, Speex and Vorbis).

libfishsound by itself is designed to handle raw codec streams from a lower
level layer such as UDP datagrams. When these codecs are used in files, they are
commonly encapsulated in Ogg to produce Ogg FLAC, Speex and Ogg Vorbis files.

libfishsound is a wrapper around the existing codec libraries and provides a
consistent, higher-level programming interface. It has been designed for use in
a wide variety of applications; it has no direct dependencies on Ogg
encapsulation, though it is most commonly used in conjunction with liboggz to
decode or encode FLAC, Speex or Vorbis audio tracks in Ogg files, including Ogg
Theora and Annodex.
2013-05-09 00:42:45 +00:00
markd
9a83e79b3c Fix VARBASE and PKG_SYSCONFBASEDIR handling. Bump PKGREVISION. 2013-05-06 20:44:18 +00:00
gls
3c17df1f2e Update audio/cmus to 2.5.0
Upstream changes:
-----------------

- CUE sheets support. When adding e.g. `track.flac` to the library, cmus will
check for `track.cue` or `track.flac.cue` in the same directory. If it founds
one, it will ignore the tags in `track.flac` and use CUE metadata instead

- cdio input plugin, for those of you who still remember what a CD is :-)

- support for WavPack `.wvc` correction files

- new zenburn color scheme (as seen at http://cmus.sf.net/), and text
attributes (bold/reverse/#) support for UI elements

- improved tab completion, new `scroll_offset` and `icecast_default_charset`
options, even better tag parsing and compilations handling, and numerous small
enhancements all over the place.

Complete and detailed changelog can be found here:
http://article.gmane.org/gmane.comp.audio.cmus.devel/799
2013-05-06 19:55:27 +00:00
joerg
d207886491 Add missing include. Don't define hash<string> manually, it exists in
<functional> since GCC 4.1.
2013-05-06 14:17:27 +00:00
wiz
958b971e32 Remove deprecated MIME type from .desktop file.
Bump PKGREVISION.
2013-05-06 10:12:11 +00:00
drochner
37ade0d10e update to 1.1.0
changes:
-configuration file is YAML now, many new and changed options
-new and renamed plugins
-improved support for mp3g4/aac/asf files
-many fixes and improvements

pkgsrc change: installs without python version specific prefix/suffix
2013-05-04 13:27:22 +00:00
drochner
43c077af1d update to 2.99.1
changes:
-Several missing accelerator keys (re-)added
-bugfixes
2013-05-03 16:01:33 +00:00
joerg
3769fa0bfc Add a number of includes hidden by libstdc++'s name space pollution. 2013-04-29 21:31:09 +00:00
joerg
6ff260c560 The implicit conversion from QString to ofstream file name argument is
ambigious, so explicitly use the ascii() version.
2013-04-29 21:14:58 +00:00
joerg
9bb715f204 When checking for C++ features, use valid C++. Expect libc++ to provide
the wchar traits.
2013-04-29 21:13:30 +00:00
joerg
e967e8ecea Don't use macro names from the implementation namespace. 2013-04-29 21:12:36 +00:00
ryoon
aede87c37b Bump PKGREVISION.
Change DEPENDS dependency to py-notify-python from py-notify.
2013-04-29 14:47:29 +00:00
shattered
272b94ac47 Reset maintainer. 2013-04-28 12:02:29 +00:00
joerg
884821a016 Fixer build with Clang's stricter format string warnings. 2013-04-27 23:05:27 +00:00
shattered
97ca739749 Unreak build on SmartOS (seen in pbulk logs, untested) 2013-04-26 17:39:23 +00:00
kim
aa1e152f11 Revive MASTER_SITES 2013-04-24 05:35:42 +00:00
joerg
a389011dfb Sync PLIST with KDE update. 2013-04-21 15:29:06 +00:00
rodent
9232ef92de speling 2013-04-19 00:52:40 +00:00
rodent
d2e5011ebd +vcf 2013-04-13 14:49:56 +00:00
rodent
262e397795 Import vcf-0.0.5 as audio/vcf.
Some LADSPA plugins by Matthias Nagorni for audio EQ biquad filters based on the
cookbook formulae by Robert Bristow-Johnson.
2013-04-13 14:49:09 +00:00
ghen
e3ba207887 Hand in maintainership. 2013-04-13 07:55:01 +00:00
drochner
36054dbc5b update to 2.99
changes:
* Menu bar replaced with app menu or menu button
* GStreamer 1.0
* Uses libsecret instead of gnome-keyring
* Supports GNOME notification filtering
* Small improvements to podcast browsing and updating
* Play button now turns into a pause or stop button while playing
* Buffering progress now appears in the song position slider
  rather than an unlabelled progress indicator in the status bar
* Media player sync works better with transcoded files
2013-04-11 11:30:58 +00:00
drochner
adc2d63e96 update to 0.8.7
changes: compilation fixes
2013-04-10 16:20:21 +00:00
rodent
b65af7be2b Remove "Trailing empty lines." and/or "Trailing white-space." 2013-04-08 11:17:08 +00:00
rodent
6b46c62d2e Edited DESCR in the case of:
File too long (should be no more than 24 lines).
 Line too long (should be no more than 80 characters).
 Trailing empty lines.
 Trailing white-space.
Trucated the long files as best as possible while preserving the most info
contained in them.
2013-04-07 20:49:31 +00:00
rodent
942aad2e6a Resolves:
"INFO_FILES should be set to YES or yes."
"Packages that install info files should set INFO_FILES."
Makefile and PLIST warning, respectively.
2013-04-06 20:27:16 +00:00
rodent
8ec5764dd6 'The "+=" operator should only be used with lists.' 2013-04-06 19:42:41 +00:00
rodent
cdadf8804e 'You can use "foo" instead of "${WRKSRC}/foo".' 2013-04-06 15:46:33 +00:00
rodent
315c4801a4 "Packages that install libtool libraries should define USE_LIBTOOL." 2013-04-06 14:22:39 +00:00
rodent
170121df49 "Definition of USE_DIRS is deprecated. You can just remove it." 2013-04-06 03:54:38 +00:00
rodent
a0a1f2e57c Fixes:
COMMENT should not be longer than 70 characters.
 COMMENT should not begin with 'A'.
 COMMENT should not begin with 'An'.
 COMMENT should not begin with 'a'.
 COMMENT should not end with a period.
 COMMENT should start with a capital letter.

pkglint warnings. Some files also got minor formatting, spelling, and style
corrections.
2013-04-06 03:45:05 +00:00
rodent
03bc9c2650 sysutils/py-notify doesn't exist anymore. Use DEPENDS to find it. Derive
PKGNAME from DISTNAME. Bump PKGREVISION.
2013-04-05 11:14:03 +00:00
wiz
cace0df5db Remove padevchooser; dead upstream and broken. 2013-04-04 17:05:38 +00:00
dholland
412bb13c79 Mark this BROKEN as it's unbuildable and dead upstream. It will probably
be removed in the near future.
2013-04-04 16:09:37 +00:00
markd
01f718c702 Adjust for KDE 4.10.2. Bump PKGREVISION 2013-04-03 12:32:03 +00:00
drochner
c4c9224479 install example scripts distributed with py-mutagen.
("mid3v2" is a good replacement for "id3v2", it is not as byggy as
the latter)
2013-04-02 10:50:48 +00:00
drochner
abda90bf73 add the "acoustid" Python pkg and its dependencies, useful to
add acoustic fingerprints to py-beets
2013-04-02 10:44:40 +00:00
sbd
f0d3197476 Always use ${CFLAGS} and ${LDFLAGS}. 2013-03-31 08:31:49 +00:00
sbd
acd408f147 Add PLIST.Linux with extra file.
Bump PKGREVISION
2013-03-31 08:22:24 +00:00
sbd
4ff95c9337 Include cstdio for std::sprintf. 2013-03-31 08:18:58 +00:00
sbd
99e7ff5871 Depend on alsa-lib on Linux 2013-03-31 08:17:47 +00:00
joerg
53b55e2894 Forward declaration must not be qualified with a namespace. Adjust. 2013-03-28 21:43:05 +00:00
joerg
49b1520493 Reference the local libaubio.la to make sure relinking works. 2013-03-24 17:06:06 +00:00
joerg
d6d356c4f5 Reference the locally build liblastfm to allow relink to work. 2013-03-24 17:04:57 +00:00
obache
778bed8bfb Bump PKGREVISION from default PHP version change to 5.4. 2013-03-16 07:21:18 +00:00
obache
d7580cac91 recursive bump from ffmpeg shlib major changes 2013-03-16 06:20:45 +00:00
drochner
839f5301e6 reset PKGREV for base pkg update 2013-03-15 18:36:47 +00:00
drochner
92cb8f5dd1 update to 1.21
changes:
-bugfixes
-support more id3v2 tags
2013-03-15 17:47:03 +00:00
jperkin
6d383a8c55 *** empty log message *** 2013-03-15 15:36:40 +00:00
obache
26a951acdc fix missing part of recursive bump for png-1.6. 2013-03-15 12:16:59 +00:00
drochner
69af023a60 fix for Python!=2.7, needs sqlite3 2013-03-14 21:36:19 +00:00
wiz
4b585ceb90 + py-beets. 2013-03-14 13:58:18 +00:00
wiz
10298ac07b Import py-beets-1.0.0 as audio/py-beets.
Beets is the best command-line tool for viewing, querying, renaming,
and updating your music collection.

The purpose of beets is to get your music collection right once
and for all. It catalogs your collection, automatically improving
its metadata as it goes using the MusicBrainz database. (It also
downloads cover art for albums it imports.) Then it provides a
bouquet of tools for manipulating and accessing your music.

Because beets is designed as a library, it can do almost anything
you can imagine for your music collection. Via plugins, beets
becomes a panacea:

  * Embed and extract album art from files' tags.
  * Listen to your library with a music player that speaks the MPD
    protocol and works with a staggering variety of interfaces.
  * Fetch lyrics for all your songs from databases on the Web.
  * Manage your MusicBrainz music collection.
  * Analyze music files' metadata from the command line.
  * Clean up crufty tags left behind by other, less-awesome tools.
  * Browse your music library graphically through a Web browser
    and play it in any browser that supports HTML5 Audio.
2013-03-14 13:57:54 +00:00
wiz
56360a7e68 + py-musicbrainz-ngs 2013-03-14 13:42:26 +00:00
wiz
6b58439b51 Import py-musicbrainz-ngs-0.3 as audio/py-musicbrainz-ngs.
This library implements webservice bindings for the Musicbrainz
NGS site, also known as /ws/2.
2013-03-14 13:42:06 +00:00