summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Huddleston <eradicator@gentoo.org>2004-04-09 05:41:12 +0000
committerJeremy Huddleston <eradicator@gentoo.org>2004-04-09 05:41:12 +0000
commit257e3ec4b78cc7ba8098a7856efa8e219a12acde (patch)
tree6f27ef30d8ab9ec99b039f8c256286f6b5a7818d /media-plugins/xmms-crystality
parentmoving media-plugins/crystality-plugin to xmms-crystality (diff)
downloadhistorical-257e3ec4b78cc7ba8098a7856efa8e219a12acde.tar.gz
historical-257e3ec4b78cc7ba8098a7856efa8e219a12acde.tar.bz2
historical-257e3ec4b78cc7ba8098a7856efa8e219a12acde.zip
package renamed media-plugins/xmms-crystality
Diffstat (limited to 'media-plugins/xmms-crystality')
-rw-r--r--media-plugins/xmms-crystality/ChangeLog25
-rw-r--r--media-plugins/xmms-crystality/Manifest5
-rw-r--r--media-plugins/xmms-crystality/files/digest-xmms-crystality-0.921
-rw-r--r--media-plugins/xmms-crystality/files/xmms-crystality-0.92-gcc3.patch56
-rw-r--r--media-plugins/xmms-crystality/metadata.xml5
-rw-r--r--media-plugins/xmms-crystality/xmms-crystality-0.92.ebuild37
6 files changed, 129 insertions, 0 deletions
diff --git a/media-plugins/xmms-crystality/ChangeLog b/media-plugins/xmms-crystality/ChangeLog
new file mode 100644
index 000000000000..a7e8a17e59fa
--- /dev/null
+++ b/media-plugins/xmms-crystality/ChangeLog
@@ -0,0 +1,25 @@
+# ChangeLog for media-plugins/crystality-plugin
+# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/xmms-crystality/ChangeLog,v 1.1 2004/04/09 05:41:12 eradicator Exp $
+
+*xmms-crystality-0.92 (08 Apr 2004)
+
+ 08 Apr 2004; Jeremy Huddleston <eradicator@gentoo.org> metadata.xml,
+ xmms-crystality-0.92.ebuild, files/xmms-crystality-0.92-gcc3.patch:
+ package renamed media-plugins/xmms-crystality
+
+ 20 Oct 2003; Brandy Westcott brandy@gentoo.org
+ crystality-plugin-0.92.ebuild:
+ Now compiles using CFLAGS
+
+ 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)
+
+ 22 Jun 2003; jje <jje@gentoo.org> crystality-plugin-0.92.ebuild:
+ Initial revision.
+
+ Submitted by: Susie Edgeworth <arienadean@yahoo.com>
+
diff --git a/media-plugins/xmms-crystality/Manifest b/media-plugins/xmms-crystality/Manifest
new file mode 100644
index 000000000000..ac18b270c035
--- /dev/null
+++ b/media-plugins/xmms-crystality/Manifest
@@ -0,0 +1,5 @@
+MD5 3943bdf4a693d4d565eb8fb8bd8a0fbf xmms-crystality-0.92.ebuild 945
+MD5 aea6152d829bf56b2cb0c606abd55b77 ChangeLog 889
+MD5 a1eaeb2ae801daeb712c90c060e922dc metadata.xml 158
+MD5 defb2590e99c2f2eb7604180fb52e379 files/digest-xmms-crystality-0.92 73
+MD5 b160c8a029fa126ecb79661a6dbf1dbc files/xmms-crystality-0.92-gcc3.patch 2548
diff --git a/media-plugins/xmms-crystality/files/digest-xmms-crystality-0.92 b/media-plugins/xmms-crystality/files/digest-xmms-crystality-0.92
new file mode 100644
index 000000000000..1ea2c7172704
--- /dev/null
+++ b/media-plugins/xmms-crystality/files/digest-xmms-crystality-0.92
@@ -0,0 +1 @@
+MD5 960d69bc3b0c90f4aca2631b35417c73 crystality-plugin-0.92.tar.gz 32765
diff --git a/media-plugins/xmms-crystality/files/xmms-crystality-0.92-gcc3.patch b/media-plugins/xmms-crystality/files/xmms-crystality-0.92-gcc3.patch
new file mode 100644
index 000000000000..690feec78911
--- /dev/null
+++ b/media-plugins/xmms-crystality/files/xmms-crystality-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;
diff --git a/media-plugins/xmms-crystality/metadata.xml b/media-plugins/xmms-crystality/metadata.xml
new file mode 100644
index 000000000000..e1774e3d9ad7
--- /dev/null
+++ b/media-plugins/xmms-crystality/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>sound</herd>
+</pkgmetadata>
diff --git a/media-plugins/xmms-crystality/xmms-crystality-0.92.ebuild b/media-plugins/xmms-crystality/xmms-crystality-0.92.ebuild
new file mode 100644
index 000000000000..f995062baf66
--- /dev/null
+++ b/media-plugins/xmms-crystality/xmms-crystality-0.92.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/xmms-crystality/xmms-crystality-0.92.ebuild,v 1.1 2004/04/09 05:41:12 eradicator Exp $
+
+inherit eutils
+
+MY_PN=crystality-plugin
+MY_P="${MY_PN}-${PV}"
+S="${WORKDIR}/${MY_P}"
+
+DESCRIPTION="xmms plugin to patch some of the mp3 format flaws in realtime"
+HOMEPAGE="http://xmms.org/plugins_search.html?mode=search&query=crystality"
+SRC_URI="http://fanthom.math.put.poznan.pl/~gyver/crystality/${MY_P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86"
+
+DEPEND="media-sound/xmms
+ >=sys-libs/glibc-2.1.3"
+
+src_unpack() {
+ unpack ${A}
+ cd ${S}
+ epatch ${FILESDIR}/${P}-gcc3.patch
+}
+
+src_compile() {
+ emake CFLAGS="${CFLAGS} `gtk-config --cflags`" || die
+}
+
+src_install() {
+ exeinto `xmms-config --effect-plugin-dir`
+ doexe libcrystality.so
+ dobin crystality-stdio
+ dodoc README ChangeLog
+}