Package: uget / 2.2.3-2.1

Metadata

Package Version Patches format
uget 2.2.3-2.1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
support_gcc10_compilation.patch | (download)

ui-gtk/UgtkBanner.h | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 support gcc10 compilation

 gcc10 now defaults to -fno-common, and with gcc10 uget2 compilation fails like

 /usr/bin/ld: uget_gtk-UgtkTrayIcon.o:/builddir/build/BUILD/uget-2.2.3/ui-gtk/./UgtkBanner.h:67: multiple definition of `banner'; uget_gtk-UgtkTraveler.o:/builddir/build/BUILD/uget-2.2.3/ui-gtk/./UgtkBanner.h:67: first defined here
 /usr/bin/ld: uget_gtk-UgtkBanner.o:/builddir/build/BUILD/uget-2.2.3/ui-gtk/./UgtkBanner.h:67: multiple definition of `banner'; uget_gtk-UgtkTraveler.o:/builddir/build/BUILD/uget-2.2.3/ui-gtk/./UgtkBanner.h:67: first defined here
 ....

 This patch removes unneeded tentative "banner" symbol definition.

gcc 15.patch | (download)

ui-gtk/UgtkSettingDialog.h | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix ftbfs with gcc 15