You are not logged in.

#1 2005-06-22 11:42:41

Cotton
Member
From: Cornwall, UK
Registered: 2004-09-17
Posts: 568

[req] Prokyon3 - Music manager

Anyone up to the challenge of producing a PKGBUILD for this app?

http://prokyon3.sourceforge.net/

Thanks.

Offline

#2 2005-06-22 13:05:33

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

Re: [req] Prokyon3 - Music manager

Here you go, not sure if it workes like it suppused too, but it compiles ok,

not sure if qt in arch are compiled with mysql support/and multithreads..

here are the pkgbuild anyway

#Contributor: CyberTron, packages@linuxportalen.com
pkgname=prokyon3
pkgver=0.9.2
pkgrel=1
pkgdesc="Multithreaded music managment"
url=""
license=""
depends=('qt' 'mysql' 'taglib')
makedepends=()
conflicts=()
replaces=()
backup=()
install=
source=(http://dl.sourceforge.net/prokyon3/$pkgname-$pkgver.tar.gz)
md5sums=()

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

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

#3 2005-06-22 22:23:39

Cotton
Member
From: Cornwall, UK
Registered: 2004-09-17
Posts: 568

Re: [req] Prokyon3 - Music manager

Thanks for that - it appears to run fine.

I was also interested in getting a PKGBUILD for the 0.9.3RC1 version as it is significantly updated over 0.9.2

It has a few dependencies that I wasn't able to create PKGBUILDs for (musicextras & xmlwrapp etc).

Are you able to package these?

Offline

#4 2005-06-23 08:01:33

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

Re: [req] Prokyon3 - Music manager

I'll se what I can do


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

#5 2005-08-04 17:58:57

Cotton
Member
From: Cornwall, UK
Registered: 2004-09-17
Posts: 568

Re: [req] Prokyon3 - Music manager

Any chance of having a look at this please?

Offline

#6 2005-08-04 18:55:16

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

Re: [req] Prokyon3 - Music manager

Have you try to use the above PKGBUILD with pkgver=0.9.3RC1 or something similar?

Offline

#7 2005-08-04 20:06:04

Cotton
Member
From: Cornwall, UK
Registered: 2004-09-17
Posts: 568

Re: [req] Prokyon3 - Music manager

Yes, I get :

configure: WARNING:
*******
******* Musicextras does not seem to be in PATH
******* Please check your install.
******* We will however compile musicextras support in.
*******
configure: ======Checking libxmlwrapp, libxml and libxlst libraries  ========
checking for xmlwrapp-config... no
configure: error: ******* xmlwrapp-config not in PATH. libxmlwrapp library  required for musicextras support. ********
See `config.log' for more details.
make: *** No targets specified and no makefile found.  Stop.
==> ERROR: Build Failed.  Aborting...

Offline

#8 2005-08-05 02:31:42

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

Re: [req] Prokyon3 - Music manager

the new version needs xmlwrapp. The PKGBUILD in AUR is broken. Use this one:

pkgname=xmlwrapp
pkgver=0.5.0
pkgrel=2
pkgdesc="C++ wrapper around libxml2 and libxslt"
url="http://pmade.org/site/show/Software"
license=""
depends=('gcc' 'bash')
makedepends=('perl' 'libxml2' 'libxslt')
source=(http://pmade.org/distfiles/oss-releases/$pkgname-$pkgver.tar.gz)
md5sums=('b8a07e77f8f8af9ca96bccab7d9dd310')

build() {
  cd $startdir/src/$pkgname-$pkgver
  ./configure.pl --prefix=/usr
  make || return 1
  sed -i -e "s|/usr|$startdir/pkg/usr|" Makefile
  make install
}

Offline

#9 2005-08-06 11:55:54

Cotton
Member
From: Cornwall, UK
Registered: 2004-09-17
Posts: 568

Re: [req] Prokyon3 - Music manager

Thanks Snowman, that did the trick.

Offline

Board footer

Powered by FluxBB