Browse Source
* adapted conf file to latest version (1.16) of mppenc and updated cache file git-svn-id: svn://svn.opensde.net/opensde/package/trunk@20810 10447126-35f2-4685-b0cf-6dd780d3921fearly
Nagy Karoly Gabriel
18 years ago
5 changed files with 17 additions and 90 deletions
@ -1,24 +1,21 @@ |
|||||||
|
|
||||||
[TIMESTAMP] 1164602021 Mon Nov 27 06:33:41 2006 |
[TIMESTAMP] 1176852205 Wed Apr 18 02:23:25 2007 |
||||||
[BUILDTIME] 10 (5) |
[BUILDTIME] 5 (5) |
||||||
[SIZE] 0.30 MB, 9 files |
[SIZE] 0.13 MB, 8 files |
||||||
|
|
||||||
[DEP] 00-dirtree |
|
||||||
[DEP] bash |
[DEP] bash |
||||||
[DEP] binutils |
[DEP] binutils |
||||||
[DEP] bzip2 |
[DEP] bzip2 |
||||||
|
[DEP] cmake |
||||||
[DEP] coreutils |
[DEP] coreutils |
||||||
[DEP] diffutils |
[DEP] diffutils |
||||||
[DEP] findutils |
[DEP] findutils |
||||||
[DEP] gawk |
[DEP] gawk |
||||||
[DEP] gcc |
[DEP] gcc |
||||||
[DEP] glibc |
[DEP] glibc |
||||||
[DEP] glibc32 |
|
||||||
[DEP] grep |
[DEP] grep |
||||||
[DEP] linux-header |
[DEP] linux-header |
||||||
[DEP] make |
[DEP] make |
||||||
[DEP] nasm |
|
||||||
[DEP] patch |
|
||||||
[DEP] sed |
[DEP] sed |
||||||
[DEP] sysfiles |
[DEP] sysfiles |
||||||
[DEP] tar |
[DEP] tar |
@ -1,27 +0,0 @@ |
|||||||
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
|
|
||||||
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
|
|
||||||
#
|
|
||||||
# Filename: package/.../musepack-tools/gcc4.patch
|
|
||||||
# Copyright (C) 2006 The OpenSDE 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 ---
|
|
||||||
|
|
||||||
--- sv7/mppenc.c.orig 2005-03-05 17:38:00.000000000 +0200
|
|
||||||
+++ sv7/mppenc.c 2006-09-25 21:32:52.000000000 +0300
|
|
||||||
@@ -1864,7 +1864,7 @@
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
-static void
|
|
||||||
+void
|
|
||||||
OverdriveReport ( void )
|
|
||||||
{
|
|
||||||
if ( Overflows > 0 ) { // report internal clippings
|
|
@ -1,36 +0,0 @@ |
|||||||
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
|
|
||||||
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
|
|
||||||
#
|
|
||||||
# Filename: package/.../musepack-tools/undef_irix_esd.patch
|
|
||||||
# Copyright (C) 2006 The OpenSDE 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 ---
|
|
||||||
|
|
||||||
--- sv7/mpp.h.orig 2004-11-20 17:03:58.000000000 +0200
|
|
||||||
+++ sv7/mpp.h 2006-09-25 22:02:29.000000000 +0300
|
|
||||||
@@ -40,7 +40,7 @@
|
|
||||||
// If your Operating System supports the Enlightenment Sound Daemon you can output to /dev/esd and
|
|
||||||
// instead of writing a file the program plays the file via this sound device.
|
|
||||||
// you also must link the libesd library, so maybe you also must edit the Makefile
|
|
||||||
-#define USE_ESD_AUDIO
|
|
||||||
+#undef USE_ESD_AUDIO
|
|
||||||
|
|
||||||
#endif
|
|
||||||
|
|
||||||
@@ -54,7 +54,7 @@
|
|
||||||
// Sound support for SGI Irix
|
|
||||||
// If you have a SGI Workstation running IRIX, you can output to /dev/audio and
|
|
||||||
// instead of writing a file the program plays the file via this sound device.
|
|
||||||
-#define USE_IRIX_AUDIO
|
|
||||||
+#undef USE_IRIX_AUDIO
|
|
||||||
|
|
||||||
// Audio support for Windows (WAVE OUT) (only Windows)
|
|
||||||
// If you have a Windows based system and if you want also play files directly instead of only writing audio files,
|
|
Loading…
Reference in new issue