summaryrefslogtreecommitdiff
path: root/audio/rtunes/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2021-03-30Revive audio/rtunes.nia1-0/+30
We fixed the undefined behaviour and made it work with openssl-1.1.
2020-02-29audio: Remove rtunesnia1-65/+0
This is dead upstream since 2009 and fails to build against OpenSSL 1.1.
2020-01-18*: Recursive revision bump for openssl 1.1.1.jperkin1-2/+2
2016-04-20Set LICENSE for a lot of audio packages.nros1-1/+2
2016-03-05Bump PKGREVISION for security/openssl ABI bump.jperkin1-2/+2
2014-02-12Recursive PKGREVISION bump for OpenSSL API version bump.tron1-2/+2
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
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@
2007-12-29Fix build on DragonFly. Always build with gmake as lex / yacc output getsjoerg1-18/+5
named incorrectly otherwise. Set WRKSRC correctly.
2007-11-23Import rtunes CVS snapshot (v0.6 plus a few bug fixes).bjs1-0/+78
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.