[SCM] mpg123/master: Refreshed
sramacher at users.alioth.debian.org
sramacher at users.alioth.debian.org
Wed Sep 28 17:29:31 UTC 2016
The following commit has been merged in the master branch:
commit e39d0826c1ea4a3b0b5d7c2b2a66d0877de1b253
Author: Sebastian Ramacher <sramacher at debian.org>
Date: Wed Sep 28 19:03:31 2016 +0200
Refreshed
diff --git a/debian/patches/0001-disable_not_public_funcs.patch b/debian/patches/0001-disable_not_public_funcs.patch
index 1f3862c..a70989d 100644
--- a/debian/patches/0001-disable_not_public_funcs.patch
+++ b/debian/patches/0001-disable_not_public_funcs.patch
@@ -6,9 +6,9 @@ Author: Daniel Kobras <kobras at debian.org>
src/libmpg123/dither.h | 2 ++
2 files changed, 4 insertions(+)
---- mpg123.orig/src/libmpg123/dither.h
-+++ mpg123/src/libmpg123/dither.h
-@@ -17,7 +17,9 @@ enum mpg123_noise_type
+--- a/src/libmpg123/dither.h
++++ b/src/libmpg123/dither.h
+@@ -17,7 +17,9 @@
,mpg123_highpass_tpdf_noise
};
@@ -18,9 +18,9 @@ Author: Daniel Kobras <kobras at debian.org>
void dither_table_init(float *dithertable);
#endif
---- mpg123.orig/src/libmpg123/dither.c
-+++ mpg123/src/libmpg123/dither.c
-@@ -100,6 +100,7 @@ static void highpass_tpdf_noise(float *t
+--- a/src/libmpg123/dither_impl.h
++++ b/src/libmpg123/dither_impl.h
+@@ -100,6 +100,7 @@
}
}
@@ -28,7 +28,7 @@ Author: Daniel Kobras <kobras at debian.org>
void mpg123_noise(float* table, size_t count, enum mpg123_noise_type noisetype)
{
switch(noisetype)
-@@ -111,6 +112,7 @@ void mpg123_noise(float* table, size_t c
+@@ -111,6 +112,7 @@
break;
}
}
--
mpg123 packaging
More information about the pkg-multimedia-commits
mailing list