Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Ebuild for Kaffeine 0.4.1
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Multimedia
View previous topic :: View next topic  
Author Message
A-star
n00b
n00b


Joined: 05 Jun 2002
Posts: 43

PostPosted: Wed Feb 04, 2004 4:01 pm    Post subject: Ebuild for Kaffeine 0.4.1 Reply with quote

I wanted to install Kaffeine, but I noticed that there was no ebuild for version 0.4.1 (only for 0.4 but this version doesn't have some of the new features).

Can anyone help to make an ebuild since I don't have a clue how to do it.
Back to top
View user's profile Send private message
Earthwings
Bodhisattva
Bodhisattva


Joined: 14 Apr 2003
Posts: 7753
Location: Germany

PostPosted: Wed Feb 04, 2004 4:30 pm    Post subject: Reply with quote

https://bugs.gentoo.org/show_bug.cgi?id=38655
Back to top
View user's profile Send private message
A-star
n00b
n00b


Joined: 05 Jun 2002
Posts: 43

PostPosted: Wed Feb 04, 2004 4:32 pm    Post subject: Reply with quote

and how exacltly do I use this?
sorry for the dumb questions, but this is the first time I will change ebuild by hand.
Back to top
View user's profile Send private message
Earthwings
Bodhisattva
Bodhisattva


Joined: 14 Apr 2003
Posts: 7753
Location: Germany

PostPosted: Wed Feb 04, 2004 4:43 pm    Post subject: Reply with quote

activate PORTDIR_OVERLAY in make.conf, copy the old ebuild to the appropriate dir in /usr/local/portage, apply the patch, rename the ebuild to reflect the new version and start emerge.
Back to top
View user's profile Send private message
Earthwings
Bodhisattva
Bodhisattva


Joined: 14 Apr 2003
Posts: 7753
Location: Germany

PostPosted: Wed Feb 04, 2004 4:55 pm    Post subject: Reply with quote

Code:

nano -w /etc/make.conf     # uncomment PORTDIR_OVERLAY
mkdir -p /usr/local/portage/media-video/kaffeine/files
cd /usr/local/portage/media-video/kaffeine/
cp /usr/portage/media-video/kaffeine/kaffeine-0.4.ebuild .
wget http://bugs.gentoo.org/attachment.cgi?id=24052&action=view
patch kaffeine-0.4.ebuild < attachment.cgi\?id\=24052
mv kaffeine-0.4.ebuild kaffeine-0.4.1.ebuild
ebuild kaffeine-0.4.1 digest
ACCEPT_KEYWORDS="~x86" emerge kaffeine -p
Back to top
View user's profile Send private message
A-star
n00b
n00b


Joined: 05 Jun 2002
Posts: 43

PostPosted: Wed Feb 04, 2004 4:59 pm    Post subject: Reply with quote

Thanks for the help, will try this evening and I will post hre how it went
Back to top
View user's profile Send private message
A-star
n00b
n00b


Joined: 05 Jun 2002
Posts: 43

PostPosted: Thu Feb 05, 2004 1:21 pm    Post subject: Reply with quote

Everything went fine except on this line:
ebuild kaffeine-0.4.1 digest

had to change this command to
ebuild kaffeine-0.4.1.ebuild digest
before it worked.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Multimedia All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum