openwrt-packages/multimedia
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
..
crtmpserver crtmpserver: Disable apple streaming to fix build 2016-10-30 22:58:49 +01:00
ffmpeg ffmpeg: Upgrade to 3.2.2. Remove Speex support 2017-01-06 13:47:30 -05:00
fswebcam misc: correct typo in Makefiles for PKG_LICENSE_FILES 2014-11-24 23:43:37 -08:00
grilo treewide: replace $(STAGING_DIR)/host and $(HOST_BUILD_PREFIX) with $(STAGING_DIR_HOSTPKG) 2017-01-10 18:25:54 +01:00
grilo-plugins grilo-plugins: update to 0.3.2 2016-07-09 15:53:21 -04:00
gst1-libav gst1-libav: Fix builds on x86_64 (CPU_TYPE is blank) 2016-11-11 13:55:23 -05:00
gst1-plugins-bad gstreamer - Upgrade to 1.8.2. 2016-08-01 15:41:02 -04:00
gst1-plugins-base gstreamer - Upgrade to 1.8.2. 2016-08-01 15:41:02 -04:00
gst1-plugins-good gstreamer - Upgrade to 1.8.2. 2016-08-01 15:41:02 -04:00
gst1-plugins-ugly gstreamer - Upgrade to 1.8.2. 2016-08-01 15:41:02 -04:00
gstreamer1 gstreamer - Upgrade to 1.8.2. 2016-08-01 15:41:02 -04:00
icecast icecast: Fix configure if both vorbis and tremor host packages installed 2017-01-20 15:16:54 -05:00
ices ices: fix linking with libogg 2017-01-13 17:38:06 -05:00
lcdgrilo lcdgrilo: update to 0.0.10 2016-07-09 15:55:58 -04:00
minidlna minidlna: exclude "po" directory to fix CONFIG_BUILD_NLS=y builds 2018-02-19 12:47:31 +01:00
mjpg-streamer mjpg-streamer: Fix SIGTRAP in v4l2uvc 2015-11-18 12:35:00 -05:00
motion Remove whitespace from conffiles definition in Makefile 2016-05-03 10:52:08 +03:00
oggfwd oggfwd: update download source 2016-05-30 17:17:01 +02:00
tvheadend tvheadend: update to 4.0.9 2016-04-11 12:21:42 +02:00
xupnpd xupnpd: update to latest version 2016-09-05 09:23:58 +02:00
youtube-dl youtube-dl: update version 2016-11-28 13:17:25 -06:00