From 3f71901f8c228f4de570abed1831ce3ee425343e Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 8 Sep 2018 10:50:14 +0100 Subject: gentoo resync 08.09.2018 --- media-sound/wavsplit/files/wavsplit-1.2.1-64bit.patch | 8 ++++---- media-sound/wavsplit/files/wavsplit-1.2.1-Makefile.patch | 4 ++-- media-sound/wavsplit/files/wavsplit-1.2.1-large-files.patch | 12 ++++++------ 3 files changed, 12 insertions(+), 12 deletions(-) (limited to 'media-sound/wavsplit/files') diff --git a/media-sound/wavsplit/files/wavsplit-1.2.1-64bit.patch b/media-sound/wavsplit/files/wavsplit-1.2.1-64bit.patch index abfaf424113b..fe6294eb3523 100644 --- a/media-sound/wavsplit/files/wavsplit-1.2.1-64bit.patch +++ b/media-sound/wavsplit/files/wavsplit-1.2.1-64bit.patch @@ -1,5 +1,5 @@ ---- bak/wavsplit.c 2006-11-24 17:53:36.056883000 +0100 -+++ wavsplit.c 2006-11-24 17:52:38.345276250 +0100 +--- a/wavsplit.c 2006-11-24 17:53:36.056883000 +0100 ++++ b/wavsplit.c 2006-11-24 17:52:38.345276250 +0100 @@ -403,7 +403,7 @@ ptr += 4; /* we move past fmt_ */ memcpy (&waveformat, ptr, sizeof (WAVEFORMAT)); @@ -27,8 +27,8 @@ printf ("Samplebits: %d\n", waveformat.wBitsPerSample); printf ("Databytes: %llu\n\n", databytes); printf ("Split Hours Mins Seconds Bytes %%\n"); ---- bak/wavsplit.h 2006-11-24 17:53:36.056883000 +0100 -+++ wavsplit.h 2006-11-24 17:43:58.648797250 +0100 +--- a/wavsplit.h 2006-11-24 17:53:36.056883000 +0100 ++++ b/wavsplit.h 2006-11-24 17:43:58.648797250 +0100 @@ -46,29 +46,29 @@ } TIMEFORMAT; diff --git a/media-sound/wavsplit/files/wavsplit-1.2.1-Makefile.patch b/media-sound/wavsplit/files/wavsplit-1.2.1-Makefile.patch index a4b35a64fefe..4cac4b657b70 100644 --- a/media-sound/wavsplit/files/wavsplit-1.2.1-Makefile.patch +++ b/media-sound/wavsplit/files/wavsplit-1.2.1-Makefile.patch @@ -1,5 +1,5 @@ ---- Makefile.old 2006-03-30 08:54:03.000000000 +0200 -+++ Makefile 2006-03-30 08:55:04.000000000 +0200 +--- a/Makefile 2006-03-30 08:54:03.000000000 +0200 ++++ b/Makefile 2006-03-30 08:55:04.000000000 +0200 @@ -6,16 +6,16 @@ version = 1.2.1 diff --git a/media-sound/wavsplit/files/wavsplit-1.2.1-large-files.patch b/media-sound/wavsplit/files/wavsplit-1.2.1-large-files.patch index ff27231be65e..cfc7e9d41b68 100644 --- a/media-sound/wavsplit/files/wavsplit-1.2.1-large-files.patch +++ b/media-sound/wavsplit/files/wavsplit-1.2.1-large-files.patch @@ -1,5 +1,5 @@ ---- Makefile 2004-11-17 23:19:17.000000000 +0100 -+++ Makefile 2005-01-16 21:23:33.000000000 +0100 +--- a/Makefile 2004-11-17 23:19:17.000000000 +0100 ++++ b/Makefile 2005-01-16 21:23:33.000000000 +0100 @@ -6,7 +6,7 @@ version = 1.2.1 @@ -9,8 +9,8 @@ LIBS = -lm all: wavsplit wavren ---- wavsplit.c 2004-11-17 23:19:17.000000000 +0100 -+++ wavsplit.c 2005-01-16 22:04:39.000000000 +0100 +--- a/wavsplit.c 2004-11-17 23:19:17.000000000 +0100 ++++ b/wavsplit.c 2005-01-16 22:04:39.000000000 +0100 @@ -269,9 +269,9 @@ timepos * split) { @@ -161,8 +161,8 @@ while (to_be_read) { n_read = read (ifd, buf, to_be_read); ---- wavsplit.h 2004-11-17 23:19:17.000000000 +0100 -+++ wavsplit.h 2005-01-16 21:23:33.000000000 +0100 +--- a/wavsplit.h 2004-11-17 23:19:17.000000000 +0100 ++++ b/wavsplit.h 2005-01-16 21:23:33.000000000 +0100 @@ -121,15 +121,15 @@ static int split (unsigned int UseHours, unsigned int UseFrames, unsigned int fps, unsigned int UseTrackLens, -- cgit v1.2.3