Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 33618 - acidrip-0.11.ebuild (Update)
Summary: acidrip-0.11.ebuild (Update)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High enhancement (vote)
Assignee: Gentoo Media-video project
URL: http://acidrip.thirtythreeandathird.net/
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2003-11-16 10:27 UTC by Anders Lindén
Modified: 2003-11-25 13:30 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
acidrip-0.11.ebuild (Update) (acidrip-0.11.ebuild,876 bytes, text/plain)
2003-11-16 10:29 UTC, Anders Lindén
Details
acidrip-0.11.ebuild (Update) (acidrip-0.11.ebuild,877 bytes, text/plain)
2003-11-16 10:54 UTC, Anders Lindén
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Anders Lindén 2003-11-16 10:27:16 UTC
Acidrip is a gtk-perl frontend for mplayer/mencoder for ripping dvds.
Should be added to media-video/acidrip
Comment 1 Anders Lindén 2003-11-16 10:29:13 UTC
Created attachment 20827 [details]
acidrip-0.11.ebuild (Update)
Comment 2 Anders Lindén 2003-11-16 10:29:44 UTC
Acidrip depends on lsdvd which already is in portage
Comment 3 Anders Lindén 2003-11-16 10:50:32 UTC
Comment on attachment 20827 [details]
acidrip-0.11.ebuild (Update)

># Copyright 1999-2003 Gentoo Technologies, Inc.
># Distributed under the terms of the GNU General Public License v2
># $Header: /home/cvsroot/gentoo-x86/media-video/acidrip/acidrip-0.9.ebuild,v
1.2 2003/07/30 17:58:46 mcummings Exp $
>
>inherit perl-module
>
>DESCRIPTION="A gtk-perl mplayer/mencoder frontend for ripping DVDs"
>HOMEPAGE="http://acidrip.thirtythreeandathird.net"
>SRC_URI="mirror://sourceforge/acidrip/${P}.tar.gz"
>LICENSE="GPL-2"
>SLOT="0"
>KEYWORDS="~ppc ~x86"
>IUSE="encode"
>
>DEPEND="dev-lang/perl
>		dev-perl/gtk2-perl
>		dev-perl/glade-perl
>		>=media-video/lsdvd-0.10
>		media-video/mplayer
>		encode? ( >=media-sound/lame-3.92 )"
>
>src_unpack() {
>	unpack ${A}
>	cd ${S}
>	sed -i 's:system "mplayer 2:system "which mplayer 2:' ${S}/Makefile.PL
>}
>
>src_compile() {
>	perl-module_src_compile
>}
>
>src_install() {
>	perl-module_src_install
>	#dobin acidrip
>	dodoc Documentation/*
>}
Comment 4 Anders Lindén 2003-11-16 10:54:32 UTC
Created attachment 20828 [details]
acidrip-0.11.ebuild (Update)
Comment 5 Martin Holzer (RETIRED) gentoo-dev 2003-11-25 13:30:34 UTC
in cvs