Commit Graph

245 Commits

Author SHA1 Message Date
Rafał Miłecki 90d3ef2f76 minidlna: exclude "po" directory to fix CONFIG_BUILD_NLS=y builds
This fixes:
*** error: gettext infrastructure mismatch: using a Makefile.in.in from gettext version 0.18 but the autoconf macros are from gettext version 0.19

Makefile of minidlna package specifies PKG_FIXUP:=autoreconf. That
results in calling autoreconf with multiple arguments, including many -I
ones. One of autoreconf steps is calling aclocal with the same set of -I
arguments.

All of that results in:
1) aclocal using staging_dir's /usr/share/aclocal and its po.m4
2) not using minidlna's po.m4
3) not updating Makefile.in.in

If staging_dir's po.m4 has different GETTEXT_MACRO_VERSION than the
minidlna's one it'll result in a mismatch in the Makefile.in. Ideally we
should take care of regenerating Makefile.in.in but this isn't
currentlly supported. As localization isn't properly supported anyway
(no shipping .mo files) it's safe to just disable building po files.

Added patch comes from the master branch commit d5fcc972ba
("multimedia/minidlna: Update to 1.2.0").

Fixes: 7292844261 ("minidlna: backport fixes from 1.1.6 and 1.2.0 releases")
Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
2018-02-19 12:47:31 +01:00
Rafał Miłecki 7292844261 minidlna: backport fixes from 1.1.6 and 1.2.0 releases
This fixes one or two issues and adds support for few new devices
including Kodi.

Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
2017-06-15 08:03:07 +02:00
Ted Hess 91ffca6907 icecast: Fix configure if both vorbis and tremor host packages installed
Signed-off-by: Ted Hess <thess@kitschensync.net>
(cherry picked from commit c82573e64e)
2017-01-20 15:16:54 -05:00
Ted Hess da55f36f80 icecast: Rework dependencies
Remove private Tremor. (use libvorbisidec in repo)
Remove need for libvorbis (add missing vorbis_comment functions)
Remove openSSL (uses mbedTLS via libcurl)

Add myself as co-maintainer.

Signed-off-by: Ted Hess <thess@kitschensync.net>
2017-01-14 18:04:04 -05:00
Ted Hess 8ffe6f474f ices: fix linking with libogg 2017-01-13 17:38:06 -05:00
Matthias Schiffer 3823ef9bc4 Merge pull request #3813 from NeoRaider/hostpkg
Use STAGING_DIR_HOSTPKG where appropriate
2017-01-11 21:54:09 +01:00
Matthias Schiffer 4a984a8d60
treewide: replace $(STAGING_DIR)/host and $(HOST_BUILD_PREFIX) with $(STAGING_DIR_HOSTPKG)
As both LEDE and OpenWrt have STAGING_DIR_HOSTPKG now, we can start to rely
on it. See 73b7f55424 for more information on
STAGING_DIR_HOSTPKG.

STAGING_DIR_HOSTPKG won't actually be changed before the first LEDE release
(it is equivalent to $(STAGING_DIR)/host), so this simple search/replace
cleanup is safe to apply. Doing this cleanup now will be useful for the
Gluon project (an OpenWrt/LEDE based firmware framework) for experimenting
with modifying STAGING_DIR_HOSTPKG before doing this in the LEDE upstream.

Also fixes a typo in the dbus Makefile ("STAGIND_DIR").

Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
2017-01-10 18:25:54 +01:00
Ted Hess 785159fcaf ffmpeg: Upgrade to 3.2.2. Remove Speex support
Signed-off-by: Ted Hess <thess@kitschensync.net>
2017-01-06 13:47:30 -05:00
Adrian Panella d7ac988a45 youtube-dl: update version
Update version

Signed-off-by: Adrian Panella <ianchi74@outlook.com>
2016-11-28 13:17:25 -06:00
Ted Hess 18c0e7e81e gst1-libav: Fix builds on x86_64 (CPU_TYPE is blank)
Signed-off-by: Ted Hess <thess@kitschensync.net>
2016-11-11 13:55:23 -05:00
Michal Hrušecký dd33cc5a72
crtmpserver: Disable apple streaming to fix build
Apple streaming is quite broken so disabling it to make package building again.

Signed-off-by: Michal Hrušecký <Michal.Hrusecky@nic.cz>
2016-10-30 22:58:49 +01:00
Ted Hess e327156211 ffmpeg: Build without altivec on powerpc hfp platforms
Signed-off-by: Ted Hess <thess@kitschensync.net>
2016-10-11 13:39:41 -04:00
Ian Leonard 3b624ce56e ffmpeg: Update 2.8.8, add codecs, update dlna profile, correct libopus use
Update ffmpeg to 2.8.8.

Adds HEVC, Opus, VC-1 and Vorbis to custom and minidlna profiles. This should
more closely match formats media being streamed on the local network via
DLNA/UPNP.

Removes raw aac, ac3 and h264 from minidlna profile. Most players expect
this content to come within a container (mkv, mov, mp4, mpegts, etc...),
so this was unnecessary for the profile's goals.

Remove libopus from being selected by the -custom's audio-dec profile, and as
a depend on -audio-dec. -audio-dec uses ffmpeg's internal Opus decoder, not
the external library.

Don't select specific parsers in libffmpeg-mini profile. The demuxers separate
streams from containers. Parsers break up the streams. These are not needed
for DLNA/UPNP. If a parser is needed, the ffmpeg configure script should grab
it.

Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2016-09-26 18:58:39 -07:00
Adrian Panella 1c80a87bcf youtube-dl: update version
Signed-off-by: Adrian Panella <ianchi74@outlook.com>
2016-09-18 20:53:57 -05:00
Álvaro Fernández Rojas 6432150acc xupnpd: update to latest version
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2016-09-05 09:23:58 +02:00
Daniel Golle 1913622d9b ffmpeg: allow building without yasm
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2016-09-03 14:58:27 +02:00
Daniel Golle efc746428a ffmpeg: enable assembly on targets with fpu
Also no longer disable run-time CPU detection for fpu targets except
arm which is built for each variant (neon, vfp).
This vastly improves performance on x86 which now supports building ASM
code with yasm and makes use of a broad spectrum of extensions
depending on their availability at run-time.

In future, such differentiation should also be introduced for MIPS
to at least conditionally enable the output of MIPS32r2 instructions as
well as DSPr1 and DSPr2 if the target supports that dispite them having
CONFIG_SOFT_FLOAT=y set.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2016-09-02 02:34:47 +02:00
Ted Hess ec133992b7 ffmpeg: Dependency cleanup
Custom builds need to select x264 and/or lame-lib explictly. Automatic
CONFIG_ALL builds of ffmpeg-full include x264 and lame.

Signed-off-by: Ted Hess <thess@kitschensync.net>
2016-08-19 18:50:29 -04:00
Adrian Panella bc774ad41a youtube-dl: update version
Signed-off-by: Adrian Panella <ianchi74@outlook.com>
2016-08-15 22:49:51 -05:00
Ted Hess bf1216ca2d Merge pull request #3006 from thess/ffmpeg-updates
ffmpeg: Update to 2.8.7. Add support for x264 and libmp3lame
2016-08-03 11:56:10 -04:00
Adrian Panella 3f124e2b8e ffmpeg: Update to 2.8.7. Add support for x264 and libmp3lame
Add support for libmp3lame & libx264 to 'full' and optional in 'custom'.
Enable some optimizations according to ARCH and CPU type.
Cleaup options and dependencies.

Signed-off-by: Adrian Panella <ianchi74@outlook.com>
Signed-off-by: Ted Hess <thess@kitschensync.net>
2016-08-02 11:21:08 -04:00
Ted Hess f1e4bc9234 gstreamer - Upgrade to 1.8.2.
Refresh patches, fix dependencies.
Fix cpu build issues in gst-libav. Opus moved to plugins-base.
Add opusparse and hls to plugins-bad.
Add myself as co-maintainer

Signed-off-by: Ted Hess <thess@kitschensync.net>
2016-08-01 15:41:02 -04:00
Adrian Panella b771a14f73 youtube-dl:update version
Signed-off-by: Adrian Panella <ianchi74@outlook.com>
2016-07-11 14:35:10 -05:00
Ted Hess 2f7f642816 Merge pull request #2942 from sdwalker/variable-cleanup
packages: cleanup Makefile variables
2016-07-10 16:27:51 -04:00
Yousong Zhou f1e1bdb739 Merge pull request #2945 from MikePetullo/grilo-plugins
grilo-plugins: update to 0.3.2
2016-07-10 09:18:35 +08:00
Yousong Zhou f099a261e3 Merge pull request #2946 from MikePetullo/lcdgrilo
lcdgrilo: update to 0.0.10
2016-07-10 09:18:15 +08:00
W. Michael Petullo 0e3bcc0226 lcdgrilo: update to 0.0.10
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2016-07-09 15:55:58 -04:00
W. Michael Petullo 3ee1380767 grilo: update to 0.3.1
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2016-07-09 15:54:59 -04:00
W. Michael Petullo 0c59a1371d grilo-plugins: update to 0.3.2
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2016-07-09 15:53:21 -04:00
Stephen Walker a53bf7192b packages: cleanup Makefile variables
Standard assignment is immediate expansion without any extraneous spacing, RFC822 compliant email addresses without any quotation marks and long git hashes

Signed-off-by: Stephen Walker <stephendwalker+github@gmail.com>
2016-07-09 14:50:58 -04:00
Hannu Nyman 8aa57f94e3 Merge pull request #2847 from MikePetullo/lcdgrilo
lcdgrilo: update to 0.0.8
2016-06-13 11:03:44 +03:00
W. Michael Petullo cd78aa3f1c lcdgrilo: update to 0.0.9
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2016-06-13 00:05:21 -04:00
W. Michael Petullo fc81d722d6 grilo-plugins: update to 0.3.1
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2016-06-12 21:29:13 -04:00
Hannu Nyman 98a29d5722 Merge pull request #2774 from blogic/oggfwd
oggfwd: update download source
2016-06-07 10:49:56 +03:00
kuoruan b2f23af2d8 xupnpd: Update to 2016-05-11
* 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>
2016-06-01 16:22:23 +02:00
Thomas Heil e80ebe384c Merge pull request #2779 from jow-/crtmpserver-fix
crtmpserver: fix multiple issues
2016-05-31 15:50:31 +02:00
Jo-Philipp Wich 08fe1432ef 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>
2016-05-30 19:13:08 +02:00
John Crispin 0d89670606 oggfwd: update download source
upstream changed from git:// to https://

Signed-off-by: John Crispin <john@phrozen.org>
2016-05-30 17:17:01 +02:00
Adrian Panella 03d469a5f3 youtube-dl: update version
Signed-off-by: Adrian Panella <ianchi74@outlook.com>

youtube-dl: update version

Signed-off-by: Adrian Panella <ianchi74@outlook.com>
2016-05-29 20:03:51 -05:00
André Gaul ef1398f8c5 icecast: update to 2.4.3
Signed-off-by: André Gaul <gaul@gaul.io>
2016-05-16 00:10:33 +02:00
Hannu Nyman 5a4ffab87b Remove whitespace from conffiles definition in Makefile
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>
2016-05-03 10:52:08 +03:00
Adrian Panella 71ff65eda5 youtube-dl: update dependencies
install certificates so that https sites work by default

Signed-off-by: Adrian Panella <ianchi74@outlook.com>
2016-04-26 23:39:03 -05:00
Adrian Panella 5a358bcd2f youtube-dl: update upstream version
Signed-off-by: Adrian Panella <ianchi74@outlook.com>
2016-04-20 00:46:38 -05:00
Adrian Panella df641e5fbc youtube-dl: add dependencies
Signed-off-by: Adrian Panella <ianchi74@outlook.com>
2016-04-20 00:39:51 -05:00
Adrian Panella c87b4647c9 Create youtube-dl package
Signed-off-by: Adrian Panella <ianchi74@outlook.com>
2016-04-11 23:56:46 -05:00
Jan Čermák 68143552bd tvheadend: update to 4.0.9
Signed-off-by: Jan Čermák <jan.cermak@nic.cz>
2016-04-11 12:21:42 +02:00
Ian Leonard d2c8f9ecd2 ffmpeg: update to 2.7.6
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2016-02-22 15:43:58 -08:00
Felix Fietkau 9f8e5aca34 treewide: use $(STAGING_DIR)/host instead of $(STAGING_DIR_HOST), sync with changes in trunk
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
2016-01-20 21:56:03 +01:00
Ted Hess afc80d099b Merge pull request #2279 from antonlacon/minidlna-1.1.x
minidlna: update to 1.1.5
2016-01-20 09:50:28 -05:00
Hannu Nyman a58c9b015e Merge pull request #2228 from MikePetullo/gst1-plugins-good
gst1-plugins-good: update to 1.6.2
2016-01-01 21:10:24 +02:00