summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2006-06-04 21:06:35 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2006-06-04 21:06:35 +0000
commitce0a24cb75d7211d7c540c530cb8bcacb5e561f5 (patch)
tree7f18f47b47bb64300c13ad44116671bc5a97556f /media-tv/xdtv
parentinitial import (diff)
downloadgentoo-2-ce0a24cb75d7211d7c540c530cb8bcacb5e561f5.tar.gz
gentoo-2-ce0a24cb75d7211d7c540c530cb8bcacb5e561f5.tar.bz2
gentoo-2-ce0a24cb75d7211d7c540c530cb8bcacb5e561f5.zip
Install the defaults in the right directory when using modular xorg. Thanks Donnie for the detection action.
(Portage version: 2.1_rc4-r1)
Diffstat (limited to 'media-tv/xdtv')
-rw-r--r--media-tv/xdtv/ChangeLog6
-rw-r--r--media-tv/xdtv/xdtv-2.3.2.ebuild7
2 files changed, 11 insertions, 2 deletions
diff --git a/media-tv/xdtv/ChangeLog b/media-tv/xdtv/ChangeLog
index 215dff70b47a..a9a346dd9188 100644
--- a/media-tv/xdtv/ChangeLog
+++ b/media-tv/xdtv/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-tv/xdtv
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-tv/xdtv/ChangeLog,v 1.29 2006/05/19 20:29:53 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/xdtv/ChangeLog,v 1.30 2006/06/04 21:06:35 flameeyes Exp $
+
+ 04 Jun 2006; Diego Pettenò <flameeyes@gentoo.org> xdtv-2.3.2.ebuild:
+ Install the defaults in the right directory when using modular xorg. Thanks
+ Donnie for the detection action.
19 May 2006; Diego Pettenò <flameeyes@gentoo.org> xdtv-2.3.2.ebuild:
Bump xvid dependency as per bug #133306 thanks to Michael Mauch.
diff --git a/media-tv/xdtv/xdtv-2.3.2.ebuild b/media-tv/xdtv/xdtv-2.3.2.ebuild
index e3cc4450a622..959c87d27edb 100644
--- a/media-tv/xdtv/xdtv-2.3.2.ebuild
+++ b/media-tv/xdtv/xdtv-2.3.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-tv/xdtv/xdtv-2.3.2.ebuild,v 1.5 2006/05/19 20:29:53 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/xdtv/xdtv-2.3.2.ebuild,v 1.6 2006/06/04 21:06:35 flameeyes Exp $
inherit font multilib autotools flag-o-matic
@@ -129,6 +129,10 @@ src_compile() {
( use mmx || use amd64 ) && myconf="${myconf} --enable-mmx" || \
myconf="${myconf} --disable-mmx"
+ has_version 'x11-base/xorg-server' && \
+ appdefaultsdir="/usr/share/X11/app-defaults" || \
+ appdefaultsdir="/etc/X11/app-defaults"
+
econf ${xawconf} \
$(use_enable alsa) \
$(use_enable jpeg) \
@@ -149,6 +153,7 @@ src_compile() {
--enable-pixmaps \
--disable-cpu-detection \
--disable-divx4linux \
+ --with-appdefaultsdir=${appdefaultsdir} \
${myconf} \
|| die "Configuration failed."