Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 312893 Details for
Bug 417295
media-video/sview-12.05 - a universal stereoscopic player which supports image viewing and movie playback
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
sview-12.05.ebuild
sview-12.05.ebuild (text/plain), 907 bytes, created by
Vasiliy Temnikov
on 2012-05-23 23:07:53 UTC
(
hide
)
Description:
sview-12.05.ebuild
Filename:
MIME Type:
Creator:
Vasiliy Temnikov
Created:
2012-05-23 23:07:53 UTC
Size:
907 bytes
patch
obsolete
># Copyright 1999-2012 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >EAPI=3 >inherit eutils > >DESCRIPTION="Stereoscopic media player" >HOMEPAGE="http://www.sview.ru/" >SRC_URI="http://www.sview.ru/repository/src/${PN}-${PV}-1.tar.gz" >LICENSE="GPL-3" >SLOT="0" >KEYWORDS="amd64 x86" >IUSE="custom-cflags" >RDEPEND="x11-libs/gtk+:2 > >=media-libs/glew-1.5.0 > media-libs/openal > media-libs/mesa" >DEPEND="${RDEPEND}" >RESTRICT="strip" >S="${WORKDIR}/${PN}-${PV}-1" > >src_prepare() { >if use custom-cflags; then > cd "${S}" > sed -i -e 's/CXXFLAGS = -O3 -std=c++0x -Wall -fPIC -mmmx -msse `pkg-config gtk+-2.0 --cflags` $(INC)/CXXFLAGS = -O3 -std=c++0x -Wall -fPIC -mmmx -msse $(CFLAGS) `pkg-config gtk+-2.0 --cflags` $(INC)/' Makefile || die > emake CFLAGS="${CFLAGS}" || die "emake failed" >fi >} > >src_install() { > emake DESTDIR="${D}" install || die "emake install failed" >}
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 417295
: 312893