Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 138468 Details for
Bug 187996
media-sound/transkode-0.7 version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
media-sound/transkode-0.7.ebuild
transkode-0.7.ebuild (text/plain), 2.03 KB, created by
Jure Kobal
on 2007-12-14 15:11:11 UTC
(
hide
)
Description:
media-sound/transkode-0.7.ebuild
Filename:
MIME Type:
Creator:
Jure Kobal
Created:
2007-12-14 15:11:11 UTC
Size:
2.03 KB
patch
obsolete
># Copyright 1999-2007 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >ARTS_REQUIRED="never" > >inherit kde > >#MY_P="${P/_beta/beta}" >S="${WORKDIR}/${PN}" > >DESCRIPTION="KDE frontend for various audio transcoding tools" >HOMEPAGE="http://kde-apps.org/content/show.php?content=37669" >SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" > >LICENSE="GPL-2" > >SLOT="0" >KEYWORDS="~amd64 ~x86 ~x86-fbsd" > >IUSE="amarok ffmpeg gstreamer mplayer shorten wavpack xine" > >RDEPEND="media-libs/taglib > amarok? ( media-sound/amarok ) > ffmpeg? ( media-video/ffmpeg ) > gstreamer? ( > >=media-libs/gstreamer-0.10 > >=media-libs/gst-plugins-good-0.10 > >=media-plugins/gst-plugins-flac-0.10 > >=media-plugins/gst-plugins-lame-0.10 > >=media-plugins/gst-plugins-vorbis-0.10 > >=media-plugins/gst-plugins-ogg-0.10 > >=media-plugins/gst-plugins-faad-0.10 > ) > mplayer? ( media-video/mplayer ) > shorten? ( media-sound/shorten ) > wavpack? ( media-sound/wavpack ) > xine? ( !x86-fbsd? ( media-sound/xineadump ))" >DEPEND="${RDEPEND}" > >need-kde 3.5 > >pkg_setup() { > if ! use ffmpeg && ! use mplayer && ! use gstreamer; then > echo > ewarn "transKode should be emerged with at least one of next" > ewarn "use flags: mplayer, ffmpeg, gstreamer or xine!" > ewarn "None of them is mandatory but installs programs that" > ewarn "can be used for decoding of audio formats for which no " > ewarn "other decoder is present." > echo > ebeep > epause 10 > fi >} > >src_compile() { > local myconf="$(use_enable amarok amarokscript)" > > kde_src_compile >} > >src_install() { > kde_src_install > > dodir /usr/share/applications/kde > mv "${D}/usr/share/applnk/${PN}.desktop" \ > "${D}/usr/share/applications/kde" > > echo "Categories=Qt;KDE;AudioVideo;" \ > >> "${D}/usr/share/applications/kde/${PN}.desktop" >} > >pkg_postinst() { > if use amarok; then > elog "If you want to use TransKode to encode audio files on the fly" > elog "when transferring music to a portable media device, remember" > elog "to start the TransKode script through the Script Manager" > elog "on the Tools menu." > fi >}
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 187996
:
127167
|
127169
|
138468
|
142751
|
143575
|
151648