pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/libopendaap Initial import of libopendaap-0.2.1 ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/98b3708635d2
branches:  trunk
changeset: 476292:98b3708635d2
user:      agc <agc%pkgsrc.org@localhost>
date:      Sun Jun 06 08:02:49 2004 +0000

description:
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.

diffstat:

 audio/libopendaap/DESCR         |   6 ++++++
 audio/libopendaap/Makefile      |  21 +++++++++++++++++++++
 audio/libopendaap/PLIST         |   9 +++++++++
 audio/libopendaap/buildlink3.mk |  29 +++++++++++++++++++++++++++++
 audio/libopendaap/distinfo      |   4 ++++
 5 files changed, 69 insertions(+), 0 deletions(-)

diffs (89 lines):

diff -r d8d8f336f6fa -r 98b3708635d2 audio/libopendaap/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/libopendaap/DESCR   Sun Jun 06 08:02:49 2004 +0000
@@ -0,0 +1,6 @@
+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.
diff -r d8d8f336f6fa -r 98b3708635d2 audio/libopendaap/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/libopendaap/Makefile        Sun Jun 06 08:02:49 2004 +0000
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/06/06 08:02:49 agc Exp $
+#
+
+DISTNAME=              libopendaap-0.2.1
+CATEGORIES=            audio
+MASTER_SITES=          http://crazney.net/programs/itunes/files/
+EXTRACT_SUFX=          .tar.bz2
+
+MAINTAINER=            tech-pkg%NetBSD.org@localhost
+HOMEPAGE=              http://crazney.net/programs/itunes/libopendaap.html
+COMMENT=               DAAP client library
+
+GNU_CONFIGURE=         yes
+USE_BUILDLINK3=                yes
+USE_LIBTOOL=           yes
+LIBTOOL_OVERRIDE=      ${WRKSRC}/libtool
+
+.include "../../devel/pkgconfig/buildlink3.mk"
+
+.include "../../mk/pthread.buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r d8d8f336f6fa -r 98b3708635d2 audio/libopendaap/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/libopendaap/PLIST   Sun Jun 06 08:02:49 2004 +0000
@@ -0,0 +1,9 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/06/06 08:02:49 agc Exp $
+include/daap/client.h
+lib/libopendaap.a
+lib/libopendaap.la
+lib/libopendaap.so
+lib/libopendaap.so.0
+lib/libopendaap.so.0.1
+lib/pkgconfig/opendaap.pc
+@dirrm include/daap
diff -r d8d8f336f6fa -r 98b3708635d2 audio/libopendaap/buildlink3.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/libopendaap/buildlink3.mk   Sun Jun 06 08:02:49 2004 +0000
@@ -0,0 +1,29 @@
+# $NetBSD: buildlink3.mk,v 1.1.1.1 2004/06/06 08:02:49 agc Exp $
+# XXX
+# XXX This file was created automatically using createbuildlink-3.4.
+# XXX After this file as been verified as correct, the comment lines
+# XXX beginning with "XXX" should be removed.  Please do not commit
+# XXX unverified buildlink[23].mk files.
+# XXX
+# XXX Packages that only install static libraries or headers should
+# XXX include the following line:
+# XXX
+# XXX  BUILDLINK_DEPMETHOD.libopendaap?=       build
+
+BUILDLINK_DEPTH:=              ${BUILDLINK_DEPTH}+
+LIBOPENDAAP_BUILDLINK3_MK:=    ${LIBOPENDAAP_BUILDLINK3_MK}+
+
+.if !empty(BUILDLINK_DEPTH:M+)
+BUILDLINK_DEPENDS+=    libopendaap
+.endif
+
+BUILDLINK_PACKAGES:=   ${BUILDLINK_PACKAGES:Nlibopendaap}
+BUILDLINK_PACKAGES+=   libopendaap
+
+.if !empty(LIBOPENDAAP_BUILDLINK3_MK:M+)
+BUILDLINK_DEPENDS.libopendaap+=        libopendaap>=0.2.1
+BUILDLINK_PKGSRCDIR.libopendaap?=      ../../local/libopendaap
+.endif # LIBOPENDAAP_BUILDLINK3_MK
+
+
+BUILDLINK_DEPTH:=     ${BUILDLINK_DEPTH:S/+$//}
diff -r d8d8f336f6fa -r 98b3708635d2 audio/libopendaap/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/libopendaap/distinfo        Sun Jun 06 08:02:49 2004 +0000
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2004/06/06 08:02:49 agc Exp $
+
+SHA1 (libopendaap-0.2.1.tar.bz2) = 9e5d143087f7f5366250b47ba3444fa3ed46794d
+Size (libopendaap-0.2.1.tar.bz2) = 325586 bytes



Home | Main Index | Thread Index | Old Index