@ -0,0 +1,12 @@ |
|||
diff -Nur crystality-plugin-0.92.orig/Makefile crystality-plugin-0.92/Makefile
|
|||
--- crystality-plugin-0.92.orig/Makefile 2001-08-13 01:41:14.000000000 +0200
|
|||
+++ crystality-plugin-0.92/Makefile 2004-10-23 19:14:05.000000000 +0200
|
|||
@@ -7,7 +7,7 @@
|
|||
STDIO_PLUGIN= crystality-stdio |
|||
STDIO_LIBS= -lpthread $(shell gtk-config --libs) |
|||
|
|||
-CFLAGS= -s -mpentium -O6 -Wall -ffast-math -fomit-frame-pointer -finline-functions -fexpensive-optimizations $(GTK_CFLAGS)
|
|||
+CFLAGS= -s -Wall -ffast-math -fomit-frame-pointer -finline-functions -fexpensive-optimizations $(GTK_CFLAGS)
|
|||
|
|||
|
|||
TARGETS= $(XMMS_PLUGIN) $(STDIO_PLUGIN) |
|||
@ -0,0 +1,26 @@ |
|||
diff -Nur crystality-plugin-0.92.orig/Makefile crystality-plugin-0.92/Makefile
|
|||
--- crystality-plugin-0.92.orig/Makefile 2001-08-13 01:41:14.000000000 +0200
|
|||
+++ crystality-plugin-0.92/Makefile 2004-10-23 19:10:26.000000000 +0200
|
|||
@@ -35,9 +35,7 @@
|
|||
echo "No Crystality binaries found, do \"make\" before\!";\ |
|||
exit 1;\ |
|||
fi ;\ |
|||
- if [ -d /usr/local/bin ] ; then \
|
|||
- cp $(STDIO_PLUGIN) /usr/local/bin ;\
|
|||
- elif [ -d /usr/bin ] ; then \
|
|||
+ if [ -d /usr/bin ] ; then \
|
|||
cp $(STDIO_PLUGIN) /usr/bin; \ |
|||
else \ |
|||
echo -e "\n\n**********************************************************" ;\ |
|||
diff -Nur crystality-plugin-0.92.orig/README crystality-plugin-0.92/README
|
|||
--- crystality-plugin-0.92.orig/README 2001-08-13 01:53:35.000000000 +0200
|
|||
+++ crystality-plugin-0.92/README 2004-10-23 19:10:37.000000000 +0200
|
|||
@@ -66,7 +66,7 @@
|
|||
Distribution contains binary version of XMMS plugin library and stdin/stdout |
|||
plugin executable (Linux i586, glibc 2.1.3). |
|||
You may copy plugin library file (libcrystality.so) into XMMS's Effect |
|||
-directory and executable (crystality-stdio) to /usr/local/bin or any location
|
|||
+directory and executable (crystality-stdio) to /usr/bin or any location
|
|||
you prefer. For default locations simply type: |
|||
|
|||
make install |
|||
@ -0,0 +1,25 @@ |
|||
# --- ROCK-COPYRIGHT-NOTE-BEGIN --- |
|||
# |
|||
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|||
# Please add additional copyright information _after_ the line containing |
|||
# the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by |
|||
# the ./scripts/Create-CopyPatch script. Do not edit this copyright text! |
|||
# |
|||
# ROCK Linux: rock-src/package/tsa/xmms-crossfade/xmms-crossfade.conf |
|||
# ROCK Linux is Copyright (C) 1998 - 2003 Clifford Wolf |
|||
# |
|||
# 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. A copy of the GNU General Public |
|||
# License can be found at Documentation/COPYING. |
|||
# |
|||
# Many people helped and are helping developing ROCK Linux. Please |
|||
# have a look at http://www.rocklinux.org/ and the Documentation/TEAM |
|||
# file for details. |
|||
# |
|||
# --- ROCK-COPYRIGHT-NOTE-END --- |
|||
|
|||
var_remove_regex confopt " " "--libdir.*" |
|||
var_append confopt " " "--libdir=`xmms-config --output-plugin-dir`" |
|||
premake="make clean" |
|||
@ -0,0 +1,40 @@ |
|||
|
|||
[COPY] --- ROCK-COPYRIGHT-NOTE-BEGIN --- |
|||
[COPY] |
|||
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|||
[COPY] Please add additional copyright information _after_ the line containing |
|||
[COPY] the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by |
|||
[COPY] the ./scripts/Create-CopyPatch script. Do not edit this copyright text! |
|||
[COPY] |
|||
[COPY] ROCK Linux: rock-src/package/tsa/xmms-crystality/xmms-crystality.desc |
|||
[COPY] ROCK Linux is Copyright (C) 1998 - 2003 Clifford Wolf |
|||
[COPY] |
|||
[COPY] This program is free software; you can redistribute it and/or modify |
|||
[COPY] it under the terms of the GNU General Public License as published by |
|||
[COPY] the Free Software Foundation; either version 2 of the License, or |
|||
[COPY] (at your option) any later version. A copy of the GNU General Public |
|||
[COPY] License can be found at Documentation/COPYING. |
|||
[COPY] |
|||
[COPY] Many people helped and are helping developing ROCK Linux. Please |
|||
[COPY] have a look at http://www.rocklinux.org/ and the Documentation/TEAM |
|||
[COPY] file for details. |
|||
[COPY] |
|||
[COPY] --- ROCK-COPYRIGHT-NOTE-END --- |
|||
|
|||
[I] An XMMS output plugin for remastering mp3 sound |
|||
|
|||
[T] xmms-crystality tries to patch mp3 format flaws, not a poor audio hardware! |
|||
|
|||
[U] http://fanthom.math.put.poznan.pl/~gyver/crystality/ |
|||
|
|||
[A] Rafal Bosak <gyver@fanthom.irc.pl> |
|||
[M] Sebastian Jaenicke <tsa@jaenicke.org> |
|||
|
|||
[C] extra/multimedia |
|||
|
|||
[L] GPL |
|||
[S] Beta |
|||
[V] 0.92 |
|||
[P] X -?---5---9 145.800 |
|||
|
|||
[D] 1850929896 crystality-plugin-0.92.tar.gz http://fanthom.math.put.poznan.pl/~gyver/crystality/ |
|||