summaryrefslogtreecommitdiff
path: root/audio
AgeCommit message (Collapse)AuthorFilesLines
2009-08-26bump revision because of graphics/jpeg updatesno76-120/+152
2009-08-26Needs msgfmt.hasso1-2/+2
2009-08-25Get rid of now unnecessary EXTRACT_OPTS_ZIP.wiz2-5/+2
2009-08-23This needs flac(1) from the flac package. Bump pkgrevision to 2.snj1-2/+3
2009-08-21Update to 0.99.05.031:wiz2-7/+7
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-20Updating package audio/p5-CDDB from 1.17nb1 to 1.21sno2-8/+12
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-19not for python-2.4, because support was dropped from py-gtk2tnn1-2/+2
2009-08-18Fix destdir installationjoerg2-1/+28
2009-08-17needs cdparanoia III 10.2 nowdrochner1-1/+2
2009-08-17Add ffmpeg option, include option.mk from Makefile.ahoka3-6/+18
2009-08-17Dont include options.mk from Makefile.common, but from Makefile.ahoka2-5/+5
2009-08-16+ ocpwiz1-1/+2
2009-08-16Remove mistakenly imported file.wiz1-103/+0
2009-08-16Initial import of ocp-0.1.17 from pkgsrc-wip, packaged by shattered.wiz12-0/+307
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-16Update to 1.13, set LICENSE.wiz4-44/+36
Changes undocumented.
2009-08-15update master site. while here add license.zafer1-4/+3
2009-08-14some fixes and cleanup:drochner8-209/+159
-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-14Add missing dbus* dependencies. It seems they were pulledwiz1-1/+4
in via some dependency but most now be included separately.
2009-08-13include ../../databases/db4/buildlink3.mk to make this build.apb1-2/+3
Bump PKGREVISION to 3.
2009-08-11add checksum for added patchdrochner1-1/+2
2009-08-11sync w/ faad2drochner1-5/+4
2009-08-11make the installed include files more consistent: don't relydrochner9-48/+36
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-10patch LP64 bug in AAC plugin (Raymond Meyer via PR pkg/41872)tnn2-1/+32
2009-08-10+bmp-scrobbler SUBDIRkefren1-1/+2
2009-08-10Import audio/bmp-scrobbler 0.4.0, a last.fm reporter for beep media player.kefren4-0/+38
Started from wip xmms similar work
2009-08-10needs pkg-config (for newer libshout), pointed out by Hasso Tepperdrochner2-4/+4
2009-08-10avoid crashes if the disk title or artist cannot be identifieddrochner4-3/+33
(just workarounds, the code is too messy for a real fix), bump PKGREVISION
2009-08-10fix a typotnn1-2/+2
2009-08-10- Update to faad2-2.7tnn11-130/+97
- set LICENSE to gnu-gpl-v2 - install faad(1) manpage 2009-02-02 - Version 2.7 * DAB+ support * Use public headers internally to prevent duplicate declarations * Explicitly typedef all types as signed * Made sure MAIN prediction can't be started after the first frame * Lot's of compilation issues solved * Bugfix in SBR envelope border calculation
2009-08-09Update to 0.16:wiz2-6/+6
0.16 (2009/05/25) * added command "current" * support the new MPD modes "consume" and "single" * added command "idle"
2009-08-09Update to 0.14:wiz3-11/+16
ncmpc 0.14 - 2009-04-21 * bell on wrapped search (optionally) * added new "jump" ('.') command, which queries the user for a string and jumps to the entry which begins with that string while the user is typing. * added new "select range" ('v') command, which lets the user perform various actions (e.g. add to playlist, delete, move, shuffle) on ranges of songs * added commands ('H', 'M', 'L') to jump to top, middle, and bottom of screen * added scrolling commands ('^B', '^N', 'B', 'N') to scroll up/down one line or up/down half a screen * added screen swap ('`') command to switch to the most recently used screen * added MPD information and currently playing song to the info screen ('i') * support for new MPD 0.15 modes: single ('y'), consume ('C') * added "scroll-offset" option * new translations: Czech, Simplified Chinese, Korean, Ukrainian, Dutch
2009-08-09Update to 0.4.1, set LICENSE and convert to user-destdir.wiz2-6/+9
Changes from 0.4.0: * Access to a CD drive other than the default drive works again (Luks). * IWebService.post() now returns a file-like object instead of None (Luks). * Added the "Artificial" language and the "Pseudo-Release" type (Luks).
2009-08-09Update to 0.6:wiz2-7/+8
0.6 --- 2007-01-22 * Fix decoding error with files containing largish id3v2 tags (Joerg Lehmann) * Fix length calculation (Richard Adenling)
2009-08-09update to 3.0.10.2 (which is III-10.2 upstream)drochner18-954/+9633
This is a major update (9.8 was released 2001), most significant changes are support for new (Linux) kernel interfaces and improved drive cache model. pkgsrc note: I've tried to retain Darwin/FreeBSD/DragonFly support, except in scsi_interface.c where the structure changed significantly. Someone who can test please add it back.
2009-08-08patch-at: fix build on Linux (uint32_t was not in scope)tnn2-5/+13
2009-08-07regen, fix for Python!=25, noticed by wizdrochner1-292/+292
2009-08-05Make faac restricted as noted in its README.ahoka1-1/+6
Closes PR pkg/41739.
2009-08-04Needs pkg-config, otherwise it will not install the pc file.joerg1-1/+2
2009-08-03Fix DESTDIR installationjoerg1-1/+3
2009-08-03Fix compilation.joerg2-4/+22
2009-08-03typecast a printf() argument, might fix build problem on 64-bitdrochner2-1/+15
reported by wiz
2009-08-03argh - distfile was changed after release (harmless glade change)drochner2-5/+8
put into DIST_SUBDIR and bump PKGREVISION
2009-08-02fix some glitches with UPnP interaction, bump PKGREVISIONdrochner4-2/+30
2009-07-31update to 0.12.3drochner5-11/+44
changes: many bugfixes pkgsrc changes: -use brasero rather than nautilus-cd-burner for CD writing (this works well for me now) -use musicbrainz rather than -2 (audio CD reading doesn't work on NetBSD due to HAL problems, so I couldn't test)
2009-07-30limit collateral damage of the previous for systems where timeval.tv_usecdrochner2-5/+5
is a "long"
2009-07-30add am option to use shoutcast as a sound output device, fromdrochner3-3/+24
Guillaume Lasmayous per PR pkg/41469, with some minor adaption by me, also fix some harmless but annoying diagnostic message if flac albums are played
2009-07-30update to 2.2.2drochner3-9/+9
changes: bugfixes pkgsrc change: enable pkg-config again, so that the .pc file gets installed (didn't find a pkg which depends on the old shout-config script) from Guillaume Lasmayous per PR pkg/41468
2009-07-30+ezstreamdrochner1-1/+2
2009-07-30add ezstream-0.5.4, a streaming client for icecast, fromdrochner4-0/+50
pancake@phreaker.net per pkgsrc-wip
2009-07-29update to 0.99.05.030drochner3-25/+7
changes: bugfixes