Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v2 0/7] Adding janus-gateway and dependencies
@ 2014-12-12 15:42 Gregory Dymarek
  2014-12-12 15:42 ` [Buildroot] [PATCH v2 1/7] Adding ding-libs Gregory Dymarek
                   ` (7 more replies)
  0 siblings, 8 replies; 17+ messages in thread
From: Gregory Dymarek @ 2014-12-12 15:42 UTC (permalink / raw)
  To: buildroot

Version 2 of janus-gateway and dependencies.

Changelog:
- added sha256
- restructured patches to include Config.in changes for each package separately
- incorporated ealier work on sofia-sip from http://lists.busybox.net/pipermail/buildroot/2012-January/049258.html

Gregory Dymarek (7):
  Adding ding-libs
  Adding gengetopt
  Adding libnice
  Adding libsrtp
  Adding libwebsock
  Adding sofia-sip
  Adding janus-gateway

 package/Config.in                                  |  7 +++++
 package/Config.in.host                             |  1 +
 package/ding-libs/Config.in                        |  9 +++++++
 package/ding-libs/ding-libs.hash                   |  1 +
 package/ding-libs/ding-libs.mk                     | 17 ++++++++++++
 package/gengetopt/Config.in                        |  6 +++++
 package/gengetopt/Config.in.host                   |  6 +++++
 package/gengetopt/gengetopt.hash                   |  1 +
 package/gengetopt/gengetopt.mk                     | 16 +++++++++++
 package/janus-gateway/Config.in                    | 13 +++++++++
 .../janus-gateway-0001-disable-ssp.patch           | 12 +++++++++
 package/janus-gateway/janus-gateway.hash           |  1 +
 package/janus-gateway/janus-gateway.mk             | 27 +++++++++++++++++++
 package/libnice/Config.in                          |  6 +++++
 .../libnice/libnice-0001-build-IPV6_RECVERR.patch  | 20 ++++++++++++++
 package/libnice/libnice.hash                       |  1 +
 package/libnice/libnice.mk                         | 11 ++++++++
 package/libsrtp/Config.in                          |  5 ++++
 package/libsrtp/libsrtp.hash                       |  1 +
 package/libsrtp/libsrtp.mk                         | 13 +++++++++
 package/libwebsock/Config.in                       |  6 +++++
 package/libwebsock/libwebsock.hash                 |  1 +
 package/libwebsock/libwebsock.mk                   | 22 +++++++++++++++
 package/sofia-sip/Config.in                        |  5 ++++
 ...ag.h-reintroduce-soatag_local_sdp_str_ref.patch | 26 ++++++++++++++++++
 package/sofia-sip/sofia-sip.hash                   |  1 +
 package/sofia-sip/sofia-sip.mk                     | 31 ++++++++++++++++++++++
 27 files changed, 266 insertions(+)
 create mode 100644 package/ding-libs/Config.in
 create mode 100644 package/ding-libs/ding-libs.hash
 create mode 100644 package/ding-libs/ding-libs.mk
 create mode 100644 package/gengetopt/Config.in
 create mode 100644 package/gengetopt/Config.in.host
 create mode 100644 package/gengetopt/gengetopt.hash
 create mode 100644 package/gengetopt/gengetopt.mk
 create mode 100644 package/janus-gateway/Config.in
 create mode 100644 package/janus-gateway/janus-gateway-0001-disable-ssp.patch
 create mode 100644 package/janus-gateway/janus-gateway.hash
 create mode 100644 package/janus-gateway/janus-gateway.mk
 create mode 100644 package/libnice/Config.in
 create mode 100644 package/libnice/libnice-0001-build-IPV6_RECVERR.patch
 create mode 100644 package/libnice/libnice.hash
 create mode 100644 package/libnice/libnice.mk
 create mode 100644 package/libsrtp/Config.in
 create mode 100644 package/libsrtp/libsrtp.hash
 create mode 100644 package/libsrtp/libsrtp.mk
 create mode 100644 package/libwebsock/Config.in
 create mode 100644 package/libwebsock/libwebsock.hash
 create mode 100644 package/libwebsock/libwebsock.mk
 create mode 100644 package/sofia-sip/Config.in
 create mode 100644 package/sofia-sip/sofia-sip-1.12.11-0001-soa_tag.h-reintroduce-soatag_local_sdp_str_ref.patch
 create mode 100644 package/sofia-sip/sofia-sip.hash
 create mode 100644 package/sofia-sip/sofia-sip.mk

-- 
1.9.1

^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2015-01-01 15:46 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-12 15:42 [Buildroot] [PATCH v2 0/7] Adding janus-gateway and dependencies Gregory Dymarek
2014-12-12 15:42 ` [Buildroot] [PATCH v2 1/7] Adding ding-libs Gregory Dymarek
2014-12-31 17:03   ` Thomas Petazzoni
2014-12-12 15:42 ` [Buildroot] [PATCH v2 2/7] Adding gengetopt Gregory Dymarek
2015-01-01 14:07   ` Thomas Petazzoni
2014-12-12 15:42 ` [Buildroot] [PATCH v2 3/7] Adding libnice Gregory Dymarek
2014-12-31 16:05   ` Thomas Petazzoni
2014-12-12 15:42 ` [Buildroot] [PATCH v2 4/7] Adding libsrtp Gregory Dymarek
2015-01-01 10:30   ` Thomas Petazzoni
2014-12-12 15:42 ` [Buildroot] [PATCH v2 5/7] Adding libwebsock Gregory Dymarek
2015-01-01 11:43   ` Thomas Petazzoni
2014-12-12 15:42 ` [Buildroot] [PATCH v2 6/7] Adding sofia-sip Gregory Dymarek
2015-01-01 13:52   ` Thomas Petazzoni
2014-12-12 15:42 ` [Buildroot] [PATCH v2 7/7] Adding janus-gateway Gregory Dymarek
2015-01-01 15:46   ` Thomas Petazzoni
2014-12-12 15:58 ` [Buildroot] [PATCH v2 0/7] Adding janus-gateway and dependencies Vicente Olivert Riera
2014-12-12 16:06   ` Gregory Dymarek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox