Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 90565 Details for
Bug 133145
media-sound/cdparanoia-3.9.8-r3 dies on unconfigured kernel
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
cdparanoia patch
cdparanoia-3.9.8-dont_die_on_livecd_builds.patch (text/plain), 1.05 KB, created by
Chris Gianelloni (RETIRED)
on 2006-06-30 14:03:25 UTC
(
hide
)
Description:
cdparanoia patch
Filename:
MIME Type:
Creator:
Chris Gianelloni (RETIRED)
Created:
2006-06-30 14:03:25 UTC
Size:
1.05 KB
patch
obsolete
>--- /usr/portage/media-sound/cdparanoia/cdparanoia-3.9.8-r3.ebuild 2006-06-16 21:35:56.000000000 +0000 >+++ /release/portage/media-sound/cdparanoia/cdparanoia-3.9.8-r3.ebuild 2006-06-30 20:57:59.000000000 +0000 >@@ -12,11 +12,21 @@ > SRC_URI="http://www.xiph.org/paranoia/download/${MY_P}.src.tgz > mirror://gentoo/${P}-SG_IO-patches.tar.gz" > >-IUSE="" >+IUSE="livecd bindist" > LICENSE="GPL-2" > SLOT="0" > KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~mips ppc ppc64 sparc x86" > >+pkg_setup() { >+ # This is here so we don't die when we don't have sources >+ if use livecd || use bindist >+ then >+ : >+ else >+ linux-info_pkg_setup >+ fi >+} >+ > src_unpack() { > unpack ${A} > cd ${S} >@@ -33,7 +43,11 @@ > epatch ${FILESDIR}/${P}-use-destdir.patch > > # Apply Red Hat's SG_IO patches see bug #118189 for more info >- if kernel_is ge 2 6 15; then >+ if use livecd || use bindist >+ then >+ epatch ${FILESDIR}/${P}-respectflags-pio.patch >+ elif kernel_is ge 2 6 15 >+ then > EPATCH_SOURCE="${WORKDIR}/patches" EPATCH_SUFFIX="patch" epatch > epatch ${FILESDIR}/${P}-respectflags-sgio.patch > else
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 133145
: 90565 |
94800