| Commit message (Collapse) | Author | Age |
|
|
|
|
|
|
|
|
|
| |
* Change source url to GitHub
* Update to 2016-05-11
* Add LICENSE
* Edit Makefile
Signed-off-by: Hsing-Wang Liao <kuoruan@gmail.com>
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
|
|\
| |
| | |
crtmpserver: fix multiple issues
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
- Switch download to the Github clone of crtmpserver
- Rebase patches against latest version
- Pregenerate version.h file
- Disable applestreamingclient as it is broken
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
|
|/
|
|
|
|
|
|
| |
Signed-off-by: Adrian Panella <ianchi74@outlook.com>
youtube-dl: update version
Signed-off-by: Adrian Panella <ianchi74@outlook.com>
|
|
|
|
| |
Signed-off-by: André Gaul <gaul@gaul.io>
|
|
|
|
|
|
|
|
|
| |
The conffiles definition in Makefile should not contain leading whitespace.
Remove whitespace from Makefile of motion, dnscrypt-proxy and sstp-client.
Reference to discussion at #2652
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
|
|
|
|
|
|
| |
install certificates so that https sites work by default
Signed-off-by: Adrian Panella <ianchi74@outlook.com>
|
|
|
|
| |
Signed-off-by: Adrian Panella <ianchi74@outlook.com>
|
|
|
|
| |
Signed-off-by: Adrian Panella <ianchi74@outlook.com>
|
|
|
|
| |
Signed-off-by: Adrian Panella <ianchi74@outlook.com>
|
|
|
|
| |
Signed-off-by: Jan Čermák <jan.cermak@nic.cz>
|
|
|
|
| |
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
|
|
|
|
|
|
| |
changes in trunk
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
|
|\
| |
| | |
minidlna: update to 1.1.5
|
| |
| |
| |
| | |
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
|
|\ \
| | |
| | | |
gst1-plugins-good: update to 1.6.2
|
| | |
| | |
| | |
| | | |
Signed-off-by: W. Michael Petullo <mike@flyn.org>
|
|\ \ \
| | | |
| | | | |
gst1-plugins-ugly: update to 1.6.2
|
| |/ /
| | |
| | |
| | | |
Signed-off-by: W. Michael Petullo <mike@flyn.org>
|
|\ \ \
| | | |
| | | | |
gst1-plugins-bad: update to 1.6.2
|
| |/ /
| | |
| | |
| | | |
Signed-off-by: W. Michael Petullo <mike@flyn.org>
|
|\ \ \
| | | |
| | | | |
gst1-libav: update to 1.6.2
|
| |/ /
| | |
| | |
| | | |
Signed-off-by: W. Michael Petullo <mike@flyn.org>
|
|\ \ \
| | | |
| | | | |
gst1-plugins-base: update to 1.6.2
|
| |/ /
| | |
| | |
| | | |
Signed-off-by: W. Michael Petullo <mike@flyn.org>
|
|\ \ \
| | | |
| | | | |
gstreamer1: update to 1.6.2
|
| |/ /
| | |
| | |
| | | |
Signed-off-by: W. Michael Petullo <mike@flyn.org>
|
|\ \ \
| | | |
| | | | |
grilo-plugins: update to 0.3.0
|
| |/ /
| | |
| | |
| | | |
Signed-off-by: W. Michael Petullo <mike@flyn.org>
|
| | |
| | |
| | |
| | | |
Signed-off-by: W. Michael Petullo <mike@flyn.org>
|
|/ /
| |
| |
| | |
Signed-off-by: W. Michael Petullo <mike@flyn.org>
|
|/
|
|
| |
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
|
|\
| |
| | |
Make 2 variants for libshout. Update oggfwd to use full variant.
|
| |
| |
| |
| | |
Signed-off-by: Ted Hess <thess@kitschensync.net>
|
| |
| |
| |
| |
| |
| |
| | |
Switch grilo, grilo-plugins and libgee to use the @GNOME alias for
source download in order to fix download problems in buildbot.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
|
|\ \
| | |
| | | |
mjpg-streamer: Fix SIGTRAP in v4l2uvc
|
| | |
| | |
| | |
| | | |
Signed-off-by: Ted Hess <thess@kitschensync.net>
|
|/ /
| |
| |
| | |
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
|
|/
|
|
| |
Signed-off-by: Ted Hess <thess@kitschensync.net>
|
|
|
|
| |
Signed-off-by: Jan Čermák <jan.cermak@nic.cz>
|
|
|
|
| |
Signed-off-by: Ted Hess <thess@kitschensync.net>
|
|\
| |
| | |
lcdgrilo: add new package
|
| |
| |
| |
| | |
Signed-off-by: W. Michael Petullo <mike@flyn.org>
|
|\ \
| |/
|/| |
motion: fix segmentation fault under musl libc
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
During startup, motion calls pthread_getspecific() through motion_log()
before pthread_key_create() has been called yet. This works on glibc and
uclibc but segfaults on musl because motion is relying on undefined
behaviour here.
Move the pthread initialization before motion_startup() so that
tls_key_threadnr is initialized when motion_log() is called.
Also enforce the use of strerror_r() on musl by defining XSI_STRERROR_R
on all non-glibc systems because the supposed replacement code is broken
and crashes on musl.
References:
http://www.lavrsen.dk/foswiki/bin/view/Motion/BugReport2015x09x30x203633
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
|
| |
| |
| |
| | |
Signed-off-by: Ted Hess <thess@kitschensync.net>
|
|\ \
| | |
| | | |
mjpg-streamer: only download cambozola if it's required
|
| |/
| |
| |
| | |
Signed-off-by: Oliver Middleton <olliemail27@gmail.com>
|
|\ \
| | |
| | | |
grilo: add new package
|
| |/
| |
| |
| | |
Signed-off-by: W. Michael Petullo <mike@flyn.org>
|