cd73551ce9
Libdmapsharing is a library you may use to access and share media content using DMAP (DAAP, DPAP & DACP). The library presently supports Linux and other POSIX-based systems. It is written in C using GObject and libsoup. The DMAP family of protocols are used by products such as Apple iTunes(TM), Apple iPhoto(TM), and the Roku SoundBridge(TM) family to share media such as music and photos. Possible uses for libdmapsharing include: * Adding picture sharing capabilities to a photograph application. * Adding music sharing capabilities to an audio application. * Developing DPAP server software for a home networking product. * Developing DMAP client software for a media player appliance.
33 lines
1.1 KiB
Text
33 lines
1.1 KiB
Text
$NetBSD: patch-aa,v 1.1.1.1 2011/01/19 23:30:12 jmmv Exp $
|
|
|
|
https://bugzilla.gnome.org/show_bug.cgi?id=640004
|
|
|
|
--- configure.orig 2011-01-19 02:06:38.000000000 +0000
|
|
+++ configure
|
|
@@ -12503,7 +12503,7 @@ $as_echo "yes" >&6; }
|
|
HAVE_AVAHI_05=yes
|
|
fi
|
|
fi
|
|
-if test x$HAVE_AVAHI_06 == xyes || test x$HAVE_AVAHI_05 == xyes; then
|
|
+if test x$HAVE_AVAHI_06 = xyes || test x$HAVE_AVAHI_05 = xyes; then
|
|
HAVE_AVAHI=yes
|
|
else
|
|
HAVE_AVAHI=no
|
|
@@ -12652,7 +12652,7 @@ $as_echo "#define WITH_AVAHI 1" >>confde
|
|
USE_AVAHI=yes
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: Detected Avahi, using it for mDNS/DNS-SD" >&5
|
|
$as_echo "$as_me: Detected Avahi, using it for mDNS/DNS-SD" >&6;}
|
|
- if test x$HAVE_AVAHI_06 == xyes; then
|
|
+ if test x$HAVE_AVAHI_06 = xyes; then
|
|
|
|
$as_echo "#define HAVE_AVAHI_0_6 1" >>confdefs.h
|
|
|
|
@@ -12859,7 +12859,7 @@ $as_echo "#define WITH_AVAHI 1" >>confde
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: Using Avahi for mDNS/DNS-SD" >&5
|
|
$as_echo "$as_me: Using Avahi for mDNS/DNS-SD" >&6;}
|
|
|
|
- if test x$HAVE_AVAHI_06 == xyes; then
|
|
+ if test x$HAVE_AVAHI_06 = xyes; then
|
|
|
|
$as_echo "#define HAVE_AVAHI_0_6 1" >>confdefs.h
|
|
|