You are not logged in.

#1 2005-09-29 17:53:18

stavrosg
Member
From: Rhodes, Greece
Registered: 2005-05-01
Posts: 330
Website

bmpx-svn

bmpx is a music player written completely from scratch, aiming to replace the now-dead bmp. Here's a PKGBUILD for svn:

Moved to AUR: bmpx-svn

Changelog

· 2005-10-07 : Removed the 'touch ~/.subversion' part -- unneeded, and brakes build if you haven't ran svn before
· 2005-10-07 : Added curl dependency, and a command to put the bmp-xchat.py script somewhere reachable
· 2005-10-07 : No longer replaces bmp, as it is not the case yet.
· 2005-10-28 : Added libhrel dependency & libhrel-svn PKGBUILD, thanks josephmc
· 2005-10-28 : small fixes in libhrel PKGBUILD
· 2005-10-30 : libhrel is not needed as a seperate package any more.
· 2005-11-08 : Updated and posted in AUR.

Offline

#2 2005-09-29 18:12:20

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

Re: bmpx-svn

OI!  Thunder stealer!  This is my baby!  I was waiting to release it until libtool slay and gcc were finished!  I knew someone would jump the gun!

Offline

#3 2005-09-29 18:26:33

stavrosg
Member
From: Rhodes, Greece
Registered: 2005-05-01
Posts: 330
Website

Re: bmpx-svn

well bmpx is going to be renamed to bmp anyway (or so I hear) so it is going to remain your baby anyway. ;-)

-S.

Offline

#4 2005-09-29 20:14:12

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

Re: bmpx-svn

lol nice PKGBUILD by the way smile

Offline

#5 2005-09-29 20:36:25

shadowhand
Member
From: MN, USA
Registered: 2004-02-19
Posts: 1,142
Website

Re: bmpx-svn

It looks sexy. Too bad I don't use Testing....

Hehe I just realized the guy who takes all the screenshots uses WindowMaker. That's funny to me.


·¬»· i am shadowhand, powered by webfaction

Offline

#6 2005-09-29 20:37:02

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

Re: bmpx-svn

Bummer, eh? sad

/me shakes fist at devs

Offline

#7 2005-09-29 22:55:04

jesus franco
Member
From: PA, USA
Registered: 2005-05-17
Posts: 68

Re: bmpx-svn

Thank you very much for that pkgbuild! BMP-X doesn't build on my gentoo box or lfs... sad

But it does in arch  lol
It's a real nice program, nice to developers making use of cairo  smile

Offline

#8 2005-09-30 05:32:28

stavrosg
Member
From: Rhodes, Greece
Registered: 2005-05-01
Posts: 330
Website

Re: bmpx-svn

dibblethewrecker wrote:

lol nice PKGBUILD by the way smile

Hehe, thanks!
That page in the wiki helped a lot.
I wonder who wrote it.  wink  8)

Offline

#9 2005-10-06 11:38:26

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

Re: bmpx-svn

Anyone knows if it is possible to let the window manager do the window handling of bmpx (if no titlebar is used), as it plays not nice with fvwm...

Offline

#10 2005-10-06 16:01:20

stavrosg
Member
From: Rhodes, Greece
Registered: 2005-05-01
Posts: 330
Website

Re: bmpx-svn

pressh wrote:

Anyone knows if it is possible to let the window manager do the window handling of bmpx (if no titlebar is used), as it plays not nice with fvwm...

Hm, intresting.

It doesn't play well with XFCE as well, as I've stated on the first message.
I will report it to the developers and we'll see what happens...

Offline

#11 2005-10-06 16:08:17

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

Re: bmpx-svn

stavosg wrote:

I will report it to the developers and we'll see what happens...

I could have had that idea myself  wink
anyway, thanks mate

Offline

#12 2005-10-06 16:21:47

stavrosg
Member
From: Rhodes, Greece
Registered: 2005-05-01
Posts: 330
Website

Re: bmpx-svn

pressh wrote:
stavosg wrote:

I will report it to the developers and we'll see what happens...

I could have had that idea myself  wink
anyway, thanks mate

We could use some help though. At least:
- A short explanation of the peroblem
- a screenshot would be handy
- the output of bmpx --version

Offline

#13 2005-10-07 09:47:41

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

Re: bmpx-svn

First of all, a screenshot is not really possible, as the problem only applies when moving the window.

Secondly, the output of bmpx --version:

bmpx 0.12-RC3, Build: 2005-10-06-R316 [Thu Oct  6 23:29:30 CEST 2005] (pressh@pressh)

Features built: 
* X11 Session Management
* D-BUS Support
* Audio backend: XINE

Short explanation:
When using the NoTitle option in FVWM (hence, no titlebar) the app does not follow the mouse for the first three seconds, After this a beeb, and the app follows mouse movement. This problem doesn't exist when I add a titlebar and move using this titlebar. Probably the problem exists because bmpx tries to do it's own window movement

Offline

#14 2005-10-07 11:23:31

ivi3
Member
Registered: 2005-10-06
Posts: 62

Re: bmpx-svn

the PKGBUILD doesn't work for me with this line:
touch ~/.subversion
had to change it to:
mkdir ~/.subversion

greetings
Mathias

Offline

#15 2005-10-07 11:43:41

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

Re: bmpx-svn

ivi3 wrote:

the PKGBUILD doesn't work for me with this line:
touch ~/.subversion
had to change it to:
mkdir ~/.subversion

What is the error message you get when using touch ~/.subversion ??
Normally it should work, so...

You cannot simply change touch to  mkdir in the PKGBUILD as this could give problems when you recompile the package (because ~/.subversion exists).

Offline

#16 2005-10-07 11:49:55

ivi3
Member
Registered: 2005-10-06
Posts: 62

Re: bmpx-svn

Output of makpkg when using "touch ~/.subversion":
==> Starting build()...
svn: Can't open config file '/root/.subversion/servers'
==> SVN checkout done or server timeout
==> Starting make...
cp: cannot stat `bmpx': No such file or directory
./PKGBUILD: line 29: cd: bmpx-build: No such file or directory
./PKGBUILD: line 31: ./autogen.sh: No such file or directory
./PKGBUILD: line 32: ./configure: No such file or directory
make: *** No targets specified and no makefile found.  Stop.
==> ERROR: Build Failed.  Aborting...

greetings
Mathias

Offline

#17 2005-10-07 12:33:38

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

Re: bmpx-svn

ivi3 wrote:

Output of makpkg when using "touch ~/.subversion":
==> Starting build()...
svn: Can't open config file '/root/.subversion/servers'
==> SVN checkout done or server timeout
==> Starting make...
cp: cannot stat `bmpx': No such file or directory
./PKGBUILD: line 29: cd: bmpx-build: No such file or directory
./PKGBUILD: line 31: ./autogen.sh: No such file or directory
./PKGBUILD: line 32: ./configure: No such file or directory
make: *** No targets specified and no makefile found.  Stop.
==> ERROR: Build Failed.  Aborting...

I seem to be able to produce this error when running makepkg as a user using fakeroot.
So probably this is what you're doing...
Running makepkg as root should solve the problem

Offline

#18 2005-10-07 13:17:14

ivi3
Member
Registered: 2005-10-06
Posts: 62

Re: bmpx-svn

No, I'am running makepkg as root.

And I can't understand why "touch ~/.subversion" should work, because it is creating a file .subversion instead of a dir .subversion/ which is needed by svn?!

greetings
Mathias

Offline

#19 2005-10-07 13:26:20

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

Re: bmpx-svn

You got a point. Then that directory should be made by subversion itself. What happens if you just delete the 'touch' line ?

On my machine it just creates the dir, and builds as should.

Offline

#20 2005-10-07 14:02:55

stavrosg
Member
From: Rhodes, Greece
Registered: 2005-05-01
Posts: 330
Website

Re: bmpx-svn

I got this from the wiki, where it probably remained from earlier days where ~/.subversion was a file, not a directory. I removed it since you say it works fine without it.

Offline

#21 2005-10-07 14:03:24

ivi3
Member
Registered: 2005-10-06
Posts: 62

Re: bmpx-svn

You're right. Didn't check if svn creates the dir by itself. smile

By the way bmpx looks nice but I'll stay by cplay cause I'm using wmii and xmms-like players aren't good to handle under this wm. But I'll tell my friends about it so more people will test it.

greetings
Mathias

Offline

#22 2005-10-07 14:16:43

stavrosg
Member
From: Rhodes, Greece
Registered: 2005-05-01
Posts: 330
Website

Re: bmpx-svn

ivi3 wrote:

By the way bmpx looks nice but I'll stay by cplay cause I'm using wmii and xmms-like players aren't good to handle under this wm. But I'll tell my friends about it so more people will test it.

greetings
Mathias

Thanks! And please, come by #bmp in freenode to report the problems just to have a chance to be fixed sooner than later ;-)

Offline

#23 2005-10-07 16:05:32

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

Re: bmpx-svn

Christ I've been asleep - when did they switch to SVN?  No wonder my PKGBUILD stopped working!  I made it ages ago for CVS...

Have updated the wiki after the above discussion smile  By the way, if anyone wants to work with versionpkg to get it to check CVS updates (same is currently detects tag updates for svn now), go for it smile

Offline

#24 2005-10-07 19:11:19

stavrosg
Member
From: Rhodes, Greece
Registered: 2005-05-01
Posts: 330
Website

Re: bmpx-svn

Thanks pholie, I've updated the PKGBUILD.

I've also added a command to put put an announce script for xchat in /usr/share/bmpx instead of leaving it behind, unused.
You can copy it in your ~/.xchat2 and use it , but please don't spam #archlinux with it ;-) tongue
There is a ./configure option --with-xchat , but that puts it into /usr/lib/xchat/plugins and I didn't really wanted to put it there. You can use it if you like, though smile

-S.

PS: Probably I'll make a repo soon, so a binary package should be available soon.

Offline

#25 2005-10-07 19:23:57

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

Re: bmpx-svn

Maybe stavrosg has already verified that, but it's possible that the curl dependency is a makedepends instead of a depends.  I haven't tried the PKGBUILD  so I can't be sure.

Offline

Board footer

Powered by FluxBB