From 45031b16a9922613b3b04e8997b20402547a046a Mon Sep 17 00:00:00 2001 From: Christian Wiese Date: Mon, 4 Apr 2011 21:52:45 +0200 Subject: [PATCH] hydrogen: Updated (0.9.3 -> 0.9.5) --- audio/hydrogen/gcc41.patch | 27 --------------------------- audio/hydrogen/hydrogen.conf | 18 ------------------ audio/hydrogen/hydrogen.desc | 5 +++-- audio/hydrogen/plugins.patch | 31 ------------------------------- 4 files changed, 3 insertions(+), 78 deletions(-) delete mode 100644 audio/hydrogen/gcc41.patch delete mode 100644 audio/hydrogen/hydrogen.conf delete mode 100644 audio/hydrogen/plugins.patch diff --git a/audio/hydrogen/gcc41.patch b/audio/hydrogen/gcc41.patch deleted file mode 100644 index 440cc3780..000000000 --- a/audio/hydrogen/gcc41.patch +++ /dev/null @@ -1,27 +0,0 @@ -# --- SDE-COPYRIGHT-NOTE-BEGIN --- -# This copyright note is auto-generated by ./scripts/Create-CopyPatch. -# -# Filename: package/.../hydrogen/gcc41.patch -# Copyright (C) 2006 The T2 SDE Project -# -# More information can be found in the files COPYING and README. -# -# This patch file is dual-licensed. It is available under the license the -# patched project is licensed under, as long as it is an OpenSource license -# as defined at http://www.opensource.org/ (e.g. BSD, X11) or 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. -# --- SDE-COPYRIGHT-NOTE-END --- - ---- hydrogen-0.9.3/src/lib/xml/tinyxml.h_orig 2006-03-04 19:03:38.465134424 +0100 -+++ hydrogen-0.9.3/src/lib/xml/tinyxml.h 2006-03-04 19:05:28.641385088 +0100 -@@ -823,7 +823,7 @@ - #endif - - /// Construct. -- TiXmlDeclaration::TiXmlDeclaration( const char * _version, -+ TiXmlDeclaration( const char * _version, - const char * _encoding, - const char * _standalone ); - diff --git a/audio/hydrogen/hydrogen.conf b/audio/hydrogen/hydrogen.conf deleted file mode 100644 index e187b45bf..000000000 --- a/audio/hydrogen/hydrogen.conf +++ /dev/null @@ -1,18 +0,0 @@ -# --- SDE-COPYRIGHT-NOTE-BEGIN --- -# This copyright note is auto-generated by ./scripts/Create-CopyPatch. -# -# Filename: package/.../hydrogen/hydrogen.conf -# Copyright (C) 2006 The T2 SDE Project -# -# More information can be found in the files COPYING and README. -# -# 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; version 2 of the License. A copy of the -# GNU General Public License can be found in the file COPYING. -# --- SDE-COPYRIGHT-NOTE-END --- - -# plugins have hardcoded paths, string replacement doesn't works since libdir -# is reset, same thing for install wrapper - -var_append makeinstopt ' ' "LIBDIR=$root/$libdir" diff --git a/audio/hydrogen/hydrogen.desc b/audio/hydrogen/hydrogen.desc index 73459eeab..a16b5cf4e 100644 --- a/audio/hydrogen/hydrogen.desc +++ b/audio/hydrogen/hydrogen.desc @@ -2,6 +2,7 @@ [COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. [COPY] [COPY] Filename: package/.../hydrogen/hydrogen.desc +[COPY] Copyright (C) 2011 The OpenSDE Project [COPY] Copyright (C) 2004 - 2006 The T2 SDE Project [COPY] [COPY] More information can be found in the files COPYING and README. @@ -26,7 +27,7 @@ [L] GPL [S] Beta -[V] 0.9.3 +[V] 0.9.5 [P] X -----5---9 800.000 -[D] 4268802739 hydrogen-0.9.3.tar.gz http://dl.sourceforge.net/sourceforge/hydrogen/ +[D] 2673487321 hydrogen-0.9.5.tar.gz http://dl.sourceforge.net/sourceforge/hydrogen/ diff --git a/audio/hydrogen/plugins.patch b/audio/hydrogen/plugins.patch deleted file mode 100644 index d839d3ee8..000000000 --- a/audio/hydrogen/plugins.patch +++ /dev/null @@ -1,31 +0,0 @@ -# --- SDE-COPYRIGHT-NOTE-BEGIN --- -# This copyright note is auto-generated by ./scripts/Create-CopyPatch. -# -# Filename: package/.../hydrogen/plugins.patch -# Copyright (C) 2006 The T2 SDE Project -# -# More information can be found in the files COPYING and README. -# -# This patch file is dual-licensed. It is available under the license the -# patched project is licensed under, as long as it is an OpenSource license -# as defined at http://www.opensource.org/ (e.g. BSD, X11) or 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. -# --- SDE-COPYRIGHT-NOTE-END --- - ---- hydrogen-0.9.3/plugins/wasp/Makefile.in_orig 2006-07-22 10:45:25.000000000 +0100 -+++ hydrogen-0.9.3/plugins/wasp/Makefile.in 2006-07-22 14:06:34.000000000 +0100 -@@ -23,9 +23,9 @@ - - install: - @echo "Installing WASP plugins" -- mkdir -p $(DESTDIR)$(prefix)/lib/hydrogen/plugins/ -- @install -vD *.so $(DESTDIR)$(prefix)/lib/hydrogen/plugins -+ mkdir -p $(LIBDIR)/hydrogen/plugins/ -+ @install -vD *.so $(LIBDIR)/hydrogen/plugins - - uninstall: -- @rm -rf $(DESTDIR)$(prefix)/lib/hydrogen -+ @rm -rf $(LIBDIR)/hydrogen -