Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 182631 Details for
Bug 233670
Request ebuild for libhdhomerun
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
hdhomerun_config_gui-20090215.ebuild
hdhomerun_config_gui-20090215.ebuild (text/plain), 983 bytes, created by
Thomas Kear
on 2009-02-20 09:27:29 UTC
(
hide
)
Description:
hdhomerun_config_gui-20090215.ebuild
Filename:
MIME Type:
Creator:
Thomas Kear
Created:
2009-02-20 09:27:29 UTC
Size:
983 bytes
patch
obsolete
># Copyright 1999-2009 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >MY_P="${PN}_${PV}" > >DESCRIPTION="Graphical configuration tool for HDHomeRun networked TV tuners" >HOMEPAGE="http://www.silicondust.com" >SRC_URI="http://download.silicondust.com/hdhomerun/${MY_P}.tgz" > >LICENSE="GPL-3" >SLOT="0" >KEYWORDS="~x86" >IUSE="" >EAPI="1" > >DEPEND=" > =media-tv/libhdhomerun-${PV} > x11-libs/gtk+:2" >RDEPEND="" > >S="${WORKDIR}/${PN}" > >src_unpack () { > unpack ${A} > cd "${S}" > > # We're going to install our libhdhomerun separately, need to change > # references to it. > sed -i -s "s:SUBDIRS = ../libhdhomerun src po:SUBDIRS = src po:g" \ > Makefile.in Makefile.am > sed -i -s "s:\(-[IL]\)../../libhdhomerun:\1/usr/include/libhdhomerun:g" \ > src/Makefile.in src/Makefile.am > sed -i -s -n "/libhdhomerun.so/!{p}" \ > src/Makefile.in src/Makefile.am >} > >src_compile () { > econf || die > emake || die >} > >src_install () { > dobin src/hdhomerun_config_gui >}
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 233670
:
161948
|
161950
|
161953
|
175756
|
176315
|
182629
|
182631
|
183400
|
183402
|
204859
|
204861
|
383538
|
390628
|
390630
|
390632