summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus D. Hanwell <cryos@gentoo.org>2006-01-29 20:21:41 +0000
committerMarcus D. Hanwell <cryos@gentoo.org>2006-01-29 20:21:41 +0000
commitc7f70786e041d7ea109956c9521a47bdfaf812fa (patch)
tree6c014f42f59955c48b1d64d1df77330faa80ef40 /media-gfx
parentMoved from media-gfx/spectromatic to sci-visualization/spectromatic. (diff)
downloadhistorical-c7f70786e041d7ea109956c9521a47bdfaf812fa.tar.gz
historical-c7f70786e041d7ea109956c9521a47bdfaf812fa.tar.bz2
historical-c7f70786e041d7ea109956c9521a47bdfaf812fa.zip
Moved to sci-visualization/spectromatic.
Diffstat (limited to 'media-gfx')
-rw-r--r--media-gfx/spectromatic/ChangeLog30
-rw-r--r--media-gfx/spectromatic/Manifest6
-rw-r--r--media-gfx/spectromatic/files/digest-spectromatic-1.01
-rw-r--r--media-gfx/spectromatic/files/spectromatic-1.0-gentoo.diff23
-rw-r--r--media-gfx/spectromatic/files/spectromatic-1.0-stringliteral.patch78
-rw-r--r--media-gfx/spectromatic/metadata.xml5
-rw-r--r--media-gfx/spectromatic/spectromatic-1.0.ebuild35
7 files changed, 0 insertions, 178 deletions
diff --git a/media-gfx/spectromatic/ChangeLog b/media-gfx/spectromatic/ChangeLog
deleted file mode 100644
index 6396dabc6298..000000000000
--- a/media-gfx/spectromatic/ChangeLog
+++ /dev/null
@@ -1,30 +0,0 @@
-# ChangeLog for media-gfx/spectromatic
-# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/spectromatic/ChangeLog,v 1.4 2005/07/22 18:12:13 dholm Exp $
-
- 22 Jul 2005; David Holm <dholm@gentoo.org> spectromatic-1.0.ebuild:
- Added to ~ppc.
-
- 28 Dec 2004; Olivier Fisette <ribosome@gentoo.org>
- spectromatic-1.0.ebuild:
- Dependency update: dev-libs/gsl -> sci-libs/gsl.
-
-*spectromatic-1.0 (23 Dec 2004)
-
- 23 Dec 2004; Olivier Fisette <ribosome@gentoo.org> +metadata.xml,
- +files/spectromatic-1.0-gentoo.diff,
- +files/spectromatic-1.0-stringliteral.patch, +spectromatic-1.0.ebuild:
- Moved from app-sci/spectromatic to media-gfx/spectromatic.
-
- 02 Jul 2004; Patrick Kursawe <phosphan@gentoo.org> spectromatic-1.0.ebuild,
- files/spectromatic-1.0-stringliteral.patch:
- Adding patch that replaces deprecated multiline string literals, see
- bug #54507
-
- 19 Apr 2004; Patrick Kursawe <phosphan@gentoo.org> spectromatic-1.0.ebuild:
- Changed patch to epatch
-
-*spectromatic-1.0 (23 Dec 2002)
-
- 23 Dec 2002; Tobias Eichert <viz@gentoo.org> spectromatic-1.0.ebuild, files/spectromatic-1.0-gentoo.diff
- Initial import.
diff --git a/media-gfx/spectromatic/Manifest b/media-gfx/spectromatic/Manifest
deleted file mode 100644
index df9b8058c8ed..000000000000
--- a/media-gfx/spectromatic/Manifest
+++ /dev/null
@@ -1,6 +0,0 @@
-MD5 4a9aff9f7d13e74e67133e08ed67ef13 ChangeLog 1183
-MD5 8c623e53daafa025137077c6b65815bd metadata.xml 156
-MD5 b4cb9d26a9901c0e43df921d40e7676f spectromatic-1.0.ebuild 939
-MD5 23d4c34b3e33e1ed27f69a9d41c34220 files/digest-spectromatic-1.0 69
-MD5 3f1f11cd807e925f279e51c239688289 files/spectromatic-1.0-gentoo.diff 603
-MD5 981e4c6dcc48b5ffbd99f76b39c32ef8 files/spectromatic-1.0-stringliteral.patch 2217
diff --git a/media-gfx/spectromatic/files/digest-spectromatic-1.0 b/media-gfx/spectromatic/files/digest-spectromatic-1.0
deleted file mode 100644
index e7c7313952d4..000000000000
--- a/media-gfx/spectromatic/files/digest-spectromatic-1.0
+++ /dev/null
@@ -1 +0,0 @@
-MD5 d0a6bc5a087d744c6137f66696ed97ee spectromatic_1.0-1.tar.gz 13724
diff --git a/media-gfx/spectromatic/files/spectromatic-1.0-gentoo.diff b/media-gfx/spectromatic/files/spectromatic-1.0-gentoo.diff
deleted file mode 100644
index 9fef68467dfe..000000000000
--- a/media-gfx/spectromatic/files/spectromatic-1.0-gentoo.diff
+++ /dev/null
@@ -1,23 +0,0 @@
---- Makefile.orig 2002-12-10 21:25:31.000000000 +0100
-+++ Makefile 2002-12-10 21:25:20.000000000 +0100
-@@ -13,15 +13,16 @@
-
- TARGET = spectromatic
-
--install: all
-+all: $(OBJ)
-+ $(CC) -o $(TARGET) $(OBJ) $(LIBS)
-+ strip $(TARGET)
-+
-+install:
- mkdir -p $(DESTDIR)$(TOPLEVEL_HOME)/bin
- mkdir -p $(DESTDIR)$(TOPLEVEL_HOME)/man/man1
- install -o root -g root -m 0755 spectromatic $(DESTDIR)$(TOPLEVEL_HOME)/bin
- install -o root -g root -m 0644 man/spectromatic.1 $(DESTDIR)$(TOPLEVEL_HOME)/man/man1
-
--all: $(OBJ)
-- $(CC) -o $(TARGET) $(OBJ) $(LIBS)
-- strip $(TARGET)
-
- clean:
- $(RM) $(TARGET) $(OBJ)
diff --git a/media-gfx/spectromatic/files/spectromatic-1.0-stringliteral.patch b/media-gfx/spectromatic/files/spectromatic-1.0-stringliteral.patch
deleted file mode 100644
index 2d18f01b216a..000000000000
--- a/media-gfx/spectromatic/files/spectromatic-1.0-stringliteral.patch
+++ /dev/null
@@ -1,78 +0,0 @@
-diff -ru spectromatic-1.0/spectromatic.c spectromatic-1.0-new/spectromatic.c
---- spectromatic-1.0/spectromatic.c 2002-03-30 06:17:34.000000000 +0100
-+++ spectromatic-1.0-new/spectromatic.c 2004-07-02 21:25:49.485524639 +0200
-@@ -21,6 +21,7 @@
- ****************************************************************************/
-
- #include <stdio.h>
-+#include <stdlib.h>
- #include <malloc.h>
- #include <png.h>
- #include <string.h>
-@@ -37,36 +38,36 @@
- void usage (char *pname)
- {
- fprintf (stderr,
--"
--Usage: %s [options] file.wav
--
--Options:
-- --window <size> FFT window size (default: 2048)
--
-- --step <size> Slide the window by <size> samples each time
-- (default: 200)
--
-- --inverse White/Colour-on-black
--
-- --logarithmic Intensity is calculated by
-- log10 (1 + 9 * (amplitude / max_amp)) -
-- better for visualising weaker signals
--
-- --combine XYZ Determines how a stereo signal is
-- represented as an RGB image. The argument is
-- a 3-character block, each character
-- corresponding to R, G and B components. It
-- may take values of L, R, A, D, X or Z,
-- meaning Left, Right, Average, Difference,
-- Cross-Correlation or Zero respectively.
--
-- --verbose Slightly less quiet
--
-- --version Print out the version
--
-- --help You're in it.
--
--", pname);
-+"\n"
-+"Usage: %s [options] file.wav\n"
-+"\n"
-+"Options:\n"
-+" --window <size> FFT window size (default: 2048)\n"
-+"\n"
-+" --step <size> Slide the window by <size> samples each time \n"
-+" (default: 200)\n"
-+"\n"
-+" --inverse White/Colour-on-black\n"
-+"\n"
-+" --logarithmic Intensity is calculated by\n"
-+" log10 (1 + 9 * (amplitude / max_amp)) -\n"
-+" better for visualising weaker signals\n"
-+"\n"
-+" --combine XYZ Determines how a stereo signal is\n"
-+" represented as an RGB image. The argument is\n"
-+" a 3-character block, each character\n"
-+" corresponding to R, G and B components. It\n"
-+" may take values of L, R, A, D, X or Z,\n"
-+" meaning Left, Right, Average, Difference,\n"
-+" Cross-Correlation or Zero respectively.\n"
-+"\n"
-+" --verbose Slightly less quiet\n"
-+"\n"
-+" --version Print out the version\n"
-+"\n"
-+" --help You're in it.\n"
-+"\n"
-+, pname);
-
-
- exit (-1);
diff --git a/media-gfx/spectromatic/metadata.xml b/media-gfx/spectromatic/metadata.xml
deleted file mode 100644
index b229aec85b8f..000000000000
--- a/media-gfx/spectromatic/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<herd>sci</herd>
-</pkgmetadata>
diff --git a/media-gfx/spectromatic/spectromatic-1.0.ebuild b/media-gfx/spectromatic/spectromatic-1.0.ebuild
deleted file mode 100644
index da4751683885..000000000000
--- a/media-gfx/spectromatic/spectromatic-1.0.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/spectromatic/spectromatic-1.0.ebuild,v 1.3 2005/07/22 18:12:13 dholm Exp $
-
-inherit eutils
-
-IUSE=""
-
-MY_P="spectromatic_1.0-1"
-DESCRIPTION="Little program that generates spectrograms (time-frequency analysis images) from mono or stereo wave files."
-HOMEPAGE="http://ieee.uow.edu.au/~daniel/software/spectromatic/"
-SRC_URI="http://ieee.uow.edu.au/~daniel/software/spectromatic/dist/${MY_P}.tar.gz"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~ppc x86"
-
-DEPEND=">=sci-libs/gsl-1.2
- >=media-libs/libpng-1.2.4"
-
-src_unpack() {
- unpack ${MY_P}.tar.gz
- cd ${S}
- epatch ${FILESDIR}/${P}-gentoo.diff
- epatch ${FILESDIR}/${P}-stringliteral.patch
-}
-src_compile() {
- emake || die
-}
-
-src_install() {
- make DESTDIR=${D} install || die
- dobin spectromatic
- doman spectromatic.1
- dodoc COPYING README || die
-}