summaryrefslogtreecommitdiff
path: root/audio/daapd/distinfo
AgeCommit message (Collapse)AuthorFilesLines
2013-05-06Add missing include. Don't define hash<string> manually, it exists injoerg1-1/+2
<functional> since GCC 4.1.
2012-02-15Fix build on SunOS.hans1-1/+3
2011-11-26Always include string.hjoerg1-2/+2
2011-11-20audio/daapd: Fix DragonFly breakagemarino1-2/+3
To allow this package to build on DragonFly: 1) Fix bad #elif 2) Add <string.h> for DragonFly This shouldn't affect the binary package for other platforms, and it's never built on DragonFly, so no PKGREVISION bump required.
2011-09-12Patch a configure script to use valid C++, because the package's builddholland1-1/+2
system runs it with CC set to "c++". Should fix the clang build.
2007-02-09build against libmp4v2 instead of the full mpeg4ip and bump PKGREVISIONdrochner1-1/+2
where the default build is affected
2006-07-03Remove superfluous patch.tron1-2/+1
2006-07-03Fix questionable C++ code instead of using "-ffriend-injection" optiontron1-1/+3
(which might be removed from future GCC versions) to make this build with GCC 4.1.x. Patch tested by Thomas 'wiz' Klausner.
2006-07-03Fix build with GCC 4.x:tron1-1/+3
- Use "-ffriend-injection" to get "daaplib" to build again. - Use proper return values in iterators in "libhttpd-persistent".
2006-04-23Update daapd to 0.2.4btonio1-6/+5
- remove patch-ab, as it is applied upstream This should fix PR 33258 Changelog: 05/03/2006 daapd 0.2.4b. Two small changes to adapt daapd to the current versions of MaxOS X (10.4.x) and iTunes (6.0.4)
2006-03-03Fix daapd with iTunes 6.0.4 (3)tonio1-1/+2
2006-01-24Re-add faad option, to enable mpeg4ip support (to share AAC files)tonio1-2/+2
2006-01-12Don't ask CPP for FreeBSD, just use PTHREAD_* for thread linkage.joerg1-2/+2
2006-01-01Update "daapd" package to version 0.2.4a. Changes since version 0.2.3d:tron1-5/+5
- static playlists - daapd parses paths with backslashes correctly now - bugfixes
2005-10-11add an option for enabling AAC support in daapdtonio1-2/+2
2005-10-10Don't hard code the thread library, use pkgsrc variables.joerg1-2/+2
2005-04-05Reformatted patch-aa to make pkglint happy.rillig1-2/+2
2005-02-23Add RMD160 digests to the SHA1 ones.agc1-1/+2
2005-01-08pkgsrc changes:schmonz1-3/+2
* Remove unnecessary patches to strip /usr/local from -L and -I paths. * Makefile style nits. * Specify dependency on howl's mDNSResponder in the rc.d script. Ride the version and PKGREVISION from mjl's commit an hour ago.
2005-01-08Revert to 0.2.3d. The 0.2.4a version seemingly has some problemsmjl1-4/+4
announcing itself to the net and thus does not always (or mostly never) show up on iTunes.
2005-01-06Update to daapd 0.2.4amjl1-4/+4
- Bugfixes and additions to static playlists. - Adds static playlists. daapd reads playlists in M3U, M3U extended and PLS format.
2004-11-20Update daapd to 0.2.3dmjl1-5/+4
- Fixed a stupid bug in the howl callback. If you had problems with daapd showing up in iTunes (i.e. with the mDNS Responder), try this update. - The howl API has changed as of howl 0.9.6. - Added support for Xing/LAME headers. This speeds up parsing of MP3 files and in effect the complete initial scan of the filesystem. - Fixed a few memory leaks. - Fixed an issue in the makefile. - Added auto-updates. - Clients waiting for updates are automatically notified of changes in the database. - daapd scans the filesystem periodically now. This happens in a separate thread. - Transmissions are compressed with gzip now. This can be turned off with -z
2004-06-05Initial import of daapd-0.2.2b.nathanw1-0/+7
Server for DAAP, the digital audio access protocol daapd scans a directory for mp3 files and makes them available via the Apple proprietary protocol DAAP. DAAP clients can browse the directory and retrieve individual files, either by streaming or by downloading them. [read: iTunes server]