diff options
author | Martin Holzer <mholzer@gentoo.org> | 2003-10-19 19:11:53 +0000 |
---|---|---|
committer | Martin Holzer <mholzer@gentoo.org> | 2003-10-19 19:11:53 +0000 |
commit | 34ea42e7b1a92c96b717ae0991c5e88233ccc62b (patch) | |
tree | 2e67a6c89a90d80d100d4bdcccab43c7389679fd /media-plugins | |
parent | digests...... (diff) | |
download | gentoo-2-34ea42e7b1a92c96b717ae0991c5e88233ccc62b.tar.gz gentoo-2-34ea42e7b1a92c96b717ae0991c5e88233ccc62b.tar.bz2 gentoo-2-34ea42e7b1a92c96b717ae0991c5e88233ccc62b.zip |
Adding gcc3 patch. Closes #31480.
Diffstat (limited to 'media-plugins')
4 files changed, 71 insertions, 5 deletions
diff --git a/media-plugins/crystality-plugin/ChangeLog b/media-plugins/crystality-plugin/ChangeLog index fd2ee439a556..2959fb0b9a70 100644 --- a/media-plugins/crystality-plugin/ChangeLog +++ b/media-plugins/crystality-plugin/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-plugins/crystality-plugin # Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/crystality-plugin/ChangeLog,v 1.1 2003/06/22 03:57:14 jje Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/crystality-plugin/ChangeLog,v 1.2 2003/10/19 19:11:44 mholzer Exp $ + + 20 Oct 2003; Martin Holzer <mholzer@gentoo.org> + crystality-plugin-0.92.ebuild: + Adding gcc3 patch. Closes #31480. *crystality-plugin-0.92 (22 Jun 2003) diff --git a/media-plugins/crystality-plugin/Manifest b/media-plugins/crystality-plugin/Manifest index 0baa6d0da102..51f59a8b230f 100644 --- a/media-plugins/crystality-plugin/Manifest +++ b/media-plugins/crystality-plugin/Manifest @@ -1,3 +1,4 @@ -MD5 052fdae7762551b978637e79474051ec crystality-plugin-0.92.ebuild 882 -MD5 f1738364dff01fd12baf6c989a4dbc9b ChangeLog 426 +MD5 9955225ba242f56d376ca1da84e0f6d1 ChangeLog 550 +MD5 40d5e7b8c683af2bd97bc1148f5911e5 crystality-plugin-0.92.ebuild 961 MD5 defb2590e99c2f2eb7604180fb52e379 files/digest-crystality-plugin-0.92 73 +MD5 b160c8a029fa126ecb79661a6dbf1dbc files/crystality-plugin-0.92-gcc3.patch 2548 diff --git a/media-plugins/crystality-plugin/crystality-plugin-0.92.ebuild b/media-plugins/crystality-plugin/crystality-plugin-0.92.ebuild index 2c9aeecd2f66..fa3b79ae5174 100644 --- a/media-plugins/crystality-plugin/crystality-plugin-0.92.ebuild +++ b/media-plugins/crystality-plugin/crystality-plugin-0.92.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/crystality-plugin/crystality-plugin-0.92.ebuild,v 1.1 2003/06/22 03:57:14 jje Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/crystality-plugin/crystality-plugin-0.92.ebuild,v 1.2 2003/10/19 19:11:45 mholzer Exp $ DESCRIPTION="Crystality XMMS Plugin tries to patch some of the mp3 format flaws in realtime. It consists of bandwidth extender, harmonic booster, and 3D echo." HOMEPAGE="http://xmms.org/plugins_search.html?mode=search&query=crystality" @@ -16,6 +16,12 @@ DEPEND="media-sound/xmms S=${WORKDIR}/${P} +src_unpack() { + unpack ${A} + cd ${S} + epatch ${FILESDIR}/${P}-gcc3.patch +} + src_compile() { emake || die #make || die @@ -28,4 +34,3 @@ src_install() { dobin crystality-stdio dodoc README COPYING ChangeLog } - diff --git a/media-plugins/crystality-plugin/files/crystality-plugin-0.92-gcc3.patch b/media-plugins/crystality-plugin/files/crystality-plugin-0.92-gcc3.patch new file mode 100644 index 000000000000..690feec78911 --- /dev/null +++ b/media-plugins/crystality-plugin/files/crystality-plugin-0.92-gcc3.patch @@ -0,0 +1,56 @@ +diff -ur crystality-plugin-0.92/gui.c crystality-plugin-0.92-gentoo/gui.c +--- crystality-plugin-0.92/gui.c 2001-08-13 11:44:27.000000000 +1200 ++++ crystality-plugin-0.92-gentoo/gui.c 2003-10-19 23:52:03.000000000 +1300 +@@ -25,29 +25,29 @@ + #include "crystality.h" + + static const char about_text[] = +-"Crystality Plugin v0.92 +- +-Bandwidth Extender, Harmonic Booster and 3D Echo +-You will need a good stereo and a good ear to notice quality +-improvement, otherwise this is not for you. This plugin tries +-to patch mp3 format flaws, not poor audio hardware! +-For more info see README file!\n +-Copyright (C) 2001 Rafal Bosak <gyver@fanthom.irc.pl> +- +-This program is free software; you can redistribute it and/or modify +-it under the terms of the GNU General Public License as published by +-the Free Software Foundation; either version 2 of the License, or +-(at your option) any later version. +- +-This program is distributed in the hope that it will be useful, +-but WITHOUT ANY WARRANTY; without even the implied warranty of +-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +-GNU General Public License for more details. +- +-You should have received a copy of the GNU General Public License +-along with this program; if not, write to the Free Software +-Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +-"; ++"Crystality Plugin v0.92\n" ++"\n" ++"Bandwidth Extender, Harmonic Booster and 3D Echo\n" ++"You will need a good stereo and a good ear to notice quality\n" ++"improvement, otherwise this is not for you. This plugin tries\n" ++"to patch mp3 format flaws, not poor audio hardware!\n" ++"For more info see README file!\n" ++"\n" ++"Copyright (C) 2001 Rafal Bosak <gyver@fanthom.irc.pl>\n" ++"\n" ++"This program is free software; you can redistribute it and/or modify\n" ++"it under the terms of the GNU General Public License as published by\n" ++"the Free Software Foundation; either version 2 of the License, or\n" ++"(at your option) any later version.\n" ++"\n" ++"This program is distributed in the hope that it will be useful,\n" ++"but WITHOUT ANY WARRANTY; without even the implied warranty of\n" ++"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n" ++"GNU General Public License for more details.\n" ++"\n" ++"You should have received a copy of the GNU General Public License\n" ++"along with this program; if not, write to the Free Software\n" ++"Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA\n"; + + GtkWidget *conf_dialog = NULL, *about_dialog = NULL; + GtkObject *bext_adj; |