[REQUEST] EFL 1.8 / Enlightenment 18

Hi, has anybody done/is doing the recently released EFL 1.8 and E 0.18 or would like to kindly build them? In AUR, I'm only finding -git packages with versions numbered 0.17.99 or 1.8.99...

Scimmia wrote:Since I made that post, the included PKGBUILD was changed so that it's setup to build from Git and not from the release tarballs. It can be made to work, but it'll take some modification.
The shipped PKGBUILD uses the release tarball as source, even if "-git" is part of the package name. This is the PKGBUILD which is part of the 0.18.1 release of enlightenment. The only problems are the name and the pkgver-function.
# Maintainer: Enlightenment Developers <[email protected]>>
pkgname=enlightenment-git
pkgver=0.18.0rc2.17382.ed1a5e4
pkgrel=1
pkgdesc="Enlightenment window manager - GIT development snapshot"
arch=('i686' 'x86_64' 'arm')
url="http://www.enlightenment.org"
license=('BSD')
depends=('elementary' 'xcb-util-keysyms' 'hicolor-icon-theme' 'pixman' 'mesa'
'desktop-file-utils' 'udisks2' 'ttf-font' 'bluez-libs')
optdepends=('connman: network module'
'acpid: power events on laptop lid close'
'gdb: create backtraces on crash')
provides=("enlightenment17=$pkgver" 'notification-daemon')
conflicts=("enlightenment17")
backup=('etc/enlightenment/sysactions.conf'
'etc/xdg/menus/enlightenment.menu')
options=('debug')
install=enlightenment.install
pkgver() {
cd "../.."
for _i in v_maj v_min v_mic; do
local v_ver=$v_ver.$(grep -m1 $_i configure.ac | sed 's/m4//' | grep -o "[[:digit:]]*")
done
v_ver=$(awk -F , -v v_ver=${v_ver#.} '/^AC_INIT/ {gsub(/v_ver/, v_ver); gsub(/[\[\] -]/, ""); print $2}' configure.ac)
printf "$v_ver.$(git rev-list --count HEAD).$(git rev-parse --short HEAD)"
build() {
cd "../.."
export CFLAGS="$CFLAGS -fvisibility=hidden -fomit-frame-pointer"
[[ -e Makefile ]] && make clean distclean
./autogen.sh --prefix=/usr --sysconfdir=/etc --enable-wayland-clients --enable-wayland-egl
make
package() {
cd "../.."
make -j1 DESTDIR="$pkgdir" install
install -Dm644 AUTHORS "$pkgdir/usr/share/doc/${pkgname%-*}/AUTHORS"
install -Dm644 ChangeLog "$pkgdir/usr/share/doc/${pkgname%-*}/ChangeLog"
install -Dm644 NEWS "$pkgdir/usr/share/doc/${pkgname%-*}/NEWS"
install -Dm644 README "$pkgdir/usr/share/doc/${pkgname%-*}/README"
install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
ln -sf "../../licenses/$pkgname/COPYING" "$pkgdir/usr/share/doc/${pkgname%-*}/COPYING"

Similar Messages

  • FCP (7.0.3) continually losing render files

    MacPro build 5,1; dual 2.66 6-core Xeons, 16 gig RAM, OS 10.6.8.
    This is more a request for speculation and enlightenment than a cry for help.  I have my opinions as to why its happening, but I'd appreciate any suggestions the greater minds in this forum could provide...
    At one of my major client's facilities, their FCP system is what I would describe as "not set up according to best practice".  By that, I mean they have an internal RAID5 with 4 1TB drives (2.61 useful capacity), upon which both the applications and the media reside.
    As I told them when they first set this up, "this can cause problems", and I think this might be one of them.  I am CONSTANTLY having to re-render.  No, it's not differences between media and timeline formats.  No, I'm not moving/deleting/monkeying with the media on the desktop.  I render, save, quit...and when I re-open the project, there's about a 50% likelihood that the sequence will have to be rendered again.
    This issue seems to be getting worse with age...I've been working on this particular computer for almost a year now, and its gone from being an occasional nuisance to a very regular (and time-consuming) problem.  I strive to keep the drive as clean as possible (offloading old projects, media, etc., to our storage server), and right now have 900 gig of free space on the RAID.  I do not do the maintenence on this machine (as I am only a user, not the admin).  Are there any tips I can give Mr. Admin (besides get seperate media drives, which I've mentioned many a time...)?

    Im confused how your Mac Pro is set up
    This should be:
    the system boot drive containing the OS, applications and your FCP project files.
    the internal Raid which is a separate physical drive from the boot drive containing the  scratch disc folder
    see the Edit Smarter web page on how best to configure FCP here:
    Edit Smarter
    I would suggest deleting FCP preferences as per Digital Rebellions Preference Manager
    I would further suggest buying and running Disc Warrior on all your drives regularly:
    Disc Warrior

  • How to create an instance of a dynamically loaded class?

    Hi all,
    I am using ASM bytecode engineering framework to generate classes dynamically. I need to instantiate the classes dynamically as well. Request all to please enlighten me on the following points :
    (1) Presently I load the class using a custom class loader and then use Class.newInstance() method to obtain an instance. However, I read that reflection is slow. So is their a faster way to instantiate in this case?
    (2) The name of the classes are also generated automatically. And I don't know which class will actually be instantiated at runtime. So I have to store the refernce returned by Class.newInstance() in an Object type variable. And when I wish to invoke a method / access a data member on that instance, every time I need to cast the object to the appropriate class using Class.cast(). Can anyone please suggest a more efficient way to hold the reference?
    Thanks and Regards,
    Vinit_J

    Have those classes implement a particular interface, and hold the instances in references to that interface. If you're thinking "that's a bit restricting" then maybe you should re-think whether loading a class whose responsibilities are completely unknown at compile-time is as useful as you first thought it was

  • Changes in Sales Area data

    We require to provide access to "make changes" in the sales area fields only, of a customer master record. The t code VD02 was looked upon, but strangely when VD02 was accessed, even the general data too comes up for editiing which is strictly not required.
    XD02 is not provided to the said user, only the account group, activity 02, and VD02 was provided for the specific sales area.
    Request you all to enlighten me as to where am I going wrong, in the understanding of VD02, authorisation or the execution of it.
    Further to the same, if tab wise authorisation is possible within the sales area data, would be even more obliged.
    Thanks and regards,
    Tariq

    Dear Aziz
    There are 3 tables where customer master data stores
    KNA1 - General data
    KNB1 - Company code  data
    KNVV -  Sales area data
    You can restrict particular user by blocking kna1 table access for tcode - va02.
    Regards
    Pavan Kumar

  • Radius command

    I have searched for an explanation of the following command, but it is not available on the command lookup tool:
    radius-server attribute 55 access-request include
    Could somebody enlighten me on the meaning of this?
    Thanks

    Hi,
    maybe this link
    http://www.cisco.com/en/US/products/sw/iosswrel/ps5207/products_command_reference_chapter09186a0080385729.html
    is what your loking for.
    HTH
    Mark

  • [Request] Eve, EFL-Webkit

    Description - Eve is a web browser based on the EFL and  EWebKit, aimed primarily to be used on mobile devices with touch screens -- but it works like a charm on the desktop, too.
    http://trac.enlightenment.org/e/wiki/Eve
    http://trac.enlightenment.org/e/wiki/EWebKit
    Elementary-svn is already in aur
    if anyone could make some pkgbuilds for this that would be awesome

    Looks relatively straight forward. I'll take a look at it later if nobody beats me to it.
    Edit: Done, https://aur.archlinux.org/packages/etui-git/
    I did add the ewebkit dependency, even though building it is nasty. You should be able to take it out if you don't want epub support.
    Last edited by Scimmia (2014-10-26 04:35:14)

  • [Request] Etui - EFL based document viewer.

    https://github.com/vtorri/etui
    Written by an EFL dev and hosted on github (for reason unknown). PDF/document reader.

    Looks relatively straight forward. I'll take a look at it later if nobody beats me to it.
    Edit: Done, https://aur.archlinux.org/packages/etui-git/
    I did add the ewebkit dependency, even though building it is nasty. You should be able to take it out if you don't want epub support.
    Last edited by Scimmia (2014-10-26 04:35:14)

  • How do I add a Voter to a Review Activity on a Service Request from an AD User Query on the Request Offering?

    I have the query set-up and it works fine, but I cannot map it to anything, I suppose because it is an object and not a simple string. I think I get the option to Map it to related items or configuration items in the Query itself maybe, I seem to remember
    seeing that, but I can not map it to anywhere on the Service Request or Activities in the Request Offering Set-Up.
    However, looking at my Update Object Activity in My Runbook, I do not see how to add a person to a review activity anyway.
    Can someone enlighten me?
    I do not know Powershell well enough to use it with SCSM or Orchestrator yet, and I am not even sure if we have SMLets so keep it simple if possible.
    Thanks for any assistance!

    More info:
    How to add a Reviewer to a Review Activity through Orchestrator
    http://www.scsm.se/?p=895
    Note: Microsoft provides third-party contact information to help you find technical support. This contact information may change without notice. Microsoft does not guarantee the accuracy of this third-party contact information.
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact [email protected]

  • [SOLVED] AUR's enlightenment-git installation problem

    Hello
    I was attempting to install enlightenment-git from AUR, but I get an error during efl-git. I made a system update before, so I had the latest base-devel tools. Any thoughts?
    CC modules/ecore_evas/engines/wayland/modules_ecore_evas_engines_wayland_module_la-ecore_evas_wayland_common.lo
    modules/ecore_evas/engines/wayland/ecore_evas_wayland_common.c: In function '_ecore_evas_wl_common_cb_window_configure':
    modules/ecore_evas/engines/wayland/ecore_evas_wayland_common.c:309:20: error: 'fw' undeclared (first use in this function)
    nw -= fw;
    ^
    modules/ecore_evas/engines/wayland/ecore_evas_wayland_common.c:309:20: note: each undeclared identifier is reported only once for each function it appears in
    modules/ecore_evas/engines/wayland/ecore_evas_wayland_common.c:310:20: error: 'fh' undeclared (first use in this function)
    nh -= fh;
    ^
    modules/ecore_evas/engines/wayland/ecore_evas_wayland_common.c:191:24: warning: variable 'prev_full' set but not used [-Wunused-but-set-variable]
    Eina_Bool prev_max, prev_full;
    ^
    modules/ecore_evas/engines/wayland/ecore_evas_wayland_common.c:191:14: warning: variable 'prev_max' set but not used [-Wunused-but-set-variable]
    Eina_Bool prev_max, prev_full;
    ^
    modules/ecore_evas/engines/wayland/ecore_evas_wayland_common.c:190:20: warning: variable 'orig_h' set but not used [-Wunused-but-set-variable]
    int orig_w = 0, orig_h = 0;
    ^
    modules/ecore_evas/engines/wayland/ecore_evas_wayland_common.c:190:8: warning: variable 'orig_w' set but not used [-Wunused-but-set-variable]
    int orig_w = 0, orig_h = 0;
    ^
    modules/ecore_evas/engines/wayland/ecore_evas_wayland_common.c: At top level:
    modules/ecore_evas/engines/wayland/ecore_evas_wayland_common.c:319:4: error: expected identifier or '(' before 'if'
    if (prev_full != ee->prop.fullscreen)
    ^
    modules/ecore_evas/engines/wayland/ecore_evas_wayland_common.c:322:4: error: expected identifier or '(' before 'if'
    if (ee->prop.fullscreen)
    ^
    modules/ecore_evas/engines/wayland/ecore_evas_wayland_common.c:333:4: error: expected identifier or '(' before 'if'
    if ((ee->x != ev->x) || (ee->y != ev->y))
    ^
    modules/ecore_evas/engines/wayland/ecore_evas_wayland_common.c:336:4: error: expected identifier or '(' before 'if'
    if ((ee->req.w != orig_w) || (ee->req.h != orig_h))
    ^
    modules/ecore_evas/engines/wayland/ecore_evas_wayland_common.c:339:4: error: expected identifier or '(' before 'if'
    if ((prev_max != ee->prop.maximized) ||
    ^
    modules/ecore_evas/engines/wayland/ecore_evas_wayland_common.c:343:4: error: expected identifier or '(' before 'return'
    return ECORE_CALLBACK_PASS_ON;
    ^
    modules/ecore_evas/engines/wayland/ecore_evas_wayland_common.c:344:1: error: expected identifier or '(' before '}' token
    ^
    modules/ecore_evas/engines/wayland/ecore_evas_wayland_common.c:1526:1: warning: '_ecore_evas_wayland_resize_edge_set' defined but not used [-Wunused-function]
    _ecore_evas_wayland_resize_edge_set(Ecore_Evas *ee, int edge)
    ^
    modules/ecore_evas/engines/wayland/ecore_evas_wayland_common.c: In function '_ecore_evas_wl_common_cb_window_configure':
    modules/ecore_evas/engines/wayland/ecore_evas_wayland_common.c:317:6: warning: control reaches end of non-void function [-Wreturn-type]
    ^
    Makefile:20441: recipe for target 'modules/ecore_evas/engines/wayland/modules_ecore_evas_engines_wayland_module_la-ecore_evas_wayland_common.lo' failed
    make[4]: *** [modules/ecore_evas/engines/wayland/modules_ecore_evas_engines_wayland_module_la-ecore_evas_wayland_common.lo] Error 1
    Makefile:25586: recipe for target 'all-recursive' failed
    make[3]: *** [all-recursive] Error 1
    Makefile:9090: recipe for target 'all' failed
    make[2]: *** [all] Error 2
    Makefile:1728: recipe for target 'all-recursive' failed
    make[1]: *** [all-recursive] Error 1
    Makefile:1230: recipe for target 'all' failed
    make: *** [all] Error 2
    Last edited by Linoman (2014-01-20 09:22:00)

    Assuming you don't need wayland, you could try and comment/delete those lines in PKGBUILD:
    --enable-wayland-clients \
    --enable-wayland-egl

  • [Enlightenment] Switching from xinerama 4k resolution to 2k

    Hello,
    to make a long story short: How can I switch off xinerama mode in Enlightenment e19 while running the DE?"
    Let me explain...
    I am about to reinstall my entire Arch Linux system, but before doing that I decided to test the latest Arch Linux on a different disk.
    My trouble is my monitor setup. I have an IBM T221 monitor, which is basically four 1920x1200 monitors in one big screen. I have figured out xorg.conf to get the "4K" resolution, and with this line in ~/.xinitrc:
    exec enlightenment_start -fake-xinerama-screen 3840x2400+0+0
    ... it all works perfectly fine.
    However, movies don't run so well in that resolution. So what I do in my older e17 install is to simply run this xrandr command:
    xrandr \
    --screen 0 --size 1920x1200 \
    --output DisplayPort-0 --off \
    --output DisplayPort-1 --primary --mode 1920x1200 --pos 0x0 \
    --output DisplayPort-2 --off \
    --output DisplayPort-3 --off
    ... and that works as expected--I then get the "2K" resolution and movies run smoothly.
    On e19 however, that does not work anymore
    After running the xrandr script, I get the 2K resolution, but with a framebuffer of 4K; in otherwords, xinerama does not turn off, my screen shows the top left quarter of the 4K setup and when maximizing windows they maximize into the non-existent space...
    My solution so far has been to logout, and "startx" with a different xorg.conf file. I wrote two scripts, one called "e2k" and another "e4k", and modified ~/.xinitrc:
    e2k
    #!/bin/sh
    export RESOLUTION=lowres
    /usr/bin/startx -- -config xorg.conf-2k
    e4k
    #!/bin/sh
    export RESOLUTION=hires
    /usr/bin/startx -- -config xorg.conf
    ~/.xinitrc
    #!/bin/sh
    # ~/.xinitrc
    # Executed by startx (run your window manager from here)
    if [ -d /etc/X11/xinit/xinitrc.d ]; then
    for f in /etc/X11/xinit/xinitrc.d/*; do
    [ -x "$f" ] && . "$f"
    done
    unset f
    fi
    if [ ${RESOLUTION} == 'lowres' ];
    then
    exec enlightenment_start
    else
    exec enlightenment_start -fake-xinerama-screen 3840x2400+0+0
    fi
    And this works well. However, it requires me to logout and login everytime I want to switch resolutions.
    Is there a better way?

    Just to follow up, Our compositing supervisor was still convinced that running with MP was the way to go, so I worked
    with him to run some benchmarks on medium and heavy shots that we determinied would trigger the issue in -MP mode.
    The test scene was about 50 frames in length, and we ran it on the same hosts with -MP on and -MP off, and also ran a 
    version of bundled frames (10 frames per host/task) and another where we did all 50 frames on a single host (with and without MP).
    Interestingly, in every scenerio of these 4 cases, the version with -MP on, was 2-15% faster (despite the 10-11 minute delay at the start in MP mode).
    His conclusion was it's still faster with -MP mode ON, and requested that I continue to explore for patches or theories how we might get around the delay.
    Have read links:
    http://forums.creativecow.net/thread/2/1025525
    http://helpx.adobe.com/content/help/en/after-effects/using/memory-storage1.html
    Regards,
    -Jay-

  • WLC2106 + LAP1131AG configuration help request

    Greetings Everyone.
    One of my customers asked me to configure a WLC 2106 and 2 LAP 1131AG (lightweight) for corporate/guest Wifi.
    Basicly they want to implement a good wifi connection for internal use and a guest one with different QoS. The two lans
    should both have dhcp but they must bet kept segregated so that none from the Guest wifi can access corporate resources.
    Since i've never configured a WLC from scrath i lightly supposed it would be quite straigh forward as routers and switches from Cisco.
    Unfortunately i was totally wrong.
    I've downloaded the "Cisco Wireless LAN ControllerConfiguration Guide" (Soft.Release 6.0 June 2009) and after i red it i made up this workflow
    for the configurations:
    1) Configure Controller: (via serial)
         -     Set Management Interface parameters (IP- SM - Def GW - Dhcp server IP)
         -     Set Ap-Manager Interface  parameters
         -     Virtual Interface parameters
         -     Set Admin Credentials
         -     Dhcp Configuration (internal and/or external)
    2) Ap registration on the controller
         -     Configure vlan with dhcp request redirection to the dhcp server
    3) Configure Wlan following customer's requests.
         -     Configure Wlan Auth for Corporate/Guest Wifi
         -     Configure QoS for both Wlans
    Unfortunately i'm experiencing issue while trying joining the AP to the WLC.
    It appers that the IT guy of my customer tried to configure one of the Ap.
    In that Ap's flash i find files referring to a "mesh" configuration like:
    mesh_cfg.txt - mesh_port_cfg.txt
    which are not present on the other Ap.
    I've tried to register both the Ap using:
    1) Internal DHCP
    2) External DHCP (microsoft W2k8 R2) 
    3) External DHCP (non cisco router)
    But as a matter of fact they got the ip from dhcp but they don't show up in the WLC GUI.
    So, resuming my issues sounds like:
    1) Can't make Ap join the WLC
    2) There are configuratin file on one Ap that i can't clear
    3) DHCP configuration is probably wrong.
    Since i'm quite lost, i'm ready to learn from anyone who could spare some time helping me out.
    Thank you in advance!
    Regards
    Alessio
    P.S.
    Ap version is the following:
    Cisco IOS Software, C1130 Software (C1130-K9W8-M), Version 12.4(21a)JHB1, RELEASE SOFTWARE (fc1)
    Technical Support: http://www.cisco.com/techsupport
    Copyright (c) 1986-2010 by Cisco Systems, Inc.
    Compiled Wed 11-Aug-10 15:39 by prod_rel_team
    ROM: Bootstrap program is C1130 boot loader
    BOOTLDR: C1130 Boot Loader (C1130-BOOT-M) Version 12.3(8)JEA, RELEASE SOFTWARE (fc2)

    Good Day Everyone.
    After a long fight, the insights of Stephen and Scott  and:
    https://supportforums.cisco.com/docs/DOC-13960  and
    https://supportforums.cisco.com/thread/2003153
    I finally managed to wipe the old configuration and to configure a LAP 1131 attached to one of the POE of the controller.
    After having configured a Wlan and having set the correct DHCP redirection i'm able to connect and get an ip! (WHOA!)
    I've had to set a manual ip address on the AP (let's call AP1 from now on) and to manually point it to the controller.
    I was thinking about using this configuration at the customer's site getting ips from the internal DHCP and thus letting employees using the internal resources of the company.
    With the same idea, i started to configure the second AP (AP2 from now on).
    So i set up a dynamic interface, always on physical port 1 of the controller, gave it an ip address on another class.
    Got into the antenna via console and set an ip accordingly.
    I expected the controller and the antenna to communicate immediately as the AP1 did before BUT:
    LWAPP_CLIENT_ERROR_DEBUG: spamHandleJoinTimer: Did not recieve the Join response
    LWAPP_CLIENT_ERROR_DEBUG: No more AP manager IP addresses remain.
    %SYS-5-RELOAD: Reload requested by LWAPP CLIENT. Reload Reason: DID NOT GET JOIN RESPONSE.
    %LWAPP-5-CHANGED: LWAPP changed state to DOWNXmodem file system is available.
    And keep reloading itself on, and on, and guess? Yes, on.
    I'm sure i took a wrong step somewhere, could someone be so kind to enlighten me about it?
    Thanks in advance!
    Alessio

  • Can't compile winlist-ng and itask for Enlightenment desktop

    Hi,
    I'd like to compile winlist-ng and itask for Enlightenment.
    I've checked out the code from here
    svn checkout http://svn.enlightenment.org/svn/e/trunk/E-MODULES-EXTRA
    Then I run
    cd E-MODULES-EXTRA/winlist-ng/
    ./autogen.sh --prefix=/usr
    make
    But I get the following errors
    In file included from e_mod_main.c:1:0:
    e_mod_main.h:59:3: error: unknown type name ‘E_Popup’
    E_Popup *popup;
    ^
    e_mod_main.h:87:3: error: unknown type name ‘E_Border’
    E_Border *border;
    ^
    e_mod_main.h:94:3: error: unknown type name ‘E_Border’
    E_Border *bd_above;
    ^
    e_mod_main.h:142:48: error: unknown type name ‘E_Border’
    Ngw_Item *ngw_item_new (Ng *ng, E_Border *bd);
    ^
    e_mod_main.h:169:48: error: unknown type name ‘E_Border’
    void ngw_border_menu_show (Ng *ng, E_Border *bd, Evas_Coord x, Evas_Coord y, int dir, Ecore_X_Time timestamp);
    ^
    e_mod_main.c:68:20: error: unknown type name ‘E_Container’
    _ngw_config_dialog(E_Container *con, const char *params)
    ^
    e_mod_main.c: In function ‘e_modapi_init’:
    e_mod_main.c:161:8: error: ‘E_EVENT_CONTAINER_RESIZE’ undeclared (first use in this function)
    (E_EVENT_CONTAINER_RESIZE, _ngw_win_container_resize_cb, NULL));
    ^
    e_mod_main.c:161:8: note: each undeclared identifier is reported only once for each function it appears in
    e_mod_main.c:163:50: error: ‘E_Config’ has no member named ‘use_composite’
    if(ecore_x_screen_is_composited(0) || e_config->use_composite)
    ^
    e_mod_main.c:179:112: error: ‘_ngw_config_dialog’ undeclared (first use in this function)
    e_configure_registry_item_add("extensions/winlist_ng", 50, D_("Winlist NG"), NULL, "enlightenment/winlist", _ngw_config_dialog);
    ^
    e_mod_main.c: In function ‘_ngw_win_new’:
    e_mod_main.c:241:15: warning: assignment makes pointer from integer without a cast
    win->popup = e_popup_new(ng->zone, 0, 0, 0, 0);
    ^
    e_mod_main.c:243:24: error: request for member ‘ecore_evas’ in something not a structure or union
    win->ee = win->popup->ecore_evas;
    ^
    e_mod_main.c:244:26: error: request for member ‘evas’ in something not a structure or union
    win->evas = win->popup->evas;
    ^
    e_mod_main.c:246:15: error: ‘E_Config’ has no member named ‘use_composite’
    if(e_config->use_composite)
    ^
    e_mod_main.c:252:12: error: request for member ‘shaped’ in something not a structure or union
    win->popup->shaped = 1;
    ^
    e_mod_main.c:253:34: error: request for member ‘ecore_evas’ in something not a structure or union
    ecore_evas_shaped_set(win->popup->ecore_evas, 1);
    ^
    e_mod_main.c:256:14: error: request for member ‘evas_win’ in something not a structure or union
    win->popup->evas_win = ecore_evas_software_x11_window_get(win->ee);
    ^
    Makefile:455: recipe for target 'e_mod_main.lo' failed
    make[2]: *** [e_mod_main.lo] Error 1
    make[2]: Leaving directory '/tmp/E-MODULES-EXTRA/winlist-ng/src'
    Makefile:476: recipe for target 'all-recursive' failed
    make[1]: *** [all-recursive] Error 1
    make[1]: Leaving directory '/tmp/E-MODULES-EXTRA/winlist-ng'
    Makefile:384: recipe for target 'all' failed
    make: *** [all] Error 2
    Here's the full output of both autogen and make:
    Output.
    Any help is appreciated.

    I gave a couple of window switchers and task switchers a shot, but none of them work well with enlightenment.
    rofi, simpleswitcher, telescope, xwinmosaic, skippy-xd have two issues for me:
      •  they show all windows on all desktops
      •  they don't see newly created windows, I have to restart enlightenement (ctrl+alt+end) for them to appear, making them unusable.
    It's probably due to enlightenment not implementing some standards. Here's the output of skippy-xd:
    $ skippy-xd
    [wm_check(): Your WM is neither EWMH nor GNOME WM compliant. Troubles ahead.
    main(): running once then quitting...
    wm_get_stack_sub(): Retrieved window stack from _NET_CLIENT_LIST.
    [ 0.02 ] error 8 (BadMatch) request 139 minor 4 serial 124 ("BadMatch (invalid parameter attributes)")
    [ 0.02 ] error 143 (BadPicture) request 139 minor 30 serial 125 ("RenderBadPicture (invalid Picture parameter)")
    [ 0.02 ] error 8 (BadMatch) request 139 minor 4 serial 143 ("BadMatch (invalid parameter attributes)")
    Oh, and superswitcher just segfaults, but that project seems to be dead for a couple of years now.
    In any case I liked rofi and skippy-xd but they don't work well with enlightenment. I might just drop enlightenment because it's not very stable, crashes too often, lack of working systray, bad scaling for gtk apps, and has weird alt+tab behavior.

  • [Request] Enna Media Center

    Hi,
    I checked the AUR and found only a svn package for enna.
    Now the first public stable release is posted on their website, maybe somebody has the time and it is willing to make a PKGBUILD for it, and maybe submit it to AUR.
    Thanks.
    http://enna.geexbox.org/

    Hi
    for EFL libraries i have used this  script http://fabiofalcinelli.it/files/archE17svn.sh
    then for libnfo-hg:
    # PKGBUILD based on enna-svn by Contributor Fabio Falcinelli <fabio.falcinelli - at - gmail.com>
    # Contributor: Flamelab <panosfilip - at - gmail.com>
    pkgname=libnfo-hg
    pkgver=70
    pkgrel=1
    pkgdesc="Small library used to parse and write NFO files"
    arch=('i686' 'x86_64')
    license=('BSD')
    url="http://www.enlightenment.org"
    makedepends=('mercurial')
    conflicts=('libnfo' 'libnfo-svn')
    provides=('libnfo')
    depends=()
    source=()
    md5sums=()
    _hgroot="http://hg.geexbox.org/libnfo"
    _hgrepo="libnfo"
    build() {
    cd ${srcdir}
    if [ -d ${_hgrepo} ]; then
    cd ${_hgrepo}
    make clean
    hg pull -u
    else
    hg clone ${_hgroot}/${_hgrepo}
    cd ${_hgrepo}
    fi
    ./configure --prefix=/usr/ --disable-static
    make || return 1
    make DESTDIR=$startdir/pkg install
    install -D -m644 AUTHORS ${pkgdir}/usr/share/licenses/$pkgname/AUTHORS
    install -D -m644 COPYING ${pkgdir}/usr/share/licenses/$pkgname/COPYING
    then for libvalhalla-hg
    # PKGBUILD based on enna-svn by Contributor Fabio Falcinelli <fabio.falcinelli - at - gmail.com>
    # Contributor: Flamelab <panosfilip - at - gmail.com>
    pkgname=libvalhalla-hg
    pkgver=686
    pkgrel=1
    pkgdesc="A tiny media scanner api"
    arch=('i686' 'x86_64')
    license=('BSD')
    url="http://www.enlightenment.org"
    makedepends=('mercurial')
    conflicts=('libvalhalla' 'libvalhalla-svn')
    provides=('libvalhalla')
    depends=('libnfo-hg' 'libexif')
    source=()
    md5sums=()
    _hgroot="http://hg.geexbox.org/libvalhalla"
    _hgrepo="libvalhalla"
    build() {
    cd ${srcdir}
    if [ -d ${_hgrepo} ]; then
    cd ${_hgrepo}
    make clean
    hg pull -u
    else
    hg clone ${_hgroot}/${_hgrepo}
    cd ${_hgrepo}
    fi
    ./configure --prefix=/usr/ --disable-static
    make || return 1
    make DESTDIR=$startdir/pkg install
    install -D -m644 AUTHORS ${pkgdir}/usr/share/licenses/$pkgname/AUTHORS
    install -D -m644 COPYING ${pkgdir}/usr/share/licenses/$pkgname/COPYING
    then for libplayer-hg
    # PKGBUILD based on enna-svn by Contributor Fabio Falcinelli <fabio.falcinelli - at - gmail.com>
    # Contributor: Flamelab <panosfilip - at - gmail.com>
    pkgname=libplayer-hg
    pkgver=1292
    pkgrel=1
    pkgdesc="A multimedia A/V abstraction layer api"
    arch=('i686' 'x86_64')
    license=('BSD')
    url="http://www.enlightenment.org"
    makedepends=('mercurial')
    conflicts=('libplayer' 'libplayer-svn')
    provides=('libplayer')
    depends=()
    source=()
    md5sums=()
    _hgroot="http://hg.geexbox.org/libplayer"
    _hgrepo="libplayer"
    build() {
    cd ${srcdir}
    if [ -d ${_hgrepo} ]; then
    cd ${_hgrepo}
    make clean
    hg pull -u
    else
    hg clone ${_hgroot}/${_hgrepo}
    cd ${_hgrepo}
    fi
    ./configure --prefix=/usr/ --disable-static
    make || return 1
    make DESTDIR=$startdir/pkg install
    install -D -m644 AUTHORS ${pkgdir}/usr/share/licenses/$pkgname/AUTHORS
    install -D -m644 COPYING ${pkgdir}/usr/share/licenses/$pkgname/COPYING
    then enna-hg
    # PKGBUILD based on enna-svn by Contributor Fabio Falcinelli <fabio.falcinelli - at - gmail.com>
    # Contributor: Flamelab <panosfilip - at - gmail.com>
    pkgname=enna-hg
    pkgver=2614
    pkgrel=1
    pkgdesc="EFL mediacenter which manages video, music, pictures. HG (testing) version"
    arch=('i686' 'x86_64')
    license=('BSD')
    url="http://www.enlightenment.org"
    makedepends=('mercurial')
    conflicts=('enna' 'enna-svn')
    provides=('enna')
    depends=('ewl' 'ecore' 'emotion-svn' 'e_dbus' 'hal' 'edje' 'lirc-utils' 'libvalhalla-hg' 'libplayer-hg' 'libxdg-basedir' 'libnfo-hg')
    source=()
    md5sums=()
    _hgroot="http://hg.geexbox.org/enna"
    _hgrepo="enna"
    build() {
    cd ${srcdir}
    if [ -d ${_hgrepo} ]; then
    cd ${_hgrepo}
    make clean
    hg pull -u
    else
    hg clone ${_hgroot}/${_hgrepo}
    cd ${_hgrepo}
    fi
    ./autogen.sh --prefix=/usr/ --disable-static
    make || return 1
    make DESTDIR=$startdir/pkg install
    install -D -m644 AUTHORS ${pkgdir}/usr/share/licenses/$pkgname/AUTHORS
    install -D -m644 COPYING ${pkgdir}/usr/share/licenses/$pkgname/COPYING
    works
    /edit
    modified mailadress and added libxdg-basedir depends for enna-hg version
    /edit
    bye
    Last edited by panduro (2010-01-15 19:03:24)

  • [SOLVED] python-efl: command 'gcc' failed with exit status 1

    Hi everyone! I'm running an x86_64 system with Enlightenment. I'm trying to install econnman from source to have a simpler life trying to connect to my University's wifi network. However, it misses the python-efl dependency. I downloaded it from the AUR, but I get the error message "error: command 'gcc' failed with exit status 1"  when running 'python setup.py build'. This is the complete terminology output:
    [dude@susan python-efl-1.8.0]$ sudo python setup.py build
    Checking for Eina: OK, found 1.11.2
    Checking for Eo: OK, found 1.11.2
    Checking for Evas: OK, found 1.11.2
    Checking for Ecore: OK, found 1.11.2
    Checking for EcoreFile: OK, found 1.11.2
    Checking for Edje: OK, found 1.11.2
    Checking for Emotion: OK, found 1.11.2
    Checking for DBus: OK, found 1.2.0
    Checking for Elementary: OK, found 1.11.2
    running build
    running build_py
    creating build/lib.linux-x86_64-3.4/e_dbus
    copying compat/e_dbus/__init__.py -> build/lib.linux-x86_64-3.4/e_dbus
    running build_ext
    building 'eo' extension
    gcc -pthread -Wno-unused-result -Werror=declaration-after-statement -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -fPIC -DEFL_BETA_API_SUPPORT -Iinclude/ -I/usr/include/python3.4m -c efl/eo/efl.eo.c -o build/temp.linux-x86_64-3.4/efl/eo/efl.eo.o -I/usr/include/efl-1 -I/usr/include/eo-1 -I/usr/include/efl-1 -I/usr/include/eina-1 -I/usr/include/eina-1/eina
    efl/eo/efl.eo.c: In function ‘__pyx_pf_3efl_2eo_4event_global_freeze_get’:
    efl/eo/efl.eo.c:1127:3: warning: implicit declaration of function ‘eo_event_global_freeze_get’ [-Wimplicit-function-declaration]
    eo_do(((const Eo *)eo_base_class_get()), eo_event_global_freeze_get((&__pyx_v_fcount)));
    ^
    efl/eo/efl.eo.c: In function ‘__pyx_f_3efl_2eo_object_from_instance’:
    efl/eo/efl.eo.c:1445:3: warning: implicit declaration of function ‘eo_base_data_get’ [-Wimplicit-function-declaration]
    eo_do(__pyx_v_obj, eo_base_data_get(__pyx_k_5, (&__pyx_v_data)));
    ^
    efl/eo/efl.eo.c: In function ‘__pyx_f_3efl_2eo__eo_event_del_cb’:
    efl/eo/efl.eo.c:2050:3: warning: implicit declaration of function ‘eo_base_data_del’ [-Wimplicit-function-declaration]
    eo_do(__pyx_v_self->obj, eo_base_data_del(__pyx_k_5));
    ^
    In file included from efl/eo/efl.eo.c:317:0:
    efl/eo/efl.eo.c: In function ‘__pyx_pf_3efl_2eo_2Eo_4__repr__’:
    efl/eo/efl.eo.c:2286:30: error: too many arguments to function ‘eo_parent_get’
    eo_do(__pyx_v_self->obj, eo_parent_get((&__pyx_v_parent)));
    ^
    /usr/include/eo-1/Eo.h:588:8: note: in definition of macro ‘_eo_do_common’
    __VA_ARGS__; \
    ^
    efl/eo/efl.eo.c:2286:5: note: in expansion of macro ‘eo_do’
    eo_do(__pyx_v_self->obj, eo_parent_get((&__pyx_v_parent)));
    ^
    In file included from /usr/include/eo-1/Eo.h:1112:0,
    from efl/eo/efl.eo.c:317:
    /usr/include/eo-1/eo_base.eo.h:37:12: note: declared here
    EOAPI Eo * eo_parent_get(void);
    ^
    efl/eo/efl.eo.c: In function ‘__pyx_f_3efl_2eo_2Eo__set_obj’:
    efl/eo/efl.eo.c:2496:3: warning: implicit declaration of function ‘eo_base_data_set’ [-Wimplicit-function-declaration]
    eo_do(__pyx_v_self->obj, eo_base_data_set(__pyx_k_5, ((void *)__pyx_v_self), NULL));
    ^
    In file included from efl/eo/efl.eo.c:317:0:
    efl/eo/efl.eo.c: In function ‘__pyx_pf_3efl_2eo_2Eo_14parent_get’:
    efl/eo/efl.eo.c:2963:28: error: too many arguments to function ‘eo_parent_get’
    eo_do(__pyx_v_self->obj, eo_parent_get((&__pyx_v_parent)));
    ^
    /usr/include/eo-1/Eo.h:588:8: note: in definition of macro ‘_eo_do_common’
    __VA_ARGS__; \
    ^
    efl/eo/efl.eo.c:2963:3: note: in expansion of macro ‘eo_do’
    eo_do(__pyx_v_self->obj, eo_parent_get((&__pyx_v_parent)));
    ^
    In file included from /usr/include/eo-1/Eo.h:1112:0,
    from efl/eo/efl.eo.c:317:
    /usr/include/eo-1/eo_base.eo.h:37:12: note: declared here
    EOAPI Eo * eo_parent_get(void);
    ^
    efl/eo/efl.eo.c: In function ‘__pyx_pf_3efl_2eo_2Eo_20event_freeze_get’:
    efl/eo/efl.eo.c:3104:3: warning: implicit declaration of function ‘eo_event_freeze_get’ [-Wimplicit-function-declaration]
    eo_do(__pyx_v_self->obj, eo_event_freeze_get((&__pyx_v_fcount)));
    ^
    error: command 'gcc' failed with exit status 1
    Can anyone help me? Please tell me every output you need. Thanks and a good day to you, sir!
    Last edited by HisDudeness (2014-10-02 08:47:15)

    You know what? You're right!
    I don't know how I exactly got that version... I got back to the AUR and downloaded the new one. The strange thing is, while that old version's tar.gz conained a lot of files like I'd expect from a source archive, the current version only contained the files .AURINFO and PKGBUILD. Guess that's the way it should be, I'm new to all of this so I was initially surprised. Obviously, running makepkg here worked like a charm and downloaded everything that was needed for it to install. Then, econnman installed just fine too. What I can't explain to myself is why 1.8.0's tar.gz contained all those files.
    In the end, I couldn't use nor connman cli nor econnman to connect to my Campus' WiFi but, after a lot of trouble, I got it to work with dhclient and wpa_supplicant like it's suggested. This hasn't been useless anyway, I saw how to install from the AUR for the first time.
    I'll mark the post as solved, but I got one last question: provided I don't need econnman anymore, do you suggest me to keep python-efl or to remove it? Is it needed for something else I'll certainly run into in the future?

  • AMP Feature request thread

    I've just started trying to use the AMP for some home entertainment and I must say it has been a challenge to enjoy this product in its current form. Perhaps I dont have a grasp on what the expressed functions of the player are, and what advantages can it offer me over the myriad of other players and services.
    I can find nowhere else to leave feedback and suggestions or have dialog with adobe developers so I thought, like in many other Adobe product forums, to begin a feature request thread in hopes that if enough users add feedback we may eventually have an improved product. In the same regard users can enlighten others as to what functions they find useful already. Its not meant to be a gripe list but a chance to voice constructive ideas and share experience with the product.
    Preamble complete, I will have first go:
    1) The system options seem very limited to me, for instance I can not find an option to view or change in what directory\folder the video files are downloaded or cached to.
    2) A minimized view or skin would add benefit for me. It seems now the only options are full screen and a small window housed inside the AMP program window. With any other media player I have used one can play a file in a resizable window without all the other program buttons and menus eating up your screen space.
    3) Video controls options during playback, like chroma level, brightness/contrast, gamma. This is standard on other players.
    4) I get annoyed when I am watching a video and I pause and go to the home or favorites tab, AMP automatically disconnects the video I was playing, and the I must search the catalogue to find it, restart it, and re-watch the commercials if any to re-cue it to the last viewing spot.
    5) I dont really appreciate the default favorites or new episodes listed. That is not needed.
    6) There are no right click menus? Odd. At the least I would like to be able to right click a video file to pull up information on it. In fact, I would like any method of looking at files information. This goes hand in hand with the general lack of user options throughout the program.
    7) Last one for now, but a big one. Why in the world would AMP not support more video formats? I, like most computing people, horde all kinds of different media files in my various libraries. If AMP cant play them it has a big disadvantage to all of the other ubiquitous media players out there.
    Thats it for starters. Hopefully I will start get more familiar with the program and then find more benefits. Please, add to this thread if you have any thoughts on the AMP.

    1.  Ability to skip forward (fast forward) through a video or rewind video.
    2.  Point AMP to a set of folders containing personal videos I want to watch in AMP.  Right now, if I have a series of videos that form one full course, I have to eliminate the previous course videos so they do not get mixed in with the new course videos.
    3.  Ability to go back to where I was in the video when the Internet goes down (or flickers) rather than play from beginning.
    4.  By the way, why are the TV shows going away?  This was the No. 1 reason we installed AMP on our multimedia computer!
    That is all for now.
    Thanks,
    edsager

Maybe you are looking for

  • Icon of a connector and arrow after restoring - HELP!

    Hi. After loading the newest ipod updater and updating my 3g 10gb ipod it wont work. It turns on and shows the apple logo, then switches to a picture of what looks like the end of the connector cord with an arrow. After this it turns off. I have trie

  • Setting Current Date on a checkbox

    Hi all, I have a requirement in which all the rows have a checkbox if user checks the checkbox and save the record I need to populated current date for checked record in a column. Please guide me in this regard. Its urgent please. Thanks Ragni Gupta

  • Displaying Flash movie from UCM

    Hi, could anyone help me how to display a flash movie from UCM on webcenter portal page? I tried to do this by Image component, however flash displays after clicking image in new window. How can I achieve functionallity to show flash movie automatica

  • Mpg to flv conversion

    Best method for .mpg to .flv conversion? I have the Master Collection CS3, but I still have to download an flv converter tool???

  • Problema al actualizar ipod 5 touch (icloud)

    hola buen dia mi problema es que mi prima me vendio su ipod 5ta generacion y lo estuve utilizando normal mente pero al salir una actualisacion se reinicio y me pide una clave de apple le dije ami prima si recordava el id de apple el cual me respondio