summaryrefslogtreecommitdiff
path: root/audio/rtunes
AgeCommit message (Collapse)AuthorFilesLines
2013-03-31Always use ${CFLAGS} and ${LDFLAGS}.sbd4-15/+27
2013-02-06PKGREVISION bumps for the security/openssl 1.0.1d update.jperkin1-2/+2
2012-10-02Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2011-02-28Reset maintainer for retired developers.wiz1-2/+2
2010-01-17Recursive PKGREVISION bump for jpeg update to 8.wiz1-2/+2
2009-06-14Remove @dirrm entries from PLISTsjoerg1-3/+1
2008-02-28Replaced the deprecated INSTALLATION_DIRS_FROM_PLIST with AUTO_MKDIRS,rillig1-2/+2
to shut up the pkglint warnings.
2008-01-18Per the process outlined in revbump(1), perform a recursive revbumptnn1-1/+2
on packages that are affected by the switch from the openssl 0.9.7 branch to the 0.9.8 branch. ok jlam@
2008-01-06NetBSD defines KERN_ARND to a value different to 37.rillig2-6/+17
2007-12-29Fix build on DragonFly. Always build with gmake as lex / yacc output getsjoerg4-24/+33
named incorrectly otherwise. Set WRKSRC correctly.
2007-11-23Import rtunes CVS snapshot (v0.6 plus a few bug fixes). bjs13-0/+330
The makefiles for this should really be rewritten to use libtool; using two makefiles for two different platforms isn't the way we tend to do things around here ... ;) Blurb: Rtunes streams files containing Apple Lossless audio data to an Apple AirPort Express device. If a '-' is given as the file(s) argument, rtunes expects raw PCM audio data on stdin and encodes it to the Apple Lossless format prior to streaming it. With this method it is possible to stream audio data from any source that can output raw PCM audio data on stdout. NOTE: the patch and mplayer helper library for this package are untested; it is installed merely as a convenience.