diff options
author | Michele Noberasco <s4t4n@gentoo.org> | 2004-08-02 10:52:48 +0000 |
---|---|---|
committer | Michele Noberasco <s4t4n@gentoo.org> | 2004-08-02 10:52:48 +0000 |
commit | 754cbaae9d5f511293533371b6943dd9b6fc0e23 (patch) | |
tree | fcb69b504e71419fd112de41ec612d8576b7cb87 /x11-plugins | |
parent | Fix for tvision, bug #59032. (Manifest recommit) (diff) | |
download | gentoo-2-754cbaae9d5f511293533371b6943dd9b6fc0e23.tar.gz gentoo-2-754cbaae9d5f511293533371b6943dd9b6fc0e23.tar.bz2 gentoo-2-754cbaae9d5f511293533371b6943dd9b6fc0e23.zip |
x11-plugins/wmmixer 2.0_beta4 stable for x86.
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/wmmixer/ChangeLog | 5 | ||||
-rw-r--r-- | x11-plugins/wmmixer/Manifest | 4 | ||||
-rw-r--r-- | x11-plugins/wmmixer/files/wmmixer-cflags.patch | 10 | ||||
-rw-r--r-- | x11-plugins/wmmixer/wmmixer-2.0_beta4.ebuild | 9 |
4 files changed, 24 insertions, 4 deletions
diff --git a/x11-plugins/wmmixer/ChangeLog b/x11-plugins/wmmixer/ChangeLog index dce60629c59b..b1373c501fce 100644 --- a/x11-plugins/wmmixer/ChangeLog +++ b/x11-plugins/wmmixer/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-plugins/wmmixer # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmixer/ChangeLog,v 1.5 2004/06/28 20:52:33 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmixer/ChangeLog,v 1.6 2004/08/02 10:52:48 s4t4n Exp $ + + 02 Aug 2004; Michele Noberasco <s4t4n@gentoo.org> wmmixer-2.0_beta4.ebuild: + Add patch to honour Gentoo CXXFLAGS. Stable for x86. 28 Jun 2004; Aron Griffis <agriffis@gentoo.org> wmmixer-2.0_beta4.ebuild: add sed-4 dep diff --git a/x11-plugins/wmmixer/Manifest b/x11-plugins/wmmixer/Manifest index 158074f8c2e0..3899a8fdeb26 100644 --- a/x11-plugins/wmmixer/Manifest +++ b/x11-plugins/wmmixer/Manifest @@ -1,4 +1,6 @@ -MD5 6bb9f51ec66dd47ed06043f3aaf85814 wmmixer-2.0_beta4.ebuild 1207 +MD5 2126132cfa48411eb7c1b82e9d87afad wmmixer-2.0_beta4.ebuild 1325 +MD5 6bb9f51ec66dd47ed06043f3aaf85814 wmmixer-2.0_beta4.ebuild.~1.6.~ 1207 MD5 0573d60290296244f701e2df7a347035 ChangeLog 686 MD5 e84eaa5e07fc9fe46f005861971b4b68 metadata.xml 310 MD5 9b925052e5249f001a659e0c353ff29f files/digest-wmmixer-2.0_beta4 65 +MD5 1af6bc6bd8c8e167b0cef3e5bcb94fb2 files/wmmixer-cflags.patch 218 diff --git a/x11-plugins/wmmixer/files/wmmixer-cflags.patch b/x11-plugins/wmmixer/files/wmmixer-cflags.patch new file mode 100644 index 000000000000..516b4200e0d1 --- /dev/null +++ b/x11-plugins/wmmixer/files/wmmixer-cflags.patch @@ -0,0 +1,10 @@ +--- configure 2004-08-02 12:16:27.093499344 +0200 ++++ configure 2004-08-02 12:24:14.391459256 +0200 +@@ -822,7 +822,6 @@ + + have_alsa=no + have_oss=no +-CXXFLAGS='-pedantic -W -Wall -g' + + + diff --git a/x11-plugins/wmmixer/wmmixer-2.0_beta4.ebuild b/x11-plugins/wmmixer/wmmixer-2.0_beta4.ebuild index 57fd83ed6038..24fa865e3a83 100644 --- a/x11-plugins/wmmixer/wmmixer-2.0_beta4.ebuild +++ b/x11-plugins/wmmixer/wmmixer-2.0_beta4.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmixer/wmmixer-2.0_beta4.ebuild,v 1.6 2004/06/28 20:52:33 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmixer/wmmixer-2.0_beta4.ebuild,v 1.7 2004/08/02 10:52:48 s4t4n Exp $ + +inherit eutils IUSE="alsa oss" @@ -14,7 +16,7 @@ DEPEND="virtual/x11 SLOT="0" LICENSE="GPL-2" -KEYWORDS="~x86 ~sparc ~mips" +KEYWORDS="x86 ~sparc ~mips" S="${WORKDIR}/${PN}-2.0b4" @@ -23,6 +25,9 @@ src_unpack() { unpack ${A} cd ${S} sed -i 's#/usr/local/share#/usr/share#g' src/wmmixer.h example/* + + # Allow use of Gentoo CXXFLAGS + epatch ${FILESDIR}/wmmixer-cflags.patch } src_compile() { |