Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 136960 Details for
Bug 200268
media-plugin/vdr-karaoke (new ebuild)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
the new ebuild
vdr-karaoke-0.0.2.ebuild (text/plain), 1.43 KB, created by
zulio
on 2007-11-25 10:23:15 UTC
(
hide
)
Description:
the new ebuild
Filename:
MIME Type:
Creator:
zulio
Created:
2007-11-25 10:23:15 UTC
Size:
1.43 KB
patch
obsolete
># Copyright 1999-2007 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ ># by zulio@zulinux.net (zulurossa) > >RESTRICT="nomirror" > >inherit vdr-plugin > >DESCRIPTION="vdr plugin: is a iteractive karaoke. It uses file's similar to SingStar/UltraStar." >HOMEPAGE="http://sourceforge.net/projects/vdr-karaoke/" >SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" >LICENSE="GPL-2" > >KEYWORDS="~x86" > >IUSE="libsndfile libvorbis" >SLOT="0" > >DEPEND=">=media-video/vdr-1.4.6 > media-libs/imlib2 > libsndfile? ( media-libs/libsndfile ) > libvorbis? ( media-libs/libvorbis )" > >src_unpack() { > vdr-plugin_src_unpack > # Modifiy Makefile (the --disable- configure arg doesn't quite work > if ! use libsndfile ; then > sed -e 's/#WITHOUT_LIBSNDFILE=1/WITHOUT_LIBSNDFILE=1/' -i.wlibsndfile Makefile || die "couldn't disable libsndfile" > fi > if ! use libvorbis ; then > sed -e 's/#WITHOUT_LIBVORBISFILE=1/WITHOUT_LIBVORBISFILE=1/' -i.wlibvorbis Makefile || die "couldn't disable libvorbis" > fi >} > >src_install() { > vdr-plugin_src_install > > # copy README, HISTORY > dodoc HISTORY README > # copy/create conf files > insinto /etc/vdr/plugins > newins ${FILESDIR}/examples/karaokesources.conf.example karaokesources.conf > # copy/create sh files > into /usr/share/vdr/karaoke > newbin examples/mount.sh.example mount.sh >} > >pkg_postinst() { > vdr-plugin_pkg_postinst > > echo > elog "Edit config /etc/vdr/plugins/karaokesources.conf" > echo >}
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 200268
:
136960
|
138018
|
138020
|
138022
|
138024
|
138026