Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 706078 | Differences between
and this patch

Collapse All | Expand All

(-)gst-plugins-bad-1.14.5/ext/srt/Makefile.in (-2 / +4 lines)
Lines 17-28 Link Here
17
# these are the variables your Makefile.am should set
17
# these are the variables your Makefile.am should set
18
# the example is based on the colorbalance interface
18
# the example is based on the colorbalance interface
19
19
20
H := \#
21
20
#glib_enum_headers=$(colorbalance_headers)
22
#glib_enum_headers=$(colorbalance_headers)
21
#glib_enum_define=GST_COLOR_BALANCE
23
#glib_enum_define=GST_COLOR_BALANCE
22
#glib_gen_prefix=gst_color_balance
24
#glib_gen_prefix=gst_color_balance
23
#glib_gen_basename=colorbalance
25
#glib_gen_basename=colorbalance
24
#glib_gen_decl_banner=GST_EXPORT
26
#glib_gen_decl_banner=GST_EXPORT
25
#glib_gen_decl_include=\#include <gst/foo/foo-prelude.h>
27
#glib_gen_decl_include=$(H)include <gst/foo/foo-prelude.h>
26
28
27
29
28
VPATH = @srcdir@
30
VPATH = @srcdir@
Lines 795-801 Link Here
795
	gstsrtserversink.h \
797
	gstsrtserversink.h \
796
	$(NULL)
798
	$(NULL)
797
799
798
enum_headers = $(foreach h,$(glib_enum_headers),\n\#include \"$(h)\")
800
enum_headers = $(foreach h,$(glib_enum_headers),\n$(H)include \"$(h)\")
799
all: all-am
801
all: all-am
800
802
801
.SUFFIXES:
803
.SUFFIXES:
(-)gst-plugins-bad-1.14.5/ext/srtp/Makefile.in (-2 / +4 lines)
Lines 17-28 Link Here
17
# these are the variables your Makefile.am should set
17
# these are the variables your Makefile.am should set
18
# the example is based on the colorbalance interface
18
# the example is based on the colorbalance interface
19
19
20
H := \#
21
20
#glib_enum_headers=$(colorbalance_headers)
22
#glib_enum_headers=$(colorbalance_headers)
21
#glib_enum_define=GST_COLOR_BALANCE
23
#glib_enum_define=GST_COLOR_BALANCE
22
#glib_gen_prefix=gst_color_balance
24
#glib_gen_prefix=gst_color_balance
23
#glib_gen_basename=colorbalance
25
#glib_gen_basename=colorbalance
24
#glib_gen_decl_banner=GST_EXPORT
26
#glib_gen_decl_banner=GST_EXPORT
25
#glib_gen_decl_include=\#include <gst/foo/foo-prelude.h>
27
#glib_gen_decl_include=$(H)include <gst/foo/foo-prelude.h>
26
28
27
VPATH = @srcdir@
29
VPATH = @srcdir@
28
am__is_gnu_make = { \
30
am__is_gnu_make = { \
Lines 775-781 Link Here
775
BUILT_SOURCES = gstsrtp-enumtypes.c gstsrtp-enumtypes.h
777
BUILT_SOURCES = gstsrtp-enumtypes.c gstsrtp-enumtypes.h
776
nodist_libgstsrtp_la_SOURCES = $(BUILT_SOURCES)
778
nodist_libgstsrtp_la_SOURCES = $(BUILT_SOURCES)
777
CLEANFILES = $(BUILT_SOURCES)
779
CLEANFILES = $(BUILT_SOURCES)
778
enum_headers = $(foreach h,$(glib_enum_headers),\n\#include \"$(h)\")
780
enum_headers = $(foreach h,$(glib_enum_headers),\n$(H)include \"$(h)\")
779
all: $(BUILT_SOURCES)
781
all: $(BUILT_SOURCES)
780
	$(MAKE) $(AM_MAKEFLAGS) all-am
782
	$(MAKE) $(AM_MAKEFLAGS) all-am
781
783
(-)gst-plugins-bad-1.14.5/ext/webrtc/Makefile.in (-2 / +4 lines)
Lines 17-28 Link Here
17
# these are the variables your Makefile.am should set
17
# these are the variables your Makefile.am should set
18
# the example is based on the colorbalance interface
18
# the example is based on the colorbalance interface
19
19
20
H := \#
21
20
#glib_enum_headers=$(colorbalance_headers)
22
#glib_enum_headers=$(colorbalance_headers)
21
#glib_enum_define=GST_COLOR_BALANCE
23
#glib_enum_define=GST_COLOR_BALANCE
22
#glib_gen_prefix=gst_color_balance
24
#glib_gen_prefix=gst_color_balance
23
#glib_gen_basename=colorbalance
25
#glib_gen_basename=colorbalance
24
#glib_gen_decl_banner=GST_EXPORT
26
#glib_gen_decl_banner=GST_EXPORT
25
#glib_gen_decl_include=\#include <gst/foo/foo-prelude.h>
27
#glib_gen_decl_include=$(H)include <gst/foo/foo-prelude.h>
26
28
27
29
28
VPATH = @srcdir@
30
VPATH = @srcdir@
Lines 797-803 Link Here
797
799
798
libgstwebrtc_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
800
libgstwebrtc_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
799
libgstwebrtc_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)
801
libgstwebrtc_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)
800
enum_headers = $(foreach h,$(glib_enum_headers),\n\#include \"$(h)\")
802
enum_headers = $(foreach h,$(glib_enum_headers),\n$(H)include \"$(h)\")
801
all: all-am
803
all: all-am
802
804
803
.SUFFIXES:
805
.SUFFIXES:
(-)gst-plugins-bad-1.14.5/gst-libs/gst/interfaces/Makefile.in (-3 / +5 lines)
Lines 17-28 Link Here
17
# these are the variables your Makefile.am should set
17
# these are the variables your Makefile.am should set
18
# the example is based on the colorbalance interface
18
# the example is based on the colorbalance interface
19
19
20
H := \#
21
20
#glib_enum_headers=$(colorbalance_headers)
22
#glib_enum_headers=$(colorbalance_headers)
21
#glib_enum_define=GST_COLOR_BALANCE
23
#glib_enum_define=GST_COLOR_BALANCE
22
#glib_gen_prefix=gst_color_balance
24
#glib_gen_prefix=gst_color_balance
23
#glib_gen_basename=colorbalance
25
#glib_gen_basename=colorbalance
24
#glib_gen_decl_banner=GST_EXPORT
26
#glib_gen_decl_banner=GST_EXPORT
25
#glib_gen_decl_include=\#include <gst/foo/foo-prelude.h>
27
#glib_gen_decl_include=$(H)include <gst/foo/foo-prelude.h>
26
28
27
29
28
VPATH = @srcdir@
30
VPATH = @srcdir@
Lines 773-779 Link Here
773
glib_gen_prefix = gst_photography
775
glib_gen_prefix = gst_photography
774
glib_gen_basename = photography
776
glib_gen_basename = photography
775
glib_gen_decl_banner = GST_PHOTOGRAPHY_API
777
glib_gen_decl_banner = GST_PHOTOGRAPHY_API
776
glib_gen_decl_include = \#include <gst/interfaces/photography-prelude.h>
778
glib_gen_decl_include = $(H)include <gst/interfaces/photography-prelude.h>
777
built_sources = \
779
built_sources = \
778
	photography-enumtypes.c
780
	photography-enumtypes.c
779
781
Lines 805-811 Link Here
805
	$(built_headers)
807
	$(built_headers)
806
808
807
CLEANFILES = $(BUILT_SOURCES)
809
CLEANFILES = $(BUILT_SOURCES)
808
enum_headers = $(foreach h,$(glib_enum_headers),\n\#include \"$(h)\")
810
enum_headers = $(foreach h,$(glib_enum_headers),\n$(H)include \"$(h)\")
809
all: $(BUILT_SOURCES)
811
all: $(BUILT_SOURCES)
810
	$(MAKE) $(AM_MAKEFLAGS) all-am
812
	$(MAKE) $(AM_MAKEFLAGS) all-am
811
813
(-)gst-plugins-bad-1.14.5/gst-libs/gst/interfaces/Makefile.am (-1 / +3 lines)
Lines 5-17 Link Here
5
headers_photography = 		\
5
headers_photography = 		\
6
	photography.h
6
	photography.h
7
7
8
H := \#
9
8
# variables used for enum/marshal generation
10
# variables used for enum/marshal generation
9
glib_enum_headers=$(headers_photography)
11
glib_enum_headers=$(headers_photography)
10
glib_enum_define=GST_PHOTOGRAPHY
12
glib_enum_define=GST_PHOTOGRAPHY
11
glib_gen_prefix=gst_photography
13
glib_gen_prefix=gst_photography
12
glib_gen_basename=photography
14
glib_gen_basename=photography
13
glib_gen_decl_banner=GST_PHOTOGRAPHY_API
15
glib_gen_decl_banner=GST_PHOTOGRAPHY_API
14
glib_gen_decl_include=\#include <gst/interfaces/photography-prelude.h>
16
glib_gen_decl_include=$(H)include <gst/interfaces/photography-prelude.h>
15
17
16
built_sources = \
18
built_sources = \
17
	photography-enumtypes.c
19
	photography-enumtypes.c
(-)gst-plugins-bad-1.14.5/gst-libs/gst/mpegts/Makefile.in (-3 / +5 lines)
Lines 17-28 Link Here
17
# these are the variables your Makefile.am should set
17
# these are the variables your Makefile.am should set
18
# the example is based on the colorbalance interface
18
# the example is based on the colorbalance interface
19
19
20
H := \#
21
20
#glib_enum_headers=$(colorbalance_headers)
22
#glib_enum_headers=$(colorbalance_headers)
21
#glib_enum_define=GST_COLOR_BALANCE
23
#glib_enum_define=GST_COLOR_BALANCE
22
#glib_gen_prefix=gst_color_balance
24
#glib_gen_prefix=gst_color_balance
23
#glib_gen_basename=colorbalance
25
#glib_gen_basename=colorbalance
24
#glib_gen_decl_banner=GST_EXPORT
26
#glib_gen_decl_banner=GST_EXPORT
25
#glib_gen_decl_include=\#include <gst/foo/foo-prelude.h>
27
#glib_gen_decl_include=$(H)include <gst/foo/foo-prelude.h>
26
28
27
29
28
30
Lines 821-827 Link Here
821
glib_gen_prefix = gst_mpegts
823
glib_gen_prefix = gst_mpegts
822
glib_gen_basename = gstmpegts
824
glib_gen_basename = gstmpegts
823
glib_gen_decl_banner = GST_MPEGTS_API
825
glib_gen_decl_banner = GST_MPEGTS_API
824
glib_gen_decl_include = \#include <gst/mpegts/mpegts-prelude.h>
826
glib_gen_decl_include = $(H)include <gst/mpegts/mpegts-prelude.h>
825
BUILT_SOURCES = gstmpegts-enumtypes.c gstmpegts-enumtypes.h
827
BUILT_SOURCES = gstmpegts-enumtypes.c gstmpegts-enumtypes.h
826
nodist_libgstmpegts_@GST_API_VERSION@_la_SOURCES = gstmpegts-enumtypes.c
828
nodist_libgstmpegts_@GST_API_VERSION@_la_SOURCES = gstmpegts-enumtypes.c
827
CLEANFILES = $(BUILT_SOURCES) $(am__append_1)
829
CLEANFILES = $(BUILT_SOURCES) $(am__append_1)
Lines 841-847 Link Here
841
@HAVE_INTROSPECTION_TRUE@gir_DATA = $(BUILT_GIRSOURCES)
843
@HAVE_INTROSPECTION_TRUE@gir_DATA = $(BUILT_GIRSOURCES)
842
@HAVE_INTROSPECTION_TRUE@typelibsdir = $(libdir)/girepository-1.0/
844
@HAVE_INTROSPECTION_TRUE@typelibsdir = $(libdir)/girepository-1.0/
843
@HAVE_INTROSPECTION_TRUE@typelibs_DATA = $(BUILT_GIRSOURCES:.gir=.typelib)
845
@HAVE_INTROSPECTION_TRUE@typelibs_DATA = $(BUILT_GIRSOURCES:.gir=.typelib)
844
enum_headers = $(foreach h,$(glib_enum_headers),\n\#include \"$(h)\")
846
enum_headers = $(foreach h,$(glib_enum_headers),\n$(H)include \"$(h)\")
845
all: $(BUILT_SOURCES)
847
all: $(BUILT_SOURCES)
846
	$(MAKE) $(AM_MAKEFLAGS) all-am
848
	$(MAKE) $(AM_MAKEFLAGS) all-am
847
849
(-)gst-plugins-bad-1.14.5/gst-libs/gst/mpegts/Makefile.am (-1 / +3 lines)
Lines 46-56 Link Here
46
	gst-scte-section.h		\
46
	gst-scte-section.h		\
47
	gst-dvb-descriptor.h
47
	gst-dvb-descriptor.h
48
48
49
H := \#
50
49
glib_enum_define=GST_MPEGTS
51
glib_enum_define=GST_MPEGTS
50
glib_gen_prefix=gst_mpegts
52
glib_gen_prefix=gst_mpegts
51
glib_gen_basename=gstmpegts
53
glib_gen_basename=gstmpegts
52
glib_gen_decl_banner=GST_MPEGTS_API
54
glib_gen_decl_banner=GST_MPEGTS_API
53
glib_gen_decl_include=\#include <gst/mpegts/mpegts-prelude.h>
55
glib_gen_decl_include=$(H)include <gst/mpegts/mpegts-prelude.h>
54
56
55
BUILT_SOURCES = gstmpegts-enumtypes.c gstmpegts-enumtypes.h
57
BUILT_SOURCES = gstmpegts-enumtypes.c gstmpegts-enumtypes.h
56
nodist_libgstmpegts_@GST_API_VERSION@_la_SOURCES = gstmpegts-enumtypes.c
58
nodist_libgstmpegts_@GST_API_VERSION@_la_SOURCES = gstmpegts-enumtypes.c
(-)a/common/glib-gen.mak (-1 / +3 lines)
Lines 1-11 Link Here
1
# these are the variables your Makefile.am should set
1
# these are the variables your Makefile.am should set
2
# the example is based on the colorbalance interface
2
# the example is based on the colorbalance interface
3
3
4
H := \#
5
4
#glib_enum_headers=$(colorbalance_headers)
6
#glib_enum_headers=$(colorbalance_headers)
5
#glib_enum_define=GST_COLOR_BALANCE
7
#glib_enum_define=GST_COLOR_BALANCE
6
#glib_enum_prefix=gst_color_balance
8
#glib_enum_prefix=gst_color_balance
7
9
8
enum_headers=$(foreach h,$(glib_enum_headers),\n\#include \"$(h)\")
10
+enum_headers=$(foreach h,$(glib_enum_headers),\n$(H)include \"$(h)\")
9
11
10
# these are all the rules generating the relevant files
12
# these are all the rules generating the relevant files
11
%-marshal.h: %-marshal.list
13
%-marshal.h: %-marshal.list
(-)a/common/gst-glib-gen.mak (-2 / +4 lines)
Lines 1-14 Link Here
1
# these are the variables your Makefile.am should set
1
# these are the variables your Makefile.am should set
2
# the example is based on the colorbalance interface
2
# the example is based on the colorbalance interface
3
3
4
H := \#
5
4
#glib_enum_headers=$(colorbalance_headers)
6
#glib_enum_headers=$(colorbalance_headers)
5
#glib_enum_define=GST_COLOR_BALANCE
7
#glib_enum_define=GST_COLOR_BALANCE
6
#glib_gen_prefix=gst_color_balance
8
#glib_gen_prefix=gst_color_balance
7
#glib_gen_basename=colorbalance
9
#glib_gen_basename=colorbalance
8
#glib_gen_decl_banner=GST_EXPORT
10
#glib_gen_decl_banner=GST_EXPORT
9
#glib_gen_decl_include=\#include <gst/foo/foo-prelude.h>
11
#glib_gen_decl_include=$(H)include <gst/foo/foo-prelude.h>
10
12
11
enum_headers=$(foreach h,$(glib_enum_headers),\n\#include \"$(h)\")
13
enum_headers=$(foreach h,$(glib_enum_headers),\n$(H)include \"$(h)\")
12
14
13
# these are all the rules generating the relevant files
15
# these are all the rules generating the relevant files
14
$(glib_gen_basename)-marshal.h: $(glib_gen_basename)-marshal.list
16
$(glib_gen_basename)-marshal.h: $(glib_gen_basename)-marshal.list
(-)gst-plugins-bad-1.14.5/gst-libs/gst/webrtc/Makefile.in (-3 / +4 lines)
Lines 17-28 Link Here
17
# these are the variables your Makefile.am should set
17
# these are the variables your Makefile.am should set
18
# the example is based on the colorbalance interface
18
# the example is based on the colorbalance interface
19
19
20
H := \#
20
#glib_enum_headers=$(colorbalance_headers)
21
#glib_enum_headers=$(colorbalance_headers)
21
#glib_enum_define=GST_COLOR_BALANCE
22
#glib_enum_define=GST_COLOR_BALANCE
22
#glib_gen_prefix=gst_color_balance
23
#glib_gen_prefix=gst_color_balance
23
#glib_gen_basename=colorbalance
24
#glib_gen_basename=colorbalance
24
#glib_gen_decl_banner=GST_EXPORT
25
#glib_gen_decl_banner=GST_EXPORT
25
#glib_gen_decl_include=\#include <gst/foo/foo-prelude.h>
26
#glib_gen_decl_include=$(H)include <gst/foo/foo-prelude.h>
26
27
27
28
28
29
Lines 761-767 Link Here
761
glib_gen_prefix = gst_webrtc
762
glib_gen_prefix = gst_webrtc
762
glib_gen_basename = webrtc
763
glib_gen_basename = webrtc
763
glib_gen_decl_banner = GST_WEBRTC_API
764
glib_gen_decl_banner = GST_WEBRTC_API
764
glib_gen_decl_include = \#include <gst/webrtc/webrtc_fwd.h>
765
glib_gen_decl_include = $(H)include <gst/webrtc/webrtc_fwd.h>
765
built_sources = webrtc-enumtypes.c
766
built_sources = webrtc-enumtypes.c
766
built_headers = webrtc-enumtypes.h
767
built_headers = webrtc-enumtypes.h
767
BUILT_SOURCES = $(built_sources) $(built_headers)
768
BUILT_SOURCES = $(built_sources) $(built_headers)
Lines 806-812 Link Here
806
	$(GST_ALL_LDFLAGS) \
807
	$(GST_ALL_LDFLAGS) \
807
	$(GST_LT_LDFLAGS)
808
	$(GST_LT_LDFLAGS)
808
809
809
enum_headers = $(foreach h,$(glib_enum_headers),\n\#include \"$(h)\")
810
enum_headers = $(foreach h,$(glib_enum_headers),\n$(H)include \"$(h)\")
810
@HAVE_INTROSPECTION_TRUE@BUILT_GIRSOURCES = GstWebRTC-@GST_API_VERSION@.gir
811
@HAVE_INTROSPECTION_TRUE@BUILT_GIRSOURCES = GstWebRTC-@GST_API_VERSION@.gir
811
@HAVE_INTROSPECTION_TRUE@gir_headers = $(patsubst %,$(srcdir)/%, $(libgstwebrtc_@GST_API_VERSION@include_HEADERS))
812
@HAVE_INTROSPECTION_TRUE@gir_headers = $(patsubst %,$(srcdir)/%, $(libgstwebrtc_@GST_API_VERSION@include_HEADERS))
812
@HAVE_INTROSPECTION_TRUE@gir_sources = $(patsubst %,$(srcdir)/%, $(libgstwebrtc_@GST_API_VERSION@_la_SOURCES)) $(BUILT_SOURCES)
813
@HAVE_INTROSPECTION_TRUE@gir_sources = $(patsubst %,$(srcdir)/%, $(libgstwebrtc_@GST_API_VERSION@_la_SOURCES)) $(BUILT_SOURCES)
(-)gst-plugins-bad-1.14.5/gst-libs/gst/webrtc/Makefile.am (-1 / +3 lines)
Lines 1-11 Link Here
1
lib_LTLIBRARIES = libgstwebrtc-@GST_API_VERSION@.la
1
lib_LTLIBRARIES = libgstwebrtc-@GST_API_VERSION@.la
2
2
3
H := \#
4
3
glib_enum_headers = dtlstransport.h icetransport.h rtptransceiver.h webrtc_fwd.h
5
glib_enum_headers = dtlstransport.h icetransport.h rtptransceiver.h webrtc_fwd.h
4
glib_enum_define = GST_WEBRTC
6
glib_enum_define = GST_WEBRTC
5
glib_gen_prefix = gst_webrtc
7
glib_gen_prefix = gst_webrtc
6
glib_gen_basename = webrtc
8
glib_gen_basename = webrtc
7
glib_gen_decl_banner=GST_WEBRTC_API
9
glib_gen_decl_banner=GST_WEBRTC_API
8
glib_gen_decl_include=\#include <gst/webrtc/webrtc_fwd.h>
10
glib_gen_decl_include=$(H)include <gst/webrtc/webrtc_fwd.h>
9
11
10
built_sources = webrtc-enumtypes.c
12
built_sources = webrtc-enumtypes.c
11
built_headers = webrtc-enumtypes.h
13
built_headers = webrtc-enumtypes.h

Return to bug 706078