Up to [cvs.netbsd.org] / pkgsrc / audio / daapd
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.22 / (download) - annotate - [select for diffs], Wed Feb 15 21:20:24 2012 UTC (3 months ago) by hans
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base,
pkgsrc-2012Q1,
HEAD
Changes since 1.21: +3 -1
lines
Diff to previous 1.21 (colored)
Fix build on SunOS.
Revision 1.21 / (download) - annotate - [select for diffs], Sat Nov 26 17:09:32 2011 UTC (5 months, 3 weeks ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2011Q4-base,
pkgsrc-2011Q4
Changes since 1.20: +2 -2
lines
Diff to previous 1.20 (colored)
Always include string.h
Revision 1.20 / (download) - annotate - [select for diffs], Sun Nov 20 17:46:34 2011 UTC (6 months ago) by marino
Branch: MAIN
Changes since 1.19: +3 -2
lines
Diff to previous 1.19 (colored)
audio/daapd: Fix DragonFly breakage 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.
Revision 1.19 / (download) - annotate - [select for diffs], Mon Sep 12 05:01:15 2011 UTC (8 months, 1 week ago) by dholland
Branch: MAIN
CVS Tags: pkgsrc-2011Q3-base,
pkgsrc-2011Q3
Changes since 1.18: +2 -1
lines
Diff to previous 1.18 (colored)
Patch a configure script to use valid C++, because the package's build system runs it with CC set to "c++". Should fix the clang build.
Revision 1.18 / (download) - annotate - [select for diffs], Fri Feb 9 20:32:38 2007 UTC (5 years, 3 months ago) by drochner
Branch: MAIN
CVS Tags: pkgsrc-2011Q2-base,
pkgsrc-2011Q2,
pkgsrc-2011Q1-base,
pkgsrc-2011Q1,
pkgsrc-2010Q4-base,
pkgsrc-2010Q4,
pkgsrc-2010Q3-base,
pkgsrc-2010Q3,
pkgsrc-2010Q2-base,
pkgsrc-2010Q2,
pkgsrc-2010Q1-base,
pkgsrc-2010Q1,
pkgsrc-2009Q4-base,
pkgsrc-2009Q4,
pkgsrc-2009Q3-base,
pkgsrc-2009Q3,
pkgsrc-2009Q2-base,
pkgsrc-2009Q2,
pkgsrc-2009Q1-base,
pkgsrc-2009Q1,
pkgsrc-2008Q4-base,
pkgsrc-2008Q4,
pkgsrc-2008Q3-base,
pkgsrc-2008Q3,
pkgsrc-2008Q2-base,
pkgsrc-2008Q2,
pkgsrc-2008Q1-base,
pkgsrc-2008Q1,
pkgsrc-2007Q4-base,
pkgsrc-2007Q4,
pkgsrc-2007Q3-base,
pkgsrc-2007Q3,
pkgsrc-2007Q2-base,
pkgsrc-2007Q2,
pkgsrc-2007Q1-base,
pkgsrc-2007Q1,
cwrapper,
cube-native-xorg-base,
cube-native-xorg
Changes since 1.17: +2 -1
lines
Diff to previous 1.17 (colored)
build against libmp4v2 instead of the full mpeg4ip and bump PKGREVISION where the default build is affected
Revision 1.17 / (download) - annotate - [select for diffs], Mon Jul 3 15:51:46 2006 UTC (5 years, 10 months ago) by tron
Branch: MAIN
CVS Tags: pkgsrc-2006Q4-base,
pkgsrc-2006Q4,
pkgsrc-2006Q3-base,
pkgsrc-2006Q3
Changes since 1.16: +1 -2
lines
Diff to previous 1.16 (colored)
Remove superfluous patch.
Revision 1.16 / (download) - annotate - [select for diffs], Mon Jul 3 13:58:30 2006 UTC (5 years, 10 months ago) by tron
Branch: MAIN
Changes since 1.15: +3 -1
lines
Diff to previous 1.15 (colored)
Fix questionable C++ code instead of using "-ffriend-injection" option (which might be removed from future GCC versions) to make this build with GCC 4.1.x. Patch tested by Thomas 'wiz' Klausner.
Revision 1.15 / (download) - annotate - [select for diffs], Mon Jul 3 02:18:15 2006 UTC (5 years, 10 months ago) by tron
Branch: MAIN
Changes since 1.14: +3 -1
lines
Diff to previous 1.14 (colored)
Fix build with GCC 4.x: - Use "-ffriend-injection" to get "daaplib" to build again. - Use proper return values in iterators in "libhttpd-persistent".
Revision 1.14 / (download) - annotate - [select for diffs], Sun Apr 23 18:25:27 2006 UTC (6 years, 1 month ago) by tonio
Branch: MAIN
CVS Tags: pkgsrc-2006Q2-base,
pkgsrc-2006Q2
Changes since 1.13: +5 -6
lines
Diff to previous 1.13 (colored)
Update daapd to 0.2.4b - 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)
Revision 1.13 / (download) - annotate - [select for diffs], Fri Mar 3 14:40:02 2006 UTC (6 years, 2 months ago) by tonio
Branch: MAIN
CVS Tags: pkgsrc-2006Q1-base,
pkgsrc-2006Q1
Changes since 1.12: +2 -1
lines
Diff to previous 1.12 (colored)
Fix daapd with iTunes 6.0.4 (3)
Revision 1.12 / (download) - annotate - [select for diffs], Tue Jan 24 15:18:38 2006 UTC (6 years, 3 months ago) by tonio
Branch: MAIN
Changes since 1.11: +2 -2
lines
Diff to previous 1.11 (colored)
Re-add faad option, to enable mpeg4ip support (to share AAC files)
Revision 1.11 / (download) - annotate - [select for diffs], Thu Jan 12 16:45:37 2006 UTC (6 years, 4 months ago) by joerg
Branch: MAIN
Changes since 1.10: +2 -2
lines
Diff to previous 1.10 (colored)
Don't ask CPP for FreeBSD, just use PTHREAD_* for thread linkage.
Revision 1.10 / (download) - annotate - [select for diffs], Sun Jan 1 18:32:01 2006 UTC (6 years, 4 months ago) by tron
Branch: MAIN
Changes since 1.9: +5 -5
lines
Diff to previous 1.9 (colored)
Update "daapd" package to version 0.2.4a. Changes since version 0.2.3d: - static playlists - daapd parses paths with backslashes correctly now - bugfixes
Revision 1.9 / (download) - annotate - [select for diffs], Tue Oct 11 12:20:57 2005 UTC (6 years, 7 months ago) by tonio
Branch: MAIN
CVS Tags: pkgsrc-2005Q4-base,
pkgsrc-2005Q4
Changes since 1.8: +2 -2
lines
Diff to previous 1.8 (colored)
add an option for enabling AAC support in daapd
Revision 1.8 / (download) - annotate - [select for diffs], Mon Oct 10 13:06:11 2005 UTC (6 years, 7 months ago) by joerg
Branch: MAIN
Changes since 1.7: +2 -2
lines
Diff to previous 1.7 (colored)
Don't hard code the thread library, use pkgsrc variables.
Revision 1.7 / (download) - annotate - [select for diffs], Tue Apr 5 20:27:02 2005 UTC (7 years, 1 month ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2005Q3-base,
pkgsrc-2005Q3,
pkgsrc-2005Q2-base,
pkgsrc-2005Q2
Changes since 1.6: +2 -2
lines
Diff to previous 1.6 (colored)
Reformatted patch-aa to make pkglint happy.
Revision 1.6 / (download) - annotate - [select for diffs], Wed Feb 23 20:39:43 2005 UTC (7 years, 2 months ago) by agc
Branch: MAIN
CVS Tags: pkgsrc-2005Q1-base,
pkgsrc-2005Q1
Changes since 1.5: +2 -1
lines
Diff to previous 1.5 (colored)
Add RMD160 digests to the SHA1 ones.
Revision 1.5 / (download) - annotate - [select for diffs], Sat Jan 8 06:44:41 2005 UTC (7 years, 4 months ago) by schmonz
Branch: MAIN
Changes since 1.4: +2 -3
lines
Diff to previous 1.4 (colored)
pkgsrc changes: * 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.
Revision 1.4 / (download) - annotate - [select for diffs], Sat Jan 8 05:22:36 2005 UTC (7 years, 4 months ago) by mjl
Branch: MAIN
Changes since 1.3: +4 -4
lines
Diff to previous 1.3 (colored)
Revert to 0.2.3d. The 0.2.4a version seemingly has some problems announcing itself to the net and thus does not always (or mostly never) show up on iTunes.
Revision 1.3 / (download) - annotate - [select for diffs], Thu Jan 6 14:43:09 2005 UTC (7 years, 4 months ago) by mjl
Branch: MAIN
Changes since 1.2: +4 -4
lines
Diff to previous 1.2 (colored)
Update to daapd 0.2.4a - Bugfixes and additions to static playlists. - Adds static playlists. daapd reads playlists in M3U, M3U extended and PLS format.
Revision 1.2 / (download) - annotate - [select for diffs], Sat Nov 20 15:08:23 2004 UTC (7 years, 6 months ago) by mjl
Branch: MAIN
CVS Tags: pkgsrc-2004Q4-base,
pkgsrc-2004Q4
Changes since 1.1: +4 -5
lines
Diff to previous 1.1 (colored)
Update daapd to 0.2.3d - 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
Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Sat Jun 5 19:07:51 2004 UTC (7 years, 11 months ago) by nathanw
Branch: TNF
CVS Tags: pkgsrc-base,
pkgsrc-2004Q3-base,
pkgsrc-2004Q3,
pkgsrc-2004Q2-base,
pkgsrc-2004Q2
Changes since 1.1: +0 -0
lines
Diff to previous 1.1 (colored)
Initial import of daapd-0.2.2b. 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]
Revision 1.1 / (download) - annotate - [select for diffs], Sat Jun 5 19:07:51 2004 UTC (7 years, 11 months ago) by nathanw
Branch: MAIN
Initial revision