You are not logged in.

#1 2005-01-29 12:39:15

Greycloack
Member
Registered: 2004-03-05
Posts: 166

[Request:Multimedia:kmp] Qt frontend for mpd

A QT frontend for mpd.
I'm a kde user so natrually I'd prefer a QT one over the gtk

http://www.threadbox.net/code.php?page=kmp

Thank you

Offline

#2 2005-01-29 15:16:27

delmonico
Member
Registered: 2004-06-27
Posts: 82

Re: [Request:Multimedia:kmp] Qt frontend for mpd

Hmm fails to compile for me hmm

g++ -c -pipe -Wall -W -march=i686 -O2 -pipe  -DQT_NO_DEBUG -DQT_SHARED -DQT_THREAD_SUPPORT -I/opt/qt/mkspecs/linux-g++ -I. -I/opt/qt/include -I.ui/ -I. -I.moc/ -o .obj/main.o main.cpp
In file included from .ui/mainWindow.h:26,
                 from main.cpp:2:
./linkedlist.h: In member function `int linkedList<ItemType>::add(ItemType, int)':
./linkedlist.h:124: error: `root_' undeclared (first use this function)
./linkedlist.h:124: error: (Each undeclared identifier is reported only once for each function it appears in.)
make: *** [.obj/main.o] Error 1

Offline

#3 2005-01-29 15:32:23

STiAT
Member
From: Vienna, Austria
Registered: 2004-12-23
Posts: 606

Re: [Request:Multimedia:kmp] Qt frontend for mpd

i've done a pkgbuild now, and i think mpd would also need a small patch, sicne it doesnt work properly from the beginning.

The pkgbuild of kmp still needs some fine tuning, since they have an error in their sourcecode (typo). I'll need to patch this, but since i've got my own birthday party tonight, i'll rather take a shower now...

// STi


Ability is nothing without opportunity.

Offline

#4 2005-01-29 15:33:43

STiAT
Member
From: Vienna, Austria
Registered: 2004-12-23
Posts: 606

Re: [Request:Multimedia:kmp] Qt frontend for mpd

delmonico wrote:

Hmm fails to compile for me hmm

If you intend doing a PKGBUILD, just make a patch changing the line where the error occurs, change the root_ to root and it will work as a charme.

// STi


Ability is nothing without opportunity.

Offline

#5 2005-01-29 15:43:44

STiAT
Member
From: Vienna, Austria
Registered: 2004-12-23
Posts: 606

Re: [Request:Multimedia:kmp] Qt frontend for mpd


Ability is nothing without opportunity.

Offline

#6 2005-01-29 17:12:47

Greycloack
Member
Registered: 2004-03-05
Posts: 166

Re: [Request:Multimedia:kmp] Qt frontend for mpd

Wow ! that was quick :-)

Thanks a lot :-)

Offline

#7 2005-01-29 21:47:28

STiAT
Member
From: Vienna, Austria
Registered: 2004-12-23
Posts: 606

Re: [Request:Multimedia:kmp] Qt frontend for mpd

pleasure, that's what arch got a great communtiy for... and an open great package management... for users helping each other

// STi


Ability is nothing without opportunity.

Offline

#8 2005-06-23 13:11:15

matsche
Member
From: .at
Registered: 2004-04-27
Posts: 120

Re: [Request:Multimedia:kmp] Qt frontend for mpd

STiAT wrote:

pleasure, that's what arch got a great communtiy for... and an open great package management... for users helping each other

// STi

i try to compile new version 0.5 but it still fails. Plz add the package to AUR!


THX!!
cu matsche

Offline

#9 2005-09-12 13:56:27

pressh
Developer/TU
From: Netherlands
Registered: 2005-08-14
Posts: 1,719

Re: [Request:Multimedia:kmp] Qt frontend for mpd

package added to AUR

Offline

#10 2005-09-14 09:21:51

pressh
Developer/TU
From: Netherlands
Registered: 2005-08-14
Posts: 1,719

Re: [Request:Multimedia:kmp] Qt frontend for mpd

seems that some people have problems compiling the package (probably has something to do with their gcc version (not gcc4), therefore I uploaded the package here:
http://pressh.downfire.com/arch

Offline

#11 2005-09-14 14:12:31

pressh
Developer/TU
From: Netherlands
Registered: 2005-08-14
Posts: 1,719

Re: [Request:Multimedia:kmp] Qt frontend for mpd

changed the url above, now it's correct

Offline

#12 2006-03-19 08:31:34

Oin
Member
Registered: 2005-09-02
Posts: 63

Re: [Request:Multimedia:kmp] Qt frontend for mpd

-bump-

this player is nice, can anybody put it in the AUR, please?
also none of the links above seem to work anymore...


In Linux there are no secrets!

Offline

#13 2006-03-19 10:59:31

mpie
Member
From: 404 Not found
Registered: 2005-03-06
Posts: 649

Re: [Request:Multimedia:kmp] Qt frontend for mpd

here

#Contributor: mpie <michael.kyne-phillips1@ntlworld.com> 
 pkgname=kmp
 pkgver=0.5
 pkgrel=1
 pkgdesc="kde frontend for mpd" 
 url="http://www.threadbox.net/pages/kmp" 
 depends=('qt')
 makedepends=
 source=(http://www.threadbox.net/code/files/kmp/$pkgname-$pkgver.tar.bz2) 
 md5sums=('2adb9da4167eefca1808e159e7222301')
 build() {
  cd $startdir/src/$pkgname 
  qmake kmp.pro
  make || return 1
  install -d -m755 $startdir/pkg/usr/bin $startdir/pkg/usr/share/icons
  install -m755 kmp $startdir/pkg/usr/bin
  cp pics/*.png $startdir/pkg/usr/share/icons
  find $startdir/pkg -name '*.la' -exec rm {} ;
 }

Offline

#14 2006-03-19 15:42:57

Oin
Member
Registered: 2005-09-02
Posts: 63

Re: [Request:Multimedia:kmp] Qt frontend for mpd

thanks a bunch but... it doesn't work sad
this is what it says:

......

QFile::open: No file name specified
qt_config.prf:8: Unknown test function: debug
Error processing project file:
QFile::open: No file name specified
QFile::open: No file name specified
qt_config.prf:8: Unknown test function: debug
Error processing project file:
QFile::open: No file name specified
QFile::open: No file name specified
qt_config.prf:8: Unknown test function: debug
Error processing project file:
QFile::open: No file name specified
QFile::open: No file name specified
qt_config.prf:8: Unknown test function: debug
Error processing project file:
QFile::open: No file name specified
QFile::open: No file name specified
qt_config.prf:8: Unknown test function: debug
Error processing project file:
QFile::open: No file name specified
QFile::open: No file name specified
qt_config.prf:8: Unknown test function: debug
Error processing project file:
QFile::open: No file name specified
QFile::open: No file name specified
qt_config.prf:8: Unknown test function: debug
Error processing project file:
QFile::open: No file name specified
QFile::open: No file name specified
qt_config.prf:8: Unknown test function: debug
Error processing project file:
QFile::open: No file name specified
QFile::open: No file name specified
qt_config.prf:8: Unknown test function: debug
Error processing project file:
QFile::open: No file name specified
QFile::open: No file name specified
qt_config.prf:8: Unknown test function: debug
Error processing project file:
QFile::open: No file name specified
QFile::open: No file name specified
qt_config.prf:8: Unknown test function: debug
Error processing project file:
QFile::open: No file name specified
QFile::open: No file name specified
qt_config.prf:8: Unknown test function: debug
Error processing project file:
QFile::open: No file name specified
QFile::open: No file name specified
qt_config.prf:8: Unknown test function: debug
Error processing project file:
QFile::open: No file name specified
QFile::open: No file name specified
qt_config.prf:8: Unknown test function: debug
Error processing project file:
QFile::open: No file name specified
QFile::open: No file name specified
qt_config.prf:8: Unknown test function: debug
/uic kmpIcons.ui -o .ui/kmpIcons.h
make: /uic: Command not found
make: *** [.ui/kmpIcons.h] Error 127
==> ERROR: Build Failed.  Aborting...

In Linux there are no secrets!

Offline

#15 2006-03-19 16:03:05

mpie
Member
From: 404 Not found
Registered: 2005-03-06
Posts: 649

Re: [Request:Multimedia:kmp] Qt frontend for mpd

there's a binary in my repo......

it build's fine here

Offline

#16 2006-03-20 10:51:56

Oin
Member
Registered: 2005-09-02
Posts: 63

Re: [Request:Multimedia:kmp] Qt frontend for mpd

smile  ....can't connect to your repo... it doesn't say anything though... it just tries to connect. It's been 5 minutes now..  sad


In Linux there are no secrets!

Offline

#17 2006-03-20 12:31:32

mpie
Member
From: 404 Not found
Registered: 2005-03-06
Posts: 649

Re: [Request:Multimedia:kmp] Qt frontend for mpd

yeah there's a resource hog running at the mo wink
please be patient, will turn it of when I'm home from work and you can grab it then..
sorry

Offline

#18 2006-03-20 17:36:22

mpie
Member
From: 404 Not found
Registered: 2005-03-06
Posts: 649

Re: [Request:Multimedia:kmp] Qt frontend for mpd

Offline

#19 2006-03-21 13:54:05

Oin
Member
Registered: 2005-09-02
Posts: 63

Re: [Request:Multimedia:kmp] Qt frontend for mpd

it's still not working... sad


In Linux there are no secrets!

Offline

#20 2006-03-21 17:14:24

mpie
Member
From: 404 Not found
Registered: 2005-03-06
Posts: 649

Re: [Request:Multimedia:kmp] Qt frontend for mpd

I know  system went down about 12.00 uk time, am at work till 8pm uk time will sort when i get home

Offline

Board footer

Powered by FluxBB