logo

overlay

My own overlay for experimentations, use with caution, no support is provided git clone https://hacktivis.me/git/overlay.git

gst-plugins-bad-1.14.5-make43.patch (7511B)


  1. --- a/common/glib-gen.mak
  2. +++ b/common/glib-gen.mak
  3. @@ -1,11 +1,13 @@
  4. # these are the variables your Makefile.am should set
  5. # the example is based on the colorbalance interface
  6. +H := \#
  7. +
  8. #glib_enum_headers=$(colorbalance_headers)
  9. #glib_enum_define=GST_COLOR_BALANCE
  10. #glib_enum_prefix=gst_color_balance
  11. -enum_headers=$(foreach h,$(glib_enum_headers),\n\#include \"$(h)\")
  12. +enum_headers=$(foreach h,$(glib_enum_headers),\n$(H)include \"$(h)\")
  13. # these are all the rules generating the relevant files
  14. %-marshal.h: %-marshal.list
  15. --- a/common/gst-glib-gen.mak
  16. +++ b/common/gst-glib-gen.mak
  17. @@ -1,14 +1,16 @@
  18. # these are the variables your Makefile.am should set
  19. # the example is based on the colorbalance interface
  20. +H := \#
  21. +
  22. #glib_enum_headers=$(colorbalance_headers)
  23. #glib_enum_define=GST_COLOR_BALANCE
  24. #glib_gen_prefix=gst_color_balance
  25. #glib_gen_basename=colorbalance
  26. #glib_gen_decl_banner=GST_EXPORT
  27. -#glib_gen_decl_include=\#include <gst/foo/foo-prelude.h>
  28. +#glib_gen_decl_include=$(H)include <gst/foo/foo-prelude.h>
  29. -enum_headers=$(foreach h,$(glib_enum_headers),\n\#include \"$(h)\")
  30. +enum_headers=$(foreach h,$(glib_enum_headers),\n$(H)include \"$(h)\")
  31. # these are all the rules generating the relevant files
  32. $(glib_gen_basename)-marshal.h: $(glib_gen_basename)-marshal.list
  33. --- a/ext/srt/Makefile.in
  34. +++ b/ext/srt/Makefile.in
  35. @@ -16,6 +16,7 @@
  36. # these are the variables your Makefile.am should set
  37. # the example is based on the colorbalance interface
  38. +H := \#
  39. #glib_enum_headers=$(colorbalance_headers)
  40. #glib_enum_define=GST_COLOR_BALANCE
  41. @@ -794,7 +795,7 @@
  42. gstsrtsrc.h \
  43. $(NULL)
  44. -enum_headers = $(foreach h,$(glib_enum_headers),\n\#include \"$(h)\")
  45. +enum_headers = $(foreach h,$(glib_enum_headers),\n$(H)include \"$(h)\")
  46. all: $(BUILT_SOURCES)
  47. $(MAKE) $(AM_MAKEFLAGS) all-am
  48. --- a/ext/srtp/Makefile.in
  49. +++ b/ext/srtp/Makefile.in
  50. @@ -17,12 +17,14 @@
  51. # these are the variables your Makefile.am should set
  52. # the example is based on the colorbalance interface
  53. +H := \#
  54. +
  55. #glib_enum_headers=$(colorbalance_headers)
  56. #glib_enum_define=GST_COLOR_BALANCE
  57. #glib_gen_prefix=gst_color_balance
  58. #glib_gen_basename=colorbalance
  59. #glib_gen_decl_banner=GST_EXPORT
  60. -#glib_gen_decl_include=\#include <gst/foo/foo-prelude.h>
  61. +#glib_gen_decl_include=$(H)include <gst/foo/foo-prelude.h>
  62. VPATH = @srcdir@
  63. am__is_gnu_make = { \
  64. @@ -775,7 +777,7 @@
  65. BUILT_SOURCES = gstsrtp-enumtypes.c gstsrtp-enumtypes.h
  66. nodist_libgstsrtp_la_SOURCES = $(BUILT_SOURCES)
  67. CLEANFILES = $(BUILT_SOURCES)
  68. -enum_headers = $(foreach h,$(glib_enum_headers),\n\#include \"$(h)\")
  69. +enum_headers = $(foreach h,$(glib_enum_headers),\n$(H)include \"$(h)\")
  70. all: $(BUILT_SOURCES)
  71. $(MAKE) $(AM_MAKEFLAGS) all-am
  72. --- a/ext/webrtc/Makefile.in
  73. +++ b/ext/webrtc/Makefile.in
  74. @@ -17,12 +17,14 @@
  75. # these are the variables your Makefile.am should set
  76. # the example is based on the colorbalance interface
  77. +H := \#
  78. +
  79. #glib_enum_headers=$(colorbalance_headers)
  80. #glib_enum_define=GST_COLOR_BALANCE
  81. #glib_gen_prefix=gst_color_balance
  82. #glib_gen_basename=colorbalance
  83. #glib_gen_decl_banner=GST_EXPORT
  84. -#glib_gen_decl_include=\#include <gst/foo/foo-prelude.h>
  85. +#glib_gen_decl_include=$(H)include <gst/foo/foo-prelude.h>
  86. VPATH = @srcdir@
  87. @@ -797,7 +799,7 @@
  88. libgstwebrtc_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
  89. libgstwebrtc_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)
  90. -enum_headers = $(foreach h,$(glib_enum_headers),\n\#include \"$(h)\")
  91. +enum_headers = $(foreach h,$(glib_enum_headers),\n$(H)include \"$(h)\")
  92. all: all-am
  93. .SUFFIXES:
  94. --- a/gst-libs/gst/interfaces/Makefile.in
  95. +++ b/gst-libs/gst/interfaces/Makefile.in
  96. @@ -17,12 +17,14 @@
  97. # these are the variables your Makefile.am should set
  98. # the example is based on the colorbalance interface
  99. +H := \#
  100. +
  101. #glib_enum_headers=$(colorbalance_headers)
  102. #glib_enum_define=GST_COLOR_BALANCE
  103. #glib_gen_prefix=gst_color_balance
  104. #glib_gen_basename=colorbalance
  105. #glib_gen_decl_banner=GST_EXPORT
  106. -#glib_gen_decl_include=\#include <gst/foo/foo-prelude.h>
  107. +#glib_gen_decl_include=$(H)include <gst/foo/foo-prelude.h>
  108. VPATH = @srcdir@
  109. @@ -773,7 +775,7 @@
  110. glib_gen_prefix = gst_photography
  111. glib_gen_basename = photography
  112. glib_gen_decl_banner = GST_PHOTOGRAPHY_API
  113. -glib_gen_decl_include = \#include <gst/interfaces/photography-prelude.h>
  114. +glib_gen_decl_include = $(H)include <gst/interfaces/photography-prelude.h>
  115. built_sources = \
  116. photography-enumtypes.c
  117. @@ -805,7 +807,7 @@
  118. $(built_headers)
  119. CLEANFILES = $(BUILT_SOURCES)
  120. -enum_headers = $(foreach h,$(glib_enum_headers),\n\#include \"$(h)\")
  121. +enum_headers = $(foreach h,$(glib_enum_headers),\n$(H)include \"$(h)\")
  122. all: $(BUILT_SOURCES)
  123. $(MAKE) $(AM_MAKEFLAGS) all-am
  124. --- a/gst-libs/gst/mpegts/Makefile.in
  125. +++ b/gst-libs/gst/mpegts/Makefile.in
  126. @@ -17,12 +17,14 @@
  127. # these are the variables your Makefile.am should set
  128. # the example is based on the colorbalance interface
  129. +H := \#
  130. +
  131. #glib_enum_headers=$(colorbalance_headers)
  132. #glib_enum_define=GST_COLOR_BALANCE
  133. #glib_gen_prefix=gst_color_balance
  134. #glib_gen_basename=colorbalance
  135. #glib_gen_decl_banner=GST_EXPORT
  136. -#glib_gen_decl_include=\#include <gst/foo/foo-prelude.h>
  137. +#glib_gen_decl_include=$(H)include <gst/foo/foo-prelude.h>
  138. @@ -821,7 +823,7 @@
  139. glib_gen_prefix = gst_mpegts
  140. glib_gen_basename = gstmpegts
  141. glib_gen_decl_banner = GST_MPEGTS_API
  142. -glib_gen_decl_include = \#include <gst/mpegts/mpegts-prelude.h>
  143. +glib_gen_decl_include = $(H)include <gst/mpegts/mpegts-prelude.h>
  144. BUILT_SOURCES = gstmpegts-enumtypes.c gstmpegts-enumtypes.h
  145. nodist_libgstmpegts_@GST_API_VERSION@_la_SOURCES = gstmpegts-enumtypes.c
  146. CLEANFILES = $(BUILT_SOURCES) $(am__append_1)
  147. @@ -841,7 +843,7 @@
  148. @HAVE_INTROSPECTION_TRUE@gir_DATA = $(BUILT_GIRSOURCES)
  149. @HAVE_INTROSPECTION_TRUE@typelibsdir = $(libdir)/girepository-1.0/
  150. @HAVE_INTROSPECTION_TRUE@typelibs_DATA = $(BUILT_GIRSOURCES:.gir=.typelib)
  151. -enum_headers = $(foreach h,$(glib_enum_headers),\n\#include \"$(h)\")
  152. +enum_headers = $(foreach h,$(glib_enum_headers),\n$(H)include \"$(h)\")
  153. all: $(BUILT_SOURCES)
  154. $(MAKE) $(AM_MAKEFLAGS) all-am
  155. --- a/gst-libs/gst/webrtc/Makefile.in
  156. +++ b/gst-libs/gst/webrtc/Makefile.in
  157. @@ -17,12 +17,14 @@
  158. # these are the variables your Makefile.am should set
  159. # the example is based on the colorbalance interface
  160. +H := \#
  161. +
  162. #glib_enum_headers=$(colorbalance_headers)
  163. #glib_enum_define=GST_COLOR_BALANCE
  164. #glib_gen_prefix=gst_color_balance
  165. #glib_gen_basename=colorbalance
  166. #glib_gen_decl_banner=GST_EXPORT
  167. -#glib_gen_decl_include=\#include <gst/foo/foo-prelude.h>
  168. +#glib_gen_decl_include=$(H)include <gst/foo/foo-prelude.h>
  169. @@ -761,7 +763,7 @@
  170. glib_gen_prefix = gst_webrtc
  171. glib_gen_basename = webrtc
  172. glib_gen_decl_banner = GST_WEBRTC_API
  173. -glib_gen_decl_include = \#include <gst/webrtc/webrtc_fwd.h>
  174. +glib_gen_decl_include = $(H)include <gst/webrtc/webrtc_fwd.h>
  175. built_sources = webrtc-enumtypes.c
  176. built_headers = webrtc-enumtypes.h
  177. BUILT_SOURCES = $(built_sources) $(built_headers)
  178. @@ -806,7 +808,7 @@
  179. $(GST_ALL_LDFLAGS) \
  180. $(GST_LT_LDFLAGS)
  181. -enum_headers = $(foreach h,$(glib_enum_headers),\n\#include \"$(h)\")
  182. +enum_headers = $(foreach h,$(glib_enum_headers),\n$(H)include \"$(h)\")
  183. @HAVE_INTROSPECTION_TRUE@BUILT_GIRSOURCES = GstWebRTC-@GST_API_VERSION@.gir
  184. @HAVE_INTROSPECTION_TRUE@gir_headers = $(patsubst %,$(srcdir)/%, $(libgstwebrtc_@GST_API_VERSION@include_HEADERS))
  185. @HAVE_INTROSPECTION_TRUE@gir_sources = $(patsubst %,$(srcdir)/%, $(libgstwebrtc_@GST_API_VERSION@_la_SOURCES)) $(BUILT_SOURCES)