kumquat-buildroot/package/gstreamer1
Peter Korsgaard 9d1cf23177 package/gstreamer1/gst1-plugins-bad: explicitly enable _GNU_SOURCE for festival/glibc 2.18
festival fails to built with glibc 2.18 due to fopen and the h_addr field in
struct hostent:

../gst/festival/gstfestival.c: In function 'gst_festival_chain':
../gst/festival/gstfestival.c:273:3: warning: implicit declaration of function 'fdopen' [-Wimplicit-function-declaration]
   fd = fdopen (f, "wb");
   ^
../gst/festival/gstfestival.c:273:6: warning: assignment makes pointer from integer without a cast [enabled by default]
   fd = fdopen (f, "wb");
      ^
../gst/festival/gstfestival.c: In function 'festival_socket_open':
../gst/festival/gstfestival.c:367:45: error: 'struct hostent' has no member named 'h_addr'
     memmove (&serv_addr.sin_addr, serverhost->h_addr, serverhost->h_length);
                                             ^

Both of which are hidden behind _GNU_SOURCE in glibc 2.18, so enable that to
fix this build issue.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2020-11-10 09:50:14 +01:00
..
gst1-devtools package/gstreamer1/gst1-devtools: bump version to 1.18.1 2020-10-31 16:08:32 +01:00
gst1-imx package/gstreamer1/gst1-imx: bump to version 0.13.1 2020-10-25 10:26:44 +01:00
gst1-interpipe package/gst1-interpipe: change to meson build 2020-09-20 16:09:34 +02:00
gst1-libav package/gstreamer1/gst1-libav: bump version to 1.18.1 2020-10-31 16:08:38 +01:00
gst1-plugins-bad package/gstreamer1/gst1-plugins-bad: explicitly enable _GNU_SOURCE for festival/glibc 2.18 2020-11-10 09:50:14 +01:00
gst1-plugins-base package/gstreamer1/gst1-plugins-base: bump version to 1.18.1 2020-10-31 16:08:24 +01:00
gst1-plugins-bayer2rgb-neon
gst1-plugins-good package/gstreamer1/gst1-plugins-good: bump version to 1.18.1 2020-10-31 16:08:26 +01:00
gst1-plugins-ugly package/gstreamer1/gst1-plugins-ugly: bump version to 1.18.1 2020-10-31 16:08:30 +01:00
gst1-python
gst1-rtsp-server package/gstreamer1/gst1-rtsp-server: bump version to 1.18.1 2020-10-31 16:08:44 +01:00
gst1-shark package/gstreamer1/gst1-shark: bump version to v0.7.1 2020-09-14 21:14:15 +02:00
gst1-vaapi package/gstreamer1/gst1-vaapi: bump version to 1.18.1 2020-10-31 16:08:41 +01:00
gst-omx package/gstreamer1/gst-omx: bump version to 1.18.1 2020-10-31 16:08:49 +01:00
gstreamer1 package/gstreamer1/gstreamer1: bump version to 1.18.1 2020-10-31 16:08:18 +01:00
gstreamer1-editing-services package/gstreamer1/gstreamer1-editing-services: bump version to 1.18.1 2020-10-31 16:08:47 +01:00
gstreamer1-mm
Config.in package/gst1-devtools: new package (was gst1-validate) 2020-09-23 22:24:25 +02:00
gstreamer1.mk