summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlastair Tse <liquidx@gentoo.org>2004-04-04 18:38:50 +0000
committerAlastair Tse <liquidx@gentoo.org>2004-04-04 18:38:50 +0000
commit554d0759630f4fa0f968c903c58a56d17eba5f5e (patch)
treeaed94c5792814f17edae74c2a39b157c9d40d85f /media-sound/gnome-alsamixer
parentfixing Manifest (diff)
downloadhistorical-554d0759630f4fa0f968c903c58a56d17eba5f5e.tar.gz
historical-554d0759630f4fa0f968c903c58a56d17eba5f5e.tar.bz2
historical-554d0759630f4fa0f968c903c58a56d17eba5f5e.zip
fixed GTK 2.4 support (#45947)
Diffstat (limited to 'media-sound/gnome-alsamixer')
-rw-r--r--media-sound/gnome-alsamixer/ChangeLog6
-rw-r--r--media-sound/gnome-alsamixer/Manifest7
-rw-r--r--media-sound/gnome-alsamixer/files/gnome-alsamixer-0.9.6-gtk24.patch15
-rw-r--r--media-sound/gnome-alsamixer/gnome-alsamixer-0.9.6.ebuild7
4 files changed, 30 insertions, 5 deletions
diff --git a/media-sound/gnome-alsamixer/ChangeLog b/media-sound/gnome-alsamixer/ChangeLog
index 6aecf6c013d7..cb3668f37600 100644
--- a/media-sound/gnome-alsamixer/ChangeLog
+++ b/media-sound/gnome-alsamixer/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-sound/gnome-alsamixer
# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/gnome-alsamixer/ChangeLog,v 1.5 2004/03/27 03:20:34 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/gnome-alsamixer/ChangeLog,v 1.6 2004/04/04 18:38:50 liquidx Exp $
+
+ 04 Apr 2004; Alastair Tse <liquidx@gentoo.org> gnome-alsamixer-0.9.6.ebuild,
+ files/gnome-alsamixer-0.9.6-gtk24.patch:
+ fixed GTK 2.4 support (#45947)
26 Mar 2004; 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 ef4883b98696..3a1f1ee1af3e 100644
--- a/media-sound/gnome-alsamixer/Manifest
+++ b/media-sound/gnome-alsamixer/Manifest
@@ -1,7 +1,8 @@
-MD5 25eb1622e4a2e8a28247764dcaaebf0f gnome-alsamixer-0.9.6.ebuild 825
+MD5 d158e234f832815682048e67a5c50c11 ChangeLog 1294
MD5 ef67035317e3c8e6bd36c310982bf1b1 gnome-alsamixer-0.9.3.ebuild 945
-MD5 c84ff7f36948cb3bba9dcf8058a80908 ChangeLog 1141
+MD5 27ab6ebfb472f12a1ae52b7baeabefc9 gnome-alsamixer-0.9.6.ebuild 890
MD5 a1eaeb2ae801daeb712c90c060e922dc metadata.xml 158
-MD5 62622a38c69e0f766d8f8f1f4948dadc files/gnome-alsamixer.desktop 290
MD5 cda3ce4e4127b307f956a8a48dfa44db files/digest-gnome-alsamixer-0.9.3 72
MD5 8ee992b81ac5ed728c89cea5addf5dff files/digest-gnome-alsamixer-0.9.6 72
+MD5 62622a38c69e0f766d8f8f1f4948dadc files/gnome-alsamixer.desktop 290
+MD5 82b95a0df43429da5098b4da883f6bd0 files/gnome-alsamixer-0.9.6-gtk24.patch 699
diff --git a/media-sound/gnome-alsamixer/files/gnome-alsamixer-0.9.6-gtk24.patch b/media-sound/gnome-alsamixer/files/gnome-alsamixer-0.9.6-gtk24.patch
new file mode 100644
index 000000000000..9e5f4eeb16fe
--- /dev/null
+++ b/media-sound/gnome-alsamixer/files/gnome-alsamixer-0.9.6-gtk24.patch
@@ -0,0 +1,15 @@
+diff -ur gnome-alsamixer-0.9.6/src/Makefile.in gnome-alsamixer-0.9.6.new/src/Makefile.in
+--- gnome-alsamixer-0.9.6/src/Makefile.in 2003-09-09 12:44:25.000000000 +0100
++++ gnome-alsamixer-0.9.6.new/src/Makefile.in 2004-04-04 18:51:36.000000000 +0100
+@@ -86,10 +86,6 @@
+ -DPACKAGE_DATA_DIR=\""$(datadir)/gnome-alsamixer"\" \
+ -DPIXMAP_ICONDIR=\""$(datadir)/pixmaps/gnome-alsamixer"\" \
+ -DPACKAGE_LOCALE_DIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \
+- -DG_DISABLE_DEPRECATED \
+- -DGDK_DISABLE_DEPRECATED \
+- -DGTK_DISABLE_DEPRECATED \
+- -DGNOME_DISABLE_DEPRECATED \
+ @PACKAGE_CFLAGS@
+
+
+Only in gnome-alsamixer-0.9.6.new/src: Makefile.in~
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 06baef9e5554..6bfcba9a297d 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-2004 Gentoo Technologies, Inc.
# 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.3 2004/03/27 03:20:34 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/gnome-alsamixer/gnome-alsamixer-0.9.6.ebuild,v 1.4 2004/04/04 18:38:50 liquidx Exp $
IUSE=""
DESCRIPTION="Gnome 2 based ALSA Mixer"
@@ -16,6 +16,11 @@ DEPEND="${RDEPEND}
dev-util/pkgconfig
dev-util/desktop-file-utils"
+src_unpack() {
+ unpack ${A}
+ epatch ${FILESDIR}/${P}-gtk24.patch
+}
+
src_install() {
make DESTDIR=${D} install || die