Thomas Petazzoni
4aab77b700
configs/raspberrypi0: increase ext4 image size
...
Since the bump to Linux 4.19 in commit
ed02414e9c , the number of kernel modules
built has increased significantly, to the point where the default of
60 MB for the ext4 image is no longer sufficient, so let's increase to
120 MB.
Fixes:
https://gitlab.com/buildroot.org/buildroot/-/jobs/199339555
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-04-21 15:25:21 +02:00
Thomas Petazzoni
ce751fad37
configs/atmel_sama5d27_som1_ek_mmc_dev: increase rootfs image size
...
The default rootfs image size is too small, causing the following
build failure:
Copying files into the device: __populate_fs: Could not allocate block in ext2 filesystem while writing file "udevd"
mkfs.ext4: Could not allocate block in ext2 filesystem while populating file system
*** Maybe you need to increase the filesystem size (BR2_TARGET_ROOTFS_EXT2_SIZE)
So we increase it to 120 MB.
Fixes:
https://gitlab.com/buildroot.org/buildroot/-/jobs/199339415
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-04-21 14:40:47 +02:00
Thomas Petazzoni
01a0bd3f73
package/yaffs2utils: create $(HOST_DIR)/bin before installation
...
The yaffs2utils Makefile uses plain "cp", which fails when
$(HOST_DIR)/bin doesn't exist. Fix that by creationg $(HOST_DIR)/bin
beforehand.
Fixes:
https://gitlab.com/buildroot.org/buildroot/-/jobs/199339624
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-04-21 12:32:23 +02:00
Fabrice Fontaine
762eec1ce9
package/libcpprestsdk: fix static build with boost 1.70.0
...
Fixes:
- http://autobuild.buildroot.org/results/36ef83aefd24bcc6bbf58812aa07aa0f6072cd09
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-04-21 12:23:07 +02:00
Shyam Saini
3851e2259b
configs/bananapi_m64: bump to Linux 5.0 and U-Boot 2019.01
...
This bumps to linux/linux-headers 5.0 and u-boot version 2019.01
Signed-off-by: Shyam Saini <shyam.saini@amarulasolutions.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-04-21 12:21:15 +02:00
Shyam Saini
e43706a9bd
configs/bananapi_m2_plus: bump to Linux 5.0 and U-Boot 2019.01
...
This bumps to linux/linux-headers 5.0 and u-boot version 2019.01
Signed-off-by: Shyam Saini <shyam.saini@amarulasolutions.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-04-21 12:20:54 +02:00
Shyam Saini
994cffb99e
configs/amarula_vyasa_rk3288: bump to Linux 5.0 and U-Boot 2019.01
...
Bump to linux/linux-headers 5.0 and u-boot version 2019.01
and use mainline linux.
Signed-off-by: Shyam Saini <shyam.saini@amarulasolutions.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-04-21 12:20:22 +02:00
Shyam Saini
b0bae3bcc8
configs/amarula_vyasa_rk3288: adjust U-Boot config to boot larger kernel image
...
Default value of CONFIG_SYS_BOOTM_LEN in u-boot causes board reset for
large uImage files, so add u-boot patch to increase the maximum kernel
image size.
Signed-off-by: Shyam Saini <shyam.saini@amarulasolutions.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-04-21 12:18:00 +02:00
Fabrice Fontaine
1067b7d973
package/xlib_libXpm: fix build with NLS
...
Fixes:
- http://autobuild.buildroot.org/results/cc47a39d134fbc80426bab6fa3662150374bae35
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-04-21 12:16:06 +02:00
Fabrice Fontaine
30e918133c
package/linknx: add optional log4cpp dependency
...
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-04-21 12:07:22 +02:00
Fabrice Fontaine
8ba753c60c
package/linknx: bump to version 0.0.1.37
...
- Remove patch, not needed since:
6166831eff
- Needs iconv.h since version 0.0.1.34 and
2cc3a93dcf
- Add a patch to fix link with libiconv
- Disable cppunit (autodetect by default), added with:
ee2efcde54
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-04-21 12:07:12 +02:00
Fabrice Fontaine
8481ba9c19
package/linknx: add license file
...
LICENSE has been added in version 0.0.1.32 with
74671aa279
So add it to LINKNX_LICENSE_FILES as well as its hash
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-04-21 12:06:56 +02:00
Fabrice Fontaine
491b13def5
package/libkrb5: fix build with NLS
...
Fixes:
- http://autobuild.buildroot.org/results/b35dd775015772b0f322f77470debe09d24173ff
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-04-21 11:47:24 +02:00
Fabrice Fontaine
69c37d8e25
package/refpolicy: set python path
...
Set python path to $(HOST_DIR)/usr/bin/python to avoid build failures if
python3 found on host is broken
Fixes:
- http://autobuild.buildroot.org/results/1f878405593dd05bb00fe0b06ca1c64ffbe6c572
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-04-21 11:46:40 +02:00
Fabrice Fontaine
83e19ce661
package/jemalloc: bump to version 5.2.0
...
- Add hash for license file
- Support for m68k and nios2 architectures have been added with
version 5.1.0
- Static library support has been added in version 5.2.0
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-04-20 22:25:14 +02:00
Fabrice Fontaine
b336f9d795
package/jemalloc: add riscv support
...
riscv support has been added in version 4.2.0 with
919e4a0ea9
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-04-20 22:24:52 +02:00
Fabrice Fontaine
68bb4be30f
package/jemalloc: add or1k support
...
or1k support has been added since version 4.0.0 and
ffa259841c
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-04-20 22:24:46 +02:00
Fabrice Fontaine
a721018e0d
package/jemalloc: drop obsolete valgrind dependency
...
valgrind support has been removed since version 5.0.0 and
9a8add1510
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-04-20 22:24:40 +02:00
Shyam Saini
e471c6709d
boot/uboot: add support for having host-python-pyelftools as a dependency
...
Rockchip rk3399 SOC based boards require python pyelftools library for
parsing dtb files, so lets add it as uboot dependency.
This commit introduces a new config option
BR2_TARGET_UBOOT_NEEDS_PYELFTOOLS to achieve this.
Signed-off-by: Shyam Saini <shyam.saini@amarulasolutions.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-04-20 22:21:37 +02:00
Shyam Saini
e2f9cc6348
package/python-pyelftools: add host variant
...
This would be used by uboot for rockchip rk3399
socs boards.
Signed-off-by: Shyam Saini <shyam.saini@amarulasolutions.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-04-20 22:18:58 +02:00
Fabrice Fontaine
3229cd16bd
package/lrzsz: fix build with NLS
...
Fixes:
- http://autobuild.buildroot.org/results/77e3ea00ca2c20d9fe284d31bbdf2b72956eae9f
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-04-20 22:15:37 +02:00
Adam Duskett
c626263c21
package/libcpprestsdk: bump to version v2.10.12
...
Signed-off-by: Adam Duskett <Aduskett@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-04-20 22:06:59 +02:00
Asaf Kahlon
2631c44274
package/libuv: bump to version 1.28.0
...
Signed-off-by: Asaf Kahlon <asafka7@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-04-20 22:06:32 +02:00
Fabrice Fontaine
561ac51d81
package/libtorrent-rasterbar: fix build with boost 1.70.0
...
Fixes:
- http://autobuild.buildroot.org/results/dc21322e101cbd242a22018f4d506b9f2c26dd33
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-04-20 22:06:13 +02:00
Fabrice Fontaine
6ebaef3818
package/python-ipython: bump to version 7.4.0
...
- Update hash for COPYING.rst, it has been updated to remove
BSD-3-Clause text:
5a6ef3e35d
- Add LICENSE to license files as this is now the file that contain
BSD-3-Clause text
- Needs python3 since version 6.x and above
- Needs new runtime dependencies: backcall and jedi
- Drop obsolete python2 dependencies as well as simplegeneric:
dc0ceb16f9
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-04-20 22:00:47 +02:00
Fabrice Fontaine
aa6125f6f8
package/prompt-toolkit: bump to version 2.0.9
...
- Add hash for license file
- Add xml depedency
prompt-toolkit in version 2.x is a dependency of ipython 7.x
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-04-20 21:59:33 +02:00
Fabrice Fontaine
ca443b49b5
package/python-jedi: new package
...
An autocompletion tool for Python that can be used for text
editors.
https://github.com/davidhalter/jedi
python-jedi is a runtime dependency of ipython 7.3.0
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
[Thomas: add license for the flask theme]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-04-20 21:55:54 +02:00
Fabrice Fontaine
4baa7a7638
package/python-parso: new package
...
A Python Parser.
https://github.com/davidhalter/parso
python-parso is a runtime dependency of python-jedi
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
[Thomas: mention Python-2.0 and BSD-3-Clause in licenses]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-04-20 16:42:19 +02:00
Fabrice Fontaine
62e8ce286c
package/python-backcall: new package
...
Specifications for callback functions passed in to an API.
https://github.com/takluyver/backcall
No license source files are provided from current version, however
upstream added one:
https://github.com/takluyver/backcall/blob/master/LICENSE
python-backcall is a runtime dependency of python-inotify 7.3.0
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-04-20 16:37:10 +02:00
Fabrice Fontaine
280b4fde0f
package/domoticz: fix build with boost 1.70.0
...
Fixes:
- No autobuilders failures yet
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-04-20 16:34:46 +02:00
Fabrice Fontaine
03046fa0e8
package/domoticz: rewrite init script
...
Follow new S02klogd template
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-04-20 16:31:25 +02:00
Fabrice Fontaine
d8df8cb984
package/dhcp: bump to version 4.4.1
...
- Use --with-bind-extra-config option to:
- add --without-zlib otherwise static build will fail if zlib is found
on host
- Add --without-dlopen otherwise static build will fail
- Drop all patches (already in version)
- Drop autoreconf (not needed anymore)
- Update license to MPL-2.0:
https://www.isc.org/blogs/isc-dhcp-moves-to-mpl-2-0-license
- Update hash of license file
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-04-20 16:30:31 +02:00
Nylon Chen
b58a6bf774
package/binutils: fix build error due to architecture name is incomplete
...
Fixes
http://autobuild.buildroot.net/results/128/12803a705586e82fdfb49013da2eb3b9879ccd45/
Signed-off-by: Che-Wei Chuang <cnoize@andestech.com >
Signed-off-by: Greentime Hu <greentime@andestech.com >
Signed-off-by: Nylon Chen <nylon7@andestech.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-04-20 16:16:39 +02:00
Fabrice Fontaine
45384e8466
package/postgresql: fix build with NLS
...
Fixes:
- http://autobuild.buildroot.org/results/0d35378b8bdcfffb0cefd264c95ca3617034559b
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-04-20 16:11:26 +02:00
Fabrice Fontaine
7d348c671b
package/minicom: fix build with lintl
...
Fixes:
- http://autobuild.buildroot.org/results/e64cdcf648764be53a3e951304bb89dc9410db23
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-04-20 16:09:54 +02:00
Fabrice Fontaine
ade9d93aae
package/libtorrent-rasterbar: bump to version 1.2.0
...
- Drop boost-chrono, replaced by std::chrono since
78bc269832
- Drop boost random, replace by standard number classes since
fef94a4c52
- Add two patches to fix build on uclibc
- Needs exception_ptr since
5c361715da
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-04-20 16:00:25 +02:00
Fabrice Fontaine
5489aa99a4
package/neardal: bump to version 4143d130ed39299bfc59d08d2c7c77dbc7f809e9
...
- Remove patch (already in version)
- Add hash for license file
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-04-20 15:57:25 +02:00
Fabrice Fontaine
aacd43ad18
package/gnuradio: fix build with boost 1.70.0
...
Fixes:
- http://autobuild.buildroot.org/results/4109881eab99fd720e97f1070c374e67dd881b85
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-04-20 15:50:29 +02:00
Alexey Brodkin
d5edfa6eef
package/linux-tools/perf: add dependency on 32-bit sync builtins
...
Sync builtins ops are strictly required by perf utility as it uses
atomic_xxx() functions.
Otherwise building fails like that:
|.../output/host/opt/ext-toolchain/bin/../lib/gcc/arc-snps-linux-uclibc/8.2.1/../../../../arc-snps-linux-uclibc/bin/ld:
|.../output/build/linux-5.0.7/tools/perf/libperf.a(libperf-in.o): in function `atomic_cmpxchg':
|.../output/build/linux-5.0.7/tools/include/asm-generic/atomic-gcc.h:69: undefined reference to `__sync_val_compare_and_swap_4'
Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com >
Cc: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
[Thomas: drop Config.in comment]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-04-20 15:35:38 +02:00
Fabrice Fontaine
fa7804fec4
package/ghostscript: fix parallel build
...
Fixes:
- http://autobuild.buildroot.org/results/eb33b41d1b267d0207a6e3a9f5ca7f79b2f51887
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-04-20 15:34:15 +02:00
Fabrice Fontaine
41da6f02ac
package/freerdp: fix build without xfixes
...
Fixes:
- http://autobuild.buildroot.org/results/69245e574787bada718c52c805ec137041dc233d
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-04-20 15:33:22 +02:00
Fabrice Fontaine
f1ade3ac96
package/xserver_xorg-server: fix build without glx
...
Fixes:
- http://autobuild.buildroot.org/results/397f8098c57fc6c88aa12dc8d35ebb1b933d52ef
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-04-20 15:32:27 +02:00
Adam Duskett
d2ada4d704
package/gstreamer1/gst1-plugins-ugly: fix typo in mk file
...
BR2_PACKAGE_GST_PLUGINS_UGL1_PLUGIN_XINGMUX needs to be
BR2_PACKAGE_GST1_PLUGINS_UGLY_PLUGIN_XINGMUX
Signed-off-by: Adam Duskett <Aduskett@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-04-20 15:30:53 +02:00
Vadim Kochan
cb3a0177ef
package/git: fix build with NLS enabled
...
git fails to build with NLS enabled because of weak check
for gettext in configure.ac. The AC_CHECK_LIB(c, gettext ...)
is used to set LIBC_CONTAINS_LIBINTL variable. If the variable
is set then '-libs' is not passed to the linker, but this variable
is set to 'Yes' even libc implementation does not provide libintl
support, the AC_CHECK passes because gcc has gettext builtin.
So use instead AC_LINK_IFELSE with included libintl.h because it
makes gettext to unfold as libintl_gettext which causes AC_CHECK
to fail for cases when gettext is not provided by libc.
Tested by ./utils/test-pkg with NLS disabled/enabled.
Fixes:
http://autobuild.buildroot.net/results/091b790ca6f5b46d5d29211dc1cb3ff05b62a965
http://autobuild.buildroot.net/results/a69b58b35b270fdd2df9b076e7030bb594520197
http://autobuild.buildroot.net/results/f104c4e6ff41b1dd175f2d27f3b4ea7c9b61f7c5
http://autobuild.buildroot.net/results/ee12bdba398a139995de5f6f6718be6a493541d9
http://autobuild.buildroot.net/results/74fa6b2bfbb1301e35c9dd1bbc04856c1cbf25f2
Signed-off-by: Vadim Kochan <vadim4j@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-04-18 11:26:27 +02:00
Fabrice Fontaine
82a6ccb14d
package/i2pd: bump to version 2.24.0
...
Fix build with boost 1.70.0
Fixes:
- http://autobuild.buildroot.org/results/b35466da7308e60024cec743728aef045dc24405
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-04-18 11:25:28 +02:00
Fabrice Fontaine
4349746dac
package/boost: don't install boost cmake files
...
Since version 1.70.0, boost installs its own cmake files which are
utterly broken so don't install them otherwise all cmake packages using
boost (host-thrift, domoticz, i2pd ...) will fail because
BOOST_INCLUDE_DIRS will be empty
Fixes:
- http://autobuild.buildroot.org/results/4ada26bab5c1e6504c7d8c92672326ced1d336df
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-04-18 11:25:28 +02:00
Fabrice Fontaine
6b3c35757d
package/ncmpc: bump to version 0.34
...
Fix build with boost 1.70.0
Fixes:
- http://autobuild.buildroot.org/results/eb2a8fc46ca24352ca5e513ed1d05344d884c85b
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-04-18 11:25:28 +02:00
Fabrice Fontaine
342ccf85b2
package/botan: fix build with boost 1.70.0
...
Fixes:
- http://autobuild.buildroot.org/results/ca9dfcfd34365aa1476b718d4897a2e75f6983ac
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-04-18 11:25:28 +02:00
Fabrice Fontaine
fab2decb1c
package/wireshark: fix static build with pcap
...
Use pkg-config to find pcap dependencies
Fixes:
- http://autobuild.buildroot.org/results/277a24ad543a8f54cc8afde4f359f5d77b42eb7f
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-04-18 11:25:28 +02:00
Andreas Naumann
428e5276e4
qt5: Remove *.la/*.prl fixup script
...
After fixing Prefix in our custom qt.conf, Qt computes and embeds the
correct sysroot prefixed pathes in all *.la and *.prl files.
So remove fixup of
- *.la files because they are generically fixed anyway
- *.prl files because occurences of absolute /usr/lib were no longer
observed
Signed-off-by: Andreas Naumann <anaumann@ultratronik.de >
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be >
2019-04-17 23:49:45 +02:00