You are not logged in.

#326 2005-11-03 19:29:45

fouinix
Member
From: France
Registered: 2005-07-31
Posts: 55

Re: e17-cvs packages

Same problem with evfs since 2 weeks.

Concerning express-cvs, it's because I have re-compiled express-cvs on 20051030 and added this package of the fouiny_repo.db.tar.gz dated on 20051029 to avoid me a complete update of e17

that does not have to function lol

Offline

#327 2005-11-03 19:52:40

CyberTron
Member
From: Gotland ,Sweden
Registered: 2005-03-17
Posts: 645
Website

Re: e17-cvs packages

i have no trouble comiling evfs from toninght

anyone want it ?


http://www.linuxportalen.com  -> Linux Help portal for Linux and ArchLinux (in swedish)

Dell Inspiron 8500
Kernel 2.6.14-archck1  (selfcompiled)
Enlightenment 17

Offline

#328 2005-11-03 20:35:00

nightfrost
Member
From: Sweden
Registered: 2005-04-16
Posts: 647

Re: e17-cvs packages

Thanks cybertron; but I'm interested to find out why it's not working. I'm gonna compile it again to see. I'll post back in a few minutes...

Offline

#329 2005-11-03 20:37:51

nightfrost
Member
From: Sweden
Registered: 2005-04-16
Posts: 647

Re: e17-cvs packages

nope; not working... oh what could it be...?  :?

Offline

#330 2005-11-03 21:34:17

CyberTron
Member
From: Gotland ,Sweden
Registered: 2005-03-17
Posts: 645
Website

Re: e17-cvs packages

the only thing i can think of that *might* be different is that I have slayed all libs from all my packages...that and that I have changed cvs-mirror to the new one @

cvs -d :pserver:anonymous@thinktux.net/root co "name"


http://www.linuxportalen.com  -> Linux Help portal for Linux and ArchLinux (in swedish)

Dell Inspiron 8500
Kernel 2.6.14-archck1  (selfcompiled)
Enlightenment 17

Offline

#331 2005-11-03 21:38:01

CyberTron
Member
From: Gotland ,Sweden
Registered: 2005-03-17
Posts: 645
Website

Re: e17-cvs packages

Here is my pkgbuild:

# Maintainer: Rensel <rensel@email.it>
# Contributor: Thomas Fletcher <shadyfletch@yahoo.co.uk>
# Contributor: Michael Karlsson <arch@linuxportalen.com>

pkgname=evfs-cvs
pkgver=`date +%Y%m%d`
pkgrel=1
pkgdesc="An Enlightened Widget Library"
groups=('e17-extra')
url="http://www.enlightenment.org"
depends=('etk-cvs')
makedepends=('cvs')
provides=('evfs')
source=()

build() {
  cvs -z3 -d :pserver:anonymous@thinktux.net/root co e17/apps/evfs
  cd $startdir/src/e17/apps/evfs
  ./autogen.sh CFLAGS="$CFLAGS -I/opt/e17/include" --prefix=/opt/e17
  make || return 1
  make DESTDIR=$startdir/pkg install
 rm -f `find $startdir/pkg -type f -name '*.la'`
}

http://www.linuxportalen.com  -> Linux Help portal for Linux and ArchLinux (in swedish)

Dell Inspiron 8500
Kernel 2.6.14-archck1  (selfcompiled)
Enlightenment 17

Offline

#332 2005-11-03 23:16:28

nightfrost
Member
From: Sweden
Registered: 2005-04-16
Posts: 647

Re: e17-cvs packages

That's really strange. I tried using the new mirror, but of course I'm having the same problem. I'm pretty sure it's not a libtool thing, cause the error I get has no reference to any *.la file. Google search returns nothing.... it's really annoying... could I be missing a dependency, something new?

Offline

#333 2005-11-04 00:15:03

fouinix
Member
From: France
Registered: 2005-07-31
Posts: 55

Re: e17-cvs packages

Repo updated and slideshow added to the e-modules group

Next update with Libtool slay and new cvs mirror for testing the compilation of etk evfs and entropy (same problem than Nightfrost)

Offline

#334 2005-11-04 06:56:52

CyberTron
Member
From: Gotland ,Sweden
Registered: 2005-03-17
Posts: 645
Website

Re: e17-cvs packages

nightfrost wrote:

That's really strange. I tried using the new mirror, but of course I'm having the same problem. I'm pretty sure it's not a libtool thing, cause the error I get has no reference to any *.la file. Google search returns nothing.... it's really annoying... could I be missing a dependency, something new?

hmm...well it is strange, i am not sure...do you have etk? then it sould be it

the next update by founix might do somehing, we will see...we have to get to the bottom of this


http://www.linuxportalen.com  -> Linux Help portal for Linux and ArchLinux (in swedish)

Dell Inspiron 8500
Kernel 2.6.14-archck1  (selfcompiled)
Enlightenment 17

Offline

#335 2005-11-04 09:12:45

nightfrost
Member
From: Sweden
Registered: 2005-04-16
Posts: 647

Re: e17-cvs packages

I do have etk, and everything else seems to be build just fine. I'm gonna switch over to the new mirror for all my PKGBUILDs and start a new complete build and see what happens. I'll post back the results.

Offline

#336 2005-11-04 09:30:54

CyberTron
Member
From: Gotland ,Sweden
Registered: 2005-03-17
Posts: 645
Website

Re: e17-cvs packages

it could, according to the mailinglist, that ou need updated packaes of etk

and for maerick:your error depends on ecore, update your ecore and install it, then recompile e from cvs


http://www.linuxportalen.com  -> Linux Help portal for Linux and ArchLinux (in swedish)

Dell Inspiron 8500
Kernel 2.6.14-archck1  (selfcompiled)
Enlightenment 17

Offline

#337 2005-11-04 09:33:32

nightfrost
Member
From: Sweden
Registered: 2005-04-16
Posts: 647

Re: e17-cvs packages

but I'm pretty sure I've had up-to-date versions of etk all the time. I'm compiling everything from the new mirror now though. Let's see what happens smile

Thanks for your help on this one, Cybertron. It's really appreciated.

Offline

#338 2005-11-04 09:39:43

CyberTron
Member
From: Gotland ,Sweden
Registered: 2005-03-17
Posts: 645
Website

Re: e17-cvs packages

no problem, i am happy to help


http://www.linuxportalen.com  -> Linux Help portal for Linux and ArchLinux (in swedish)

Dell Inspiron 8500
Kernel 2.6.14-archck1  (selfcompiled)
Enlightenment 17

Offline

#339 2005-11-04 10:12:33

nightfrost
Member
From: Sweden
Registered: 2005-04-16
Posts: 647

Re: e17-cvs packages

OK; this is what happened:

I edited all PKGBUILDs as to use the new mirror, which by the way is really really fast compared to sourceforge smile

Everything built except evidence (which wasn't to be found on the server), e, and of course evfs.

I installed the updated packages and started to build the failed packages anew. e built successfully, but evfs is still having issues. I get the exact the same errors...

I'm really at a loss here.

Offline

#340 2005-11-04 11:23:55

CyberTron
Member
From: Gotland ,Sweden
Registered: 2005-03-17
Posts: 645
Website

Re: e17-cvs packages

hmm...strange.....maybe we should post this tothe mailing list of e17...

Update: Have posted a question about evfs to the mailinglists of e17


http://www.linuxportalen.com  -> Linux Help portal for Linux and ArchLinux (in swedish)

Dell Inspiron 8500
Kernel 2.6.14-archck1  (selfcompiled)
Enlightenment 17

Offline

#341 2005-11-04 14:44:13

nightfrost
Member
From: Sweden
Registered: 2005-04-16
Posts: 647

Re: e17-cvs packages

CyberTron wrote:

Update: Have posted a question about evfs to the mailinglists of e17

Thanks alot. Let's see what happens....

hmmm.... maybe one should join that mailing list...

Offline

#342 2005-11-04 17:04:02

maveric7911
Member
From: Maryland
Registered: 2004-09-23
Posts: 58

Re: e17-cvs packages

And weeeeeeeeeeee. I now have opengl mode operating correctly on my desktop. Just need to get this diff setup correctly and I will get it posted.

Offline

#343 2005-11-04 17:10:28

CyberTron
Member
From: Gotland ,Sweden
Registered: 2005-03-17
Posts: 645
Website

Re: e17-cvs packages

GREAT!!!!POST POST POST big_smile


http://www.linuxportalen.com  -> Linux Help portal for Linux and ArchLinux (in swedish)

Dell Inspiron 8500
Kernel 2.6.14-archck1  (selfcompiled)
Enlightenment 17

Offline

#344 2005-11-04 17:33:45

maveric7911
Member
From: Maryland
Registered: 2004-09-23
Posts: 58

Re: e17-cvs packages

whos your dady. Rename the package to whatever. Something with the word opengl. Also make sure you replace the regular e or e17 whatever you have it labeled with this. This completely works "NVIDIA USERS PREFERED" I have had no issues this is about 30x faster then regular software bs. You can run layered sky at about 2% or 3% cpu or any other animations. I play world of warcraft while in this mode via wine. So gg give it a try guys ..

PKGBUILD

pkgname=e
pkgver=CVS_$date
pkgrel=1
pkgdesc=""
url=""
license=""
depends=('ewl' 'evas' 'ecore' 'imlib2')
makedepends=()
conflicts=()
replaces=()
backup=()
groups=('e17')
install=
#source=($pkgname-$pkgver.tar.gz)
md5sums=()

build() {
  export LDFLAGS="-L/opt/e17/lib"
  export CPPFLAGS="-I/opt/e17/include"
  export PATH=$PATH:/opt/e17/bin
  cd $startdir/src/
  cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/enlightenment co e17/apps/$pkgname
  cd e17/apps/e
  make distclean
 
  # add right-click menu patch
  cd $startdir/src/e17/apps/e/src/bin
  patch --ignore-whitespace <$startdir/opengl.diff e_config.c
 
  cd $startdir/src/e17/apps/e
  ./autogen.sh --prefix=/opt/e17
  make || return 1
  make DESTDIR=$startdir/pkg install
}

opengl.diff

--- e_config.c  2005-11-04 12:16:54.000000000 -0500
+++ e_config.c  2005-11-04 12:16:24.000000000 -0500
@@ -360,8 +360,16 @@
    E_CONFIG_VAL(D, T, menu_eap_generic_show, INT); /**/
    E_CONFIG_VAL(D, T, menu_eap_comment_show, INT); /**/
    E_CONFIG_VAL(D, T, input_method, STR); /**/
-   E_CONFIG_LIST(D, T, path_append_input_methods, _e_config_path_append_edd); /**/
-
+   E_CONFIG_LIST(D, T, path_append_input_methods, _e_config_path_append_edd);
+   E_CONFIG_VAL(D, T, evas_engine_default, INT);
+   E_CONFIG_VAL(D, T, evas_engine_container, INT);
+   E_CONFIG_VAL(D, T, evas_engine_init, INT);
+   E_CONFIG_VAL(D, T, evas_engine_menus, INT);
+   E_CONFIG_VAL(D, T, evas_engine_borders, INT);
+   E_CONFIG_VAL(D, T, evas_engine_errors, INT);
+   E_CONFIG_VAL(D, T, evas_engine_popups, INT);
+   E_CONFIG_VAL(D, T, evas_engine_drag, INT);
+
    e_config = e_config_domain_load("e", _e_config_edd);
    if (e_config)
      {
@@ -416,8 +424,8 @@
        e_config->use_edge_flip = 1;
        e_config->edge_flip_timeout = 0.25;
        e_config->evas_engine_default = E_EVAS_ENGINE_SOFTWARE_X11;
-       e_config->evas_engine_container = E_EVAS_ENGINE_DEFAULT;
-       e_config->evas_engine_init = E_EVAS_ENGINE_DEFAULT;
+       e_config->evas_engine_container = E_EVAS_ENGINE_GL_X11;
+       e_config->evas_engine_init = E_EVAS_ENGINE_GL_X11;
        e_config->evas_engine_menus = E_EVAS_ENGINE_DEFAULT;
        e_config->evas_engine_borders = E_EVAS_ENGINE_DEFAULT;
        e_config->evas_engine_errors = E_EVAS_ENGINE_DEFAULT;

Offline

#345 2005-11-04 17:59:48

CyberTron
Member
From: Gotland ,Sweden
Registered: 2005-03-17
Posts: 645
Website

Re: e17-cvs packages

compiling right now *lookig forward to *hopefully* get this to work

i have been messing around with those containers and such for a while, but never gotten it to work correctly...


http://www.linuxportalen.com  -> Linux Help portal for Linux and ArchLinux (in swedish)

Dell Inspiron 8500
Kernel 2.6.14-archck1  (selfcompiled)
Enlightenment 17

Offline

#346 2005-11-04 18:01:55

maveric7911
Member
From: Maryland
Registered: 2004-09-23
Posts: 58

Re: e17-cvs packages

as long as your on a nvidia card it will work perfectly for you wink I havn't tested on an ati yet so I can't guarntee anything with that.

Offline

#347 2005-11-04 18:03:14

maveric7911
Member
From: Maryland
Registered: 2004-09-23
Posts: 58

Re: e17-cvs packages

may have found a bug though others will have to tell me what they get. When I shrink firefox to just having a title bar I seem to get a massive spike. I am able to minimize it just fine to the ibox. Other windows don't seem to be having this problem for me.

Offline

#348 2005-11-04 18:04:20

CyberTron
Member
From: Gotland ,Sweden
Registered: 2005-03-17
Posts: 645
Website

Re: e17-cvs packages

i have an nvidia card so that shouldn't be a problem...


http://www.linuxportalen.com  -> Linux Help portal for Linux and ArchLinux (in swedish)

Dell Inspiron 8500
Kernel 2.6.14-archck1  (selfcompiled)
Enlightenment 17

Offline

#349 2005-11-04 20:43:44

CyberTron
Member
From: Gotland ,Sweden
Registered: 2005-03-17
Posts: 645
Website

Re: e17-cvs packages

hmm...doesn't seem to work...or atleast not the effects....I tried using a couple of animated backgrounds, but they seems to be the same...

is there any way I can check if it actually is GL-accelerated?


http://www.linuxportalen.com  -> Linux Help portal for Linux and ArchLinux (in swedish)

Dell Inspiron 8500
Kernel 2.6.14-archck1  (selfcompiled)
Enlightenment 17

Offline

#350 2005-11-04 21:23:19

maveric7911
Member
From: Maryland
Registered: 2004-09-23
Posts: 58

Re: e17-cvs packages

just run layered backgroud you will know immedately if it works. If it didn't work then your probably not getting the diff correctly.

Offline

Board footer

Powered by FluxBB