Commit graph

22 commits

Author SHA1 Message Date
hans
72a0cc4c71 Fix build on SunOS. 2012-02-15 21:20:24 +00:00
joerg
6c00ce87e5 Always include string.h 2011-11-26 17:09:32 +00:00
marino
d47a7f3cbd 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.
2011-11-20 17:46:34 +00:00
dholland
eb556f93a8 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.
2011-09-12 05:01:15 +00:00
drochner
5932fd122b build against libmp4v2 instead of the full mpeg4ip and bump PKGREVISION
where the default build is affected
2007-02-09 20:32:38 +00:00
tron
8eb92b645b Remove superfluous patch. 2006-07-03 15:51:46 +00:00
tron
7224b30e48 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.
2006-07-03 13:58:30 +00:00
tron
5e15869e82 Fix build with GCC 4.x:
- Use "-ffriend-injection" to get "daaplib" to build again.
- Use proper return values in iterators in "libhttpd-persistent".
2006-07-03 02:18:15 +00:00
tonio
ddb87455da 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)
2006-04-23 18:25:27 +00:00
tonio
9e4d5c4041 Fix daapd with iTunes 6.0.4 (3) 2006-03-03 14:40:02 +00:00
tonio
fcec47e1de Re-add faad option, to enable mpeg4ip support (to share AAC files) 2006-01-24 15:18:38 +00:00
joerg
518fd771a8 Don't ask CPP for FreeBSD, just use PTHREAD_* for thread linkage. 2006-01-12 16:45:37 +00:00
tron
c969db5b7f Update "daapd" package to version 0.2.4a. Changes since version 0.2.3d:
- static playlists
- daapd parses paths with backslashes correctly now
- bugfixes
2006-01-01 18:32:01 +00:00
tonio
44e5bf02a3 add an option for enabling AAC support in daapd 2005-10-11 12:20:57 +00:00
joerg
eebabd489a Don't hard code the thread library, use pkgsrc variables. 2005-10-10 13:06:11 +00:00
rillig
80f2f0912f Reformatted patch-aa to make pkglint happy. 2005-04-05 20:27:02 +00:00
agc
71c8259803 Add RMD160 digests to the SHA1 ones. 2005-02-23 20:39:42 +00:00
schmonz
fa84583330 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.
2005-01-08 06:44:41 +00:00
mjl
1b47ce507b 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.
2005-01-08 05:22:36 +00:00
mjl
79d3d0e997 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.
2005-01-06 14:43:09 +00:00
mjl
a303a1de0e 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
2004-11-20 15:08:23 +00:00
nathanw
f311842edf 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]
2004-06-05 19:07:51 +00:00