Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 110030 Details for
Bug 166616
media-video/mmsv2-1.0.8.1 version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Ebuild for mmsv2 1.0.8.1
mmsv2-1.0.8.1.ebuild (text/plain), 1.81 KB, created by
matthias bernges
on 2007-02-13 07:22:10 UTC
(
hide
)
Description:
Ebuild for mmsv2 1.0.8.1
Filename:
MIME Type:
Creator:
matthias bernges
Created:
2007-02-13 07:22:10 UTC
Size:
1.81 KB
patch
obsolete
># Copyright 1999-2006 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/media-video/mmsv2/mmsv2-1.0.8_rc2.ebuild,v 1.1 2006/08/29 20:49:46 arj Exp $ > >inherit eutils > >DESCRIPTION="Menu system for easy movie and audio playback and image viewing." >HOMEPAGE="http://mms.sunsite.dk/" > >MY_P="mms-${PV}" > >SRC_URI="http://mms.sunsite.dk/${MY_P}.tar.bz2" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~amd64 ~ppc ~x86" >IUSE="debug lirc svga sdl dvb dxr3" > >RDEPEND="media-libs/imlib2 > x11-libs/libXScrnSaver > media-libs/taglib > >=dev-libs/libpcre-4.3 > =dev-db/sqlite-2* > media-tv/xmltv > media-libs/xine-lib > media-video/cxfe > lirc? ( app-misc/lirc ) > svga? ( media-libs/svgalib ) > sdl? ( media-libs/libsdl ) > dxr3? ( media-video/em8300-libraries )" > >DEPEND="${RDEPEND} > sys-devel/autoconf > sys-devel/automake" > >S="${WORKDIR}/mms-${PV}" > >src_compile() { > > local myconf= > > ( use debug ) \ > && myconf="${myconf} --enable-debug --enable-benchmark" > > ( use lirc ) \ > && myconf="${myconf} --enable-lirc" > > ( use svga ) \ > && myconf="${myconf} --enable-vgagl" > > ( ! use sdl ) \ > && myconf="${myconf} --disable-sdl" > > ( use dxr3 ) \ > && myconf="${myconf} --enable-dxr3" > > ( use dvb ) \ > && myconf="${myconf} --enable-dvb --enable-tv" > > > cd ${S} > > ./configure --prefix=/usr \ > ${myconf} || die > > emake -j1 || die >} > >src_install() { > cd ${S} > > make DESTDIR=${D} \ > PREFIX=/usr \ > BINDIR=/usr/bin \ > CONFIGDIR=/etc/mms \ > DATADIR=/usr/share/mms \ > install || die "Failed to install mmsv2!" > > dodoc doc/LICENSE doc/README >} > >pkg_postinst() { > einfo "Be sure to change /etc/mms/config and /etc/mms/input* to your needs" > einfo "You also need to place a TV.xml file in /etc/mms for epg to work" > einfo > einfo "Documentation is available online: http://mms.sunsite.dk/doc/index.html" >}
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 166616
: 110030