Commit Graph

318 Commits

Author SHA1 Message Date
Steven Barth 4714b0c984 Merge pull request #1847 from jow-/motion-musl-compat
motion: fix segmentation fault under musl libc
2015-10-19 21:27:18 +02:00
W. Michael Petullo be526f6f0e lcdgrilo: add new package
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2015-10-18 22:22:08 -04:00
Ted Hess 59fcc276d5 mjpg-streamer: Fix build/download order and cambozola repo reference
Signed-off-by: Ted Hess <thess@kitschensync.net>
2015-10-17 10:58:32 -04:00
Jo-Philipp Wich 926b68c15d 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>
2015-10-08 02:15:28 +02:00
Ted Hess 9c4274e954 Merge pull request #1816 from ollie27/mjpg-streamercambozola
mjpg-streamer: only download cambozola if it's required
2015-10-03 11:11:42 -04:00
Steven Barth d2ed4fab64 Merge pull request #1812 from MikePetullo/grilo
grilo: add new package
2015-10-03 10:42:58 +02:00
Oliver Middleton 4bdd6aff92 mjpg-streamer: only download cambozola if it's required
Signed-off-by: Oliver Middleton <olliemail27@gmail.com>
2015-09-27 23:49:59 +01:00
W. Michael Petullo 0860e56a81 grilo-plugins: add new package
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2015-09-26 20:46:50 -04:00
W. Michael Petullo f264047b88 grilo: add new package
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2015-09-26 20:45:14 -04:00
Dirk Neukirchen 1765aa145f crtmpserver: fix musl build
MAX values should be defined in stdint.h

Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
2015-08-19 11:29:24 +02:00
Jan Čermák 7b2daf718a tvheadend: add missing install of default Uci config file
Signed-off-by: Jan Čermák <jan.cermak@nic.cz>
2015-08-11 15:29:11 +02:00
Ted Hess 8de9653955 ffmpeg: Update to latest - 2.7.2
Signed-off-by: Ted Hess <thess@kitschensync.net>
2015-07-21 11:20:50 -04:00
Jan Čermák 4e676203b3 tvheadend: add new package
Tvheadend is a TV streaming server and recorder for Linux. Legacy
Makefile for tvheadend was used as a skeleton, but most of its parts
were rewritten or updated later.

Procd init script allows to set some configuration options (these are
commented out in default Uci config for documentation purposes) and is
written in a way that it puts only configuration that needs to be
persistent to main memory. EPG database which is large and updated
regularly is put to tmpfs (this can be disabled in config).

Signed-off-by: Jan Čermák <jan.cermak@nic.cz>
2015-07-06 21:25:43 +02:00
Ted Hess 4bd4272fff gst1-libav: Fix musl compatibility
Signed-off-by: Ted Hess <thess@kitschensync.net>
2015-06-18 16:27:27 -04:00
Ted Hess db2eba4dc4 mjpg-streamer: Fix musl compatibility
Signed-off-by: Ted Hess <thess@kitschensync.net>
2015-06-18 08:35:28 -04:00
Ian Leonard ae13b1441d ffmpeg: libffmpeg-audio-dec and -custom use integrated opus decoder
For libffmpeg-audio-dec:

Remove @DEVEL flag from libffmpeg-audio-dec. Reasoning for this is
that choosing this package does not rquire any further action by the
builder in what codecs or formats should be built in.
libffmpeg-custom, the other libffmpeg to require @DEVEL, does need
further interaction.

Add @BUILD_PATENTED as at least one of the audio codecs is likely
patent protected.

Add ffmpeg's native Opus decoder to libffmpeg-audio-dec

Remove libopus dependency to libffmpeg-audio-dec as libopus provides
decode and encode support for Opus audio. Since FFmpeg can decode
Opus audio on its own, and libffmpeg-audio-dec is intended for audio
decoding, libopus is no longer required for Opus audio support.

For libffmpeg-custom:

Add in options for ffmpeg's integrated Opus decoder

Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2015-05-22 22:43:08 -07:00
Ian Leonard d1a5f0ab5d ffmpeg: update to 2.6.3, remove stray spaces
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2015-05-17 12:42:52 -07:00
Ted Hess 41aa8a5fc9 mjpg-streamer: Update cambozola to specific version, add yuv and jpeg quality init/config options
Signed-off-by: Ted Hess <thess@kitschensync.net>
2015-05-01 14:04:13 -04:00
Syrone Wong 7d81e52877 ffmpeg: upgrade to 2.6.2
2.6.2 was released on 2015-04-12. It is the latest stable FFmpeg release from the 2.6 release branch
2015-04-29 22:12:29 +08:00
Nicolas Thill 9828cf1ea1 ffmpeg: add icecast transport
Signed-off-by: Nicolas Thill <nico@openwrt.org>
2015-04-26 18:58:08 +02:00
Nicolas Thill 731dfa63d7 oggfwd: add new package
A basic icecast client that is very simple but also very useful for video streaming.

Signed-off-by: Nicolas Thill <nico@openwrt.org>
2015-04-26 18:57:37 +02:00
Nicolas Thill c3a822ef3d ffmpeg: disable lzma explicitly
Signed-off-by: Nicolas Thill <nico@openwrt.org>
2015-04-24 02:36:37 +02:00
André Gaul 8c33c9b079 icecast: update to 2.4.2
icecast 2.4.2 is a security release.

Signed-off-by: André Gaul <andre@gaul.io>
2015-04-20 09:28:50 +02:00
Ted Hess a68ce7eaf7 Merge pull request #1136 from antonlacon/ffmpeg-2.5.x
ffmpeg: upgrade to 2.5.5
2015-04-11 13:29:12 -04:00
Luiz Angelo Daros de Luca f64a24267c Merge pull request #1119 from luizluca/libvpx-update
libvpx: updated to 1.4.0
2015-04-07 10:53:26 -03:00
Luiz Angelo Daros de Luca 4e4c981ec3 gst1-plugins-bad: add opus plugin
This add opus plugin providing opusenc, opusdec, opusparse, rtpopuspay, rtpopusdepay

Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
2015-04-07 01:07:35 -03:00
Luiz Angelo Daros de Luca a33bc8baf5 libvpx: updated to 1.4.0
This update brings some fixes for VP9.
https://chromium.googlesource.com/webm/libvpx/+/v1.4.0

Also, it is ABI incompatible but the only known user of libvpx
is gst1-plugins-good, which is already compatile:
https://bugzilla.gnome.org/show_bug.cgi?id=739476
gst1-plugins-good has released bumped in order to rebuild.

Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
2015-04-06 10:58:59 -03:00
Ian Leonard 733ce321de ffmpeg: upgrade to 2.5.5
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2015-03-22 21:33:00 -07:00
Mantas Pucka 84f3028036 mjpg-streamer: fix YUV capture mode
Update to r182-experimental (071481e626) broke YUV
capture mode in input_uvc. This patch fixes it.

Tested on ar71xx with Logitech C170

Signed-off-by: Mantas Pucka <mantas@8devices.com>
2015-03-11 16:54:09 +02:00
Mantas Pucka b17a973f14 mjpg-streamer: fix compatibility with new kernels (>=3.16)
input_uvc was broken with new kernel update

patch source: https://github.com/oliv3r/mjpg-streamer

Tested on ar71xx with Logitech C170

Signed-off-by: Mantas Pucka <mantas@8devices.com>
2015-03-11 16:53:02 +02:00
Ted Hess 6253069923 gst1-plugins-ugly: Update to 1.4.5, refresh patches
Signed-off-by: Ted Hess <thess@kitschensync.net>
2015-03-05 14:04:21 -05:00
Ted Hess 44bece99a8 gst1-plugins-good: Update to 1.4.5, refresh patches
Signed-off-by: Ted Hess <thess@kitschensync.net>
2015-03-05 14:02:26 -05:00
Ted Hess e8a8f20d31 gst1-plugins-bad: Update to 1.4.5, fix build deps, refresh patches
Signed-off-by: Ted Hess <thess@kitschensync.net>
2015-03-05 13:59:19 -05:00
Ted Hess 511fb70f92 gst1-plugins-base: Update to 1.4.5, refresh patches
Signed-off-by: Ted Hess <thess@kitschensync.net>
2015-03-05 13:58:03 -05:00
Ted Hess ac2d4a6cbe gstreamer1: Update to 1.4.5, refresh patches
Signed-off-by: Ted Hess <thess@kitschensync.net>
2015-03-05 13:56:56 -05:00
Ted Hess f9fd4f88e5 gst1-libav: Update to 1.4.5
Signed-off-by: Ted Hess <thess@kitschensync.net>
2015-03-05 13:54:51 -05:00
Ted Hess 9941dbd1e5 Merge pull request #972 from luizluca/gst1-enable_videorate_videoscale
gst1-plugins-base: add videorate and videoscale
2015-03-05 11:44:20 -05:00
Luiz Angelo Daros de Luca 05960c50ba gst1-plugins-base: add videorate and videoscale
Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
2015-03-02 01:53:42 -03:00
Luiz Angelo Daros de Luca f8ec4d90d6 gst1-plugins-bad: add shmsrc/sink
This adds POSIX shared memory source and sink plugin

Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
2015-03-01 23:32:36 -03:00
Luiz Angelo Daros de Luca b1b14b2a57 gst1-plugins-bad: remove unrecognized config opts
Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
2015-03-01 21:02:01 -03:00
Ian Leonard 32eafba860 ffmpeg: update to 2.5.4
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2015-02-28 13:58:12 -08:00
Ted Hess ef056ee04c mjpg-streamer: Update version of cambozola.jar
Signed-off-by: Ted Hess <thess@kitschensync.net>
2015-02-27 12:24:40 -05:00
Nicolas Thill 38ae2398c2 ices: import from old packages feed
- update to latest version (v2.0.2)
 - add license info
 - add myself as maintainer

Signed-off-by: Nicolas Thill <nico@openwrt.org>
2015-02-17 07:49:01 +01:00
Álvaro Fernández Rojas 8f8251f374 Merge pull request #856 from thess/shairplay-move
shairplay: Move to sound menu and sub-directory
2015-02-05 11:38:01 +01:00
Ted Hess a9f87e3851 shairplay: Move to sound menu and sub-directory
Signed-off-by: Ted Hess <thess@kitschensync.net>
2015-02-04 15:13:08 -05:00
Ted Hess e61499165b upmpdcli: Move to sound menu and sub-directory
Signed-off-by: Ted Hess <thess@kitschensync.net>
2015-02-04 14:49:47 -05:00
Ted Hess 3e58633462 shairport: Move to sound menu and sub-directory
Signed-off-by: Ted Hess <thess@kitschensync.net>
2015-02-04 14:43:10 -05:00
Ted Hess e74ed31e76 ffmpeg: Update to 2.5.3. Fix mips64 build failures
Signed-off-by: Ted Hess <thess@kitschensync.net>
2015-02-04 14:09:58 -05:00
Luiz Angelo Daros de Luca 5d1c7b2083 gst1-plugins-good: enable video4linux2 plugin
Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
2015-01-24 22:42:18 -02:00
Luiz Angelo Daros de Luca fc9f7a7b6b gst1-plugins-base: create libgst1allocators pkg
libgst1allocators was compiled but not packaged.
It is needed for v4l2 good plugin

Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
2015-01-23 21:34:15 -02:00
Luiz Angelo Daros de Luca 7ef52fc43b gst1-plugins-base: add videoconvert plugin
videoconvert is the successor of ffmpegcolorspace in gst1.x

Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
2015-01-23 21:24:58 -02:00
Álvaro Fernández Rojas 0c70592101 xupnpd: update to r404
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2015-01-23 22:50:57 +01:00
Luiz Angelo Daros de Luca c0a869cddb gst1-plugins-base: remove unused configure opt
./configure was warning that all these options are unrecognized:
  --disable-alsa-test
  --disable-ffmpegcolorspace
  --disable-gnome_vfs
  --disable-gst_v4l
  --disable-oggtest
  --disable-vorbistest

Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
2015-01-22 00:21:29 -02:00
Ted Hess 9bc03b9d99 avahi: Build 2 versions and allow selection of dbus vs non-dbus
shairplay: Fixup avahi dependency (select dbus version)
forked-daapd: Fixup avahi dependency (select dbus version)

Signed-off-by: Ted Hess <thess@kitschensync.net>
2015-01-16 16:28:23 -05:00
André Gaul ef0242befa [icecast] update Makefile to 2.4.1 2015-01-04 19:00:39 +01:00
Ted Hess 9ff625c7ea Merge pull request #676 from thess/minidlna-work
minidlna: Add path to correct PID file for start-stop-daemon
2014-12-26 09:46:39 -05:00
Ian Leonard 44d4b10c94 ffmpeg: update to 2.4.5
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2014-12-24 14:30:39 -08:00
Ted Hess 03244f1f35 upmpdcli: Revert #678 (force strip)
Signed-off-by: Ted Hess <thess@kitschensync.net>
2014-12-21 12:09:49 -05:00
Ted Hess e75719d981 upmpdcli: Reduce binary sizes (force strip)
Signed-off-by: Ted Hess <thess@kitschensync.net>
2014-12-20 17:03:13 -05:00
Ted Hess 437a95666a minidlna: Add path to correct PID file for start-stop-daemon
Signed-off-by: Ted Hess <thess@kitschensync.net>
2014-12-20 10:41:21 -05:00
Ted Hess d380629477 upmpdcli: Revert default interface to 'br-lan' (correct mistaken assumption)
Signed-off-by: Ted Hess <thess@kitschensync.net>
2014-12-20 09:46:27 -05:00
Ted Hess 5f05f4ef74 upmpdcli: Change default interface to 'lan'
Signed-off-by: Ted Hess <thess@kitschensync.net>
2014-12-18 13:05:45 -05:00
Ted Hess 4eb1e3aea4 upmpdcli: Add UPnP icon. Use procd for start/stop. Add uci config support for multiple instances
Signed-off-by: Ted Hess <thess@kitschensync.net>
2014-12-17 14:41:36 -05:00
Ian Leonard 665cd72e82 ffmpeg: Update to 2.4.4
Drop fminf patch; fminf emulation is no longer included upstream.

Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2014-12-14 16:19:10 -08:00
Luiz Angelo Daros de Luca c31e41f93d gst1-plugins-good: enable vpx enc/dec plugin
Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
2014-12-14 03:08:23 -02:00
Ted Hess 7081db8415 mjpg-streamer: fix v4l dependency in pre-built package
Signed-off-by: Ted Hess <thess@kitschensync.net>
2014-12-13 11:32:06 -05:00
Ted Hess be72d3b10c gst1-plugins-bad: Remove srtp plugin (again) until libsrtp is updated
Signed-off-by: Ted Hess <thess@kitschensync.net>
2014-12-12 07:40:21 -05:00
Steven Barth d61b79627f upmpdcli: fix indentation
Signed-off-by: Steven Barth <steven@midlink.org>
2014-12-11 09:32:39 +01:00
Petko Bordjukov f769af6a69 upmpdcli: Add upmpdcli-0.9.0 to the packages repository
upmpdcli is a DLNA renderer that forwards the commands it receives to an MPD
server.

Signed-off-by: Petko Bordjukov <bordjukov@gmail.com>
2014-12-10 03:30:06 +02:00
Ted Hess 0443ea0d79 mjpg-streamer: Fix V4L2 option dependency selection and add camera led control option
Signed-off-by: Ted Hess <thess@kitschensync.net>
2014-12-09 10:25:37 -05:00
Ted Hess 5382c7fc55 gst1-plugins-bad: (Re-)add srtp plugin (use latest libsrtp)
Signed-off-by: Ted Hess <thess@kitschensync.net>
2014-12-06 10:44:56 -05:00
Ted Hess 0cbca8677d gst1-plugins-bad: disable srtp library build - not used
Signed-off-by: Ted Hess <thess@kitschensync.net>
2014-12-05 16:40:53 -05:00
Ted Hess 7c6557b9c3 gstreamer1: Use lazy symbol binding to load plugins
Signed-off-by: Ted Hess <thess@kitschensync.net>
2014-12-04 15:16:16 -05:00
Steven Barth cef42c57ce Merge pull request #590 from thess/gstreamer-update
gstreamer1: Upgrade to 1.4.4
2014-12-04 07:31:52 +01:00
Ted Hess d77c9b88ce gst1-libav: Update to 1.4.4, disable CPU optimizations as in ffmpeg
Signed-off-by: Ted Hess <thess@kitschensync.net>
2014-12-03 14:57:11 -05:00
Ted Hess b72025a36c gstreamer1: Upgrade to 1.4.4
Signed-off-by: Ted Hess <thess@kitschensync.net>
2014-12-03 13:33:25 -05:00
Steven Barth 6c97ad84be Merge pull request #563 from antonlacon/license-updates
License updates and metadata typo correction
2014-11-26 14:20:54 +01:00
Ted Hess a42baee588 libgstreamer1: install plugin scanner
Signed-off-by: Ted Hess <thess@kitschensync.net>
2014-11-25 14:58:27 -05:00
Ian Leonard ac7cd4c6e6 misc: correct typo in Makefiles for PKG_LICENSE_FILES
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2014-11-24 23:43:37 -08:00
Ian Leonard 34c7b6708a icecast: add SPDX license info per homepage
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2014-11-24 23:43:37 -08:00
Ted Hess 68e213a4e2 gstreamer1: Fix build dependencies - create meta packages as needed
Signed-off-by: Ted Hess <thess@kitschensync.net>
2014-11-22 21:57:03 -05:00
sbyx 9633a46993 Merge pull request #475 from antonlacon/minidlna-1.1.x
minidlna: update to 1.1.4
2014-11-18 08:02:28 +01:00
Roger e5d635e1ae motion: switch to master branch
This branch includes some important fixes vs. 3.4.0.

Signed-off-by: Roger D <rogerdammit@gmail.com>
2014-11-05 10:46:53 -06:00
Roger 3d784bd3d3 motion: update and switch to recent fork
Signed-off-by: Roger D <rogerdammit@gmail.com>
2014-11-04 14:06:37 -06:00
Roger f1f11a576b motion: remove outdated (?) patch
Signed-off-by: Roger D <rogerdammit@gmail.com>
2014-11-04 14:05:40 -06:00
Ted Hess 19e545b593 ffmpeg: Upgrade to 2.4.2. Supress libffmpeg-custom when ALL selected
Signed-off-by: Ted Hess <thess@kitschensync.net>
2014-10-29 12:47:59 -04:00
Álvaro Fernández Rojas f78cd57ee4 shairport: improve config and init script (disabled, respawn, err file, meta dir, audio output options).
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2014-10-28 22:33:00 +01:00
Álvaro Fernández Rojas c57a60513b shairplay: add respawn config.
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2014-10-27 20:57:08 +01:00
Ian Leonard af0eb7f740 minidlna: update to 1.1.4
The Philips TV patch was included upstream.
Rename the minidlnad binary to minidlna instead of tweaking automake files.

Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2014-10-25 23:31:58 -07:00
Álvaro Fernández Rojas 236f128117 shairplay: add new package.
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2014-10-25 21:48:57 +02:00
Bruno Randolf e652eb6243 ffmpeg: Disable mips32r2 for mips32 CPUs
Some CPUs, such as the au1500 are MIPS32 but not MIPS32r2 and we have to
explicitly disable mips32r2 in the ffmpeg configure script.

Signed-off-by: Bruno Randolf <br1@einfach.org>
2014-10-14 10:17:11 +01:00
Ian Leonard 94b4a11fe1 ffmpeg: Update to 2.3.4
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2014-10-11 22:13:15 -07:00
Ian Leonard ad20ef1147 ffmpeg: add libopus support
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2014-10-11 22:13:15 -07:00
Nicolas Thill 3838680f3c gst1-libav: fix build on x86_64
Disable yasm explicitely to fix build on x86_64 when yasm is not installed

Signed-off-by: Nicolas Thill <nico@openwrt.org>
2014-09-22 10:52:18 +02:00
Nicolas Thill 9a3f00d37a gst1-libav: fix configure
Signed-off-by: Nicolas Thill <nico@openwrt.org>
2014-09-22 10:49:04 +02:00
Ted Hess b1ed1ded36 Merge pull request #318 from thess/gst1-libav
gst1-libav: Import gstreamer libary based on bundled libav
2014-09-17 17:12:37 -04:00
Ted Hess aa7ede2712 Merge pull request #315 from thess/gst1-menus
gstreamer1: reorganize options selection menus
2014-09-17 17:11:59 -04:00
Ted Hess e8aaebb2df shairport: remove service_stop call to SIGINT. SIGINT/SIGTERM both work in latest version.
Fixes restart/reload calls

Signed-off-by: Ted Hess <thess@kitschensync.net>
2014-09-17 16:02:23 -04:00
Ted Hess d3805f3687 gst1-libav: Import gstreamer libary based on bundled libav
Signed-off-by: Ted Hess <thess@kitschensync.net>
2014-09-17 13:21:26 -04:00
Ted Hess 8227368777 gstreamer1: reorganize options selection menus
gst-plugins-bad: plugins-bad package missing (fix install def)

Signed-off-by: Ted Hess <thess@kitschensync.net>
2014-09-17 13:00:56 -04:00
Ian Leonard 39d930cfb4 ffmpeg: update to 2.3.3
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2014-08-30 01:23:46 -07:00
Álvaro Fernández Rojas 6b287fd2bb shairport: update to latest version, add license and switch release to source version
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2014-08-22 15:29:48 +02:00
Álvaro Fernández Rojas 6ec08ce9b4 shairport: fix buffer config var
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2014-08-22 15:28:55 +02:00
Nicolas Thill 3a9be2aab8 fswebcam: import from old packages feed
- update to latest version (v20140113)
 - add license info
 - add myself as maintainer

Signed-off-by: Nicolas Thill <nico@openwrt.org>
2014-08-21 19:00:20 +02:00
Ted Hess f5324a5fa0 mjpg-streamer: cleanup V4L selection and dependency
Signed-off-by: Ted Hess <thess@kitschensync.net>
2014-08-16 15:51:34 -04:00
Ted Hess ca7ddc5abc ffmpeg: patch to fix build with uClibc 0.9.33.2
Signed-off-by: Ted Hess <thess@kitschensync.net>
2014-08-13 12:46:19 -04:00
Ian Leonard 8bbe2c06fa ffmpeg: improve minidlna profile
Minidlna has no need to mux streams, or be able to read network streams at this point in time, so remove this support from
libffmpeg.

Synchronize the minidlna profile between libffmpeg-ucstom and libffmpeg-mini.

Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2014-08-12 13:03:51 -07:00
Ian Leonard 2b414271f5 ffmpeg: add external libraries section to Config.in
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2014-08-12 13:03:51 -07:00
Ian Leonard bcb2eea7a4 ffmpeg: add audio-dec profile to libffmpeg-custom
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2014-08-12 13:03:51 -07:00
Ian Leonard 77366562a5 ffmpeg: Drop the libdlna profile from the Custom ffmpeg option. Libdlna is no longer in the package feed, and has an inactive
upstream.

Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2014-08-12 13:03:51 -07:00
Ian Leonard b246dadc45 ffmpeg: Have the custom Vorbis decoder support select the Ogg demuxer.
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2014-08-12 13:03:51 -07:00
Ian Leonard 228c3d0dea ffmpeg: update to 2.3.1
Changes:
Disable SIMD usage; creates build errors
Disable runtime cpudetect as it's all disabled
Re-enable compiler optimizations
re-enable stripping

Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2014-08-12 13:02:46 -07:00
Ian Leonard f5a1d1bba6 Merge branch 'master' into license-updates
Signed-off-by: Ian Leonard <antonlacon@gmail.com>

Conflicts:
	devel/patch/Makefile
	multimedia/minidlna/Makefile
2014-08-10 01:09:06 -07:00
W. Michael Petullo e35d46becf gst1-plugins-bad: fix the build of several plugins
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2014-08-06 14:02:19 -04:00
W. Michael Petullo 8431c041b1 gst1-plugins-good: enable more plugins
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2014-08-06 13:12:50 -04:00
W. Michael Petullo 77b4014f29 gst1-plugins-bad: adjust Makefile so each plugin builds
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2014-08-06 08:56:01 -04:00
W. Michael Petullo 6c9015eb5d Merge remote-tracking branch 'openwrt/master' into gstreamer1 2014-08-05 17:47:34 -04:00
Ted Hess 26ef97123c gstreamer1 build work in progress 2014-08-05 16:33:20 -04:00
Knyazkov Dmitry fed19e8c3c That on tv phillips normally open mkv,it is necessary to apply this patch.Add license info
Signed-off-by: Knyazkov Dmitry <medavedik@gmail.com>
2014-08-04 22:34:04 +04:00
Ted Hess 4059ba271d mjpg-streamer: Bump source name version to force source pkg update
Signed-off-by: Ted Hess <thess@kitschensync.net>
2014-08-01 08:48:50 -04:00
Ian Leonard 572ecf828d minidlna: add licensing information
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2014-07-31 21:34:30 -07:00
Ian Leonard c729313425 ffmpeg: convert license to SPDX format.
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2014-07-31 21:34:30 -07:00
W. Michael Petullo b94907df64 gstreamer1: add package license file to Makefile
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2014-07-31 10:50:22 -04:00
W. Michael Petullo a072bc7516 gst1-plugins-bad: add package license file to Makefile
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2014-07-31 10:50:08 -04:00
W. Michael Petullo 57ff96d303 gst1-plugins-good: add package license file to Makefile
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2014-07-31 10:49:54 -04:00
W. Michael Petullo 14145d0188 gst1-plugins-base: add package license file to Makefile
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2014-07-31 10:49:45 -04:00
W. Michael Petullo f6819a12a3 gst1-plugins-ugly: add package license file to Makefile
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2014-07-31 10:49:33 -04:00
W. Michael Petullo d42ad88941 gst1-plugins-ugly: add package license to Makefile
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2014-07-31 10:46:07 -04:00
W. Michael Petullo 37f7ec2c47 gst1-plugins-good: add package license to Makefile
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2014-07-31 10:45:57 -04:00
W. Michael Petullo 09ba982ccc gst1-plugins-base: add package license to Makefile
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2014-07-31 10:45:49 -04:00
W. Michael Petullo 5c66e21e76 gst1-plugins-bad: add package license to Makefile
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2014-07-31 10:45:31 -04:00
W. Michael Petullo ffae177bb1 gstreamer1: add package license to Makefile
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2014-07-31 10:45:20 -04:00
W. Michael Petullo b2a13d01a1 gst1-plugins-base: fix build of theora plugin
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2014-07-31 10:45:04 -04:00
W. Michael Petullo 5173999193 gst1-plugins-base: properly specify theora plugin
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2014-07-31 10:44:52 -04:00
W. Michael Petullo a4ffe9bf9f Add gstreamer1 package
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2014-07-31 10:44:40 -04:00
W. Michael Petullo 297bf69c4a Add gst1-plugins-ugly package
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2014-07-31 10:44:23 -04:00
W. Michael Petullo d34841f35c Add gst1-plugins-good package
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2014-07-31 10:44:11 -04:00
W. Michael Petullo 8433800965 Add gst1-plugins-base package
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2014-07-31 10:44:01 -04:00
W. Michael Petullo 37f634045c Add gst1-plugins-bad package
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2014-07-31 10:43:50 -04:00
Ted Hess 5fd60ef927 minidlna: remove ffmpeg includes - not needed. Now builds with newer ffmpeg versions
Signed-off-by: Ted Hess <thess@kitschensync.net>
2014-07-30 12:03:23 -04:00
Ted Hess b9ef9a93c9 shairport: remove unecessary dependencies
Signed-off-by: Ted Hess <thess@kitschensync.net>
2014-07-30 11:40:58 -04:00
Ted Hess 071481e626 mjpg-streamer: Upgrade to r182-experimental, add patches to remove debug, build additional plugins and minor fixes.
Signed-off-by: Ted Hess <thess@kitschensync.net>
2014-07-29 09:29:55 -04:00
Roger b1955510cc motion: add myself as maintainer
Signed-off-by: Roger D rogerdammit@gmail.com
2014-07-28 20:52:23 -05:00
Roger df02327dc1 motion: add from old packages
Signed-off-by: Roger D rogerdammit@gmail.com
2014-07-28 20:50:53 -05:00
André Gaul 66b13d6ca7 [icecast] use procd for init script
Signed-off-by: André Gaul <gaul@web-yard.de>
2014-07-28 09:47:29 +02:00
André Gaul ad4f81a2f5 [icecast] add maintainer
Signed-off-by: André Gaul <gaul@web-yard.de>
2014-07-25 19:31:28 +02:00
André Gaul edd031bca3 [icecast] add minimalistic init script
Signed-off-by: André Gaul <gaul@web-yard.de>
2014-07-25 19:25:57 +02:00
André Gaul 369d05aeb1 [icecast] upgrade to 2.4.0
Signed-off-by: André Gaul <gaul@web-yard.de>
2014-07-25 19:25:54 +02:00
André Gaul bc74b173d7 [icecast] import from old packages
Signed-off-by: André Gaul <gaul@web-yard.de>
2014-07-25 19:25:19 +02:00
Ian Leonard 875eb1cc24 ffmpeg: remember to adjust InstallDev too
Finish adjustment for libavdevice with libffmpeg-mini

Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2014-07-23 16:14:37 -07:00
Ian Leonard 92e8e56069 ffmpeg: remove libavdevice from the libffmpeg-mini variant
As libffmpeg-mini is intended for DLNA purposes, it needs only
to identify media, not interact with input or output devices.

Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2014-07-23 16:14:37 -07:00
Ted Hess 3a599044ad Revert to r181, default webui to simple stream only, option for full
Signed-off-by: Ted Hess <thess@kitschensync.net>
2014-07-23 13:20:58 -04:00
Ted Hess eb1c03664d Merge pull request #116 from Noltari/shairport-next
shairport: Improve init script.
2014-07-23 13:00:32 -04:00
Álvaro Fernández Rojas 9fe5fb73fd shairport: Improve init script.
- Switch to procd.
- Fix alsa options.
- Fix indentation.
- Fix white spaces not being accepted on config values.
- Workaround procd missing custom signal.

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2014-07-23 17:12:41 +02:00
Ted Hess 7884c022ac Cleanup Makefile edit, add back lost cut-n-paste in init script
Signed-off-by: Ted Hess <thess@kitschensync.net>
2014-07-22 15:42:23 -04:00
Ted Hess 99a4852b37 mjpg-streamer: Upgrade to r182, update copyright and license info
Add options for using libv4l (controls) and installing additional plugins
    Download and use latest cambozola.jar if Web UI selected

Signed-off-by: Ted Hess <thess@kitschensync.net>
2014-07-22 15:10:36 -04:00
Roger f62794a7f0 add mjpg-streamer
add myself as maintainer
add UCI HTTP authentication

Signed-off-by: Roger D <rogerdammit@gmail.com>
2014-07-22 10:15:11 -05:00
sbyx db8d18e1f6 Merge pull request #96 from medaved/master
Update minidlna to 1.1.3 version
2014-07-21 15:03:18 +02:00
medaved 5d65cd1df5 Update minidlna to 1.1.3 version 2014-07-21 16:10:59 +04:00
medaved d0c9861bcf Delete Makefile~ 2014-07-21 00:41:12 +04:00
thess 7fba5f8bee shairport: Update config and init scripts, fix build, remove libao dependency, add myself as pkg maintainer
Signed-off-by: Ted Hess <thess@kitschensync.net>
2014-07-16 15:33:11 -04:00
thess f61fe11ce0 FFMPEG: Add more custom options, add audio-only decoder option, update pkg release, copyright, add myself as pkg maintainer
Signed-off-by: Ted Hess <thess@kitschensync.net>
2014-07-16 15:32:17 -04:00
Ted Hess bccd276c45 Import shairport from oldpackages 2014-07-16 12:31:58 -04:00
Ted Hess 93df7dde30 Import ffmpeg from oldpackages 2014-07-16 12:31:58 -04:00
medaved 8d9d950235 Update minidlna to 1.1.3 version 2014-07-15 21:18:22 +04:00
medaved 0daad9cc9c first commit 2014-07-15 21:13:56 +04:00
Thomas Heil e236613a49 crtmpserver: import from packages, add myself as the maintainer
This adds the crtmpserver package from the old svn package tree. I adopt
the licensing information and will maintain the package in the future. I
also updated the package to the latest version and ensure that is
building on x86_64, ar71xx and avr32.

Signed-off-by: Thomas Heil <heil@terminal-consulting.de>
2014-06-23 18:53:18 +02:00
Álvaro Fernández Rojas 4aaeb5fd68 xupnpd: Import r398 from packages and update to r399. 2014-06-11 00:33:55 +02:00