You are not logged in.

#1 2005-05-14 20:38:09

sebcactus
Member
From: Germany
Registered: 2005-01-27
Posts: 277

Glurp

A problem when upgrading to the new Glurp package

see here for the problem :
http://www.musicpd.org/forum/viewtopic.php?t=676

I took the patch and it seems to work again :

glurp-export-dynamic.patch

diff -u src/Makefile.am.orig src/Makefile.am
--- src/Makefile.am.orig        2005-05-04 14:04:55.000000000 -0600
+++ src/Makefile.am     2005-05-04 14:11:44.000000000 -0600
@@ -20,3 +20,4 @@
 
 glurp_LDADD = @PACKAGE_LIBS@
 
+glurp_LDFLAGS = -export-dynamic

PKGBUILD

$Id: PKGBUILD,v 1.4 2005/05/13 22:33:00 tobias Exp $
# Maintainer:  tobias <tobias@archlinux.org>
# Contributor: Tobias Kieslich <tobias@justdreams.de>
# Patch from www.musicpd.org/forum

pkgname=glurp
pkgver=0.11.5
pkgrel=2
pkgdesc="a GTK2-2.2 based GUI client tool for MPD"
url="http://musicpd.org/?page=glurp"
depends=('libglade' 'x-server')
source=(http://optusnet.dl.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz 
        $pkgname.desktop $pkgname-export-dynamic.patch)
md5sums=('e3780a0a90fadb126a19898f3b7606fe' '46ae4443b85773adb61db3dbff3c519a' '7a022492214b5d91c08bb5407aabddd9')

build() {
  cd $startdir/src/$pkgname-$pkgver/src
  patch < ../../$pkgname-export-dynamic.patch
  cd ..
  automake
  ./configure --prefix=/usr
  make || return 1
  make DESTDIR=$startdir/pkg install
 # install some freedesktop.org compatibility
  install -D -m644 $startdir/src/$pkgname.desktop 
    $startdir/pkg/usr/share/applications/$pkgname.desktop
}

Offline

#2 2005-05-14 22:34:40

neri
Forum Fellow
From: Victoria, Canada
Registered: 2003-05-04
Posts: 553

Re: Glurp

Hi,

thanks for investigating and posting, that saved me a whole lotta head scratching smile
I just upgraded it in the repos.

Just as a note, such stuff shall go to the bugtracker, I rather stumbled
accidentally about that post, cuz it's weekend and I have some time to read
things...

-neri

Offline

#3 2005-05-14 23:14:29

sebcactus
Member
From: Germany
Registered: 2005-01-27
Posts: 277

Re: Glurp

:oops:  forgot the bugtracker

I will think about it in the near future  yikes

Offline

Board footer

Powered by FluxBB