Age | Commit message (Collapse) | Author | Files | Lines |
|
where the default build is affected
|
|
options handling into options.mk file.
|
|
|
|
|
|
(which might be removed from future GCC versions) to make this build
with GCC 4.1.x.
Patch tested by Thomas 'wiz' Klausner.
|
|
- Use "-ffriend-injection" to get "daaplib" to build again.
- Use proper return values in iterators in "libhttpd-persistent".
|
|
|
|
the faad2 package do no more give the functionality asked by daapd: this is
given by multimedia/mpeg4ip
|
|
- 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)
|
|
|
|
|
|
|
|
|
|
|
|
- static playlists
- daapd parses paths with backslashes correctly now
- bugfixes
|
|
automatically detects whether we want the pkginstall machinery to be
used by the package Makefile.
|
|
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
|
|
|
|
|
|
USE_GNU_TOOLS -> USE_TOOLS
awk -> gawk
m4 -> gm4
make -> gmake
sed -> gsed
yacc -> bison
|
|
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.
|
|
|
|
|
|
|
|
* 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.
|
|
announcing itself to the net and thus does not always (or mostly
never) show up on iTunes.
|
|
- Bugfixes and additions to static playlists.
- Adds static playlists. daapd reads playlists in M3U, M3U extended
and PLS format.
|
|
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).
|
|
- 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
|
|
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.
|
|
compiler. Minor pkgsrc style nits.
|
|
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]
|