Commit graph

5732 commits

Author SHA1 Message Date
wiz
7e2c799d4e More PKGREVISION bumps of jpeg dependencies.
Identified by parsing the NetBSD-i386-5.0.1/2009Q3 pkg_summary files
and Robert Elz.
2010-01-24 13:26:09 +00:00
drochner
e07f34414e update to 0.15.8
This bugfix release will make incoming streaming more reliable, allowing
stream rewinding if supported, fix CUE track playback, fixes shn support
in ffmpeg and other minor fixes.
2010-01-22 20:47:45 +00:00
drochner
84aeff06e1 make the "avahi" option "off" per defauld, as in other pkgs,
bump PKGREVISION
2010-01-21 12:12:27 +00:00
wiz
7e9f949650 Second try at jpeg-8 recursive PKGREVISION bump. 2010-01-18 09:58:37 +00:00
wiz
672ef23395 Recursive PKGREVISION bump for jpeg update to 8. 2010-01-17 12:02:03 +00:00
asau
20751faf7a Add autoconf to tools, use automake instead of automake14. 2010-01-16 19:12:08 +00:00
wiz
13885fd0b0 Remove workaround for compiler bug in gcc2 on sparc64. 2010-01-16 17:57:36 +00:00
wiz
f5822d2fd5 Update to 0.1.18:
2009-06-29: devpcoreaudio didn't compile on darwin

2009-07-19: dev/smpman.c: x86_64 crashed when expanding loops

2009-07-20: configure.ac: missing AC_DEFINE, made compiling on ubuntu flash a lot of warnings due to we not knowing about some header files

2009-07-20: platit/itplay.c: http://eval.sovietrussia.org/wiki/Player_abuse_tests#Out-of-range_note_delays

2009-07-20: playit/itplay.c: http://eval.sovietrussia.org/wiki/Player_abuse_tests#Pattern_loop

2009-07-20: playit/itptrack.c: track-visualizer didn't show SBx commands (now appears like plx - pattern loop)

2009-07-20: *: use sysconf(_SC_PAGESIZE) if available, before trying to use PAGESIZE, and defaulting to 4096

2009-07-21: playit/itplay.c: http://eval.sovietrussia.org/wiki/Player_abuse_tests#Tremor_effect

2009-07-21: playit/itplay.c: http://eval.sovietrussia.org/wiki/Player_abuse_tests#Ping-pong_loop_and_sample_number

2009-07-22: playit/itplay.c: http://eval.sovietrussia.org/wiki/Player_abuse_tests#Retrigger

2009-07-22: stuff/*x11*: Borrowed some code from mplayer (don't attemt to use SHM on network connected X11 servers)

2009-07-23: playit/itplay.c: http://eval.sovietrussia.org/wiki/Player_abuse_tests#Pattern_row_delay

2009-07-23: stuff/poutput-x11.c: Added XSync() after resize-windows, else XGetImage sometimes fails, since local structure isn't ajour with server fast enough (window resize on remote X11 would sometime exit ocp with X11 error)

2009-07-23: playit/itplay.c: http://eval.sovietrussia.org/wiki/Player_abuse_tests#Random_waveform

2009-07-25: playit/itplay.c: http://eval.sovietrussia.org/wiki/Player_abuse_tests#Pan_swing_and_set_panning_effect

2009-07-26: playit/itplay.c: http://eval.sovietrussia.org/wiki/Player_abuse_tests#Zero_value_for_note_cut_and_note_delay

2009-07-26: playit/itplay.c: http://eval.sovietrussia.org/wiki/Player_abuse_tests#Portamento_with_no_note

2009-07-28: playit/itplay.c: http://eval.sovietrussia.org/wiki/Player_abuse_tests#Portamento_and_pitch_slide

2009-07-29: playgmi/*: Added buffer overrun protection to the MIDI file parser

2009-07-30: playit/itload.c: use Impulse Tracker 2.15 sample decompression, only when needed

2009-08-07: *: Remove the need for keep=1 on certain drivers. The drivers can tell themselfs if they need it.

2009-08-07: devp/devpcoreaudio.c: Major updates

2009-09-24: stuff/*: Added support for SDL video

2009-09-24: dev*/dev*oss.c: Only warn if GET_VERSION fails (some BSDs fails on this)

2009-09-24: ocp-*: Make even faster method for forcing SDL, etc video drivers

2009-09-25: Compiling SDL support without X11 gave a missing symbol

2009-11-18: configure.ac: AC_MSG_ERROR was used wrong some places

2009-12-25: *: medialib didn't handle archived files very well. This is now fixed, however, a rescan is needed in order to make them work (database didn't store archive data)

2009-12-26: playit/itload.c: Don't fail on loading samples with length set to zero, skip them instead

2009-12-26: VERSION 0.1.18
2010-01-16 17:10:31 +00:00
wiz
f83bbe82b6 Use new ${LP64PLATFORMS} variable to restrict platforms instead of manual
hardcoding.

Note: This effectively adds x86_64 to NOT_FOR_PLATFORM for some packages.
2010-01-07 07:36:53 +00:00
drochner
8820aebe7d restore the patch's comment which got lost in last commit 2010-01-06 11:20:30 +00:00
tron
1a0c2842dd Add patch from the "lame" CVS repository to fix API incompatiblity with
the "ffmpeg" package. "ffmpeg" can now generate ".flv" files with
audio again. Bump package revision.

Extra testing by Matthias Drochner, approved by Alistair Crooks.
2010-01-05 23:02:12 +00:00
tnn
1f4dfaf829 fix OSS linkage 2010-01-05 13:55:07 +00:00
abs
42a6ae9a3e Updated audio/ampache to 3.5.3
Addresses the following security issue:
	http://secunia.com/advisories/37867/

--------------------------------------------------------------------------
  v.3.5.3 20/12/2009
	- Added local authtype which uses PHP's PAM module
	- Correct potential security issues due to misuse of REQUEST for write
		operations rather then POST
		(Thx Raphael Geissert <geissert@debian.org>)

--------------------------------------------------------------------------
  v.3.5.2 19/11/2009
	- Fix typo that caused song count to not be set on tag xml response
	- Fix tag methods so that alpha_match and exact_match work
	- Fix limit and offset not working on search_songs API method
	- Fix import m3u on catalog build so it does something
	- Fix inconsistent view during catalog operations
	- Sort malformed files into "Unknown (Broken)" rather then leaving
		them in "Unknown (Orphaned)"
	- Fix API democratic voting methods (Thx kindachris)
	- Add server version information to API ping command
	- Fix Localplay API methods (Thx thomasa)
	- Improve bin/catalog_update.inc to allow only verify, clean or add
		(Thx ascheel)
	- Fix issue with batch download and UNC paths (Thx greengeek)
	- Added config option to turn caching on/off, Default is off
	- Fix issue where file tag pattern was ignored if files have no tag
		structure
	- Add TDRC to list of parsed id3v2 tags
	- Fix issue where rating could get cached and not update the
		display correctly until a page reload
	- Fix User Stats having a formating issue and not listing the
		active playlist correctly
	- Fix incorrect default ogg transcode target format in the default
		config file
	- Fix issue where the user preferences were not respected by
		the streaming code due to caching
	- Fix issue where prevent multiple logins would prevent all logins

--------------------------------------------------------------------------
  v.3.5.1 24/06/2009
	- Make the PHP error a little clearer for windows users by indicating
		that their version of PHP is < 5.3 (required for windows)
	- Fix random methods not working for Localplay
	- Fix extra space on prefixed albums (Thx ibizaman)
	- Add missing operator on tag and rating searches so they will
		work with other methods (Thx kiehnet@netscape.net)
	- Fix get_art_url() so it returns something...
	- Fix problem with creating new playlists where it doesn't work
		but appending to an existing did.
	- Fixed issue with url_to_song, also cleaned up the code a bit
	- Fixed issue with Random All Catalogs
	- Fixed issues with API and Tag methods not working as advertised
	- Fix endless loop in getid3() with malformed genre tags in mp3s
	- Fixed show test page always returning false on web path
	- Update Man page to adhear to newer Debian rules
	- Fixed issue with Videos being incorrectly registered with stats
		and now playing as songs.
	- Fixed missing > in HTML for song row

--------------------------------------------------------------------------
  v.3.5 05/05/2009
	- Added complete Czech translation (Thx martin hason)
	- Add the AlmightyOatmeal-Sanity check to prevent a clean from
		removing all songs if your mount failed, but is still
		readable by ampache
	- Make the Lang Install page prettier
	- Added Check for hash,inet_pton,windows PHP Version to init so
		that upgrades without pre-reqs are handled correctly
	- Allow mms,mmsh,mmsu,mmst,rstp in Radio Stream URLs
	- Fixed a problem where after adding a track to a saved playlist
		there was no UI response upon deleting the track without
		a page refresh
	- Fix an issue where the full version of the album art was never
		used even when requested
	- Fix maxlength on acl fields being to small for all IPv6 addresses
	- Add error message when file exists but is unreadable do not
		remove unreadable songs from catalog
	- Fixed missing title tag on song browse for the title
		(Thx flowerysong)
	- Fix htmlchar'd rss feed url
	- Fix Port not correctly being added to URL in most cases
		even when defined in config
2010-01-04 20:46:06 +00:00
joerg
bed4803fae Deal with the usual scons design nightmare and don't nuke the complete
environment.
2010-01-04 17:59:49 +00:00
joerg
a91167bad3 Uses deprecated GTK interfaces. 2009-12-30 13:40:14 +00:00
joerg
ae0056a4b9 Our environment is already sanitized, so don't kill it. 2009-12-30 13:19:58 +00:00
abs
346dce3074 Avoid an assert on pthread_setschedparam() if the priority was already
SCHED_OTHER - bump pkgrevision
2009-12-27 15:06:28 +00:00
abs
8b79dfbc3d PKG_DESTDIR_SUPPORT 2009-12-17 22:08:09 +00:00
abs
b7501f69e3 +PKG_DESTDIR_SUPPORT 2009-12-17 22:04:17 +00:00
abs
99cdbbe69d PKG_DESTDIR_SUPPORT 2009-12-17 19:58:19 +00:00
abs
8f2106ab21 PKG_DESTDIR_SUPPORT 2009-12-17 19:45:27 +00:00
drochner
8eb46bc6f9 update to 0.3.2
changes: minor cleanup
2009-12-16 19:54:39 +00:00
drochner
651b7d7e08 update to 0.5.7.1
changes:
-cover plugin now uses Freecovers.net as its cover provider
-bugfixes
-French translation
2009-12-16 19:31:51 +00:00
drochner
f8f29fd84d update to 0.15.6
changes:
This release fixes OggFLAC, some annoyances and a few critical bugs
2009-12-16 19:28:49 +00:00
drochner
d5bd50770c fix the LP64 patch so that it doesn't prevent building on Python<2.5 2009-12-16 16:53:09 +00:00
joerg
fa5464c73f Recursive bump for libltdl 2009-12-15 21:30:51 +00:00
wiz
016677b9c7 Update to 1.0.21:
Version 1.0.21 (2009-12-13)
  * Add a couple of new binary programs to programs/ dir.
  * Remove sndfile-jackplay (now in sndfile-tools package).
  * Add windows only function sf_wchar_open().
  * Bunch of minor bug fixes.

(The last entry sums up at least the DOS patches we had in pkgsrc.)
2009-12-15 11:08:38 +00:00
joerg
1bfb2ecdd3 Fix libtool usage. 2009-12-09 21:19:59 +00:00
drochner
b3d75f7865 update to 2.28.1
ichanges:
-bugfixes
-translation updates
2009-12-09 19:05:28 +00:00
drochner
23da6c18a3 update to 0.12.6
changes:
-Context pane plugin
-Power management plugin reworked to use new D-Bus API
-MTP plugin reworked to do everything asynchronously
-Volume slider levels match what PulseAudio displays
-Playback pipeline filter interfaces actually work properly now
-Much improved visualization performance when crossfading is enabled
-bugfixes
-translation updates
2009-12-09 10:30:00 +00:00
drochner
a0b9a4d965 fix for base pkg update 2009-12-09 10:13:40 +00:00
wiz
ffbd02ddd3 Drop MAINTAINER. 2009-12-07 00:01:04 +00:00
joerg
34b916d025 Need to provide builddir to prevent -I without argument. 2009-12-03 16:41:40 +00:00
joerg
fe7185fe37 Add to MAKE_ENV, don't overwrite it. 2009-12-03 16:26:47 +00:00
asau
d78ee9706f Follow f2c/libf2c split: bump revision of all packages
that list Fortran in used languages.
2009-12-03 13:06:51 +00:00
wiz
9054ac68e2 Apply some possible security fixes from upstream SVN.
Glanced from links in mozilla advisory
http://www.mozilla.org/security/announce/2009/mfsa2009-63.html
and Fedora Core patches for 1.2.0.

Bump PKGREVISION.
2009-12-02 12:41:25 +00:00
drochner
a9f9127934 Debian has integrated a fix for ADPCM decoding problems which is
similar to our one, and added additional sanity checks
(see http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=510205#59)
use their version to ease further maintainance, bump PKGREVISION
2009-12-01 10:44:02 +00:00
dholland
37be7b1730 Fix this to build on LP64 with python 2.5+. I added hacks so it should
still build on python 2.4, but I haven't tested them.
2009-11-29 23:04:15 +00:00
dholland
f480436cfa This package's configure script wants msggrep, but nothing uses it, so
fake it out. While here, turn on destdir support.
2009-11-29 22:27:54 +00:00
joerg
64a0d95eb8 Add missing build dependencies on gettext-m4 and glib2. 2009-11-29 18:51:06 +00:00
wiz
2ab1bde3c3 Fix HOMEPAGE. 2009-11-27 10:54:21 +00:00
joerg
6060f58573 Make sure builddir is set to not use stray -I options. 2009-11-25 21:56:34 +00:00
kefren
25318dd1c2 +bmp-flac 2009-11-24 16:05:28 +00:00
kefren
ecebbd6327 Initial import of bmp-flac 1.1.3, flac plugin for beep-media-player.
Derived from audio/xmms-flac
2009-11-24 16:04:50 +00:00
drochner
ea72f8cbdf update to 0.7
changes:
-cleanup, trim and compress sounds
-remove annoying sounds, eg on menu actions, desktop switch, clicks
2009-11-23 11:57:36 +00:00
wiz
f1d330d19e Update to 1.2.11
1.2.11:
Sam Lantinga - Sat Nov 14 12:38:01 PST 2009
 * Fixed initialization error and crashes if MikMod library isn't available
Sam Lantinga - Sat Nov 14 11:22:14 PST 2009
 * Fixed bug loading multiple music files

1.2.10:
Sam Lantinga - Sun Nov  8 08:34:48 PST 2009
 * Added Mix_Init()/Mix_Quit() to prevent constantly loading and unloading DLLs
Mike Frysinger - 2009-11-05 09:11:43 PST
 * Check for fork/vfork on any platform, don't just assume it on UNIX
Jon Atkins - Thu Nov 5 00:02:50 2009 UTC
 * Fixed export of Mix_GetNumChunkDecoders() and Mix_GetNumMusicDecoders()
C.W. Betts - 2009-11-02 00:16:21 PST
 * Use newer MIDI API on Mac OS X 10.5+
2009-11-15 21:05:40 +00:00
drochner
70ae627dea update to 0.12.1
changes:
-UI and scripting improvements
-support more tags
-bugfixes
2009-11-15 13:19:02 +00:00
reed
1b3e032807 Update description. 2009-11-13 16:14:29 +00:00
wiz
9a7e26ffeb Hm, can't reproduce the make-jobs failure, so remove MAKE_JOBS_SAFE=no
again.
2009-11-10 19:04:28 +00:00
wiz
ec0239039e Update HOMEPAGE. 2009-11-03 12:58:24 +00:00
wiz
3f141d6ffb Update to 1.6.1, set LICENSE.
TagLib 1.6.1 (Oct 31, 2009)
===========================

 * Better detection of the audio codec of .oga files in FileRef.
 * Fixed saving of Vorbis comments to Ogg FLAC files. TagLib tried to
   include the Vorbis framing bit, which is only correct for Ogg Vorbis.
 * Public symbols now have explicitly set visibility to "default" on GCC.
 * Added missing exports for static ID3v1 functions.
 * Fixed a typo in taglib_c.pc
 * Fixed a failing test on ppc64.
 * Support for binary 'covr' atom in MP4 files. TagLib 1.6 treated them
   as text atoms, which corrupted them in some cases.
 * Fixed ID3v1-style genre to string conversion in MP4 files.
2009-11-01 16:18:27 +00:00
wiz
6dde6a65d6 libcdio updated changed its shlib major version, so bump depends.
Noted by drochner@
2009-10-31 14:46:51 +00:00
wiz
4b76ae84a0 Update to 1.0.21a, set LICENSE.
Mixer API

    mixer: Add Speaker and Beep names to the weight lis

PCM API

    PCM - Change the hw_params determination orde

Configuration

    Change dmix.conf to accept user configuration from
    defaults.dmix.<driver_id>.xx
    Revert "Fix driver conf parsing in snd_config_hook_load_for_all_cards()
2009-10-31 02:36:10 +00:00
wiz
67e31ef576 Update to 1.0.13, set LICENSE (basically mit).
Sun Apr  5  04:53:07 2009       Jutta Degener (jutta@pobox.com)

	* Release 1.0 Patchlevel 13
	COPYRIGHT: exploring the deeper meaning and cultural
	history of the word "any".
2009-10-31 01:29:26 +00:00
wiz
dbb9029d22 Update to 1.2.9. Set LICENSE. Remove dynamically loaded libraries
from buildlink3.mk.

1.2.9:
Ryan Gordon - Sun Oct 18 11:42:31 PDT 2009
 * Updated native MIDI support on Mac OS X for 10.6
Ryan Gordon - Sun Oct 11 05:29:55 2009 UTC
 * Reset channel volumes after a fade out interrupts a fade in.
Ryan Gordon - Sun Oct 11 02:59:12 2009 UTC
 * Fixed crash race condition with position audio functions
Ryan Gordon - Sat Oct 10 17:05:45 2009 UTC
 * Fixed stereo panning in 8-bit mode
Sam Lantinga - Sat Oct 10 11:07:15 2009 UTC
 * Added /usr/share/timidity to the default timidity.cfg locations
Sam Lantinga - Sat Oct  3 13:33:36 PDT 2009
 * MOD support uses libmikmod and is dynamically loaded by default
 * A patched version of libmikmod is included in libmikmod-3.1.12.zip
 * The libmikmod patches fix security issues CVE-2007-6720 and CVE-2009-0179.
Sam Lantinga - Sat Oct  3 02:49:41 PDT 2009
 * Added TIMIDITY_CFG environment variable to fully locate timidity.cfg
Sam Lantinga - Fri Oct  2 07:15:35 PDT 2009
 * Implemented seamless looping for music playback
Forrest Voight - 2009-06-13 20:31:38 PDT
 * ID3 files are now recognized as MP3 format
Steven Noonan - 2008-05-13 13:31:36 PDT
 * Fixed native MIDI crash on 64-bit Windows
Ryan Gordon - Fri Jun 5 16:07:08 2009 UTC
 * Added decoder enumeration API:
	Mix_GetNumChunkDecoders(), Mix_GetChunkDecoder(),
	Mix_GetNumMusicDecoders(), Mix_GetMusicDecoder()
Austen Dicken - Tue Feb 26 23:28:27 PST 2008
 * Added support for FLAC audio both as chunks and streaming
Tilman Sauerbeck - Tue Feb 26 03:44:47 PST 2008
 * Added support for streaming WAV files with Mix_LoadMUS_RW()
Ryan Gordon - Mon Feb 4 17:10:08 UTC 2008
 * Fixed crash caused by not resetting position_channels
2009-10-31 00:16:40 +00:00
joerg
36194ffdae Provide a value for OTHER_INCLUDE_DIR, so that -I is not used without arguments. 2009-10-30 20:17:21 +00:00
drochner
f79f1c0163 update to 0.12.5
changes:
-New cover art search code
-Updated Coherence UPnP plugin
-UI improvement
-bugfixes
-translation updates
2009-10-30 11:48:11 +00:00
drochner
119209660b update to 0.22
changes:
-many bugfixes
-multichannel support; gtk multihead support
-add new ca_context_playing() call

pkgsrc change: make the OSS backend work
2009-10-29 17:51:09 +00:00
drochner
01c27c7cfb update to 2.28.0
This switches to the gnome-2.28 release branch.
2009-10-28 18:40:32 +00:00
drochner
e0e8aa9cc2 +gst-(two)lame 2009-10-28 18:37:37 +00:00
drochner
2cec2719c4 build the "twolame" plugin of gst-plugins0.10-ugly, can be used by
sound-juicer to rip to mp2
(just for completeness, likely not too useful)
2009-10-28 18:33:57 +00:00
drochner
54001e4525 build the "lame" plugin of gst-plugins0.10-ugly, can be used by
sound-juicer to rip to mp3
2009-10-28 18:32:17 +00:00
zafer
f5a9da56be update master_sites. fix url. 2009-10-24 15:13:38 +00:00
zafer
a7ceca0399 update master_sites. use gentoo mirror. 2009-10-24 15:08:58 +00:00
drochner
61edcb3f8e reset PKGREVISION for base pkg update 2009-10-22 15:21:19 +00:00
jakllsch
7886e292ed Update ncmpc to 0.15.
Changes since 0.14:
* added the "lyrics-autosave" option
* added CMD_SELECT_PLAYING
* display song duration in the playlist
* added the "hardware_cursor" option
* show plugin error messages on the screen
* fixed NULL pointer dereference when not yet connected
* new translation: Hebrew
2009-10-20 20:32:46 +00:00
joerg
421f9f463c Update to gmpc-0.19.1:
- bugfixes
- usability improvements
2009-10-20 20:26:58 +00:00
joerg
910b708295 Update to libmpd-0.19.0:
- bufixes
2009-10-20 20:25:54 +00:00
joerg
c76b22e65d Update to mpd-0.15.5.
- stability improvements
- fix memory leaks
- fix Vorbis issues
- fix Snowleopard build
2009-10-19 19:40:42 +00:00
adam
0f6a716ef1 Fix building with boost 1.40.0 2009-10-19 19:33:02 +00:00
adam
1bc4b63e1b Changes 0.99.06.041:
* brought documentation up to date
* added test for ReplayGain info stored inside Id3V2
* failing to read text frames from files no longer causes crashes
* fixed bug resulting in crash when 2 ID3V2 tags are present and
    "Discard invalid ID3V2 data" gets called
* XML export now works when names contain double quotes
* locale in export dialog
* locale lists are now sorted
* long text frames are now truncated when shown in the "File info" area
* changed names and order for tabs under Config/Files
* made transformation options work correctly in MSVC

Changes 0.99.06.040:
* "Various Artists" support
* all pictures are shown and can be viewed in full size in "Tag details"
* all pictures from a file are shown in the tag editor
* patterns in the tag editor may now be disabled
* export as M3U or XML
* better handling of text frames containing null characters
* auto-size for the tag editor's "current file" area
* better column widths in the tag editor
* improved HTA for Windows build
2009-10-19 16:00:23 +00:00
wiz
3582e09381 Fix version number in PKGNAME. Noted by reed. 2009-10-10 08:33:24 +00:00
joerg
181aef296a Use --mode argument for libtool. 2009-10-07 15:34:14 +00:00
joerg
6746fe1a18 Use --mode for libtool. 2009-10-07 15:31:10 +00:00
joerg
2c6f48a026 Use --mode argument for libtool. 2009-10-07 15:14:47 +00:00
joerg
b23e7ce01a Provide --mode for libtool. 2009-10-07 15:04:29 +00:00
joerg
7c993376d1 Change patches to use --mode argument for libtool. 2009-10-06 17:27:51 +00:00
drochner
da173cf56d the project got a HOMEPAGE 2009-09-30 10:47:51 +00:00
martin
0ea234b25b Extend id3v2 handling by adding (very simplistic) handling for unicode
tags, and also make it deal with gaps after the header or junk before the
actual start of mp3 data.
This makes it able to properly extract info from all mp3 files I have.
2009-09-26 21:16:57 +00:00
wiz
e34cea6e31 Enable asf and mp4, needed by wip/amarok. Bump PKGREVISION. 2009-09-24 10:24:52 +00:00
tnn
9149aa480b honour PKGMANDIR 2009-09-23 13:34:33 +00:00
tnn
e7b13015c4 fix build breakage on NetBSD/i386 2009-09-21 18:07:10 +00:00
sno
c6f0426e98 Forgot to re-run 'make makepatchsum' after adding $NetBSD$ 2009-09-21 17:27:40 +00:00
sno
6141899b02 Adding patch from FreeBSD ports to let esound build on FreeBSD, too.
The rest of the patch from FreeBSD ports should be reviewed by the
maintainer, I'm not sure how far this is reasonable ...
2009-09-21 17:26:46 +00:00
sno
66d3174071 libdiscid works on FreeBSD, too 2009-09-20 21:40:37 +00:00
tnn
9657c8d253 include <string.h> in few places where needed 2009-09-19 21:13:22 +00:00
tnn
cfe20c9cf7 do previous differently. id3lib_strings.h is where memmove is used, so
pull in string.h there instead.
2009-09-19 17:14:21 +00:00
tnn
832943399e pull in string.h in taglib.h for memmove prototype 2009-09-19 17:00:39 +00:00
wiz
4a7675ed08 Update to 1.6:
1.6:

 * New CMake option to build a static version - ENABLE_STATIC.
 * Added support for disabling dllimport/dllexport on Windows using the
   TAGLIB_STATIC macro.
 * Support for parsing the obsolete 'gnre' MP4 atom.
 * New cpp macros TAGLIB_WITH_MP4 and TAGLIB_WITH_ASF to determin if
   TagLib was built with MP4/ASF support.

1.6 RC1:

 * Split Ogg packets larger than 64k into multiple pages. (BUG:171957)
 * TagLib can now use FLAC padding block. (BUG:107659)
 * ID3v2.2 frames are now not incorrectly saved. (BUG:176373)
 * Support for ID3v2.2 PIC frames. (BUG:167786)
 * Fixed a bug in ByteVectorList::split().
 * XiphComment::year() now falls back to YEAR if DATE doesn't exist
   and XiphComment::year() falls back to TRACKNUM if TRACKNUMBER doesn't
   exist. (BUG:144396)
 * Improved ID3v2.3 genre parsing. (BUG:188578)
 * Better checking of corrupted ID3v2 APIC data. (BUG:168382)
 * Bitrate calculating using the Xing header now uses floating point
   numbers. (BUG:172556)
 * New TagLib::String method rfind().
 * Added support for MP4 file format with iTunes-style metadata [optional].
 * Added support for ASF (WMA) file format [optional].
 * Fixed crash when saving a Locator APEv2 tag. (BUG:169810)
 * Fixed a possible crash in the non-const version of String::operator[]
   and in String::operator+=. (BUG:169389)
 * Added support for PRIV ID3v2 frames.
 * Empty ID3v2 genres are no longer treated as numeric ID3v1 genres.
 * Added support for the POPM (rating/playcount) ID3v2 frame.
 * Generic RIFF file format support:
   * Support for AIFF files with ID3v2 tags.
   * Support for WAV files with ID3v2 tags.
 * Fixed crash on handling unsupported ID3v2 frames, e.g. on encrypted
   frames. (BUG:161721)
 * Fixed overflow while calculating bitrate of FLAC files with a very
   high bitrate.
2009-09-19 13:38:31 +00:00
sketch
b875bfa0f1 Use -features=extensions with sunpro C++ to get __func__ 2009-09-18 13:29:31 +00:00
joerg
94ce4b1532 Fix default module path to not include trailing slashes as it breaks
libtool.
2009-09-18 09:59:54 +00:00
reed
b35416b8a9 Remove include of the xfce4-dev-tools buildlink.
It is only needed for building Xfce4 from SVN repo.

No need to bump versions as this is a "build" dependency.
2009-09-16 01:31:12 +00:00
reed
aab221b8a2 Upgrading Xfce to 4.6.1.
This is for PR #40984. This is based on work from
dieter roelants. Thank you Dieter.
Also I had done some work independently on this.
Hopefully, I am getting this all committed at one time.

The changelogs are at
http://www.xfce.org/documentation/changelogs/4.6.1
http://www.xfce.org/documentation/changelogs/4.6.0

Also don't need the xfce4-dev-tools for building. (It is only
needed when building from SVN source.)
2009-09-16 01:15:32 +00:00
drochner
3f0c36d6ba update to 0.12.4
changes:
-Configurable action for mouse-wheel events on the status icon
-Occasional transfer problems with MTP devices fixed
-bugfixes
-translation updates
2009-09-15 10:50:13 +00:00
drochner
a01214bcd5 improve handling of CDs where track 1 starts after the usual 2s gap:
Where CDDA data are filled into the cue sheet, make sure only one
title is used per track, otherwise data would shift by 1 entry and
no title would be left for the last track.
This is still not perfect because there is no (documented) way to
get the audio data within that gap with cdda2wav or cdparanoia, so
the audio data don't match the cue sheet fully, but at least the
cue sheet is not a total mess.
bump PKGREVISION
2009-09-15 10:46:10 +00:00
joerg
19f8d612e7 Regen. 2009-09-12 11:06:22 +00:00
joerg
e76d40adf1 mpd-0.15.3:
- faster tag scanning for vorbis
- fix stuttering and stuck pause bugs for output
- fix issues with tag scanning like forcing huge memory allocations
- plug some memory leaks
2009-09-11 20:58:55 +00:00
wiz
249583347f Fix paths. 2009-09-10 20:19:18 +00:00
wiz
5c690eb8fe Enable buzztard packages. 2009-09-10 20:17:20 +00:00
wiz
ae7c1e9c61 Initial import of buzztard-0.5.0 and its components.
Buzztard is a music composer similar to tracker applications.  It
is roughly modeled after the windows only, closed source and now
discontinued application called Buzz.
2009-09-10 20:16:44 +00:00
wiz
5cead5f249 Add patch from drochner that fixes ripping on NetBSD-current/amd64.
Bump PKGREVISION.
2009-09-10 19:14:46 +00:00
drochner
d0fa3080e6 kill unneeded db4 dependency, bump PKGREVISION 2009-09-09 17:02:00 +00:00
drochner
f1ff183850 update to 0.3
changes:
-my patches (portability, cue sheet parser improvements) were integrated
 upstream
-UI improvements
-minor fixes
2009-09-09 16:54:13 +00:00
drochner
ce4aa8f0a6 update to 1.28
changes:
Prevent out of range scalefactors
Updated to latest mpeg4ip mp4 file format library
Added -s option to make the encoder output optimized mp4 layout
Improved JPEG detection for album art
Lot's of compilation issues solved
2009-09-09 16:40:39 +00:00
wiz
b548e6af56 Update to 0.7.1:
0.7.1
This release has been brought up to date with Python 2.6 and now
uses Mutagen to get MP3 info rather than the out-of-date MP3Info
Python module. An issue with Folder View when filename-derivation
is enabled has been fixed.

0.7.0:
Professional hosting features were added. Many new playlist features
were added, including performer names and kamikaze mode for random
songs. Several GUI enhancements and additional configuration options
were added.
2009-09-09 14:10:58 +00:00
hasso
cfaf36bb50 Configure needs msgfmt. 2009-09-09 06:22:12 +00:00
joerg
9a2074208a Retire Python 2.3 support. 2009-09-07 19:02:13 +00:00
obache
01204797cb Prevent override PKGCONFIG_OVERRIDE and make to override linker flag
in speex.pc again.

Bump PKGREVISION.
2009-09-06 08:15:04 +00:00
hasso
45a6ce0b08 Make it build on DragonFly and probably some others. 2009-09-06 05:15:22 +00:00
joerg
5b5856a9f9 Fix a number of annoying issues in gbemol:
- sort albums for the selector
- fix crash if authentication failed
- make authentication actually work
- be consistent in section of the config file used
Bump revision
2009-09-03 01:29:34 +00:00
wiz
1634a6c243 Define EBADFD to the same error code as in alsa-libs, in case it's
undefined.
2009-08-31 20:07:32 +00:00
wiz
f1f9d4b742 Update to 1.0.20. 1.0.21 tarball is mysteriously unavailable. 2009-08-31 14:31:00 +00:00
wiz
85a2020aff Update alsa packages to 1.0.21.
http://www.alsa-project.org/main/index.php/Changes_v1.0.18_v1.0.19
http://www.alsa-project.org/main/index.php/Changes_v1.0.19_v1.0.20
http://www.alsa-project.org/main/index.php/Changes_v1.0.20_v1.0.21
contain ~300kB of changes.
2009-08-31 14:25:49 +00:00
joerg
638556f50c + gbemol 2009-08-31 12:21:36 +00:00
joerg
2810011397 Imported gbemol-0.3.2 from pkgsrc-wip:
gbemol allows you to use MPD with a userfriendly interface.
Features include an easy-to-use, tag-oriented library browser,
a two mode playlist, cover art support (APIC tag only, for now),
system tray icon docking, song, album and artist information.

Music Player Daemon is a server that allows remote access for playing
audio files, streams and managing playlists. The daemon is controlled
through a client which need not run on the same computer mpd runs on.
2009-08-31 12:19:38 +00:00
wiz
5f4ad5e36f regen, did not match patches. 2009-08-29 23:04:55 +00:00
wiz
23229a81fd Mark as destdir-ready. 2009-08-29 13:08:42 +00:00
hasso
29409fa394 Make it just build on DragonFly. Doesn't work yet though. 2009-08-29 04:54:52 +00:00
wiz
8526413332 Set maintainer to the one from the wip package of the same name. 2009-08-28 07:48:15 +00:00
snj
3e87ec0bcb It's "its" 2009-08-27 23:11:28 +00:00
ahoka
24f89baae0 +milkytracker 2009-08-27 22:51:39 +00:00
ahoka
2f903cb019 Import milkytracker-0.90.80 as audio/milkytracker.
MilkyTracker is an open source, multi-platform music application for creating
.MOD and .XM module files. It attempts to recreate the module replay and user
experience of the popular DOS program Fasttracker II, with special playback
modes available for improved Amiga ProTracker 2/3 compatibility.

Some of it's key features are:

* Fasttracker II like, custom graphical user interface with context menus
* Choose between a modern and a true-to-FT2 editing scheme / keyboard layout
* Tabbed user interface for opening and playing up to 32 modules simultaneously
  and for exchanging data between them
* Playing and editing simultaneously
* Live mode for seamless pattern changes
* Rendering songs/patterns to disk (.WAV) or directly to sample
* Powerful sample editor featuring waveform generators
* In-depth instrument editor featuring envelope zooming and scaling and support
  for copying and swapping instruments and samples across tabs
* ProTracker 2/3 playback modes for playing and editing .MOD files
* Various resampler options including emulated Amiga 500/1200 sound output
* Module optimizer
* Over 30 imported module formats
* Basic archive support for loading zipped, powerpacked and UMX modules directly
2009-08-27 22:50:16 +00:00
wiz
570431f073 pkglint cleanup. 2009-08-27 19:44:49 +00:00
sno
d927c3e77e bump revision because of graphics/jpeg update 2009-08-26 20:19:17 +00:00
sno
949cd3bc1f bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
hasso
2003236952 Needs msgfmt. 2009-08-26 11:19:30 +00:00
wiz
724818b671 Get rid of now unnecessary EXTRACT_OPTS_ZIP. 2009-08-25 11:57:44 +00:00
snj
40e9cefb6e This needs flac(1) from the flac package. Bump pkgrevision to 2. 2009-08-23 03:11:15 +00:00
wiz
732acf08a8 Update to 0.99.05.031:
18.08.2009 - 0.99.05.031
- crash detection
- fixed small memory leak in config dialog
- fixed small memory leak in the tag editor
- content is shown for GEOB frames
- .ID3 files are now loaded in addition to .MP3
- made the counter shown when applying transforms increment on new file
    (until now it was incremented for each transform)
- "Various artists" no longer set as "artist" when downloading track
    info from MusicBrainz
- fixed "current cell" in the tag editor (until now, when dragging the
    mouse to select several cells, the current cell was wrong, leading to
    setting values incorrectly
- fixed a bug that didn't allow removal of the track number
- slightly improved the normalizer, so a "busy" cursor is shown when the
    connection to the underlying process is lost (the program seems frozen,
    but it resumes after about 30 seconds)
2009-08-21 12:48:01 +00:00
sno
dba1092ab1 Updating package audio/p5-CDDB from 1.17nb1 to 1.21
pkgsrc changes:
  - Adding license
  - Adjusting PKGNAME (including CONFLICTS and SUPERSEDES)

Upstream changes:
=================================
2009-07-27T16:02:08.268109Z v1_21
=================================

  2009-07-27 16:01:44 (r9) by rcaputo; lib/CDDB.pm M

    Reorganize documentation links.

  2009-07-27 04:39:24 (r8) by rcaputo; lib/CDDB.pm M; Makefile.PL M

    Add machine-readable repository directory. Add BUG TRACKER,
    REPOSITORY and OTHER RESOURCES to the documentation.

=================================
2009-07-26T03:54:46.902679Z v1_20
=================================

  2009-07-26 03:54:11 (r6) by rcaputo
  lib/CDDB.pm M; t/01_cddb.t M; Makefile.PL M

    Upgrade tests to Test::More. Fix track offset calculations according
    to documented test input. Fix test input to match FreeDB
    documentation. Many thanks to Chuck Cranor for reporting the issue.

  2006-11-06 19:20:39 (r5) by rcaputo; Makefile.PL M

    Set a LICENSE. Cheap kwalitee points!

==============
End of Excerpt
==============
2009-08-20 18:12:29 +00:00
tnn
29447f01c4 not for python-2.4, because support was dropped from py-gtk2 2009-08-19 11:34:34 +00:00
joerg
24d4774dfb Fix destdir installation 2009-08-18 16:47:18 +00:00
drochner
0531876343 needs cdparanoia III 10.2 now 2009-08-17 17:48:00 +00:00
ahoka
16dd2a00c6 Add ffmpeg option, include option.mk from Makefile. 2009-08-17 14:24:32 +00:00
ahoka
5ed17286b2 Dont include options.mk from Makefile.common, but from Makefile. 2009-08-17 14:21:42 +00:00
wiz
ae5d7bb113 + ocp 2009-08-16 15:52:52 +00:00
wiz
595852e51b Remove mistakenly imported file. 2009-08-16 15:52:45 +00:00
wiz
ffc90ad495 Initial import of ocp-0.1.17 from pkgsrc-wip, packaged by shattered.
Open Cubic Player first appeared around December 1994 as a DOS
binary-only module player. It supported many soundcards and module
formats.

At some point, the source code was released to the public under the
terms of the GNU General Public License, and around 2003 Stian
Skjelstad ported the code to Linux.

In addition to legacy tracker formats such as mod, xm and s3m, Open
Cubic Player now also supports mp3, ogg and ay files and can be compiled
with libadplug support.
2009-08-16 15:52:10 +00:00
wiz
d99fedcd4c Update to 1.13, set LICENSE.
Changes undocumented.
2009-08-16 14:17:44 +00:00
zafer
d2f817fb0c update master site. while here add license. 2009-08-15 23:27:19 +00:00
drochner
25f79a96ff some fixes and cleanup:
-replace a struct member name "private" in a public header, it is
 reserved in C+, fixes build problems reported by joerg and wiz
-link against librt on Linux (needed for clock_gettime()), should
 fix build problem reported by dsainty
-don't even compile cooked_interface.c on NetBSD, and g/c patches
 which added NetBSD support code which was never used
bump PKGREVISION
2009-08-14 15:51:05 +00:00
wiz
6483d97727 Add missing dbus* dependencies. It seems they were pulled
in via some dependency but most now be included separately.
2009-08-14 15:16:47 +00:00
apb
6644256f91 include ../../databases/db4/buildlink3.mk to make this build.
Bump PKGREVISION to 3.
2009-08-13 09:32:14 +00:00
drochner
24a18a7deb add checksum for added patch 2009-08-11 11:29:04 +00:00
drochner
45e53836e2 sync w/ faad2 2009-08-11 11:17:56 +00:00
drochner
e02dfb16ed make the installed include files more consistent: don't rely
on HAVE_STDINT_H defined by the client app, don't install
mp4ffint.h which is purely internal,
fix build of the xmms plugin,
bump PKGREVISION
2009-08-11 11:16:37 +00:00
tnn
df2e308fb8 patch LP64 bug in AAC plugin (Raymond Meyer via PR pkg/41872) 2009-08-10 23:10:29 +00:00
kefren
e97cd22887 +bmp-scrobbler SUBDIR 2009-08-10 19:02:16 +00:00
kefren
eba161e3e6 Import audio/bmp-scrobbler 0.4.0, a last.fm reporter for beep media player.
Started from wip xmms similar work
2009-08-10 19:00:00 +00:00
drochner
27d2d32b67 needs pkg-config (for newer libshout), pointed out by Hasso Tepper 2009-08-10 11:26:05 +00:00