summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>2020-05-23 18:03:55 +0200
committerAaron Bauman <bman@gentoo.org>2020-06-02 00:27:23 -0400
commit09d30604684830f7f63806b66708d602530e584f (patch)
treecac6e26b8561f0b16997364e3e5024c386bf2418 /media-plugins/live/files
parentdev-libs/pigpio: remove unused file (diff)
downloadgentoo-09d30604684830f7f63806b66708d602530e584f.tar.gz
gentoo-09d30604684830f7f63806b66708d602530e584f.tar.bz2
gentoo-09d30604684830f7f63806b66708d602530e584f.zip
media-plugins/live: remove unused patch and files
Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/15928 Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'media-plugins/live/files')
-rw-r--r--media-plugins/live/files/config.gentoo-r117
-rw-r--r--media-plugins/live/files/config.gentoo-so-r217
-rw-r--r--media-plugins/live/files/live-recursive3.patch14
3 files changed, 0 insertions, 48 deletions
diff --git a/media-plugins/live/files/config.gentoo-r1 b/media-plugins/live/files/config.gentoo-r1
deleted file mode 100644
index d77fb19758a5..000000000000
--- a/media-plugins/live/files/config.gentoo-r1
+++ /dev/null
@@ -1,17 +0,0 @@
-COMPILE_OPTS = $(INCLUDES) -I. -DSOCKLEN_T=socklen_t -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DXLOCALE_NOT_USED
-C = c
-C_COMPILER = $(CC)
-C_FLAGS = $(COMPILE_OPTS) $(CFLAGS)
-CPP = cpp
-CPLUSPLUS_COMPILER = $(CXX)
-CPLUSPLUS_FLAGS = $(COMPILE_OPTS) $(CXXFLAGS)
-OBJ = o
-LINK = $(CXX) -o
-LINK_OPTS = -L.
-CONSOLE_LINK_OPTS = $(LINK_OPTS)
-LIBRARY_LINK = $(LD) -o
-LIBRARY_LINK_OPTS = $(LINK_OPTS) -r -Bstatic
-LIB_SUFFIX = a
-LIBS_FOR_CONSOLE_APPLICATION =
-LIBS_FOR_GUI_APPLICATION =
-EXE =
diff --git a/media-plugins/live/files/config.gentoo-so-r2 b/media-plugins/live/files/config.gentoo-so-r2
deleted file mode 100644
index fb9241ef3e86..000000000000
--- a/media-plugins/live/files/config.gentoo-so-r2
+++ /dev/null
@@ -1,17 +0,0 @@
-COMPILE_OPTS = $(INCLUDES) -I. -DSOCKLEN_T=socklen_t -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DXLOCALE_NOT_USED
-C = c
-C_COMPILER = $(CC)
-C_FLAGS = $(COMPILE_OPTS) -fPIC $(CFLAGS)
-CPP = cpp
-CPLUSPLUS_COMPILER = $(CXX)
-CPLUSPLUS_FLAGS = $(COMPILE_OPTS) -fPIC $(CXXFLAGS)
-OBJ = o
-LINK = $(CXX) -o
-LINK_OPTS = -L.
-CONSOLE_LINK_OPTS = $(LINK_OPTS)
-LIBRARY_LINK = $(CXX) -o
-LIBRARY_LINK_OPTS = $(LINK_OPTS) -shared -Wl,-soname,$@
-LIB_SUFFIX = so
-LIBS_FOR_CONSOLE_APPLICATION =
-LIBS_FOR_GUI_APPLICATION =
-EXE =
diff --git a/media-plugins/live/files/live-recursive3.patch b/media-plugins/live/files/live-recursive3.patch
deleted file mode 100644
index 29afe86e8197..000000000000
--- a/media-plugins/live/files/live-recursive3.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-Index: live/Makefile.tail
-===================================================================
---- live.orig/Makefile.tail
-+++ live/Makefile.tail
-@@ -16,9 +16,6 @@ all:
- cd $(GROUPSOCK_DIR) ; $(MAKE)
- cd $(USAGE_ENVIRONMENT_DIR) ; $(MAKE)
- cd $(BASIC_USAGE_ENVIRONMENT_DIR) ; $(MAKE)
-- cd $(TESTPROGS_DIR) ; $(MAKE)
-- cd $(MEDIA_SERVER_DIR) ; $(MAKE)
-- cd $(PROXY_SERVER_DIR) ; $(MAKE)
- @echo
- @echo "For more information about this source code (including your obligations under the LGPL), please see our FAQ at http://live555.com/liveMedia/faq.html"
-