From 64e107b9b6058580ff0432107eb37cefb0b2a7d8 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 22 Oct 2018 11:09:47 +0100 Subject: gentoo resync : 22.10.2018 --- media-plugins/vdr-vodcatcher/Manifest | 6 --- media-plugins/vdr-vodcatcher/files/rc-addon.sh | 14 ------ .../files/vdr-vodcatcher-0.2.2_gcc-4.7.patch | 15 ------- .../vdr-vodcatcher-0.2.2_unbundle-tinyxml2.diff | 50 ---------------------- media-plugins/vdr-vodcatcher/metadata.xml | 8 ---- .../vdr-vodcatcher/vdr-vodcatcher-0.2.2.ebuild | 49 --------------------- 6 files changed, 142 deletions(-) delete mode 100644 media-plugins/vdr-vodcatcher/Manifest delete mode 100644 media-plugins/vdr-vodcatcher/files/rc-addon.sh delete mode 100644 media-plugins/vdr-vodcatcher/files/vdr-vodcatcher-0.2.2_gcc-4.7.patch delete mode 100644 media-plugins/vdr-vodcatcher/files/vdr-vodcatcher-0.2.2_unbundle-tinyxml2.diff delete mode 100644 media-plugins/vdr-vodcatcher/metadata.xml delete mode 100644 media-plugins/vdr-vodcatcher/vdr-vodcatcher-0.2.2.ebuild (limited to 'media-plugins/vdr-vodcatcher') diff --git a/media-plugins/vdr-vodcatcher/Manifest b/media-plugins/vdr-vodcatcher/Manifest deleted file mode 100644 index 527a53df2104..000000000000 --- a/media-plugins/vdr-vodcatcher/Manifest +++ /dev/null @@ -1,6 +0,0 @@ -AUX rc-addon.sh 380 BLAKE2B 4fb448b47a0a66c8b489a4fc7da2e2a65e7ea5d50afbea6c467441ee46447ccfab5f08e01c785b7eff4afd1f8cce04e7a9a8bf8115c36c9f7587dbb4d28c2714 SHA512 11060977d77f29f9f36681c12db92b4fea3cdeae4c7853ef586c71be019202d37790bb20c4a2938059d0c4782004426d247532efb99bf66e5f8ea401b1f7d43a -AUX vdr-vodcatcher-0.2.2_gcc-4.7.patch 542 BLAKE2B 126faf08c6eeb66309180bf7053f3d38b7566b6d084a63f2f4a46f951b6e344dc9ba53426aa7cfb7169f405b5b789140da94f2208026398cf22dabdede4e8954 SHA512 f04095f4277cdd66eff457215373cd1ecd2bdfb20367c3c73aaa7871bd5545da66e1e72a5f4abbf866368514b75ad4d54391192a40f1e5410a0e77c77e076472 -AUX vdr-vodcatcher-0.2.2_unbundle-tinyxml2.diff 1638 BLAKE2B 2fc66689d98c1340fbe0bf896470d3d6568228f84472d6ed07dc66418b6599b3bd869f705d077d2eeca533acbb3c065edc9cb694ab4fbb56be18997d190820a3 SHA512 eddc283a0a98aa6ab54ad4430dbb998ec75b937a87018f60c2d16fb09791c4174de2f97ec5e3fab2d9fcf9553e936f31defe27335b87d1c675cce6553128f6cf -DIST vdr-vodcatcher-0.2.2.tar.gz 126612 BLAKE2B 61ece27cfda40cebfbe18261015665bf8c2053f38969d1ae9c2dd66b88479bf8de5efb0ed01ac61d2b777e8fc91148deb5c5234d72e615eb44075f6db7e0bd3e SHA512 05a8188888caed5bd656d0ff65b718debdc889e82373b6e00aed4b2ffb942f822f8b6cbff4811d5f4c9b271e1ff8d8ec5874d34081b5ef3c8fc95ac215ce2a22 -EBUILD vdr-vodcatcher-0.2.2.ebuild 1216 BLAKE2B e716719c098f687b75a153e2f31642305a85f7532c7ca79c952325d0a07617bfe3c985de5beee3825591ce65ccf8457c07efd5831b2e7f04f973794a4a7f5ca8 SHA512 fd87eaa00264998b047c6937d72c9cfa26d84f5be2933fdb325391c25a53f1eb5a35d6a105d65e67d3e308f65e3226446979360f6aa95af39d4e4a87bd0156d5 -MISC metadata.xml 243 BLAKE2B 6287033e852823666551691771936aead83e7394d6c41f6f5a43a4c21309300e6fcfd90e8a87a82eb90433f86344426c07f2fb7833e7226d2e3c4df9fda1d2d6 SHA512 f7d6e467a5a96c0afdd42df3c0f3866240defc5bbea5ccddf4c0b1a3c004225af5d46dab67d45a5ac34535391584f3b3727fe79ef6cef1a11413636bbc35cf06 diff --git a/media-plugins/vdr-vodcatcher/files/rc-addon.sh b/media-plugins/vdr-vodcatcher/files/rc-addon.sh deleted file mode 100644 index bf38de315f66..000000000000 --- a/media-plugins/vdr-vodcatcher/files/rc-addon.sh +++ /dev/null @@ -1,14 +0,0 @@ -# -# rc-addon-script for plugin vodcatcher -# -# Joerg Bornkessel - -VODCATCHER_CACHE_DIR=var/cache/vdr-plugin-vodcatcher - -# depends on QA, create paths in /var/cache on the fly at runtime as needed -init_cache_dir() { - if [ ! -d "${VODCATCHER_CACHE_DIR}" ]; then - mkdir -p ${VODCATCHER_CACHE_DIR} - chown vdr:vdr ${VODCATCHER_CACHE_DIR} - fi -} diff --git a/media-plugins/vdr-vodcatcher/files/vdr-vodcatcher-0.2.2_gcc-4.7.patch b/media-plugins/vdr-vodcatcher/files/vdr-vodcatcher-0.2.2_gcc-4.7.patch deleted file mode 100644 index 8472764a8631..000000000000 --- a/media-plugins/vdr-vodcatcher/files/vdr-vodcatcher-0.2.2_gcc-4.7.patch +++ /dev/null @@ -1,15 +0,0 @@ -compilefix for gcc-4.7 -https://bugs.gentoo.org/show_bug.cgi?id=514128 -Signed-of-by: Joerg Bornkessel 22/Jun/2014 - -diff -Naur vodcatcher-0.2.2.orig/src/LocalFileCache.cc vodcatcher-0.2.2/src/LocalFileCache.cc ---- vodcatcher-0.2.2.orig/src/LocalFileCache.cc 2014-06-22 00:34:55.448489644 +0200 -+++ vodcatcher-0.2.2/src/LocalFileCache.cc 2014-06-22 00:36:11.090546002 +0200 -@@ -24,6 +24,7 @@ - #include "LocalFileCache.h" - #include "SdbmHashCalculator.h" - #include -+#include - - using namespace std; - diff --git a/media-plugins/vdr-vodcatcher/files/vdr-vodcatcher-0.2.2_unbundle-tinyxml2.diff b/media-plugins/vdr-vodcatcher/files/vdr-vodcatcher-0.2.2_unbundle-tinyxml2.diff deleted file mode 100644 index 0f79116cb346..000000000000 --- a/media-plugins/vdr-vodcatcher/files/vdr-vodcatcher-0.2.2_unbundle-tinyxml2.diff +++ /dev/null @@ -1,50 +0,0 @@ -diff -Naur vodcatcher-0.2.2.orig/Makefile vodcatcher-0.2.2/Makefile ---- vodcatcher-0.2.2.orig/Makefile 2010-09-22 21:51:06.000000000 +0200 -+++ vodcatcher-0.2.2/Makefile 2010-09-22 21:53:11.000000000 +0200 -@@ -50,8 +50,7 @@ - ### Includes and Defines (add further entries here): - - INCLUDES += -I. -I$(VDRDIR)/include -I$(DVBDIR)/include --INCLUDES += `curl-config --cflags` --INCLUDES += -I./tinyxml -+INCLUDES += $(shell curl-config --cflags) - - DEFINES += -D_GNU_SOURCE -DPLUGIN_NAME_I18N='"$(PLUGIN)"' - DEFINES += -DCXXTEST_ABORT_TEST_ON_FAIL -@@ -66,7 +65,8 @@ - endif - - # libcurl, libxml, libxml++ --LIBS += `curl-config --libs` -+LIBS += -lcurl -+LIBS += -ltinyxml - - ### The source files (add further files here): - -diff -Naur vodcatcher-0.2.2.orig/sources.mk vodcatcher-0.2.2/sources.mk ---- vodcatcher-0.2.2.orig/sources.mk 2010-09-22 21:51:06.000000000 +0200 -+++ vodcatcher-0.2.2/sources.mk 2010-09-22 21:53:22.000000000 +0200 -@@ -34,11 +34,6 @@ - src/StreamType.cc \ - src/SynchedDownloadPool.cc \ - src/ThreadsafeDownloadPool.cc \ -- tinyxml/tinystr.cpp \ -- tinyxml/tinyxml.cpp \ -- tinyxml/tinyxmlerror.cpp \ -- tinyxml/tinyxmlparser.cpp \ -- - - SRCS_TESTONLY = \ - src/DownloadCacheMock.cc \ -diff -Naur vodcatcher-0.2.2.orig/src/RssFeedParser.cc vodcatcher-0.2.2/src/RssFeedParser.cc ---- vodcatcher-0.2.2.orig/src/RssFeedParser.cc 2010-09-22 21:51:06.000000000 +0200 -+++ vodcatcher-0.2.2/src/RssFeedParser.cc 2010-09-22 21:53:44.000000000 +0200 -@@ -22,7 +22,7 @@ - #include "HtmlToText.h" - #include "Feed.h" - #include "IDownloadCache.h" --#include "tinyxml.h" -+#include - #include "Item.h" - - using namespace std; diff --git a/media-plugins/vdr-vodcatcher/metadata.xml b/media-plugins/vdr-vodcatcher/metadata.xml deleted file mode 100644 index 27f419c289c3..000000000000 --- a/media-plugins/vdr-vodcatcher/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - -vdr@gentoo.org -Gentoo VDR Project - - diff --git a/media-plugins/vdr-vodcatcher/vdr-vodcatcher-0.2.2.ebuild b/media-plugins/vdr-vodcatcher/vdr-vodcatcher-0.2.2.ebuild deleted file mode 100644 index c62a37bdc414..000000000000 --- a/media-plugins/vdr-vodcatcher/vdr-vodcatcher-0.2.2.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" - -inherit vdr-plugin-2 - -DESCRIPTION="VDR plugin: Downloads rss-feeds and passes video enclosures to the mplayer plugin" -HOMEPAGE="https://projects.vdr-developer.org/projects/plg-vodcatcher" -SRC_URI="mirror://vdr-developerorg/154/${P}.tar.gz" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="net-misc/curl - >=dev-libs/tinyxml-2.6.1[stl] - media-video/vdr" -RDEPEND="${DEPEND} - || ( media-plugins/vdr-mplayer media-plugins/vdr-xineliboutput )" - -PATCHES=( "${FILESDIR}/${P}_unbundle-tinyxml2.diff" - "${FILESDIR}/${P}_gcc-4.7.patch" ) - -src_prepare() { - vdr-plugin-2_src_prepare - - sed -e "s:ConfigDirectory():ConfigDirectory( \"vodcatcher\" ):" -i src/VodcatcherPlugin.cc -} - -src_install() { - vdr-plugin-2_src_install - - insinto /etc/vdr/plugins/vodcatcher/ - doins examples/vodcatchersources.conf -} - -pkg_postinst() { - vdr-plugin-2_pkg_postinst - - echo - elog "! IMPORTEND" - elog "In order to allow the MPlayer plug-in to play back the streams passed in by the" - elog "Vodcatcher, you must add the following entry to the mplayersources.conf file:" - echo - elog "/tmp;Vodcatcher;0" - echo -} -- cgit v1.2.3