diff options
author | Jeremy Huddleston <eradicator@gentoo.org> | 2005-04-21 09:45:35 +0000 |
---|---|---|
committer | Jeremy Huddleston <eradicator@gentoo.org> | 2005-04-21 09:45:35 +0000 |
commit | acc2ce3ee5f0d4b024643e144e787dea3df09cf4 (patch) | |
tree | 67a47f7158effac57bd006ca030f42f80487e0ba /media-sound | |
parent | fixed bashrc location (diff) | |
download | historical-acc2ce3ee5f0d4b024643e144e787dea3df09cf4.tar.gz historical-acc2ce3ee5f0d4b024643e144e787dea3df09cf4.tar.bz2 historical-acc2ce3ee5f0d4b024643e144e787dea3df09cf4.zip |
Added patch to fix path to alsa includes. This closes bug #88730 thanks to Alexey Maximov <amax@mail.ru>.
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'media-sound')
4 files changed, 50 insertions, 7 deletions
diff --git a/media-sound/gnome-alsamixer/ChangeLog b/media-sound/gnome-alsamixer/ChangeLog index 2022e45b53fa..002cb35219da 100644 --- a/media-sound/gnome-alsamixer/ChangeLog +++ b/media-sound/gnome-alsamixer/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-sound/gnome-alsamixer # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/gnome-alsamixer/ChangeLog,v 1.12 2005/04/21 08:37:22 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/gnome-alsamixer/ChangeLog,v 1.13 2005/04/21 09:45:35 eradicator Exp $ + + 21 Apr 2005; Jeremy Huddleston <eradicator@gentoo.org> + +files/gnome-alsamixer-0.9.6-fixpath.patch, gnome-alsamixer-0.9.6.ebuild: + Added patch to fix path to alsa includes. This closes bug #88730 thanks to + Alexey Maximov <amax@mail.ru>. 21 Apr 2005; Jeremy Huddleston <eradicator@gentoo.org> -gnome-alsamixer-0.9.3.ebuild, gnome-alsamixer-0.9.6.ebuild: diff --git a/media-sound/gnome-alsamixer/Manifest b/media-sound/gnome-alsamixer/Manifest index 039c68c2a8f2..f9afd2da5d98 100644 --- a/media-sound/gnome-alsamixer/Manifest +++ b/media-sound/gnome-alsamixer/Manifest @@ -1,16 +1,17 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 -MD5 d9a7f6c143170e8e5e670f18b0ef2d50 ChangeLog 1881 -MD5 2e1aba2a6ea7b8393b2c06d203567b78 gnome-alsamixer-0.9.6.ebuild 984 +MD5 0c3be7f2ab976e395e0da069d01b38b4 ChangeLog 2125 +MD5 904d53dff5b9edbc914981b08e760582 gnome-alsamixer-0.9.6.ebuild 1024 MD5 a1eaeb2ae801daeb712c90c060e922dc metadata.xml 158 MD5 8ee992b81ac5ed728c89cea5addf5dff files/digest-gnome-alsamixer-0.9.6 72 MD5 82b95a0df43429da5098b4da883f6bd0 files/gnome-alsamixer-0.9.6-gtk24.patch 699 MD5 62622a38c69e0f766d8f8f1f4948dadc files/gnome-alsamixer.desktop 290 +MD5 70fddaa0dbd47bb15360b6bad9d496b7 files/gnome-alsamixer-0.9.6-fixpath.patch 1330 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) -iD8DBQFCZ2ZUArHZZzCEUG0RAn0ZAJ4/uwyymdczguNOG2LF1c7YZ5Gs0wCeMrKl -sQw33ddr6k2WnVy1DgJuuZ8= -=BSrN +iD8DBQFCZ3ZUArHZZzCEUG0RAtWmAJ9d1BG7F0C7xscy6sXXcWx5KkOUUQCcDp/N +RL9+oO89midDdSjjBMnWZYk= +=5G7o -----END PGP SIGNATURE----- diff --git a/media-sound/gnome-alsamixer/files/gnome-alsamixer-0.9.6-fixpath.patch b/media-sound/gnome-alsamixer/files/gnome-alsamixer-0.9.6-fixpath.patch new file mode 100644 index 000000000000..c3107e9e7615 --- /dev/null +++ b/media-sound/gnome-alsamixer/files/gnome-alsamixer-0.9.6-fixpath.patch @@ -0,0 +1,36 @@ +diff -ruN gnome-alsamixer-0.9.6.orig/src/gam-mixer.h gnome-alsamixer-0.9.6/src/gam-mixer.h +--- gnome-alsamixer-0.9.6.orig/src/gam-mixer.h 2003-09-01 19:34:41.000000000 +0700 ++++ gnome-alsamixer-0.9.6/src/gam-mixer.h 2005-04-11 22:07:14.094589008 +0700 +@@ -21,7 +21,7 @@ + #ifndef __GAM_MIXER_H__ + #define __GAM_MIXER_H__ + +-#include <asoundlib.h> ++#include <alsa/asoundlib.h> + #include <gtk/gtkvbox.h> + #include <gtk/gtksizegroup.h> + +diff -ruN gnome-alsamixer-0.9.6.orig/src/gam-slider.h gnome-alsamixer-0.9.6/src/gam-slider.h +--- gnome-alsamixer-0.9.6.orig/src/gam-slider.h 2003-09-08 19:39:12.000000000 +0700 ++++ gnome-alsamixer-0.9.6/src/gam-slider.h 2005-04-11 22:07:14.094589008 +0700 +@@ -21,7 +21,7 @@ + #ifndef __GAM_SLIDER_H__ + #define __GAM_SLIDER_H__ + +-#include <asoundlib.h> ++#include <alsa/asoundlib.h> + #include <gtk/gtkhbox.h> + #include <gtk/gtksizegroup.h> + #include <gtk/gtklabel.h> +diff -ruN gnome-alsamixer-0.9.6.orig/src/gam-toggle.h gnome-alsamixer-0.9.6/src/gam-toggle.h +--- gnome-alsamixer-0.9.6.orig/src/gam-toggle.h 2003-08-28 00:08:03.000000000 +0700 ++++ gnome-alsamixer-0.9.6/src/gam-toggle.h 2005-04-11 22:07:14.094589008 +0700 +@@ -21,7 +21,7 @@ + #ifndef __GAM_TOGGLE_H__ + #define __GAM_TOGGLE_H__ + +-#include <asoundlib.h> ++#include <alsa/asoundlib.h> + #include <gtk/gtkcheckbutton.h> + + G_BEGIN_DECLS diff --git a/media-sound/gnome-alsamixer/gnome-alsamixer-0.9.6.ebuild b/media-sound/gnome-alsamixer/gnome-alsamixer-0.9.6.ebuild index 9b467704c714..9b1d1c9a76c9 100644 --- a/media-sound/gnome-alsamixer/gnome-alsamixer-0.9.6.ebuild +++ b/media-sound/gnome-alsamixer/gnome-alsamixer-0.9.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/gnome-alsamixer/gnome-alsamixer-0.9.6.ebuild,v 1.9 2005/04/21 08:37:22 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/gnome-alsamixer/gnome-alsamixer-0.9.6.ebuild,v 1.10 2005/04/21 09:45:35 eradicator Exp $ inherit eutils @@ -22,6 +22,7 @@ DEPEND="${RDEPEND} src_unpack() { unpack ${A} epatch ${FILESDIR}/${P}-gtk24.patch + epatch ${FILESDIR}/${P}-fixpath.patch } src_install() { |