Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2006-01-01 | Fix small shell script error which I forgot to fix. | tron | 1 | -2/+2 | |
2006-01-01 | Update "daapd" package to version 0.2.4a. Changes since version 0.2.3d: | tron | 4 | -37/+40 | |
- static playlists - daapd parses paths with backslashes correctly now - bugfixes | |||||
2005-12-31 | Enable vorbis, flac, and speex output even for platforms without a native | schmonz | 1 | -7/+10 | |
audio driver specified, and bump PKGREVISION. OK'd by wiz. | |||||
2005-12-31 | Recursive PKGREVISION bump for gnutls shlib major bump. | wiz | 18 | -19/+36 | |
Bump BUILDLINK_RECOMMENDED. | |||||
2005-12-30 | Add cripple. | ghen | 1 | -1/+2 | |
2005-12-29 | -lcam is needed on FreeBSD and DragonFly, so include it as dependency | joerg | 3 | -9/+9 | |
library. Bump revision. | |||||
2005-12-29 | Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk | jlam | 21 | -42/+21 | |
automatically detects whether we want the pkginstall machinery to be used by the package Makefile. | |||||
2005-12-28 | Import cripple from pkgsrc-wip. | ghen | 6 | -0/+61 | |
Cripple is a simple command line CD ripper wrapper. It uses audio/cdparanoia, misc/libcdio or sysutils/cdrecord to rip, and audio/lame or audio/bladeenc to encode tracks from a CD. Cripple retrieves naming information for filenames and ID3 tags from the freedb (CDDB) or local xmcd/CDDB format files, which it can write. CDDB access is implemented via HTTP and works through proxies. There is built-in support for writing ID3v1.1 tags to output files. | |||||
2005-12-28 | Belatedly add and enable solfege. (Hi schmonz!) | schmonz | 1 | -1/+2 | |
2005-12-28 | Initial import of GNU Solfege 3.0.5, a computer program written to | schmonz | 5 | -0/+574 | |
help you practice ear training. It can be useful when practicing the simple and mechanical exercises. These are the exercises written so far: * Recognise melodic and harmonic intervals * Compare interval sizes * Sing the intervals the computer asks for * Identify chords * Sing chords * Scales * Dictation * Remembering rhythmic patterns | |||||
2005-12-26 | Mark packages for pkgsrc-2005Q4 that don't build on NetBSD/i386 | schmonz | 1 | -1/+4 | |
3.0. If one of these is important to you, please fix it in time for pkgsrc-2006Q1, or it may be removed. | |||||
2005-12-19 | Update HOMEPAGE and MASTER_SITES. Closes PR 32341 by Jim Spath. | wiz | 1 | -3/+3 | |
2005-12-19 | Add explicit include of <stdio.h>. Fixes bulk build on netbsd-1.6.2. | markd | 2 | -1/+14 | |
2005-12-18 | Fixed CFLAGS quoting. | rillig | 1 | -2/+2 | |
2005-12-18 | Added some patches for ISO C90 compatibility. | rillig | 7 | -1/+144 | |
2005-12-18 | Added some patches for ISO C90 compatibility. | rillig | 6 | -1/+129 | |
2005-12-17 | Change my MAINTAINER email address to the one I've been using for | jlam | 1 | -2/+2 | |
pkgsrc work. | |||||
2005-12-16 | Become maintainer, since I scared the previous one away ;) | wiz | 1 | -2/+2 | |
2005-12-13 | Update my e-mail address. | ghen | 1 | -2/+2 | |
2005-12-12 | Relinquish stewardship | seb | 1 | -2/+2 | |
2005-12-12 | Bump all motif packages for recent openmotif update. The major version | joerg | 5 | -8/+10 | |
of the shared libXm has changed. | |||||
2005-12-12 | Add DragonFly support. | joerg | 5 | -19/+45 | |
XXX Use the changes for FreeBSD as well? | |||||
2005-12-12 | Fix ossaudio usage. Add DragonFly support. | joerg | 4 | -10/+18 | |
2005-12-12 | Update to 1.3.7: | wiz | 3 | -32/+7 | |
VERSION 1.3.7: CHANGES * In the tree view, sort tracks alphabetically first, unless one of the categories is by album, then sort by track number first. (BR 112830) * No longer delete Amazon covers every 90 days, instead relying on RefreshImages to re-download covers every 80 days to comply with the TOS of the Amazon web service. BUGFIXES: * Fix weirdness when overwriting a playlist by dragging a file to the browser. * When using Year - Album on Collection Browser, if two albums had the same year, the order would be pseudo-random. Patch by Xepo <xepo@trifault.net>. (BR 115584) * Fix build issue on PCLinuxOS with "cpu_set undeclared". * Fix crash in helix engine caused by improper reference counting of the audiostreamresponse object. * Helix engine no longer declares it is "empty" on a track change (caused problems with context browser). * Tag dialog doesn't delete year tags any more when editing multiple tracks. * amaroK would crash or hang when fetching similar artists information from last.fm. (BR 116399) * Fix memory leak in the helix engine. (BR 116223) * When changing the database type, the apply button wouldn't be enabled, and it would be necessary to restart amaroK for it to work properly. * Fix for regression in Qt 3.3.5, causing amaroK to crash when clearing the playlist. (BR 116004) * Zombie directories are removed automatically from the collection scanner. (BR 115779) * Dates wouldn't be properly loaded when editing Smart Playlists. * Number of songs to add when using dynamic mode wouldn't be respected, if the smartplaylist didn't have a ORDER BY statement. (BR 115860) * Fix visibility related build problem on some distros. | |||||
2005-12-12 | Fix up libtool.m4 for DragonFly. Also let it use sysctl kern.argmax, | joerg | 2 | -1/+112 | |
we don't have many scripts which use that themselves. | |||||
2005-12-12 | Fix scandir parameter for DragonFly and FreeBSD. | joerg | 2 | -1/+18 | |
2005-12-12 | Add DragonFly support. | joerg | 2 | -1/+15 | |
2005-12-12 | Don't use statvfs on DragonFly. | joerg | 2 | -5/+5 | |
2005-12-11 | Add FreeBSD and DragonFly casts for scandir. Fix lvalue casts to | joerg | 4 | -12/+153 | |
unbreak GCC 3.4+. | |||||
2005-12-11 | Fix errno usage. | joerg | 4 | -13/+50 | |
2005-12-11 | Add DragonFly support. Use a somewhat more portable readdir allocation. | joerg | 4 | -13/+69 | |
2005-12-11 | Add DragonFly support. | joerg | 2 | -7/+7 | |
2005-12-11 | Fixes for GCC 3.4+: add explicit this-> when calling inherited | joerg | 4 | -4/+60 | |
member functions, add an isprint using a reference(!) to an unsigned character to work with normal pointers instead. *sigh* | |||||
2005-12-11 | Provide nsd target and fix esd target for FreeBSD and DragonFly. | joerg | 2 | -16/+32 | |
2005-12-11 | Add DragonFly. | joerg | 2 | -3/+21 | |
2005-12-11 | DragonFly support. | joerg | 2 | -10/+19 | |
2005-12-11 | Fix GCC 3.4+: label at end of compound statement. | joerg | 2 | -1/+14 | |
2005-12-11 | Let's assume for a moment you want to test for a function in a library. | joerg | 2 | -1/+30 | |
Does it make sense that the test program should actually be compilable? GCC 3.4 rejects atan called with no arguments after all. | |||||
2005-12-11 | DragonFly support. | joerg | 6 | -3/+45 | |
2005-12-11 | DragonFly support. | joerg | 8 | -20/+22 | |
XXX Is sys/buf.h needed at all in cdrom_freebsd.c? | |||||
2005-12-11 | DragonFly support. | joerg | 3 | -1/+47 | |
2005-12-11 | Initialise errfp at runtime, unbreaks DragonFly and FreeBSD. | joerg | 2 | -6/+23 | |
2005-12-11 | Include sys/types.h before sys/socket.h for DragonFly. Fix errno. | joerg | 4 | -6/+43 | |
2005-12-11 | Fix GCC 3.4+: label at end of compound statement. | joerg | 3 | -1/+27 | |
2005-12-11 | Always use errno.h, never define errno. | joerg | 2 | -1/+17 | |
2005-12-11 | Add MP4 encoding support by audio/faad2 (with options.mk). | hira | 2 | -1/+14 | |
It's disabled by default. | |||||
2005-12-11 | Update to arts 1.5.0 (part of KDE 3.5.0) | markd | 2 | -6/+6 | |
changes unknown. | |||||
2005-12-11 | Convert aalib to options framework, adding an 'x11' option, and remove | wiz | 17 | -29/+34 | |
aalib-x11 and aview-x11. SDL dependencies change, so bump PKGREVISION (and BUILDLINK_RECOMMENDED) for affected packages. Addresses PR 32046 by Leonard Schmidt. | |||||
2005-12-10 | Converted packages audio/mpg123* to bsd.options.mk framework (Approved by tron). | heinz | 4 | -11/+26 | |
No bump of PKGREVISION necessary. | |||||
2005-12-09 | Add libdca. | salo | 1 | -1/+2 | |