Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 189296 - media-video/dvdwizard (new ebuild)
Summary: media-video/dvdwizard (new ebuild)
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Default Assignee for New Packages
URL: http://dvdwizard.wershofen.net
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2007-08-18 04:10 UTC by Chris Arndt
Modified: 2016-04-22 06:04 UTC (History)
0 users

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


Attachments
media-video/dvdwizard-0.5.1 (dvdwizard-0.5.1.ebuild,722 bytes, text/plain)
2008-02-10 16:09 UTC, Sam Jacobson
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Arndt 2007-08-18 04:10:18 UTC
here is an ebuild for dvdwizard v0.5.1

inherit eutils

DESCRIPTION="Tool to transform DVD authorable VOBs into a DVD complete with menus & suitable for playback on a standalone DVD player"
HOMEPAGE="http://dvdwizard.sourceforge.net"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"

KEYWORDS="~x86 ~ppc ~sparc ~amd64"
IUSE=""
DEPEND="sys-devel/bc
    sys-apps/coreutils
    sys-apps/gawk
    sys-apps/grep
    sys-apps/mktemp
    sys-apps/sed
    media-gfx/imagemagick
    media-video/dvdauthor
    media-video/ffmpeg
    media-video/mjpegtools
    media-video/transcode"
RDEPEND="${DEPEND}"

src_install() {
    dobin chaptercheck dvdcpics dvdtguess dvdwizard dvdwizardrc mk_vmgm mk_vtsm mk_v
tsm_info mk_vtsm_lang mpgprobe txt2png
    dodoc README
}


Reproducible: Always



Expected Results:  
new ebuild based on ebuild hosted by develper site
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2007-08-18 04:58:53 UTC
No need to depend on sys-apps/coreutils, sys-apps/gawk, sys-apps/grep or sys-apps/sed, they are part of system. And please don't paste ebuilds inline next time.

http://www.gentoo.org/proj/en/devrel/handbook/handbook.xml?part=2&chap=3#doc_chap2
Comment 2 Sam Jacobson 2008-02-10 16:09:09 UTC
Created attachment 143128 [details]
media-video/dvdwizard-0.5.1

Attached an updated ebuild with incorrect dependencies removed as per Jakub's comment. Recommended category media-video.

Installed on ~amd64, not fully tested yet.
Comment 3 Marek Szuba archtester gentoo-dev 2016-04-22 06:01:32 UTC
Upstream seems to be dead, where its Web site used to be there is now a page containing two short lines of text in Japanese and there hasn't been a new release since 2012.