pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/daapd Revert to 0.2.3d. The 0.2.4a version seemi...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0540a3485940
branches:  trunk
changeset: 487051:0540a3485940
user:      mjl <mjl%pkgsrc.org@localhost>
date:      Sat Jan 08 05:22:36 2005 +0000

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

diffstat:

 audio/daapd/Makefile         |   6 +++---
 audio/daapd/distinfo         |   8 ++++----
 audio/daapd/patches/patch-aa |  15 +++++++++------
 3 files changed, 16 insertions(+), 13 deletions(-)

diffs (58 lines):

diff -r c8fdb90855b0 -r 0540a3485940 audio/daapd/Makefile
--- a/audio/daapd/Makefile      Sat Jan 08 05:07:10 2005 +0000
+++ b/audio/daapd/Makefile      Sat Jan 08 05:22:36 2005 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.6 2005/01/06 14:43:09 mjl Exp $
+# $NetBSD: Makefile,v 1.7 2005/01/08 05:22:36 mjl Exp $
 
-DISTNAME=              daapd-0.2.4a
-#PKGREVISION=          1
+DISTNAME=              daapd-0.2.3d
+PKGREVISION=           2
 CATEGORIES=            audio
 MASTER_SITES=          ${HOMEPAGE}
 EXTRACT_SUFX=          .tgz
diff -r c8fdb90855b0 -r 0540a3485940 audio/daapd/distinfo
--- a/audio/daapd/distinfo      Sat Jan 08 05:07:10 2005 +0000
+++ b/audio/daapd/distinfo      Sat Jan 08 05:22:36 2005 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2005/01/06 14:43:09 mjl Exp $
+$NetBSD: distinfo,v 1.4 2005/01/08 05:22:36 mjl Exp $
 
-SHA1 (daapd-0.2.4a.tgz) = 175130c8b709fcac124857fe5a9eacdfbe00153c
-Size (daapd-0.2.4a.tgz) = 205231 bytes
-SHA1 (patch-aa) = 10fb4dfeac9a9e880ec323727ebaf0fdc6cadd35
+SHA1 (daapd-0.2.3d.tgz) = 3ca12f0cb608a0be2d8351dbc341aa7d2a4f08f8
+Size (daapd-0.2.3d.tgz) = 202317 bytes
+SHA1 (patch-aa) = b1ec33f2e7ea7672762017077d9c9178b0a061bc
 SHA1 (patch-ac) = a3e203dcf6e7686795f8348fef5cc2272abdfc48
diff -r c8fdb90855b0 -r 0540a3485940 audio/daapd/patches/patch-aa
--- a/audio/daapd/patches/patch-aa      Sat Jan 08 05:07:10 2005 +0000
+++ b/audio/daapd/patches/patch-aa      Sat Jan 08 05:22:36 2005 +0000
@@ -1,9 +1,12 @@
-$NetBSD: patch-aa,v 1.3 2005/01/06 14:43:09 mjl Exp $
-
---- makefile.orig      2005-01-05 00:18:48.000000000 +0100
-+++ makefile   2005-01-06 15:02:36.000000000 +0100
+--- makefile.orig      2004-09-08 03:17:58.000000000 +0200
++++ makefile   2005-01-08 06:12:42.000000000 +0100
+@@ -4,3 +4,3 @@
+ ZLIB_ENABLE = 1
+-MPEG4_ENABLE = 1
++MPEG4_ENABLE = 0
+ 
 @@ -16,6 +16,6 @@
- LIBS = -ldaaplib -lhttpd-persistent -lid3tag -lz
+ LIBS = -ldaaplib -lhttpd-persistent -lid3tag -lz -lpthread 
 -LIBPATH = -L. -L./daaplib/src -L./libhttpd/src  -L/usr/local/lib
 -INCPATH = -I. -I./daaplib/include -I./libhttpd/src  -I/usr/local/include
 -DEPLOY = /usr/local
@@ -21,7 +24,7 @@
 -$(error howl not found in /usr/local/include. Install howl or disable it in the makefile)
 +$(error howl not found in ${PREFIX}/include. Install howl or disable it in the makefile)
  endif
-@@ -82,4 +82,2 @@
+@@ -76,4 +76,2 @@
  install: $(DEPS) $(TARGET)
 -      cd libhttpd && $(MAKE) install
 -      cd daaplib/src && $(MAKE) install



Home | Main Index | Thread Index | Old Index