1
- diff -urb buildroot-dev/package/gobject-introspection/gobject-introspection.mk brdev-working/package/gobject-introspection/gobject-introspection.mk
2
- --- buildroot-dev/package/gobject-introspection/gobject-introspection.mk 2020-03-20 07:35:48.783430050 +0000
3
- +++ brdev-working/package/gobject-introspection/gobject-introspection.mk 2020-03-20 06:56:37.731416596 +0000
4
- @@ -18,6 +18,8 @@
5
- host-gobject-introspection \
6
- host-prelink-cross \
7
- host-qemu \
8
- + gstreamer1 \
9
- + gst1-plugins-base \
10
- libffi \
11
- libglib2 \
12
- python3 \
13
- @@ -56,6 +58,9 @@
14
- GOBJECT_INTROSPECTION_CONF_OPTS += -Dcairo=disabled
15
- endif
16
-
17
- + GOBJECT_INTROSPECTION_DEPENDENCIES += gstreamer1 gst1-plugins-base
18
- + GOBJECT_INTROSPECTION_CONF_OPTS += -Dgstreamer1=enabled
19
- +
20
- # GI_SCANNER_DISABLE_CACHE=1 prevents g-ir-scanner from writing cache data to ${HOME}
21
- GOBJECT_INTROSPECTION_CONF_ENV = \
22
- GI_SCANNER_DISABLE_CACHE=1
23
- diff -urb buildroot-dev/package/gstreamer1/gst1-plugins-bad/gst1-plugins-bad.mk brdev-working/package/gstreamer1/gst1-plugins-bad/gst1-plugins-bad.mk
24
- --- buildroot-dev/package/gstreamer1/gst1-plugins-bad/gst1-plugins-bad.mk 2020-03-20 07:35:48.787430009 +0000
25
- +++ brdev-working/package/gstreamer1/gst1-plugins-bad/gst1-plugins-bad.mk 2020-03-19 20:00:14.274281083 +0000
26
- @@ -23,7 +23,7 @@
27
- -Dwinks=disabled \
28
- -Dandroidmedia=disabled \
29
- -Dapplemedia=disabled \
30
- - -Dintrospection=disabled \
31
- + -Dintrospection=enabled \
32
- -Dgobject-cast-checks=disabled \
33
- -Dglib-asserts=disabled \
34
- -Dglib-checks=disabled
35
- diff -urb buildroot-dev/package/gstreamer1/gst1-plugins-base/gst1-plugins-base.mk brdev-working/package/gstreamer1/gst1-plugins-base/gst1-plugins-base.mk
36
- --- buildroot-dev/package/gstreamer1/gst1-plugins-base/gst1-plugins-base.mk 2020-03-20 07:35:48.787430009 +0000
37
- +++ brdev-working/package/gstreamer1/gst1-plugins-base/gst1-plugins-base.mk 2020-03-20 06:30:57.747235646 +0000
38
- @@ -18,7 +18,7 @@
39
- -Dglib-asserts=disabled \
40
- -Dglib-checks=disabled \
41
- -Dgtk_doc=disabled \
42
- - -Dintrospection=disabled
43
- + -Dintrospection=enabled
44
-
45
- # Options which require currently unpackaged libraries
46
- GST1_PLUGINS_BASE_CONF_OPTS += \
47
- @@ -32,7 +32,10 @@
48
- GST1_PLUGINS_BASE_CONF_OPTS += -Dtools=disabled
49
- endif
50
-
51
- - GST1_PLUGINS_BASE_DEPENDENCIES = gstreamer1 $(TARGET_NLS_DEPENDENCIES)
52
- + GST1_PLUGINS_BASE_DEPENDENCIES = gstreamer1 $(TARGET_NLS_DEPENDENCIES) \
53
- + host-gstreamer1 \
54
- + host-gobject-introspection \
55
- + gobject-introspection
56
-
57
- GST1_PLUGINS_BASE_LDFLAGS = $(TARGET_LDFLAGS) $(TARGET_NLS_LIBS)
58
-
59
- @@ -280,3 +283,5 @@
60
- endif
61
-
62
- $(eval $(meson-package))
63
- + $(eval $(host-meson-package))
64
- +
65
- diff -urb buildroot-dev/package/gstreamer1/gstreamer1/gstreamer1.mk brdev-working/package/gstreamer1/gstreamer1/gstreamer1.mk
66
- --- buildroot-dev/package/gstreamer1/gstreamer1/gstreamer1.mk 2020-03-20 07:35:48.787430009 +0000
67
- +++ brdev-working/package/gstreamer1/gstreamer1/gstreamer1.mk 2020-03-20 07:32:26.025498231 +0000
68
- @@ -16,7 +16,7 @@
69
- -Dtests=disabled \
70
- -Dbenchmarks=disabled \
71
- -Dgtk_doc=disabled \
72
- - -Dintrospection=disabled \
73
- + -Dintrospection=enabled \
74
- -Dglib-asserts=disabled \
75
- -Dglib-checks=disabled \
76
- -Dgobject-cast-checks=disabled \
77
- @@ -31,11 +31,12 @@
78
- host-bison \
79
- host-flex \
80
- host-pkgconf \
81
- + host-gobject-introspection \
82
- libglib2 \
83
- $(if $(BR2_PACKAGE_LIBUNWIND),libunwind) \
84
- - $(if $(BR2_PACKAGE_VALGRIND),valgrind) \
85
- $(TARGET_NLS_DEPENDENCIES)
86
-
87
- GSTREAMER1_LDFLAGS = $(TARGET_LDFLAGS) $(TARGET_NLS_LIBS)
88
-
89
- $(eval $(meson-package))
90
- + $(eval $(host-meson-package))
91
- diff -urb buildroot-dev/package/nodejs/nodejs.mk brdev-working/package/nodejs/nodejs.mk
92
- --- buildroot-dev/package/nodejs/nodejs.mk 2020-03-20 07:35:48.859429275 +0000
93
- +++ brdev-working/package/nodejs/nodejs.mk 2020-03-19 06:30:08.960598003 +0000
1
+ diff -ru buildroot-dev/package/nodejs/nodejs.mk br-dev-april/package/nodejs/nodejs.mk
2
+ --- buildroot-dev/package/nodejs/nodejs.mk 2020-03-31 12:59:18.553214135 +0000
3
+ +++ br-dev-april/package/nodejs/nodejs.mk 2020-03-31 12:57:07.094946091 +0000
94
4
@@ -63,7 +63,6 @@
95
5
--shared-openssl \
96
6
--shared-openssl-includes=$(HOST_DIR)/include/openssl \
@@ -99,9 +9,9 @@ diff -urb buildroot-dev/package/nodejs/nodejs.mk brdev-working/package/nodejs/no
99
9
--no-cross-compiling \
100
10
--with-intl=small-icu \
101
11
)
102
- diff -urb buildroot-dev/package/python-pycairo/python-pycairo.mk brdev-working /package/python-pycairo/python-pycairo.mk
103
- --- buildroot-dev/package/python-pycairo/python-pycairo.mk 2020-03-20 07:35:48.899428867 +0000
104
- +++ brdev-working /package/python-pycairo/python-pycairo.mk 2020-03-19 06:30:08.960598003 +0000
12
+ diff -ru buildroot-dev/package/python-pycairo/python-pycairo.mk br-dev-april /package/python-pycairo/python-pycairo.mk
13
+ --- buildroot-dev/package/python-pycairo/python-pycairo.mk 2020-03-31 12:59:18.593213608 +0000
14
+ +++ br-dev-april /package/python-pycairo/python-pycairo.mk 2020-03-31 12:57:07.094946091 +0000
105
15
@@ -8,8 +8,16 @@
106
16
PYTHON_PYCAIRO_SOURCE = pycairo-$(PYTHON_PYCAIRO_VERSION).tar.gz
107
17
PYTHON_PYCAIRO_SITE = https://files.pythonhosted.org/packages/3c/1a/c0478ecab31baae50fda9956547788afbd0ca563adc52c9b03cab30f17eb
@@ -120,24 +30,25 @@ diff -urb buildroot-dev/package/python-pycairo/python-pycairo.mk brdev-working/p
120
30
+
121
31
$(eval $(python-package))
122
32
+ $(eval $(host-python-package))
123
- Only in brdev-working/utils: package
124
- diff -urb buildroot-dev/utils/scanpypi brdev-working/utils/scanpypi
125
- --- buildroot-dev/utils/scanpypi 2020-03-20 07:35:48.991427929 +0000
126
- +++ brdev-working/utils/scanpypi 2020-03-19 08:42:35.293726023 +0000
127
- @@ -1,4 +1,4 @@
128
- - #!/usr/bin/env python
129
- + #!/usr/bin/env python3
130
- """
131
-
132
- Utility for building Buildroot packages for existing PyPI packages
133
- --- buildroot-dev/package/rpi-firmware/rpi-firmware.mk 2020-03-30 08:34:17.762664308 +0000
134
- +++ buildroot-dev/package/rpi-firmware/rpi-firmware.mk 2020-03-30 09:07:44.410958163 +0000
33
+ diff -ur buildroot-dev-unpatched/package/python-idna/python-idna.hash buildroot-dev/package/python-idna/python-idna.hash
34
+ --- buildroot-dev-unpatched/package/python-idna/python-idna.hash 2020-03-31 15:45:57.312748338 +0000
35
+ +++ buildroot-dev/package/python-idna/python-idna.hash 2020-03-31 15:58:25.932079207 +0000
36
+ @@ -1,5 +1,6 @@
37
+ # md5, sha256 from https://pypi.org/pypi/idna/json
38
+ md5 870b8b80267f00f0faf1b7ba4bdbf14e idna-2.9.tar.gz
39
+ sha256 7588d1c14ae4c77d74036e8c22ff447b26d0fde8f007354fd48a7814db15b7cb idna-2.9.tar.gz
40
+ + sha256 c357b3f628cf53ae2c4c05627ecc484553142ca23264e593d327bcde5e9c3407 idna-2.8.tar.gz
41
+ # Locally computed sha256 checksums
42
+ sha256 412014420d2473dba06117c3d4d9e0eecaa6dde0ca30cd951f4ec2be39426f32 LICENSE.rst
43
+ diff -ur buildroot-dev-unpatched/package/python-idna/python-idna.mk buildroot-dev/package/python-idna/python-idna.mk
44
+ --- buildroot-dev-unpatched/package/python-idna/python-idna.mk 2020-03-31 15:45:57.312748338 +0000
45
+ +++ buildroot-dev/package/python-idna/python-idna.mk 2020-03-31 15:49:52.056995049 +0000
135
46
@@ -4,7 +4,7 @@
136
47
#
137
48
################################################################################
138
49
139
- - RPI_FIRMWARE_VERSION = 01ecfd2ba2b7cf3a2f4aa75ada895ee4a3e729f5
140
- + RPI_FIRMWARE_VERSION = 5574077183389cd4c65077ba18b59144ed6ccd6d
141
- RPI_FIRMWARE_SITE = $(call github,raspberrypi,firmware,$(RPI_FIRMWARE_VERSION))
142
- RPI_FIRMWARE_LICENSE = BSD-3-Clause
143
- RPI_FIRMWARE_LICENSE_FILES = boot/LICENCE.broadcom
50
+ - PYTHON_IDNA_VERSION = 2.9
51
+ + PYTHON_IDNA_VERSION = 2.8
52
+ PYTHON_IDNA_SOURCE = idna-$(PYTHON_IDNA_VERSION).tar.gz
53
+ PYTHON_IDNA_SITE = https://files.pythonhosted.org/packages/cb/19/57503b5de719ee45e83472f339f617b0c01ad75cba44aba1e4c97c2b0abd
54
+ PYTHON_IDNA_LICENSE = BSD-3-Clause
0 commit comments