Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 427194 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-6 / +14 lines)
Line 20 Link Here
20
# nginx-rtmp-module (http://github.com/arut/nginx-rtmp-module, BSD license)
21
RTMP_MODULE_PV="0.2.1"
22
RTMP_MODULE_P="ngx_rtmp_module-${RTMP_MODULE_PV}"
23
RTMP_MODULE_SHA1="9df1331"
24
RTMP_MODULE_URI="http://github.com/arut/nginx-rtmp-module/tarball/v${RTMP_MODULE_PV}"
Line 72 Link Here
72
      nginx_modules_http_fancyindex? ( ${HTTP_FANCYINDEX_MODULE_URI} -> ${HTTP_FANCYINDEX_MODULE_P}.tar.gz )"
78
      nginx_modules_http_fancyindex? ( ${HTTP_FANCYINDEX_MODULE_URI} -> ${HTTP_FANCYINDEX_MODULE_P}.tar.gz )
73
--
79
      rtmp? ( ${RTMP_MODULE_URI} -> ${RTMP_MODULE_P}.tar.gz ) "
Line 92 Link Here
92
      http_fancyindex"
99
      http_fancyindex
93
--
100
      "
Line 94 Link Here
94
IUSE="aio debug +http +http-cache ipv6 libatomic +pcre pcre-jit selinux ssl vim-syntax"
102
IUSE="aio debug +http +http-cache ipv6 libatomic +pcre pcre-jit selinux ssl vim-syntax rtmp"
95
--
Line 214 Link Here
222
      if use rtmp; then
223
              http_enabled=1
224
              myconf+=" --add-module=${WORKDIR}/arut-nginx-rtmp-module-${RTMP_MODULE_SHA1}"
225
      fi

Return to bug 427194