Lines 2-8
Link Here
|
2 |
# Distributed under the terms of the GNU General Public License v2 |
2 |
# Distributed under the terms of the GNU General Public License v2 |
3 |
# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.19_p9163-r1.ebuild,v 1.2 2006/03/10 21:45:34 cardoe Exp $ |
3 |
# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.19_p9163-r1.ebuild,v 1.2 2006/03/10 21:45:34 cardoe Exp $ |
4 |
|
4 |
|
5 |
inherit flag-o-matic eutils debug qt3 |
5 |
inherit flag-o-matic multilib eutils debug qt3 |
6 |
|
6 |
|
7 |
PATCHREV=9163 |
7 |
PATCHREV=9163 |
8 |
MY_PV="${PV%_*}" |
8 |
MY_PV="${PV%_*}" |
Lines 123-132
Link Here
|
123 |
|
123 |
|
124 |
#Fixes of the bugs found in the 0.19 release |
124 |
#Fixes of the bugs found in the 0.19 release |
125 |
epatch "${WORKDIR}"/${PN}-${MY_PV}-rev${PATCHREV}.patch |
125 |
epatch "${WORKDIR}"/${PN}-${MY_PV}-rev${PATCHREV}.patch |
|
|
126 |
|
127 |
# Support installing in libdir != lib |
128 |
epatch "${FILESDIR}/mythtv-0.19-libdir.patch" |
126 |
} |
129 |
} |
127 |
|
130 |
|
128 |
src_compile() { |
131 |
src_compile() { |
129 |
local myconf="--prefix=/usr --mandir=/usr/share/man" |
132 |
local myconf="--prefix=/usr |
|
|
133 |
--mandir=/usr/share/man |
134 |
--libdir-name=$(get_libdir)" |
130 |
use alsa || myconf="${myconf} --disable-audio-alsa" |
135 |
use alsa || myconf="${myconf} --disable-audio-alsa" |
131 |
use arts || myconf="${myconf} --disable-audio-arts" |
136 |
use arts || myconf="${myconf} --disable-audio-arts" |
132 |
use jack || myconf="${myconf} --disable-audio-jack" |
137 |
use jack || myconf="${myconf} --disable-audio-jack" |