Commit graph

13 commits

Author SHA1 Message Date
jlam
585534220c Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:
USE_GNU_TOOLS	-> USE_TOOLS
	awk		-> gawk
	m4		-> gm4
	make		-> gmake
	sed		-> gsed
	yacc		-> bison
2005-05-22 20:07:36 +00:00
reed
ee8be9d0c1 RCD_SCRIPTS_EXAMPLEDIR is no longer customizable.
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-05-02 20:33:57 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +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
reed
32d8f290c2 The default location of the pkgsrc-installed rc.d scripts is now
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-12-28 02:47:40 +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
tv
c487cb967a Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
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-10-03 00:12:51 +00:00
schmonz
ea4fc3dade Include pthread.buildlink3.mk. Note that this package uses the C++
compiler. Minor pkgsrc style nits.
2004-08-16 23:32:04 +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