Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 524494 Details for
Bug 650976
media-video/vukextract [new package] to ease playing of Bluray disk under LInux
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
vukextract-9999.ebuild
vukextract-9999.ebuild (text/plain), 713 bytes, created by
Wojciech Myrda
on 2018-03-20 11:19:07 UTC
(
hide
)
Description:
vukextract-9999.ebuild
Filename:
MIME Type:
Creator:
Wojciech Myrda
Created:
2018-03-20 11:19:07 UTC
Size:
713 bytes
patch
obsolete
># Copyright 1999-2018 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 > >EAPI=6 > >inherit eutils git-r3 > >DESCRIPTION="Program to get VUK Keys from DVDFab" >HOMEPAGE="https://github.com/m4tthi4s/${PN}" >EGIT_REPO_URI="https://github.com/m4tthi4s/vukextract.git" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~amd64 ~x86" >IUSE="static_libs" > >DEPEND="dev-libs/libgcrypt" >RDEPEND="${DEPEND}" > >DOCS="README.md" > >src_prepare() { > default > sed -i -e "s:CFLAGS = -Wall -Werror:CFLAGS = ${CFLAGS}:" Makefile >} > >src_compile() { > if use static_libs; then > emake static > else > emake ${PN} > fi >} > >src_install() { > if use static_libs; then > newbin static ${PN} > else > dobin ${PN} > fi > dodoc ${DOCS} >}
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 650976
: 524494