Browse Source

hydrogen: Updated (0.9.3 -> 0.9.5)

stable/0.2
Christian Wiese 14 years ago
parent
commit
45031b16a9
  1. 27
      audio/hydrogen/gcc41.patch
  2. 18
      audio/hydrogen/hydrogen.conf
  3. 5
      audio/hydrogen/hydrogen.desc
  4. 31
      audio/hydrogen/plugins.patch

27
audio/hydrogen/gcc41.patch

@ -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 );

18
audio/hydrogen/hydrogen.conf

@ -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"

5
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/

31
audio/hydrogen/plugins.patch

@ -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
Loading…
Cancel
Save