commit:     09d30604684830f7f63806b66708d602530e584f
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sat May 23 16:03:55 2020 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Tue Jun  2 04:27:23 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09d30604

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 <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/15928
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>

 media-plugins/live/files/config.gentoo-r1      | 17 -----------------
 media-plugins/live/files/config.gentoo-so-r2   | 17 -----------------
 media-plugins/live/files/live-recursive3.patch | 14 --------------
 3 files changed, 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 d77fb19758a..00000000000
--- 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 fb9241ef3e8..00000000000
--- 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 29afe86e819..00000000000
--- 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";
- 

Reply via email to