Package Details: deadbeef-plugin-customizabletb-gtk3-git 95.5df8f49-2

Git Clone URL: https://aur.archlinux.org/deadbeef-plugin-customizabletb-git.git (read-only, click to copy)
Package Base: deadbeef-plugin-customizabletb-git
Description: Customizable toolbar plugin for DeadBeeF music player. The GTK3 version.
Upstream URL: https://github.com/kravich/ddb_customizabletb
Licenses: GPL3
Submitter: maz-1
Maintainer: absrdspc
Last Packager: absrdspc
Votes: 8
Popularity: 0.000000
First Submitted: 2015-10-07 14:19 (UTC)
Last Updated: 2022-01-13 22:15 (UTC)

Dependencies (2)

Required by (0)

Sources (3)

Latest Comments

absrdspc commented on 2022-01-13 22:16 (UTC)

Fixed

dreieck commented on 2022-01-13 17:44 (UTC)

Fails to build for me:

==> Starting build()...
cc -c -o ddb_customizabletb_gtk2.o ddb_customizabletb.c   -g0 -march=x86-64 -mtune=native -O3 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fomit-frame-pointer -fPIC -std=c99 -fPIC -Wall -Werror -Wfatal-errors -Wno-deprecated-declarations -Wno-error=deprecated-declarations -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=unused-function -O2 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/lzo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/atk-1.0 -pthread 
cc -c -o w_toolbar_gtk2.o w_toolbar.c   -g0 -march=x86-64 -mtune=native -O3 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fomit-frame-pointer -fPIC -std=c99 -fPIC -Wall -Werror -Wfatal-errors -Wno-deprecated-declarations -Wno-error=deprecated-declarations -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=unused-function -O2 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/lzo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/atk-1.0 -pthread 
In file included from ddb_customizabletb.c:25:
/usr/include/deadbeef/deadbeef.h:1851:65: error: unknown type name ‘ddb_response_t’
 1851 |     int (*exec_cmdline) (const char *cmdline, int cmdline_size, ddb_response_t *response);
      |                                                                 ^~~~~~~~~~~~~~
cc -c -o toolbar_items_gtk2.o toolbar_items.c   -g0 -march=x86-64 -mtune=native -O3 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fomit-frame-pointer -fPIC -std=c99 -fPIC -Wall -Werror -Wfatal-errors -Wno-deprecated-declarations -Wno-error=deprecated-declarations -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=unused-function -O2 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/lzo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/atk-1.0 -pthread 
compilation terminated due to -Wfatal-errors.
make: *** [Makefile:69: ddb_customizabletb_gtk2.o] Error 1
make: *** Waiting for unfinished jobs....
In file included from toolbar_items.h:26,
                 from toolbar_items.c:21:
/usr/include/deadbeef/deadbeef.h:1851:65: error: unknown type name ‘ddb_response_t’
 1851 |     int (*exec_cmdline) (const char *cmdline, int cmdline_size, ddb_response_t *response);
      |                                                                 ^~~~~~~~~~~~~~
compilation terminated due to -Wfatal-errors.
make: *** [Makefile:69: toolbar_items_gtk2.o] Error 1
In file included from w_toolbar.h:28,
                 from w_toolbar.c:21:
/usr/include/deadbeef/deadbeef.h:1851:65: error: unknown type name ‘ddb_response_t’
 1851 |     int (*exec_cmdline) (const char *cmdline, int cmdline_size, ddb_response_t *response);
      |                                                                 ^~~~~~~~~~~~~~
compilation terminated due to -Wfatal-errors.
make: *** [Makefile:69: w_toolbar_gtk2.o] Error 1
==> ERROR: A failure occurred in build().

absrdspc commented on 2021-04-15 17:59 (UTC)

Fixed, thanks

micwoj92 commented on 2021-04-15 14:37 (UTC)

Hello, could you add md5sums for the build patch?