summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2017-08-11 17:08:53 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2017-08-11 17:11:13 +0200
commitefb447520ee5333ab19edaf277c77f6adec07a76 (patch)
tree44099dc77f3b4076c119fde89e8151aa12b0e46d /media-tv/mythtv/files
parentwww-apps/mythweb: Drop 0.27.5 (diff)
downloadgentoo-efb447520ee5333ab19edaf277c77f6adec07a76.tar.gz
gentoo-efb447520ee5333ab19edaf277c77f6adec07a76.tar.bz2
gentoo-efb447520ee5333ab19edaf277c77f6adec07a76.zip
media-tv/mythtv: Drop 0.27.6
Gentoo-bug: 620706 Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'media-tv/mythtv/files')
-rw-r--r--media-tv/mythtv/files/libdir-27.patch13
-rw-r--r--media-tv/mythtv/files/mythbackend.conf11
-rw-r--r--media-tv/mythtv/files/mythbackend.init55
-rw-r--r--media-tv/mythtv/files/mythbackend.service66
-rw-r--r--media-tv/mythtv/files/mythtv-0.27.6-libvpx-1.5.0.patch17
5 files changed, 0 insertions, 162 deletions
diff --git a/media-tv/mythtv/files/libdir-27.patch b/media-tv/mythtv/files/libdir-27.patch
deleted file mode 100644
index d25e714b3c62..000000000000
--- a/media-tv/mythtv/files/libdir-27.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/mythtv/configure b/mythtv/configure
-index 4aa8727..f890df3 100755
---- a/mythtv/configure
-+++ b/mythtv/configure
-@@ -6475,7 +6475,7 @@ if enabled mythlogserver; then
- echo "Configuring zeromq..."
- (cd external/zeromq ; \
- ./configure --quiet --without-documentation --prefix=${prefix} \
-- --includedir=${prefix}/include/mythtv/zeromq)
-+ --includedir=${prefix}/include/mythtv/zeromq --libdir=${libdir})
- echo "Configuring nzmqt..."
- (cd external/nzmqt/src ; \
- ${qmakeconf} -o Makefile)
diff --git a/media-tv/mythtv/files/mythbackend.conf b/media-tv/mythtv/files/mythbackend.conf
deleted file mode 100644
index 964e8d3955ad..000000000000
--- a/media-tv/mythtv/files/mythbackend.conf
+++ /dev/null
@@ -1,11 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-# Accepts any valid combination of logging options to mythbackend
-# To get a valid list run: /usr/bin/mythbackend -v help
-#MYTHBACKEND_VERBOSE="general"
-
-
-# Allows you to pass specific startup options to mythbackend
-# e.g. --noupnp
-#MYTHBACKEND_OPTS=""
diff --git a/media-tv/mythtv/files/mythbackend.init b/media-tv/mythtv/files/mythbackend.init
deleted file mode 100644
index 343247df2fbd..000000000000
--- a/media-tv/mythtv/files/mythbackend.init
+++ /dev/null
@@ -1,55 +0,0 @@
-#!/sbin/openrc-run
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-description="MythTV backend recording daemon"
-extra_commands="resched upnprebuild"
-description_resched="Forces the recording scheduler to update"
-description_upnprebuild="Rebuilds the UPnP media cache"
-
-depend() {
- # mythbackend doesn't need to run on the same machine that
- # mysql runs on. so its use for that reason
- need net
- use mysql LCDd
-}
-
-start() {
- [ -z "${MYTHBACKEND_VERBOSE}" ] && \
- MYTHBACKEND_VERBOSE="general"
-
- #fixes for bug #101308
- unset DISPLAY
- unset SESSION_MANAGER
-
- # Work around any strange permissions that may be on these files.
- chown -R mythtv:video /var/log/mythtv/
- chown -R mythtv:video /home/mythtv/
-
- ebegin "Starting MythTV Backend"
- start-stop-daemon --start --quiet --exec /usr/bin/mythbackend \
- --pidfile /var/run/mythbackend.pid -- \
- --daemon --pidfile /var/run/mythbackend.pid --user mythtv \
- --verbose ${MYTHBACKEND_VERBOSE} \
- --logpath /var/log/mythtv/ \
- ${MYTHBACKEND_OPTS}
- eend $?
-}
-
-stop() {
- ebegin "Stopping MythTV Backend"
- start-stop-daemon --stop --quiet --pidfile=/var/run/mythbackend.pid
- eend $?
-}
-
-resched() {
- ebegin "Updating the recording scheduler"
- /usr/bin/mythbackend --resched
- eend $?
-}
-
-upnprebuild() {
- ebegin "Rebuilding UPnP media cache"
- /usr/bin/mythbackend --upnprebuild
- eend $?
-}
diff --git a/media-tv/mythtv/files/mythbackend.service b/media-tv/mythtv/files/mythbackend.service
deleted file mode 100644
index 496c7b295e11..000000000000
--- a/media-tv/mythtv/files/mythbackend.service
+++ /dev/null
@@ -1,66 +0,0 @@
-# Do not edit this file, it will be replaced on update
-# If you need to make modifications to this unit file first make a copy in # /etc/systemd/system
-
-# This file is part of the packaging of MythTV #
-# MythTV is free software; view http://www.mythtv.org for more information.
-#
-# It is sometimes necessary to wait for a capture device to finish (hot)plug
-# initialization before the backend starts. If this is necessary,
-# create a Wants and After entry for all the capture devices that
-# one wishes to wait to be created before the backend starts using the systemd
-# device name mangling names (/dev/some/thing turns
-# into dev-some-thing.device). These normally should be udev persistent
-# filename rules to avoid confusion.
-# See the MythTV wiki for udev persistent filename # discussions found at:
-# http://www.mythtv.org/wiki/Device_Filenames_and_udev
-#
-# In order to insure that systemd will create a device unit for the
-# capture device, one must insure that udev will have the tag "systemd"
-# (i.e. add TAG+="systemd" to the udev rule).
-#
-# The MythTV package ships with a default udev rule file located in:
-# /lib/udev/rules.d/99-mythbackend.rules
-
-[Unit]
-Description=MythTV backend service
-After=network.target mysqld.service
-# Uncomment the following line if you will be using the mythweb plugin on the
-# same system as mythbackend.
-#Wants=httpd.service
-
-[Service]
-Type=simple
-
-Environment=MYTHCONFDIR=/etc/mythtv
-# Default setting assumes a system wide install. Otherwise it should be set to
-# the folder containing the .mythtv subfolder containing the config.xml file
-# Such as
-#Environment=HOME=/usr/share/mythtv
-# or
-Environment=HOME=/~/.mythtv
-
-# systemd changes execution from the calling user (possibly root) to this user
-# if you have permissions problems or obscure errors try logging in as mythtv
-# See notes below
-User=mythtv
-
-# Uncomment one of the following...
-# Use sysloging rather than separate logging:
-#ExecStart=/usr/bin/mythbackend --syslog local7
-
-# If Type=forking you must specify the --daemon and --pidfile options:
-#ExecStart=/usr/bin/mythbackend --daemon --logpath /var/log/mythtv --loglevel crit --pidfile /run/mythtv/mythbackend.pid
-#PIDFILE=/run/mythtv/mythbackend.pid
-
-# Systemd sends stdout to syslog, and mythbackend has console logging enabled without --daemon.
-# Send stdout to /dev/null so console logging doesn't go to syslog
-#StandardOutput=null
-# Default setting for Type=simple.
-#ExecStart=/usr/bin/mythbackend --logpath /var/log/mythtv --loglevel crit
-ExecStart=/usr/bin/mythbackend --loglevel notice --nologserver
-
-# Whether systemd will continue over-watch and restart on any halt
-Restart=always
-
-[Install]
-WantedBy=multi-user.target
diff --git a/media-tv/mythtv/files/mythtv-0.27.6-libvpx-1.5.0.patch b/media-tv/mythtv/files/mythtv-0.27.6-libvpx-1.5.0.patch
deleted file mode 100644
index 578feaae1b04..000000000000
--- a/media-tv/mythtv/files/mythtv-0.27.6-libvpx-1.5.0.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-Gentoo-bug: 600094
-
---- a/mythtv/external/FFmpeg/libavcodec/libvpxenc.c
-+++ b/mythtv/external/FFmpeg/libavcodec/libvpxenc.c
-@@ -87,9 +87,9 @@
-
- /** String mappings for enum vp8e_enc_control_id */
- static const char *const ctlidstr[] = {
-- [VP8E_UPD_ENTROPY] = "VP8E_UPD_ENTROPY",
-- [VP8E_UPD_REFERENCE] = "VP8E_UPD_REFERENCE",
-- [VP8E_USE_REFERENCE] = "VP8E_USE_REFERENCE",
-+// [VP8E_UPD_ENTROPY] = "VP8E_UPD_ENTROPY",
-+// [VP8E_UPD_REFERENCE] = "VP8E_UPD_REFERENCE",
-+// [VP8E_USE_REFERENCE] = "VP8E_USE_REFERENCE",
- [VP8E_SET_ROI_MAP] = "VP8E_SET_ROI_MAP",
- [VP8E_SET_ACTIVEMAP] = "VP8E_SET_ACTIVEMAP",
- [VP8E_SET_SCALEMODE] = "VP8E_SET_SCALEMODE",