Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 145874 Details for
Bug 213093
Cannot emerge media-tv/mythtv-0.22_alpha16508: Location of channel changers have changed
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for ebuild
mythtv-channel-changers-location-fix.patch (text/plain), 1.75 KB, created by
Daniel Burr
on 2008-03-12 03:22:00 UTC
(
hide
)
Description:
Patch for ebuild
Filename:
MIME Type:
Creator:
Daniel Burr
Created:
2008-03-12 03:22:00 UTC
Size:
1.75 KB
patch
obsolete
>--- mythtv-0.22_alpha16508.orig 2008-03-12 12:21:49.538640261 +1000 >+++ mythtv-0.22_pre16514.ebuild 2008-03-12 12:21:41.682619591 +1000 >@@ -194,16 +194,16 @@ > die "failed to compile firewire_tester" > > cd channel_changers >- $(tc-getCC) ${CFLAGS} ${CPPFLAGS} -std=gnu99 -o ../../6200ch 6200ch.c \ >+ $(tc-getCC) ${CFLAGS} ${CPPFLAGS} -std=gnu99 -o ../../6200ch 6200ch/6200ch.c \ > ${LDFLAGS} -lrom1394 -lavc1394 -lraw1394 || \ > die "failed to compile 6200ch" >- $(tc-getCC) ${CFLAGS} ${CPPFLAGS} -o ../../sa3250ch sa3250ch.c \ >+ $(tc-getCC) ${CFLAGS} ${CPPFLAGS} -o ../../sa3250ch sa3250ch/sa3250ch.c \ > ${LDFLAGS} -lrom1394 -lavc1394 -lraw1394 || \ > die "failed to compile sa3250ch" > fi > > cd "${S}"/contrib/channel_changers >- $(tc-getCC) ${CFLAGS} ${CPPFLAGS} -o ../../red_eye red_eye.c ${LDFLAGS} || \ >+ $(tc-getCC) ${CFLAGS} ${CPPFLAGS} -o ../../red_eye red_eye/red_eye.c ${LDFLAGS} || \ > die "failed to compile red_eye" > } > >@@ -251,18 +251,18 @@ > dodoc contrib/firewire_tester-README > > dobin 6200ch || die "failed to install 6200ch" >- dodoc contrib/channel_changers/6200ch-README >+ dodoc contrib/channel_changers/6200ch/README > > dobin sa3250ch || die "failed to install sa3250ch" >- dodoc contrib/channel_changers/sa3250ch-README >+ dodoc contrib/channel_changers/sa3250ch/README > fi > > dobin red_eye || die "failed to install red_eye" >- dodoc contrib/channel_changers/red_eye-README >+ dodoc contrib/channel_changers/red_eye/README > > if use directv; then >- dobin contrib/channel_changers/d10control.pl || die "failed to install d10control" >- dodoc contrib/channel_changers/d10control-README >+ dobin contrib/channel_changers/d10control/d10control.pl || die "failed to install d10control" >+ dodoc contrib/channel_changers/d10control/README > fi > } >
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 213093
: 145874 |
145877