Remove myself from MAINTAINER.
Make it possible to simultaneously stream to multiple devices. from Olivier Boyer
This commit is contained in:
parent
bb68a147aa
commit
ecbf955f26
@ -1,9 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2010/03/22 22:25:50 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.2 2012/03/30 06:48:01 ajacoutot Exp $
|
||||
|
||||
COMMENT= Universal Plug and Play SDK
|
||||
|
||||
DISTNAME= libupnp-1.6.6
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
REVISION= 0
|
||||
|
||||
CATEGORIES= net devel
|
||||
|
||||
@ -13,8 +14,6 @@ SHARED_LIBS += upnp 0.0 # .3.5
|
||||
|
||||
HOMEPAGE= http://pupnp.sourceforge.net/
|
||||
|
||||
MAINTAINER= Antoine Jacoutot <ajacoutot@openbsd.org>
|
||||
|
||||
# BSD
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
|
15
net/libupnp/patches/patch-upnp_src_inc_config_h
Normal file
15
net/libupnp/patches/patch-upnp_src_inc_config_h
Normal file
@ -0,0 +1,15 @@
|
||||
$OpenBSD: patch-upnp_src_inc_config_h,v 1.1 2012/03/30 06:48:01 ajacoutot Exp $
|
||||
|
||||
http://lifewithushare.blogspot.fr/2008/01/simultaneous-streaming-to-multiple.html
|
||||
|
||||
--- upnp/src/inc/config.h.orig Fri Mar 30 08:44:07 2012
|
||||
+++ upnp/src/inc/config.h Fri Mar 30 08:44:18 2012
|
||||
@@ -78,7 +78,7 @@
|
||||
*/
|
||||
|
||||
//@{
|
||||
-#define MIN_THREADS 2
|
||||
+#define MIN_THREADS 6
|
||||
//@}
|
||||
|
||||
/** @name MAX_THREADS
|
Loading…
x
Reference in New Issue
Block a user