Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 203185 Details for
Bug 256972
New ebuild for media-tv/kmttg
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Vastly updated for massive changes; now based in java, not perl
kmttg-9999.ebuild (text/plain), 826 bytes, created by
Saphirus
on 2009-09-05 13:24:09 UTC
(
hide
)
Description:
Vastly updated for massive changes; now based in java, not perl
Filename:
MIME Type:
Creator:
Saphirus
Created:
2009-09-05 13:24:09 UTC
Size:
826 bytes
patch
obsolete
># Copyright 1999-2009 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/vcsroot/gentoo-x86/media-tv/kmttg > >EAPI="2" >inherit subversion > >DESCRIPTION="Download videos from Tivo, decrypt, convert and remove commercials" >HOMEPAGE="http://code.google.com/p/kmttg" >ESVN_REPO_URI="http://kmttg.googlecode.com/svn/trunk/" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~amd64 ~x86" >IUSE="ffmpeg mplayer" > >RDEPENDDD="dev-java/sun-jdk > dev-java/ant > ffmpeg? ( media-video/ffmpeg ) > mplayer? ( media-video/mplayer ) > net-misc/curl > media-video/tivodecode" >DEPEND="${RDEPEND}" >S="${WORKDIR}" >subversion_svn_fetch() { > cd "${S}" >} >src_compile() { > ant || die >} >src_install() { > cd "${S}"/release > into / > dobin kmttg > dobin kmttg.jar > dodoc README.html > cp -r "${S}"/release/encode "${D}"/usr/lib >}
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 256972
:
180305
|
180308
| 203185 |
203319
|
203320