You are not logged in.

#1 2005-06-17 18:35:47

xerverius
Member
From: ~
Registered: 2004-11-02
Posts: 230
Website

[PKGBUILD] Athlon XP Optimized firefox (Deer Park)

I found a very fast, AMD optimized, Deep Park build for linux, so i create a small pkgbuild for it.

pkgname=swiftfox
pkgver=1.0+
pkgrel=1
pkgdesc="Standalone web browser from mozilla.org, optimized for Duron, Athlon XP and Sempron CPU's"
depends=('gtk2' 'libidl2' 'zip')
conflicts=('mozilla-firefox')
url="http://www.getswiftfox.com/"
source=(http://getswiftfox.com/builds/trunk/swiftfox.en-US.linux-athlon-xp.tar.bz2)

build(){
  #Create install dirs
  mkdir $startdir/pkg/opt/
  mkdir $startdir/pkg/sbin/

  #Move swiftfox to firefox directory
  mv $startdir/src/swiftfox $startdir/pkg/opt/firefox

  #Create symbolic links
  cd $startdir/pkg/sbin
  ln -s /opt/firefox/firefox firefox
}

More info here

Offline

#2 2005-06-17 19:10:33

phrakture
Arch Overlord
From: behind you
Registered: 2003-10-29
Posts: 7,879
Website

Re: [PKGBUILD] Athlon XP Optimized firefox (Deer Park)

xerverius wrote:

I found a very fast, AMD optimized, Deep Park build for linux, so i create a small pkgbuild for it.

so, can you benchmark it against the current arch firefox...

I highly doubt you're going to see anything over 1 to 2 tenths of a second performance difference

Offline

#3 2005-06-17 22:28:29

codergeek42
Member
From: Anaheim, CA (USA)
Registered: 2005-06-03
Posts: 90
Website

Re: [PKGBUILD] Athlon XP Optimized firefox (Deer Park)

Can't you just use ABS to recompile whatever you need with specific optimizations?


~Peter~

Offline

#4 2005-06-17 22:34:13

cactus
Taco Eater
From: t͈̫̹ͨa͖͕͎̱͈ͨ͆ć̥̖̝o̫̫̼s͈̭̱̞͍̃!̰
Registered: 2004-05-25
Posts: 4,622
Website

Re: [PKGBUILD] Athlon XP Optimized firefox (Deer Park)

looks like swiftfox is just compiling the trunk with -O3, -march=athlon-xp, SSE, MMX, and 3dnow

PS. I bet he could squeeze a few more google ads on his page if he tried..


"Be conservative in what you send; be liberal in what you accept." -- Postel's Law
"tacos" -- Cactus' Law
"t̥͍͎̪̪͗a̴̻̩͈͚ͨc̠o̩̙͈ͫͅs͙͎̙͊ ͔͇̫̜t͎̳̀a̜̞̗ͩc̗͍͚o̲̯̿s̖̣̤̙͌ ̖̜̈ț̰̫͓ạ̪͖̳c̲͎͕̰̯̃̈o͉ͅs̪ͪ ̜̻̖̜͕" -- -̖͚̫̙̓-̺̠͇ͤ̃ ̜̪̜ͯZ͔̗̭̞ͪA̝͈̙͖̩L͉̠̺͓G̙̞̦͖O̳̗͍

Offline

#5 2005-06-17 22:36:50

phrakture
Arch Overlord
From: behind you
Registered: 2003-10-29
Posts: 7,879
Website

Re: [PKGBUILD] Athlon XP Optimized firefox (Deer Park)

cactus wrote:

looks like swiftfox is just compiling the trunk with -O3, -march=athlon-xp, SSE, MMX, and 3dnow

yeah, check the mozconfig for all the settings too - doesn't look that special it's just binary (firefox takes so long to compile)

Offline

#6 2005-06-17 22:37:41

phrakture
Arch Overlord
From: behind you
Registered: 2003-10-29
Posts: 7,879
Website

Re: [PKGBUILD] Athlon XP Optimized firefox (Deer Park)

codergeek42 wrote:

Can't you just use ABS to recompile whatever you need with specific optimizations?

yeah, and if you use srcpac it will rebuild from src on a pacman update too (!!) - srcpac remembers what was built from src

Offline

#7 2005-06-17 22:55:48

iBertus
Member
From: Greenville, NC
Registered: 2004-11-04
Posts: 2,228

Re: [PKGBUILD] Athlon XP Optimized firefox (Deer Park)

hmm.. i think i'll stick with arch packaged firefox. seems like it's plenty fast on my Athlon XP 3200+.

Offline

Board footer

Powered by FluxBB