Commit graph

6005 commits

Author SHA1 Message Date
wiz
987566835b Set LICENSE. 2011-06-03 12:50:54 +00:00
wiz
c9373c3118 Package doesn't depend on expat directly, so remove expat inclusion
in bl3.mk as well.
2011-06-03 12:49:10 +00:00
wiz
b66b46f1d1 Add upstream bug report URL. 2011-06-03 12:48:48 +00:00
wiz
3d2da5a770 Fix broken test by assuming pkgsrc handles version check for us.
(Problem here is that 1.10 doesn't compare as bigger than 1.4.)
2011-06-03 00:57:47 +00:00
wiz
5495dc025b Fix taglib-config --libs output. Bump PKGREVISION. 2011-06-03 00:48:57 +00:00
obache
565d31c3e5 accept python26 and 27, because just not accept 24. 2011-05-29 00:38:59 +00:00
gls
4a764865c5 Update audio/picard to version 0.14
Upstream changes:

Version 0.14 - 2011-05-15
 * Fixed a problem with network operations hanging after a network error
(#5794, #5884)
 * ID3v2.3 with UTF-16 is now the default ID3 version
 * Option to set preferred release types for improved album matching
 * Added support for sorting the album/file lists (#75)
 * Fixed OptimFROG tag reading (#5859)
 * Fixed colors for a white-on-black color scheme (#5846)
 * Added an option to replace non-ASCII punctuation (#5834)
 * Support for writing release group and work IDs, currently unused (#5805)
 * Fixed saving of the release event format tag (#5250)
 * Added support for the language and script tags (#943)
 * Plugins can now use track-track relationships (#5849)
 * Allowed external drives to be visible in the file browser panel on OS X
(#5308)
2011-05-28 16:21:41 +00:00
wiz
304259db12 Bump PKGREVISION for new patch. 2011-05-21 15:33:11 +00:00
wiz
6a630094d0 Add comments to most patches.
Also add a patch by drochner:
pthread_key_create returns 0 on success; return values on failure are
not defined.

Remaining patches without comments:
patch-ab: adding an ifdef notyet in src/daemon/main.c
patch-a{c,e}: --start -> -D (no idea why)
patch-af: allow some Linux-only code also on NetBSD
2011-05-21 15:32:59 +00:00
wiz
4f1c0d0836 Update to 1.7.
Manually increase shlib minor in CMake files since upstream
didn't react to my question why it went down with this release.

TagLib 1.7 (Mar 11, 2011)
=========================

1.7:

 * Fixed memory leaks in the FLAC file format parser.
 * Fixed bitrate calculation for WAV files.

1.7 RC1:

 * Support for reading/writing tags from Monkey's Audio files. (BUG:210404)
 * Support for reading/writing embedded pictures from WMA files.
 * Support for reading/writing embedded pictures from FLAC files (BUG:218696).
 * Implemented APE::Tag::isEmpty() to check for all APE tags, not just the
   basic ones.
 * Added reading of WAV audio length. (BUG:116033)
 * Exposed FLAC MD5 signature of the uncompressed audio stream via
   FLAC::Properties::signature(). (BUG:160172)
 * Added function ByteVector::toHex() for hex-encoding of byte vectors.
 * WavPack reader now tries to get the audio length by finding the final
   block, if the header doesn't have the information. (BUG:258016)
 * Fixed a memory leak in the ID3v2.2 PIC frame parser. (BUG:257007)
 * Fixed writing of RIFF files with even chunk sizes. (BUG:243954)
 * Fixed compilation on MSVC 2010.
 * Removed support for building using autoconf/automake.
 * API docs can be now built using "make docs".
2011-05-21 15:13:20 +00:00
gls
53976ab912 Update audio/cmus to 2.4.0
Upstream changes:

I'm pleased to announce cmus 2.4.0 "Easter egg", the long-awaited feature
release of cmus. Since 2.3.0 (more than a year ago!) tons of enhancements have
been made, both to cmus' internals, and to the user-visible parts.

Here is a short summary of the new stuff you will find in 2.4.0:

- Mutt-like short filters
    E.g. "~a beatles (!~y1960-1965 | ~d>600)". This nicely complements
    traditional cmus filters, especially with

- Live filtering
    Live filtering is immensely useful and addictive feature, especially if you
    have a huge music library. Press 'L' and start typing, and you'll understand
    what I mean. To reset the live filter, type 'L<Enter>'. Also, do know that
    you can use short filter expressions for live filtering, too!

- Resume support
    To enable resume support, simply add "set resume=true" to your ~/.cmus/rc.
    After that, cmus will resume the playback at startup (or resume the paused
    state, if you quit cmus while track was paused), as well as restore the
    state of live filter etc. Most likely than not, you'll find this very
    useful!

- Smarter string handling
    Cmus has solid Unicode support for a while now; however, this release
    adds locale-aware string ordering, and the ability to ignore diacritical
    marks (accents) while searching/live filtering/etc.: e.g. "bjork" will
    match "Björk", which can be very handy.

- Long format options, including ones for bitrate/codec
    From now on, format strings can contain more readable placeholders like
    %{artist}, including new (and frequently requested) %{bitrate} and %{codec}.

- HTTP proxy support for streams via http_proxy environment variable

- Less CPU wakeups during playback
    This makes cmus more eco-friendly, because of reduced power consumption.
    It also makes notebook batteries last a bit longer.

- New RoarAudio output plugin

- Support for big-endian systems, lots of different audio sample formats,
  almost any C compiler and unix-like OS out there

Also, cmus' website (http://cmus.sourceforge.net) now has a wiki:
http://cmus.sourceforge.net/wiki. Make sure to check it out (and update, if it
is missing something).
2011-05-18 21:08:49 +00:00
drochner
90d9d488db reset PKGREV for base pkg update 2011-05-18 09:48:59 +00:00
hans
4ff3200381 Fix a segfault, seen on SunOS when compiled with lang/gcc44. 2011-05-14 16:17:46 +00:00
hans
aa7e2d1e7b Fix build on SunOS. 2011-05-14 16:13:39 +00:00
adam
82faf8c560 Make gtk an option (enabled by default): helps dealing with the package on Mac OS X when GTK has been built with Quartz backend 2011-05-12 13:39:09 +00:00
wiz
952bbea7ec Move up PKG_DESTDIR_SUPPORT before bsd.prefs.mk inclusion to restore
destdir support.
Bump PKGREVISION for previous.
2011-05-11 10:45:57 +00:00
hans
30ce817327 Fix gsed dependency on NetBSD. Use TOOLS_PATH.gsed to find gsed. 2011-05-11 10:28:08 +00:00
obache
c386f0a751 reorder entries. 2011-05-06 04:33:31 +00:00
obache
69cf18dcef MASTER_SITES <=> HOMEPAGE. 2011-05-06 04:32:04 +00:00
obache
d02bc2ea4e fix HOMEPAGE url. 2011-05-06 04:10:00 +00:00
obache
68be063864 Bump PKGREVISION from libmodplug shlib bump. 2011-05-05 08:54:47 +00:00
obache
ed3d84ed09 Update libmodplug to 0.8.8.2.
While here, set LICENSE=public-domain.

* 2 April 2011: libmodplug 0.8.8.2
 * Improve compatibility with MSVC 2010
 * Improve PTM playback (Fix byteswapping)
 * Improve S3M support (ignore corrupted data)
 * Improve AMF support (bounds checking)
 * See git checkins for more information
* 27 May 2010: libmodplug 0.8.8.1
 * Add check to make sure Stereo Separation/MixChannels cannot be 0.
 * Increment soname due to structure change (addition of new config options)
* 5 April 2010: libmodplug 0.8.8
 * Fix 32 to 32 bit "downsampling" on 64bit platforms.
 * Fix usage of bigendian in include files
 * Fix PSM files on bigendian computers
 * Allow configuration of Stereo Separation and MaxMixChannels
 * Fix possible problem with misaligned data structure when converting to int32
  (load_669)
 (Developer only) update to new automake/autoconf.
2011-05-05 08:52:43 +00:00
obache
f49cf7bf27 sort. 2011-05-05 05:42:55 +00:00
obache
dcb5e96bfe + sptk 2011-05-02 11:58:34 +00:00
obache
504b5d446f Import sptk-3.4 as audio/sptk.
Based on PR#44556 by ISHIHARA Takanori.

The Speech Signal Processing Toolkit (SPTK) is a suite of speech
signal processing tools for UNIX environments, e.g., LPC
analysis, PARCOR analysis, LSP analysis, PARCOR synthesis
filter, LSP synthesis filter, vector quantization techniques,
and other extended versions of them.
2011-05-02 11:57:16 +00:00
wiz
08016249f6 Remove libhydrogen, integrated in hydrogen, per PR 37424. 2011-04-28 10:54:32 +00:00
mrg
6f4f707b59 update to hydrogen 0.9.4.2. changes include:
- more jack support (not enabled)
- qt3 -> qt4 update (including a major UI update)
- support for more instruments
- better midi support
- many bug fixes
- multi-layer instrument support
- multiple concurrent patterns
- FLAC support
- autosave support
- drumkit manager
- much better pattern support/ui/editing

thanks to wiz@ for help getting this right.
2011-04-28 10:27:38 +00:00
wiz
321c006d8a Fix DEPENDS line. 2011-04-24 16:17:53 +00:00
obache
a95a825c25 bump PKGREVISION from gettext-lib shlib bump. 2011-04-24 15:31:08 +00:00
shattered
c82469779e Update to 0.9.10. Changes:
- minor fixes
- translation updates
- allow configuring device ports
- allow configuring card profiles
2011-04-24 13:27:57 +00:00
obache
51d76b29e2 recursive bump from gettext-lib shlib bump. 2011-04-22 14:40:40 +00:00
obache
0e2c97799a recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
wiz
ca495f4bdb Stop maintaining amarok. 2011-04-22 10:09:35 +00:00
hans
d564048c69 The pkg name is libaudiofile, so use that in buildlink3.mk. 2011-04-21 21:06:25 +00:00
hans
11c9985f02 Fix build on SunOS. 2011-04-21 20:56:21 +00:00
hans
06c7790d41 Fix library sonames on SunOS. 2011-04-21 20:01:03 +00:00
hans
a3fa89a237 Make this work on SunOS.
audio/cdparanoia is not available for SunOS, but devel/libcdio has a
working alternative. Also, don't depend on gsed directly, add it to
USE_TOOLS.
2011-04-21 17:53:26 +00:00
hans
1b2f1d16a3 Enable OSS4 plugin on SunOS. 2011-04-21 15:03:52 +00:00
hans
45a60bca53 Fix build on SunOS.
Configure does not enable the sun output plugin, which requires BSD
extensions and wouldn't work anyway. But we can use the oss plugin,
recent SunOS versions support OSS.
2011-04-21 15:01:56 +00:00
hans
4afaeea7dc Fix PLIST for oss. 2011-04-21 14:33:37 +00:00
hans
a42b1af5d3 Fix library names on SunOS. 2011-04-21 14:25:09 +00:00
obache
38af49d7c2 note "used by ...". 2011-04-17 09:13:13 +00:00
obache
d45d3d100b fixes "used by ..." comments, "Makefile" is "included by ..." nowhere. 2011-04-17 09:02:17 +00:00
obache
1e4947b9f0 note "used by ...". 2011-04-17 08:51:22 +00:00
drochner
fc531a8179 fix misuse of "bool", should fix build with some compilers, from
Pouya D. Tafti per pkgsrc-users
2011-04-14 17:55:43 +00:00
shattered
6f6cfd909e Update to 1.1.0. Notable changes:
Fix segfaults when closing a driver that did not successfully open.
Fix Mac OS X AUHAL support to properly handle suspend/wakeup, headphone plug/unplug, other hardware events
Fix building Mac OS X driver AUHAL compilation for 10.5, restore Mac OS X 10.4 support
Add 24 bit playback to Pulse plugin
Fix compilation of sndio plugin
Fix 24 bit playback in ALSA plugin
Improve/correct latency setup in ALSA (see Trac #1762)

Also fixes crash in ogg123 with libao-pulse (Trac #1689)
2011-04-09 13:20:20 +00:00
drochner
db98692798 this was moved to gst-plugins-good 2011-04-08 13:50:34 +00:00
wiz
5ec58cf823 Revert most parts of previous, obache notes correctly it does not
work because everything is rebuilt when prefix changes.
2011-04-07 09:23:10 +00:00
wiz
8132cf0337 Support destdir installation. 2011-04-07 08:37:24 +00:00
drochner
9446382d64 update to 0.13
changes:
- Changed Picard icon license to CC by-sa.
- Small UI consistency changes.
- Albums with tracks linked to more than one file are never marked as
  completed.
- Fixed matching of scanned files to tracks while the album is still loading.
- Support for properly embedded FLAC pictures.
- Existing embedded images in APE and ASF files are removed only if there
  are new images to replace them.
- More strict tagger script validation.
- Fixed the $truncate tagger script function.
- Proper rounding of track durations.
- Fixed a bug with saving images larger than 64k to WMA files.
- Added a $swapprefix tagger script function.
- Release events with a date are preferred over the ones without a date.
- Files that are being saved as marked as pending.
- Updated .desktop file to allow opening Picard with multiple files.
- Handle the ?open file? event on Mac OS X.
- Added timeouts to the HTTP web service client.
- Fixed a bug with albums missing the expand/collapse icons.
2011-04-05 16:28:34 +00:00