Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 138018 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]
ebuild rebuilded
vdr-karaoke-0.0.2.ebuild (text/plain), 1.39 KB, created by
zulio
on 2007-12-08 14:58:15 UTC
(
hide
)
Description:
ebuild rebuilded
Filename:
MIME Type:
Creator:
zulio
Created:
2007-12-08 14:58:15 UTC
Size:
1.39 KB
patch
obsolete
># Copyright 1999-2007 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >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" > >SLOT="0" >LICENSE="GPL-2" >KEYWORDS="~x86 ~amd64" >IUSE="sound vorbis" > >DEPEND=">=media-video/vdr-1.4.6 > media-libs/imlib2 > sound? ( media-libs/libsndfile ) > vorbis? ( media-libs/libvorbis )" > >RDEPEND="" > >PATCHES="${FILESDIR}/${P}-gentoo.diff" > > >src_unpack() { > > vdr-plugin_src_unpack > > use vorbis && sed -e "s:WITHOUT_LIBVORBISFILE=1:#WITHOUT_LIBVORBISFILE=1:" -i Makefile > use sound && sed -e "s:WITHOUT_LIBSNDFILE=1:#WITHOUT_LIBSNDFILE=1:" -i Makefile > use sound && sed -e "s:#WITH_OSS_OUTPUT=1:WITH_OSS_OUTPUT=1:" -i Makefile >} > >src_install() { > vdr-plugin_src_install > > insinto /etc/vdr/plugins/karaoke > doins ${FILESDIR}/karaokesources.conf > > into /usr/share/vdr/karaoke > newbin examples/mount.sh.example mount-karaoke.sh > > diropts -m0755 -ovdr -gvdr > dodir /var/vdr/${VDRPLUGIN}/files > dodir /var/vdr/${VDRPLUGIN}/id3 > dodir /var/vdr/${VDRPLUGIN}/cddb >} > >pkg_postinst() { > vdr-plugin_pkg_postinst > > echo > elog "Check configuration file:" > elog " /etc/vdr/plugins/karaoke/karaokesources.conf" > elog "Put your karaoke (ultrastar) files in /var/vdr/${VDRPLUGIN}/files" > 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