Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-commits
| Navigation: |
|
Lists:
gentoo-commits:
< Prev
By Thread
Next >
< Prev
By Date
Next >
|
| Headers: |
|
To:
|
gentoo-commits@g.o
|
|
From:
|
"Piotr Jaroszynski (peper)" <peper@g.o>
|
|
Subject:
|
gentoo-x86 commit in media-video/nvidia-settings: ChangeLog nvidia-settings-169.04.ebuild
|
|
Date:
|
Tue, 20 Nov 2007 20:24:19 +0000
|
|
peper 07/11/20 20:24:19
Modified: ChangeLog
Added: nvidia-settings-169.04.ebuild
Log:
Add 169.04 with a patch allowing to run nvidia-setting without :0. Thanks to Tommy Yu <a_korner@...> in bug #94240.
(Portage version: 2.1.3.19)
Revision Changes Path
1.39 media-video/nvidia-settings/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/nvidia-settings/ChangeLog?rev=1.39&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/nvidia-settings/ChangeLog?rev=1.39&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/nvidia-settings/ChangeLog?r1=1.38&r2=1.39
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/nvidia-settings/ChangeLog,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- ChangeLog 12 Nov 2007 16:29:06 -0000 1.38
+++ ChangeLog 20 Nov 2007 20:24:18 -0000 1.39
@@ -1,6 +1,14 @@
# ChangeLog for media-video/nvidia-settings
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/nvidia-settings/ChangeLog,v 1.38 2007/11/12 16:29:06 welp Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/nvidia-settings/ChangeLog,v 1.39 2007/11/20 20:24:18 peper Exp $
+
+*nvidia-settings-169.04 (20 Nov 2007)
+
+ 20 Nov 2007; Piotr JaroszyĆski <peper@g.o>
+ +files/nvidia-settings-169.04-no-display.patch,
+ +nvidia-settings-169.04.ebuild:
+ Add 169.04 with a patch allowing to run nvidia-setting without $DISPLAY.
+ Thanks to Tommy Yu <a_korner@...> in bug #94240.
12 Nov 2007; Peter Weller <welp@g.o>
nvidia-settings-1.0.20070621.ebuild:
1.1 media-video/nvidia-settings/nvidia-settings-169.04.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/nvidia-settings/nvidia-settings-169.04.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/nvidia-settings/nvidia-settings-169.04.ebuild?rev=1.1&content-type=text/plain
Index: nvidia-settings-169.04.ebuild
===================================================================
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-video/nvidia-settings/nvidia-settings-169.04.ebuild,v 1.1 2007/11/20 20:24:18 peper Exp $
inherit eutils toolchain-funcs multilib
MY_P="${PN}-1.0"
DESCRIPTION="NVIDIA Linux X11 Settings Utility"
HOMEPAGE="http://www.nvidia.com/"
SRC_URI="ftp://download.nvidia.com/XFree86/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="-* ~amd64 ~x86 ~x86-fbsd"
IUSE=""
# xorg-server is used in the depends as nvidia-settings builds against some
# headers in /usr/include/xorg/.
# This also allows us to optimize out a lot of the other dependancies, as
# between gtk and xorg-server, almost all libraries and headers are accounted
# for.
DEPEND=">=x11-libs/gtk+-2
dev-util/pkgconfig
x11-base/xorg-server
x11-libs/libXt
x11-libs/libXv
x11-proto/xf86driproto
x11-misc/imake
x11-misc/gccmakedep"
RDEPEND=">=x11-libs/gtk+-2
x11-base/xorg-server
x11-libs/libXt
x11-drivers/nvidia-drivers"
S="${WORKDIR}/${MY_P}"
src_unpack() {
unpack ${A}
cd "${S}"
# This patch was accepted upstream, so next release shouldn't need it. bug #94240
epatch "${FILESDIR}/${P}-no-display.patch"
cd "${S}/src/libXNVCtrl"
einfo "Tweaking libXNVCtrl for build..."
# This next voodoo is just to work around xmkmf's broken behaviour
# after the Xorg move to /usr (or I think, as I have not messed
# with it in ages).
#ln -snf /usr/include/X11 include
# Ensure that libNVCtrl.a is actually built
# Regardless of how NormalLibXrandr was built
# (NormalLibXrandr indicates if Xrandr was built as static or not)
# NormalLibXrandr was 'YES' in Xorg-6.8, but is 'NO' in 7.0.
sed -i.orig \
-e 's,DoNormalLib NormalLibXrandr,DoNormalLib YES,g' \
Imakefile
# for a rainy day, when we need a shared libXNVCtrl.so
#-e 'a#define DoSharedLib YES\n' \
}
src_compile() {
einfo "Building libXNVCtrl..."
cd "${S}/src/libXNVCtrl"
xmkmf -a || die "Running xmkmf failed!"
make clean || die "Cleaning old libXNVCtrl failed"
emake CDEBUGFLAGS="${CFLAGS}" CC="$(tc-getCC)" all || die "Building libXNVCtrl failed!"
cd "${S}"
einfo "Building nVidia-Settings..."
emake CC="$(tc-getCC)" || die "Failed to build nvidia-settings"
}
src_install() {
# Install the executable
exeinto /usr/bin
doexe nvidia-settings
# Install libXNVCtrl and headers
insinto "/usr/$(get_libdir)"
doins src/libXNVCtrl/libXNVCtrl.a
insinto /usr/include/NVCtrl
doins src/libXNVCtrl/{NVCtrl,NVCtrlLib}.h
# Install icon and .desktop entry
doicon "${FILESDIR}/icon/${PN}.png"
domenu "${FILESDIR}/icon/${PN}.desktop"
# Install manpage
doman doc/nvidia-settings.1
# Now install documentation
dodoc doc/*.txt
}
--
gentoo-commits@g.o mailing list
|
|