Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Is "Handbrake" in Portage anywhere?
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Portage & Programming
View previous topic :: View next topic  
Author Message
barnac1e
n00b
n00b


Joined: 21 Jan 2012
Posts: 28
Location: Moorhead, MN, USA

PostPosted: Sat Jan 21, 2012 10:10 pm    Post subject: Is "Handbrake" in Portage anywhere? Reply with quote

Hi, I love the software application "Handbrake" http://handbrake.fr/ and really want it for my system. Now first off, I am currently using Calculate Linux CLDM, but nonetheless Portgage has been updated completely yet when I run "emerge handbrake" nothing remotely close comes up. Is it out there though to get? If not, do I need to create an ebuild or something? I really want to learn Gentoo cause it and any forks thereof are just great! But there is software I will need and need to know what to do to make it myself if its not build already? Thank you!
_________________
KB
Back to top
View user's profile Send private message
smartass
Tux's lil' helper
Tux's lil' helper


Joined: 04 Jul 2011
Posts: 142
Location: right behind you ... (you did turn around, didn't you?)

PostPosted: Sat Jan 21, 2012 10:21 pm    Post subject: Reply with quote

Hi, welcome :)

No, at the moment handbrake is not in the official portage tree.

However, simply asking google with e.g. this query
Code:
handbrake site:forums.gentoo.org
will shed some light on the situation.

All in all, it boils down to these two options:
  1. make your own ebuild in a local overlay
  2. get it from an overlay maintained by someone else, found on e.g. http://gpo.zugaina.org/media-video/handbrake

Overlays are something like secondary ebuild repositories.

I'm afraid there is no way to get not around reading at least some documentation ;) But hey, you said you want to learn Gentoo, right? The handbook is the place to start and then carry on to the overlay and layman project documentation.

Enjoy :)
Back to top
View user's profile Send private message
barnac1e
n00b
n00b


Joined: 21 Jan 2012
Posts: 28
Location: Moorhead, MN, USA

PostPosted: Sat Jan 21, 2012 10:32 pm    Post subject: cont. Reply with quote

Thank you for the information. I thought something like that was the case.

I actually just checked out the Linux Bible 2010 from the library and not only does it include a Gentoo Live iso on a DVD, but I am more than positive it would touch on how to go about making my own local overlay. So maybe this can be a good learning experience for me in how Gentoo functions from the ground up?

So should I actually successfully create an ebuild, then it can be injected in Portgage for others? Is that how developing works really, for that matter?
_________________
KB
Back to top
View user's profile Send private message
The Doctor
l33t
l33t


Joined: 27 Jul 2010
Posts: 948

PostPosted: Sat Jan 21, 2012 11:35 pm    Post subject: Reply with quote

You don't need to write one, there is already one This topic explains it and how to use it.
_________________
First things first, but not necessarily in that order.
Back to top
View user's profile Send private message
dol-sen
Developer
Developer


Joined: 30 Jun 2002
Posts: 2371
Location: Richmond, BC, Canada

PostPosted: Sat Jan 21, 2012 11:44 pm    Post subject: Reply with quote

barnac1e if you clicked the link in the smartass post you would see that there is an ebuild already. There are 2 basic choices, first, the -9999 ebuild is the live version downloaded from the git/svn/etc. repo that it is being developed from (unstable, your too green). The 2nd is handbrake-0.9.5_p4210 which would be the latest release with patch level 4210 added to it. That 2nd choice would be the best bet for you.

To install it, you would need to install layman, it is a program that installs/syncs overlays onto your system. There are several overlays that contain the handbrake ebuild. The multimedia overlay is probably your best choice.
Code:
emerge -av layman
layman -a multimedia
emerge -av handbrake

_________________
Brian
Porthole, the Portage GUI frontend irc@freenode: #gentoo-guis, #porthole, Blog
layman, gentoolkit, CoreBuilder, esearch...
Back to top
View user's profile Send private message
barnac1e
n00b
n00b


Joined: 21 Jan 2012
Posts: 28
Location: Moorhead, MN, USA

PostPosted: Sun Jan 22, 2012 3:35 am    Post subject: Reply with quote

Wasn't being a smartass! And yes I saw that there was one after my reply. Im going to love you guys on here. I can just tell. (Sent with humor!) :lol:
_________________
KB
Back to top
View user's profile Send private message
dol-sen
Developer
Developer


Joined: 30 Jun 2002
Posts: 2371
Location: Richmond, BC, Canada

PostPosted: Sun Jan 22, 2012 5:45 am    Post subject: Reply with quote

Just to be absolutely clear. I was referring to the username "smartass" to which that user also posted to this thread. I was not referring/calling/implying you to being a "smartass".

And welcome to gentoo :)
_________________
Brian
Porthole, the Portage GUI frontend irc@freenode: #gentoo-guis, #porthole, Blog
layman, gentoolkit, CoreBuilder, esearch...
Back to top
View user's profile Send private message
barnac1e
n00b
n00b


Joined: 21 Jan 2012
Posts: 28
Location: Moorhead, MN, USA

PostPosted: Sun Jan 22, 2012 8:53 am    Post subject: Lol Reply with quote

Oh... I'm sorry, I didn't even notice his username. Thanks for clarifying that for and I apologize for misunderstanding. Thanks for your welcome too, and everyone's answers on my posts on my first day in Gentoo. :wink:
_________________
KB
Back to top
View user's profile Send private message
smartass
Tux's lil' helper
Tux's lil' helper


Joined: 04 Jul 2011
Posts: 142
Location: right behind you ... (you did turn around, didn't you?)

PostPosted: Sun Jan 22, 2012 9:12 am    Post subject: Reply with quote

:D barnac1e, if you enjoy getting answers and communicating with other members of the community, I suggests you also join some of the IRC channels. It's like real-time support ;)
Back to top
View user's profile Send private message
zwede
Tux's lil' helper
Tux's lil' helper


Joined: 03 Jan 2006
Posts: 77

PostPosted: Sat May 26, 2012 2:19 pm    Post subject: Reply with quote

This thread is a bit old, but just in case someone gets here via google (like me), the steps to get handbrake on gentoo are:

Code:
layman -a multimedia
emerge net-libs/webkit-gtk:2
emerge handbrake


The ebuild in multimedia only depends on webkit-gtk (no slot). I had webkit-gtk:3 installed so the ebuild was happy, but compiling handbrake failed with it complaining that webkit-1.0 didn't exist. After emerging net-libs/webkit-gtk:2 I was able to emerge handbrake.
Back to top
View user's profile Send private message
yngwin
Developer
Developer


Joined: 19 Dec 2002
Posts: 4389
Location: Suzhou, China

PostPosted: Sat May 26, 2012 2:38 pm    Post subject: Reply with quote

I fixed the dependency in the multimedia overlay.
_________________
"Those who deny freedom to others deserve it not for themselves." - Abraham Lincoln
Free Culture | Defective by Design | EFF
Back to top
View user's profile Send private message
poncho
n00b
n00b


Joined: 06 Mar 2011
Posts: 42

PostPosted: Sat May 26, 2012 5:26 pm    Post subject: Reply with quote

I think you could drop the net-libs/webkit-gtk dependency if you pass --disable-gtk-update-checks to configure.

See: https://trac.handbrake.fr/changeset/3323
Back to top
View user's profile Send private message
zwede
Tux's lil' helper
Tux's lil' helper


Joined: 03 Jan 2006
Posts: 77

PostPosted: Sat May 26, 2012 9:29 pm    Post subject: Reply with quote

Thanks, Yngwin. 19 minutes from that I posted the problem is fixed. Not bad!!!
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Portage & Programming 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