summaryrefslogtreecommitdiff
path: root/audio/daapd
AgeCommit message (Collapse)AuthorFilesLines
2013-05-06Add missing include. Don't define hash<string> manually, it exists injoerg2-1/+57
<functional> since GCC 4.1.
2012-09-11"user-destdir" is default these daysasau1-3/+1
2012-02-15Fix build on SunOS.hans3-1/+27
2011-11-26Always include string.hjoerg2-9/+7
2011-11-20audio/daapd: Fix DragonFly breakagemarino3-7/+31
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-11-13Not MAKE_JOBS_SAFE.dholland1-1/+3
2011-09-12Patch a configure script to use valid C++, because the package's builddholland2-1/+19
system runs it with CC set to "c++". Should fix the clang build.
2010-02-01DESTDIR supportjoerg1-5/+9
2009-06-14Remove @dirrm entries from PLISTsjoerg1-2/+1
2007-02-09build against libmp4v2 instead of the full mpeg4ip and bump PKGREVISIONdrochner3-3/+17
where the default build is affected
2007-01-30Remove PKG_OPTIONS_LEGACY_OPTS after 3 branches, and splitwiz2-13/+15
options handling into options.mk file.
2006-09-09Rename variable MAKEFILE to MAKE_FILE.obache1-2/+2
2006-07-03Remove superfluous patch.tron2-15/+1
2006-07-03Fix questionable C++ code instead of using "-ffriend-injection" optiontron4-8/+82
(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:tron4-2/+140
- Use "-ffriend-injection" to get "daaplib" to build again. - Use proper return values in iterators in "libhttpd-persistent".
2006-05-31add PKG_OPTIONS_LEGACY_OPTS, thanks dillo !tonio1-1/+3
2006-05-31Change the "faad" option to "mpeg4ip", and adapt the dependency accordingly:tonio1-5/+6
the faad2 package do no more give the functionality asked by daapd: this is given by multimedia/mpeg4ip
2006-04-23Update daapd to 0.2.4btonio4-28/+11
- 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)tonio3-3/+17
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-1/+2
2006-01-24Re-add faad option, to enable mpeg4ip support (to share AAC files)tonio3-9/+21
2006-01-12Don't ask CPP for FreeBSD, just use PTHREAD_* for thread linkage.joerg2-6/+19
2006-01-01Fix small shell script error which I forgot to fix.tron1-2/+2
2006-01-01Update "daapd" package to version 0.2.4a. Changes since version 0.2.3d:tron4-37/+40
- static playlists - daapd parses paths with backslashes correctly now - bugfixes
2005-12-29Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mkjlam1-2/+1
automatically detects whether we want the pkginstall machinery to be used by the package Makefile.
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-3/+3
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-10-11add an option for enabling AAC support in daapdtonio3-7/+18
2005-10-10Don't hard code the thread library, use pkgsrc variables.joerg2-5/+7
2005-05-22Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:jlam1-2/+2
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
2005-05-02RCD_SCRIPTS_EXAMPLEDIR is no longer customizable.reed1-1/+2
And always is defined as share/examples/rc.d which was the default before. This rc.d scripts are not automatically added to PLISTs now also. So add to each corresponding PLIST as required. This was discussed on tech-pkg in late January and late April. Todo: remove the RCD_SCRIPTS_EXAMPLEDIR uses in MESSAGES and elsewhere and remove the RCD_SCRIPTS_EXAMPLEDIR itself.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-04-05Reformatted patch-aa to make pkglint happy.rillig2-4/+4
2005-02-23Add RMD160 digests to the SHA1 ones.agc1-1/+2
2005-01-08pkgsrc changes:schmonz5-38/+27
* 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 problemsmjl3-13/+16
announcing itself to the net and thus does not always (or mostly never) show up on iTunes.
2005-01-06Update to daapd 0.2.4amjl5-36/+27
- Bugfixes and additions to static playlists. - Adds static playlists. daapd reads playlists in M3U, M3U extended and PLS format.
2004-12-28The default location of the pkgsrc-installed rc.d scripts is nowreed1-2/+2
under share/examples/rc.d. The variable name already was named RCD_SCRIPTS_EXAMPLEDIR. This is from ideas from Greg Woods and others. Also bumped PKGREVISION for all packages using RCD_SCRIPTS mechanism (as requested by wiz).
2004-11-20Update daapd to 0.2.3dmjl5-40/+59
- 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-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-1/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-08-16Include pthread.buildlink3.mk. Note that this package uses the C++schmonz1-4/+6
compiler. Minor pkgsrc style nits.
2004-06-05Initial import of daapd-0.2.2b.nathanw7-0/+105
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]