Needs automake 1.12.
And build process is busted :
gel-ui-dialogs.c: In function 'gel_ui_dialog_generic':
gel-ui-dialogs.c:53:3: error: 'GTK_STOCK_CLOSE' undeclared (first use in this function)
GTK_STOCK_CLOSE, GTK_RESPONSE_CLOSE,
^
gel-ui-dialogs.c:53:3: note: each undeclared identifier is reported only once for each function it appears in
gel-ui-dialogs.c:78:12: error: 'GTK_STOCK_DIALOG_ERROR' undeclared (first use in this function)
stock = GTK_STOCK_DIALOG_ERROR;
^
gel-ui-dialogs.c:87:3: error: 'gtk_image_new_from_stock' is deprecated (declared at /usr/include/gtk-3.0/gtk/gtkimage.h:122): Use 'gtk_image_new_from_icon_name' instead [-Werror=deprecated-declarations]
(GtkWidget *) gtk_image_new_from_stock(stock, GTK_ICON_SIZE_DIALOG));
^
cc1: all warnings being treated as errors
Makefile:644: recipe for target 'libgel_ui_2_0_la-gel-ui-dialogs.lo' failed
make[3]: *** [libgel_ui_2_0_la-gel-ui-dialogs.lo] Error 1
make[3]: Leaving directory '/home/fred/eina-audio-player-git/src/eina/gel'
Makefile:497: recipe for target 'all' failed
make[2]: *** [all] Error 2
make[2]: Leaving directory '/home/fred/eina-audio-player-git/src/eina/gel'
Makefile:468: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/fred/eina-audio-player-git/src/eina'
Makefile:395: recipe for target 'all' failed
make: *** [all] Error 2
Search Criteria
Package Details: eina-audio-player-git 0.13.90.122.gd97339c-1
Package Actions
| Package Base: | eina-audio-player-git |
|---|---|
| Description: | classic music player for a modern era |
| Upstream URL: | http://eina.sourceforge.net/ |
| Category: | multimedia |
| Licenses: | |
| Conflicts: | |
| Provides: | |
| Submitter: | None |
| Maintainer: | None |
| Last Packager: | TrialnError |
| Votes: | 0 |
| First Submitted: | 2011-10-21 15:35 |
| Last Updated: | 2014-07-27 17:18 |
Dependencies (11)
- clutter-gtk
- dconf
- desktop-file-utils
- gstreamer0.10
- libnotify
- libpeas
- git (make)
- gtk-doc (make)
- intltool (make)
- pkgconfig>=0.16 (make)
- python2 (optional) – for submitting to last.fm
Required by (0)
Sources
Latest Comments
Comment by FredBezies
Comment by TrialnError
Updated the PKGBuild to the latest standard. Dunno about if it works
Anonymous comment
Sorry but I don't have time to fix this, so I'm dropping the package...
Comment by TheLemonMan
Completely broken, the second git clone fails and the python entry in optdepends is wrong.
Anonymous comment
I have the same problem (GelUI-2.0.gir error) with MAKEFLAGS="-j4" in makepkg.conf
I've updated the package forcing -j1
Comment by hansi
Yes it works without yaourt so maybe a problem with GIT repo ?
Anonymous comment
Gel-2.0.gir is part of eina so it is not a missing dependency.
Can you try to compile the package without yaourt?
Comment by hansi
Hi,
Doesn't compile because there is this error :
Couldn't find include 'Gel-2.0.gir' (search path: ['../gel', '/usr/share/gir-1.0', '/usr/local/share/gir-1.0', '/usr/share/gir-1.0', '/usr/share/gir-1.0', '/usr/share/gir-1.0', '/usr/share/gir-1.0'])
make[3]: *** [GelUI-2.0.gir] Erreur 1
make[3]: *** Attente des tâches non terminées....
g-ir-scanner: Gel: warning: 24 warnings suppressed (use --warn-all to see them)
make[3] : on quitte le répertoire « /var/tmp/yaourt-tmp-jean/aur-eina-audio-player-git/src/eina-git-build/gel »
make[2]: *** [all] Erreur 2
make[2] : on quitte le répertoire « /var/tmp/yaourt-tmp-jean/aur-eina-audio-player-git/src/eina-git-build/gel »
make[1]: *** [all-recursive] Erreur 1
make[1] : on quitte le répertoire « /var/tmp/yaourt-tmp-jean/aur-eina-audio-player-git/src/eina-git-build »
make: *** [all] Erreur 2
==> ERREUR: Une erreur s'est produite dans build().
Abandon...
==> ERREUR: Makepkg n'a pas pu construire eina-audio-player-git.
What's going on ?