summaryrefslogtreecommitdiff
path: root/audio
AgeCommit message (Collapse)AuthorFilesLines
2005-12-12Bump all motif packages for recent openmotif update. The major versionjoerg5-8/+10
of the shared libXm has changed.
2005-12-12Add DragonFly support.joerg5-19/+45
XXX Use the changes for FreeBSD as well?
2005-12-12Fix ossaudio usage. Add DragonFly support.joerg4-10/+18
2005-12-12Update to 1.3.7:wiz3-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-12Fix up libtool.m4 for DragonFly. Also let it use sysctl kern.argmax,joerg2-1/+112
we don't have many scripts which use that themselves.
2005-12-12Fix scandir parameter for DragonFly and FreeBSD.joerg2-1/+18
2005-12-12Add DragonFly support.joerg2-1/+15
2005-12-12Don't use statvfs on DragonFly.joerg2-5/+5
2005-12-11Add FreeBSD and DragonFly casts for scandir. Fix lvalue casts tojoerg4-12/+153
unbreak GCC 3.4+.
2005-12-11Fix errno usage.joerg4-13/+50
2005-12-11Add DragonFly support. Use a somewhat more portable readdir allocation.joerg4-13/+69
2005-12-11Add DragonFly support.joerg2-7/+7
2005-12-11Fixes for GCC 3.4+: add explicit this-> when calling inheritedjoerg4-4/+60
member functions, add an isprint using a reference(!) to an unsigned character to work with normal pointers instead. *sigh*
2005-12-11Provide nsd target and fix esd target for FreeBSD and DragonFly.joerg2-16/+32
2005-12-11Add DragonFly.joerg2-3/+21
2005-12-11DragonFly support.joerg2-10/+19
2005-12-11Fix GCC 3.4+: label at end of compound statement.joerg2-1/+14
2005-12-11Let's assume for a moment you want to test for a function in a library.joerg2-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-11DragonFly support.joerg6-3/+45
2005-12-11DragonFly support.joerg8-20/+22
XXX Is sys/buf.h needed at all in cdrom_freebsd.c?
2005-12-11DragonFly support.joerg3-1/+47
2005-12-11Initialise errfp at runtime, unbreaks DragonFly and FreeBSD.joerg2-6/+23
2005-12-11Include sys/types.h before sys/socket.h for DragonFly. Fix errno.joerg4-6/+43
2005-12-11Fix GCC 3.4+: label at end of compound statement.joerg3-1/+27
2005-12-11Always use errno.h, never define errno.joerg2-1/+17
2005-12-11Add MP4 encoding support by audio/faad2 (with options.mk).hira2-1/+14
It's disabled by default.
2005-12-11Update to arts 1.5.0 (part of KDE 3.5.0)markd2-6/+6
changes unknown.
2005-12-11Convert aalib to options framework, adding an 'x11' option, and removewiz17-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-10Converted packages audio/mpg123* to bsd.options.mk framework (Approved by tron).heinz4-11/+26
No bump of PKGREVISION necessary.
2005-12-09Add libdca.salo1-1/+2
2005-12-09Initial import of libdca-0.0.2, Free DTS Coherent Acoustics decoder:salo5-0/+61
libdca is a free library for decoding DTS Coherent Acoustics streams. The DTS Coherent Acoustics standard is used in a variety of applications, including DVD, DTS audio CD and radio broadcasting. From wip, packaged by Sergey Svishchev with some modifications from me.
2005-12-08Write newline character to stderr instead of stdout, to avoidwiz4-4/+19
polluting the output stream when -w is used. From Parag Patel in PR 32268. While here, add missing directory to PLIST. Bump PKGREVISION.
2005-12-07Add an explicit cast from streampos to size_t, GCC 3.4 follows thejoerg3-2/+19
standard by considering it ambigous. Override ltmain.sh with pkgsrc version to avoid linkage problem on DragonFly. The old ltmain.sh is confused by -pthread.
2005-12-07Fix GCC 3.4+: label at end of compound statement.joerg4-1/+52
2005-12-07Fix DragonFly by replacing hard-wired -lpthread with PTHREAD_*.joerg2-5/+7
2005-12-07Update to 1.1.2:wiz2-6/+6
libvorbis 1.1.2 (2005-11-27) -- "Xiph.Org libVorbis I 20050304" * fix a serious encoder bug with gcc 4 optimized builds * documentation and spec fixes * updated VS2003 and XCode builds * new draft RTP encapsulation spec
2005-12-07Fix GCC 3.4+: Label at end of compound statement.joerg2-1/+14
2005-12-07Add DragonFly support. Also unmask for FreeBSD and OpenBSD, if itjoerg8-2/+102
doesn't work there, it should be fixed.
2005-12-07bsd.prefs.mk is not needed anymore.joerg1-3/+1
2005-12-07Remove explicit check for Xv library, it does exist for pkgsrc X11joerg1-8/+1
at the very least on NetBSD i386.
2005-12-07Remove explicit check for Xv, it breaks X11 from pkgsrc for the sakejoerg1-5/+1
of XFree 3 compat.
2005-12-06For DragonFly, include sys/types.h before sys/socket.h.joerg2-5/+16
2005-12-05Ran "pkglint --autofix", which corrected some of the quoting issues inrillig11-26/+26
CONFIGURE_ARGS.
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig60-149/+147
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-12-05Revert revision 1.9 so that the package can be compiled again withkim1-3/+3
ICES_USE_PERL=YES.
2005-12-03Add DragonFly support. Use CONFIGURE_SCRIPT instead of manualjoerg5-5/+62
do-configure rule. Allow GCC 3.4 build, there doesn't seem to be a good reason to disallow it.
2005-11-30Add missing 'locale' subdir (thanks Thomas).rpaulo1-19/+19
2005-11-24Descend into gtick/rpaulo1-1/+2
2005-11-24GTick is a metronome application written for GNU/Linux and otherrpaulo4-0/+64
UN*X-like operting systems supporting different meters (Even, 2/4, 3/4, 4/4 and more) and speeds ranging from 10 to 1000 bpm.
2005-11-23Update to 7.15:wiz24-498/+69
About 7 years of development. Includes among others: support for flac, speex, ogg/vorbis; a choice of frontends between motif and gtk; esound support; guile scripting support; and native NetBSD audio code. Some possible future work on this package: Add options for fftw2 fftw3 ladspa gamin/fam mpg123 timidity ruby