Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 291827 Details for
Bug 384599
media-video/tovid-0.34 version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
tovid ebuild
tovid-0.34.ebuild (text/plain), 3.09 KB, created by
Octavian
on 2011-11-06 14:37:38 UTC
(
hide
)
Description:
tovid ebuild
Filename:
MIME Type:
Creator:
Octavian
Created:
2011-11-06 14:37:38 UTC
Size:
3.09 KB
patch
obsolete
># Copyright 1999-2011 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/media-video/tovid/tovid-0.31-r2.ebuild,v 1.6 2011/05/28 23:50:52 zmedico Exp $ > >PYTHON_DEPEND="2" > >inherit eutils python > >DESCRIPTION="Video conversion and DVD authoring tools" >HOMEPAGE="http://tovid.wikia.com/" >SRC_URI="http://${PN}.googlecode.com/files/${P}.tar.gz" >IUSE="tk wxwidgets" >DEPEND="media-video/mplayer > app-text/txt2tags" >RDEPEND="media-video/mjpegtools > virtual/ffmpeg > >=media-video/transcode-1.1.5 > media-sound/normalize > media-gfx/imagemagick > media-sound/sox > media-video/dvdauthor > media-video/vcdimager > media-video/lsdvd > virtual/cdrtools > dev-python/pycairo > wxwidgets? ( =dev-python/wxpython-2.6* ) > app-cdr/dvd+rw-tools > app-cdr/cdrdao > dev-python/imaging > sys-devel/bc" >KEYWORDS="amd64 x86" >LICENSE="GPL-2" >SLOT="0" > >pkg_setup() { > if use tk && ( ! built_with_use dev-lang/python tk ); then > eerror "Please emerge python with useflag 'tk' enabled." > die "Fix USE flags and re-emerge" > elif ! use tk; then > ewarn "If you want to use 'todiscgui', then emerge" > ewarn "dev-lang/python and this package with the 'tk' use flag" > fi > if ! built_with_use media-video/mplayer encode; then > eerror "Please emerge media-video/mplayer with useflag 'encode'." > die "Fix USE flags and re-emerge" > fi > if ! use wxwidgets; then > ewarn "You have choosen to disable all tovidgui interface." > fi >} > >src_unpack() { > unpack ${A} > cd "${S}" > #epatch "${FILESDIR}"/${PN}-0.30-configure.patch \ > # "${FILESDIR}"/${P}-todisc.patch \ > # "${FILESDIR}"/${P}-sox.patch \ > # "${FILESDIR}"/${P}-transcode-1.1.5.patch >} > >src_install() { > #emake DESTDIR="${D}" install || die "make install died" > $(PYTHON) setup.py install --prefix ${D}/usr || die "install died" > dodoc AUTHORS ChangeLog NEWS README > > # remove wxgtk components > if ! use wxwidgets; then > rm -f "${D}/bin/tovidgui" > rm -rf "${D}/usr/$(python_get_sitedir)/libtovid/gui" > rm -f "${D}/share/applications/tovidgui.desktop" > fi > > # remove tk components > if ! use tk; then > rm -f "${D}/bin/todiscgui" > rm -rf "${D}/usr/$(python_get_sitedir)/libtovid/metagui" > rm -f "${D}/usr/share/applications/todiscgui.desktop" > fi >} > >pkg_postinst() { > elog "" > elog "List of suite components:" > elog " idvid: Identifies video format, resolution, and length" > elog " makemenu: Creates (S)VCD/DVD menus" > elog " makeslides: Creates mpeg still slides for (S)VCD" > elog " makexml: Creates XML specification for an (S)VCD or DVD navigation hierarchy" > elog " makedvd: Creates the DVD structure and/or iso image" > elog " postproc: Adjusts A/V sync and does shrinking of encoded video" > elog " tovid: Converts video to (S)VCD or DVD mpeg format" > if use wxwidgets; then > elog " tovidgui: The tovid GUI" > fi > elog " pytovid: The new (experimental) python based tovid script" > elog " todisc: Create a DVD with animated menus" > if use tk; then > elog " todiscgui: Experimental gui for todisc" > fi > elog "" > elog "Please check out the tovid documentation on the web:" > elog " http://tovid.wikia.com/" > elog "" >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 384599
: 291827