summaryrefslogtreecommitdiff
path: root/app-mobilephone/vmoconv/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:56:41 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:56:41 +0100
commitd87262dd706fec50cd150aab3e93883b6337466d (patch)
tree246b44c33ad7a57550430b0a60fa0df86a3c9e68 /app-mobilephone/vmoconv/files
parent71bc00c87bba1ce31de0dac6c3b7fd1aee6917fc (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'app-mobilephone/vmoconv/files')
-rw-r--r--app-mobilephone/vmoconv/files/vmoconv-1.0-external-libgsm.patch36
-rw-r--r--app-mobilephone/vmoconv/files/vmoconv-1.0-flags.patch17
-rw-r--r--app-mobilephone/vmoconv/files/vmoconv-1.0-glibc28.patch24
3 files changed, 0 insertions, 77 deletions
diff --git a/app-mobilephone/vmoconv/files/vmoconv-1.0-external-libgsm.patch b/app-mobilephone/vmoconv/files/vmoconv-1.0-external-libgsm.patch
deleted file mode 100644
index 8ab3670aa098..000000000000
--- a/app-mobilephone/vmoconv/files/vmoconv-1.0-external-libgsm.patch
+++ /dev/null
@@ -1,36 +0,0 @@
-diff -Nru vmoconv-1.0.orig/src/Makefile.am vmoconv-1.0/src/Makefile.am
---- vmoconv-1.0.orig/src/Makefile.am 2003-02-17 21:39:18.000000000 +0000
-+++ vmoconv-1.0/src/Makefile.am 2009-03-03 21:24:12.000000000 +0000
-@@ -1,32 +1,6 @@
-
--noinst_LTLIBRARIES = libgsm.la
--
- INCLUDES = -I.
-
--libgsm_la_SOURCES = add.c \
-- code.c \
-- debug.c \
-- decode.c \
-- long_term.c \
-- lpc.c \
-- preprocess.c \
-- rpe.c \
-- gsm_destroy.c \
-- gsm_decode.c \
-- gsm_encode.c \
-- gsm_explode.c \
-- gsm_implode.c \
-- gsm_create.c \
-- gsm_print.c \
-- gsm_option.c \
-- short_term.c \
-- table.c \
-- proto.h \
-- unproto.h \
-- config.h \
-- private.h \
-- gsm.h
--
- vmo2wav_LDADD = -lgsm
-
- vmo2wav_SOURCES = vmo2wav.c
diff --git a/app-mobilephone/vmoconv/files/vmoconv-1.0-flags.patch b/app-mobilephone/vmoconv/files/vmoconv-1.0-flags.patch
deleted file mode 100644
index 031b6eefaaca..000000000000
--- a/app-mobilephone/vmoconv/files/vmoconv-1.0-flags.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-diff -Nru vmoconv-1.0.orig/configure.in vmoconv-1.0/configure.in
---- vmoconv-1.0.orig/configure.in 2004-09-26 15:17:48.000000000 +0000
-+++ vmoconv-1.0/configure.in 2009-03-03 21:32:40.000000000 +0000
-@@ -26,10 +26,10 @@
- [printf(__func__)],,
- [AC_DEFINE(__func__, "", [non-C99 fake support for __func__])])
-
--dnl Turn on debugging and all warnings when using gcc
-+dnl Turn on all warnings when using gcc
- if test "$ac_cv_prog_gcc" = "yes"; then
-- CFLAGS="$CFLAGS -g -Wall -Wmissing-declarations -Wmissing-prototypes"
-- LDFLAGS="$LDFLAGS -g -Wall"
-+ CFLAGS="$CFLAGS -Wall -Wmissing-declarations -Wmissing-prototypes"
-+ LDFLAGS="$LDFLAGS -Wall"
- fi
-
- AC_SUBST(CFLAGS)
diff --git a/app-mobilephone/vmoconv/files/vmoconv-1.0-glibc28.patch b/app-mobilephone/vmoconv/files/vmoconv-1.0-glibc28.patch
deleted file mode 100644
index ec957b40c5cd..000000000000
--- a/app-mobilephone/vmoconv/files/vmoconv-1.0-glibc28.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-diff -Naur vmoconv-1.0.orig/src/gsm2vmo.c vmoconv-1.0/src/gsm2vmo.c
---- vmoconv-1.0.orig/src/gsm2vmo.c 2008-06-15 12:57:07.000000000 -0400
-+++ vmoconv-1.0/src/gsm2vmo.c 2008-06-15 12:57:36.000000000 -0400
-@@ -27,7 +27,7 @@
- * 12 bit header and 260 bits standard GSM frame, as described
- * in GSM 06.10 and GSM 06.12. The header is 0x2010 always.
- */
--
-+#include <limits.h>
- #include <stdio.h>
- #include <stdlib.h>
- #include <string.h>
-diff -Naur vmoconv-1.0.orig/src/vmo2gsm.c vmoconv-1.0/src/vmo2gsm.c
---- vmoconv-1.0.orig/src/vmo2gsm.c 2008-06-15 12:57:07.000000000 -0400
-+++ vmoconv-1.0/src/vmo2gsm.c 2008-06-15 12:57:36.000000000 -0400
-@@ -27,7 +27,7 @@
- * 12 bit header and 260 bits standard GSM frame, as described
- * in GSM 06.10 and GSM 06.12. The header is 0x2010 always.
- */
--
-+#include <limits.h>
- #include <stdio.h>
- #include <stdlib.h>
- #include <string.h>