Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
AcetoneIso for gentoo
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
Impalatore-polacco
Apprentice
Apprentice


Joined: 15 Apr 2007
Posts: 203
Location: Campogalliano - bell'ITALIA

PostPosted: Tue Jun 26, 2007 5:35 pm    Post subject: AcetoneIso for gentoo Reply with quote

Hy, I'm searching something like AcetoneIso for gentoo, I ned to mount and manipulate iso, nrg, bin, mdf, cue files.
_________________
Ci stanno osservando, ci sono i pipistrelli....ne hai presa troppa bello, ne hai presa troppa
Back to top
View user's profile Send private message
nixnut
Bodhisattva
Bodhisattva


Joined: 09 Apr 2004
Posts: 10974
Location: the dutch mountains

PostPosted: Tue Jun 26, 2007 5:52 pm    Post subject: Reply with quote

Moved from Portage & Programming to Multimedia.
multimedia stuff, so moved here.
_________________
Please add [solved] to the initial post's subject line if you feel your problem is resolved. Help answer the unanswered

talk is cheap. supply exceeds demand
Back to top
View user's profile Send private message
jphein
n00b
n00b


Joined: 17 Apr 2006
Posts: 3

PostPosted: Tue Jul 17, 2007 11:55 pm    Post subject: I as well. Reply with quote

I am also looking for something like this.
Back to top
View user's profile Send private message
yabbadabbadont
Advocate
Advocate


Joined: 14 Mar 2003
Posts: 4791
Location: 2 exits past crazy

PostPosted: Wed Jul 18, 2007 12:10 am    Post subject: Reply with quote

http://www.acetoneteam.org/central.html

No idea if there is an ebuild for it though. Check in bugzilla and the various overlays to see if you can find one.
_________________
Bones McCracker wrote:
On the other hand, regex is popular with the ladies.
Back to top
View user's profile Send private message
Matteo Azzali
Retired Dev
Retired Dev


Joined: 23 Sep 2004
Posts: 1133

PostPosted: Wed Nov 28, 2007 4:09 pm    Post subject: Reply with quote

I don't like much this program, it also loads and installs some freeware (not open) app in user space.
You can do most if not all of these operations without a gui and with oss software.

However, here's the ebuild, I take zero responsibility, workedforme:
app-cdr/acetoneiso2/acetoneiso2-1.96_beta2.ebuild:
Code:

# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header:

inherit eutils multilib

DESCRIPTION="GUI to do some disc images operations"
HOMEPAGE="http://www.acetoneteam.org/"
SRC_URI="mirror://sourceforge/acetoneiso2/${PN}-v${PV/_/-}.tar.gz"
S="${WORKDIR}/${PN}/src"

LICENSE="GPL-2"

SLOT="0"
KEYWORDS="~x86"
IUSE=""

DEPEND=">=x11-libs/qt-4.2.1-r1
        >=app-cdr/cdrdao-1.2.2
        >=app-crypt/gnupg-2.0.7
        >=sys-fs/fuseiso-20061017
        >=app-cdr/cdrtools-2.01
        >=app-arch/p7zip-4.55
        || ( >=kde-base/konqueror-3.5.5 >=kde-base/kdebase-3.5.5 >=kde-misc/dolphin-0.8.1 )"

src_compile() {
        cd ${S}
        qmake PREFIX="/usr" QMAKE_CFLAGS="${CFLAGS}" \
                QMAKE_CXXFLAGS="${CXXFLAGS}" ${myspec} \
                acetoneiso2.pro || die "qmake failed"
        make || die "make failed"
}

src_install() {
        exeinto /usr/bin
        doexe ${S}/acetoneiso2 || die "bin failed"
        doicon ${S}/images/Acetino2.png
        make_desktop_entry acetoneiso2 "AcetoneISO2" || die "desktop failed"
}

_________________
Every day a new distro comes to birth. Every day a distro "eats" another.
If you're born distro, no matter what, start to run.
---- http://www.linuxprinting.org/ ---- http://tuxmobil.org/
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