You are not logged in.

#26 2006-01-10 20:53:17

Snowman
Developer/Forum Fellow
From: Montreal, Canada
Registered: 2004-08-20
Posts: 5,212

Re: Amsn

dibblethewrecker wrote:

That symlink doesn't even exist in the pkg now.  Aside from that...the poor path information created in the amsn is entirely due to upstream crapness, this is the first release I have pkg'ed that even had an approaching "proper" install method.  Go and bug them for proper DESTDIR support in their Makefile - i was going to but I can't be bothered.

Aside from that...sorry about the path problems, I'm not in a position to fix it so maybe snowman could take a look?

I guess that it can be solved with a configure option or quick patch to the code. I could take a quick look. However, I'm not very interested in the app and don't have a webcam to test.  I'll probably post a PKGBUILD and ask if it works. tongue

Offline

#27 2006-01-10 23:26:49

kozaki
Member
From: London >. < Paris
Registered: 2005-06-13
Posts: 671
Website

Re: Amsn

/me try it when it shows up snowman smile


Seeded last month: Arch 50 gig, derivatives 1 gig
Desktop @3.3GHz 8 gig RAM, linux-ck
laptop #1 Atom 2 gig RAM, Arch linux stock i686 (6H w/ 6yrs old battery smile) #2: ARM Tegra K1, 4 gig RAM, ChrOS
Atom Z520 2 gig RAM, OMV (Debian 7) kernel 3.16 bpo on SDHC | PGP Key: 0xFF0157D9

Offline

#28 2006-01-11 03:27:55

Snowman
Developer/Forum Fellow
From: Montreal, Canada
Registered: 2004-08-20
Posts: 5,212

Re: Amsn

Let me know how it works.

pkgname=amsn
pkgver=0.95
pkgrel=1
pkgdesc="MSN client written in Tcl/Tk"
url="http://amsn.sourceforge.net"
depends=(tk libjpeg libtiff libpng perl python imlib tls)
source=(http://dl.sourceforge.net/sourceforge/amsn/$pkgname-$pkgver.tar.gz)
md5sums=('f57e3c2c78a3c7d64c93a78be88846aa')

build() {
  cd $startdir/src/$pkgname-$pkgver
  ./configure --prefix=/usr
  make || return 1
  make prefix=$startdir/pkg/usr install

  ln -sf /usr/share/amsn/amsn $startdir/pkg/usr/bin/amsn
  ln -sf /usr/share/amsn/amsn-remote $startdir/pkg/usr/bin/amsn-remote
  ln -sf /usr/share/amsn/amsn-remote-CLI $startdir/pkg/usr/bin/amsn-remote-CLI
}

Offline

#29 2006-01-11 11:25:55

dtw
Forum Fellow
From: UK
Registered: 2004-08-03
Posts: 4,439
Website

Re: Amsn

is that different?  Did I screw my symlinks up?!

Offline

#30 2006-01-11 18:09:19

Snowman
Developer/Forum Fellow
From: Montreal, Canada
Registered: 2004-08-20
Posts: 5,212

Re: Amsn

dibblethewrecker wrote:

is that different?  Did I screw my symlinks up?!

No. I didn't realized that there was a amsn package in community.  roll I updated the one from this thread. I guess that the path problem isn't fixed.  I'll give a look at the code/config files.

Offline

#31 2006-06-25 15:14:22

n0gabor
Member
From: Hungary / Budapest
Registered: 2006-02-10
Posts: 95

Re: Amsn

After upgrading my archlinux system aMSN segfaulted before connect... i removed ~/.amsn restarted the system.

now it couldn't find TLS (its installed with pacman), the built in TLS downloader doesn't working becouse the mirror is down. i tried to manually download TLS, and place it somewhere, then added the path for it in the preferences. Still doesn't find it...

Anyone has the the same problem?

Offline

#32 2006-06-25 16:08:29

n0gabor
Member
From: Hungary / Budapest
Registered: 2006-02-10
Posts: 95

Re: Amsn

recompile tls with abs solved the problem

i submit a bugreport, to ask the TU-s do it...

Offline

#33 2006-06-27 22:32:32

dtw
Forum Fellow
From: UK
Registered: 2004-08-03
Posts: 4,439
Website

Re: Amsn

Bug reports are useless (in the bug tracker), we don't check it.  I saw the comments in the AUR and on the ML - that's plenty.

Offline

Board footer

Powered by FluxBB