head	1.13;
access;
symbols
	pkgsrc-2013Q2:1.13.0.10
	pkgsrc-2013Q2-base:1.13
	pkgsrc-2012Q4:1.13.0.8
	pkgsrc-2012Q4-base:1.13
	pkgsrc-2011Q4:1.13.0.6
	pkgsrc-2011Q4-base:1.13
	pkgsrc-2011Q2:1.13.0.4
	pkgsrc-2011Q2-base:1.13
	pkgsrc-2009Q4:1.13.0.2
	pkgsrc-2009Q4-base:1.13
	pkgsrc-2008Q4:1.12.0.6
	pkgsrc-2008Q4-base:1.12
	pkgsrc-2008Q3:1.12.0.4
	pkgsrc-2008Q3-base:1.12
	cube-native-xorg:1.12.0.2
	cube-native-xorg-base:1.12
	pkgsrc-2008Q2:1.11.0.18
	pkgsrc-2008Q2-base:1.11
	cwrapper:1.11.0.16
	pkgsrc-2008Q1:1.11.0.14
	pkgsrc-2008Q1-base:1.11
	pkgsrc-2007Q4:1.11.0.12
	pkgsrc-2007Q4-base:1.11
	pkgsrc-2007Q3:1.11.0.10
	pkgsrc-2007Q3-base:1.11
	pkgsrc-2007Q2:1.11.0.8
	pkgsrc-2007Q2-base:1.11
	pkgsrc-2007Q1:1.11.0.6
	pkgsrc-2007Q1-base:1.11
	pkgsrc-2006Q4:1.11.0.4
	pkgsrc-2006Q4-base:1.11
	pkgsrc-2006Q3:1.11.0.2
	pkgsrc-2006Q3-base:1.11
	pkgsrc-2006Q2:1.10.0.4
	pkgsrc-2006Q2-base:1.10
	pkgsrc-2006Q1:1.10.0.2
	pkgsrc-2006Q1-base:1.10
	pkgsrc-2005Q4:1.9.0.2
	pkgsrc-2005Q4-base:1.9
	pkgsrc-2005Q3:1.8.0.2
	pkgsrc-2005Q3-base:1.8
	pkgsrc-2005Q2:1.5.0.2
	pkgsrc-2005Q2-base:1.5
	pkgsrc-2005Q1:1.3.0.2
	pkgsrc-2005Q1-base:1.3
	pkgsrc-2004Q4:1.2.0.2
	pkgsrc-2004Q4-base:1.2
	pkgsrc-2004Q3:1.1.1.1.0.4
	pkgsrc-2004Q3-base:1.1.1.1
	pkgsrc-2004Q2:1.1.1.1.0.2
	pkgsrc-2004Q2-base:1.1.1.1
	pkgsrc-base:1.1.1.1
	TNF:1.1.1;
locks; strict;
comment	@# @;


1.13
date	2009.03.05.21.49.13;	author snj;	state dead;
branches;
next	1.12;

1.12
date	2008.07.14.12.55.57;	author joerg;	state Exp;
branches;
next	1.11;

1.11
date	2006.07.07.15.49.30;	author jlam;	state Exp;
branches;
next	1.10;

1.10
date	2006.03.04.21.28.56;	author jlam;	state Exp;
branches;
next	1.9;

1.9
date	2005.11.11.18.18.28;	author joerg;	state Exp;
branches;
next	1.8;

1.8
date	2005.08.10.20.56.11;	author jlam;	state Exp;
branches;
next	1.7;

1.7
date	2005.08.05.12.53.08;	author tonio;	state Exp;
branches;
next	1.6;

1.6
date	2005.07.21.16.29.43;	author wiz;	state Exp;
branches;
next	1.5;

1.5
date	2005.04.11.21.44.54;	author tv;	state Exp;
branches;
next	1.4;

1.4
date	2005.03.23.10.52.54;	author jmmv;	state Exp;
branches;
next	1.3;

1.3
date	2005.03.07.15.30.44;	author adam;	state Exp;
branches
	1.3.2.1;
next	1.2;

1.2
date	2004.10.03.00.13.07;	author tv;	state Exp;
branches;
next	1.1;

1.1
date	2004.06.06.08.02.49;	author agc;	state Exp;
branches
	1.1.1.1;
next	;

1.3.2.1
date	2005.03.23.13.14.20;	author salo;	state Exp;
branches;
next	;

1.1.1.1
date	2004.06.06.08.02.49;	author agc;	state Exp;
branches;
next	;


desc
@@


1.13
log
@Remove libopendaap, which is dead upstream and has not been useful for years.
@
text
@# $NetBSD: Makefile,v 1.12 2008/07/14 12:55:57 joerg Exp $

DISTNAME=	libopendaap-0.4.0
CATEGORIES=	audio
MASTER_SITES=	http://craz.net/programs/itunes/files/
EXTRACT_SUFX=	.tar.bz2

MAINTAINER=	pkgsrc-users@@NetBSD.org
HOMEPAGE=	http://craz.net/programs/itunes/libopendaap.html
COMMENT=	DAAP client library

PKG_DESTDIR_SUPPORT=	user-destdir

USE_LIBTOOL=		yes
GNU_CONFIGURE=		yes
USE_TOOLS+=		pkg-config

SUBST_CLASSES+=		pthread
SUBST_STAGE.pthread=	pre-configure
SUBST_FILES.pthread=	opendaap.pc.in
SUBST_SED.pthread=	-e 's|@@@@PTHREAD@@@@|${PTHREAD_LDFLAGS} ${PTHREAD_LIBS}|'

.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
@


1.12
log
@Mark as destdir ready.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.11 2006/07/07 15:49:30 jlam Exp $
@


1.11
log
@LIBTOOL_OVERRIDE generally doesn't need to be specified anymore... just
set OVERRIDE_DIRDEPTH to find any libtool scripts deeper in the WRKSRC
tree unless they're named something other than "libtool".

SHLIBTOOL_OVERRIDE generally doesn't need to be specified either -- just
define it to the empty list and shlibtool-override will look for libtool
scripts.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.10 2006/03/04 21:28:56 jlam Exp $
d12 2
@


1.10
log
@Point MAINTAINER to pkgsrc-users@@NetBSD.org in the case where no
developer is officially maintaining the package.

The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list).  Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.9 2005/11/11 18:18:28 joerg Exp $
a13 1
LIBTOOL_OVERRIDE=	${WRKSRC}/libtool
@


1.9
log
@Replace hard-wired -lpthread with the normal pthread logic.
Since this changes nothing for platforms with working -lpthread
and others didn't work before, don't bump the revision.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.8 2005/08/10 20:56:11 jlam Exp $
d8 1
a8 1
MAINTAINER=	tech-pkg@@NetBSD.org
@


1.8
log
@Remove the abuse of buildlink that was pkg-config/buildlink3.mk.  That
file's sole purpose was to provide a dependency on pkg-config and set
some environment variables.  Instead, turn pkg-config into a "tool"
in the tools framework, where the pkg-config wrapper automatically
adds PKG_CONFIG_LIBDIR to the environment before invoking the real
pkg-config.

For all package Makefiles that included pkg-config/buildlink3.mk, remove
that inclusion and replace it with USE_TOOLS+=pkg-config.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.7 2005/08/05 12:53:08 tonio Exp $
d17 5
@


1.7
log
@Update libopendaap to 0.4.0
changed the url to www.craz.net

remove patches that have been integrated upstream or are no more relevant

Main changelog entries:
- Playlist support now exists
- Use a free mdns library, instead of Apple's mDNS library. This means that libopendaap is entirely free now.
- You can now connect to servers with passwords
- Several bug fixes

approved by cube@@
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.6 2005/07/21 16:29:43 wiz Exp $
d15 1
a15 2

.include "../../devel/pkg-config/buildlink3.mk"
@


1.6
log
@Change path from devel/pkgconfig to devel/pkg-config.
No PKGREVISION bump since pkg-config is only a BUILD_DEPENDS.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.5 2005/04/11 21:44:54 tv Exp $
d3 1
a3 2
DISTNAME=	libopendaap-0.3.0
PKGREVISION=	1
d5 1
a5 1
MASTER_SITES=	http://crazney.net/programs/itunes/files/
d9 1
a9 1
HOMEPAGE=	http://crazney.net/programs/itunes/libopendaap.html
@


1.5
log
@Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.4 2005/03/23 10:52:54 jmmv Exp $
d17 1
a17 1
.include "../../devel/pkgconfig/buildlink3.mk"
@


1.4
log
@Fix a threading problem (mutexattr used after it's destroyed).
Patch was in PR pkg/29644 by Antoine Reilles, but I overlooked it.
Bump PKGREVISION to 1.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.3 2005/03/07 15:30:44 adam Exp $
a12 1
USE_BUILDLINK3=		yes
@


1.3
log
@Changes 0.3.0:
* Many many bug fixes.
* Supports connecting to mt-daapd daap servers.
* Watch remote hosts for updates
* Fix problem where iTunes would no longer serve our requests.
* Improved debugging support.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.2 2004/10/03 00:13:07 tv Exp $
d4 1
@


1.3.2.1
log
@Pullup ticket 382 - requested by Julio M. Merino Vidal
threading fix for libopendaap

Revisions pulled up:
- pkgsrc/audio/libopendaap/Makefile		1.4
- pkgsrc/audio/libopendaap/distinfo		1.8
- pkgsrc/audio/libopendaap/patches/patch-aa	1.3

   Module Name:		pkgsrc
   Committed By:	jmmv
   Date:		Wed Mar 23 10:52:54 UTC 2005

   Modified Files:
   	pkgsrc/audio/libopendaap: Makefile distinfo
   Added Files:
   	pkgsrc/audio/libopendaap/patches: patch-aa

   Log Message:
   Fix a threading problem (mutexattr used after it's destroyed).
   Patch was in PR pkg/29644 by Antoine Reilles, but I overlooked it.
   Bump PKGREVISION to 1.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.4 2005/03/23 10:52:54 jmmv Exp $
a3 1
PKGREVISION=	1
@


1.2
log
@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.
@
text
@d1 1
a1 2
# $NetBSD: Makefile,v 1.1.1.1 2004/06/06 08:02:49 agc Exp $
#
d3 4
a6 5
DISTNAME=		libopendaap-0.2.1
PKGREVISION=		1
CATEGORIES=		audio
MASTER_SITES=		http://crazney.net/programs/itunes/files/
EXTRACT_SUFX=		.tar.bz2
d8 3
a10 3
MAINTAINER=		tech-pkg@@NetBSD.org
HOMEPAGE=		http://crazney.net/programs/itunes/libopendaap.html
COMMENT=		DAAP client library
a11 1
GNU_CONFIGURE=		yes
d14 1
@


1.1
log
@Initial revision
@
text
@d1 1
a1 1
# $NetBSD$
d5 1
@


1.1.1.1
log
@Initial import of libopendaap-0.2.1 into the Packages Collection.

libopendaap is a library written in C which enables applications to
discover, and connect to, iTunes(R) music shares.

Unlike all other daap implementations, this library is able to connect
to recent iTunes shares which require a special authentication
algorithm.
@
text
@@
