Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 78238 Details for
Bug 84487
DVDRipOMatic-0.91 (New Package)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
DVDRipOMatic-0.94.ebuild
DVDRipOMatic-0.94.ebuild (text/plain), 2.08 KB, created by
Ruben Jenster
on 2006-01-26 15:44:02 UTC
(
hide
)
Description:
DVDRipOMatic-0.94.ebuild
Filename:
MIME Type:
Creator:
Ruben Jenster
Created:
2006-01-26 15:44:02 UTC
Size:
2.08 KB
patch
obsolete
># Copyright 1999-2005 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit eutils kde-functions > >DESCRIPTION="This application can be used to translate a movie from DVD to XviD format." >SRC_URI="mirror://sourceforge/dvdripomatic/${P}.tar.bz2" >HOMEPAGE="http://pingwing.xs4all.nl/" > >RDEPEND="kde-base/kommander > media-video/transcode > >=media-video/mplayer-1.0_pre5" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~x86 ~ppc" > >dvdread_check() { > if ! built_with_use transcode dvdread || ! built_with_use mplayer dvdread; then > eerror "You need to recompile transcode and mplayer with USE="dvdread" enabled" > return 1 > fi >} > >pkg_setup() { > ebegin "Check for dvdread support" > dvdread_check > eend $? || die "dvdread support not detected" >} > >src_compile() { > einfo "kommander dialog - nothing to compile" >} > >src_install() { > set-kdedir > > # We do not want the kommander dialog for installing > # Bypassing the dialog and doing the things from the script directly > > # Shamelessly stolen from the inst.sh file in the DVDRipOMatic package and adjusted for our needs > # We need to ensure that KDEDIR is set > > InstallDir="${KDEDIR}/share/apps/${PN}" > ApplicationDir="${KDEDIR}/share/applnk/Applications/" > DesktopFile="${D}/$ApplicationDir/${PN}.desktop" > > mkdir -p "${D}/${InstallDir}" > mkdir -p "${D}/${ApplicationDir}" > > cp "${WORKDIR}/${P}/DVDRipOMatic.kmdr" "${D}/$InstallDir" > cp "${WORKDIR}/${P}/DVDScan" "${D}/$InstallDir" > cp "${WORKDIR}/${P}/banner.png" "${D}/$InstallDir" > > echo "[Desktop Entry]" > "$DesktopFile" > echo "Name=DVD Rip-O-Matic" >> "$DesktopFile" > echo "GenericName=DVD Ripping Wizard" >> "$DesktopFile" > echo "Exec=kmdr-executor '$InstallDir/DVDRipOMatic.kmdr'" >> "$DesktopFile" > echo "Type=Application" >> "$DesktopFile" > echo "Icon=dvd_unmount" >> "$DesktopFile" > echo "Categories=Qt;KDE;AudioVideo;" >> "$DesktopFile" >} > >pkg_postinst() { > einfo "" > einfo "Just run ${PN} from the KMenu->Multimedia-Menu," > einfo "by clicking on the kmdr-script in konqueror or with the command" > einfo "\"kmdr-executor ${KDEDIR}/share/apps/${PN}/DVDRipOMatic.kmdr\"" > einfo "" >}
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 84487
:
52918
| 78238