From 18a41d682d6e91e0d28fce23eb75292f477bd620 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 11 Aug 2013 01:21:34 -0700 Subject: Sun Aug 11 01:21:31 PDT 2013 --- community/mythplugins/PKGBUILD | 138 --------------------- community/mythplugins/cdparanoia.patch | 52 -------- community/mythplugins/mtd.rc | 36 ------ community/mythplugins/mythplugins-mythweb.install | 4 - .../mythplugins/mythplugins-mythzoneminder.install | 3 - 5 files changed, 233 deletions(-) delete mode 100644 community/mythplugins/PKGBUILD delete mode 100644 community/mythplugins/cdparanoia.patch delete mode 100644 community/mythplugins/mtd.rc delete mode 100644 community/mythplugins/mythplugins-mythweb.install delete mode 100644 community/mythplugins/mythplugins-mythzoneminder.install (limited to 'community/mythplugins') diff --git a/community/mythplugins/PKGBUILD b/community/mythplugins/PKGBUILD deleted file mode 100644 index 7eb180b74..000000000 --- a/community/mythplugins/PKGBUILD +++ /dev/null @@ -1,138 +0,0 @@ -# $Id: PKGBUILD 82334 2013-01-15 11:35:06Z allan $ -# Maintainer: Jonathan Conder -# Contributor: Giovanni Scafora - -pkgbase=mythplugins -pkgname=('mythplugins-mytharchive' - 'mythplugins-mythbrowser' - 'mythplugins-mythgallery' - 'mythplugins-mythgame' - 'mythplugins-mythmusic' - 'mythplugins-mythnetvision' - 'mythplugins-mythnews' - 'mythplugins-mythweather' - 'mythplugins-mythweb' - 'mythplugins-mythzoneminder') -pkgver=0.26.0 -pkgrel=2 -epoch=1 -arch=('i686' 'x86_64') -url="http://www.mythtv.org" -license=('GPL') -makedepends=('cdrkit' 'dvdauthor' 'dvd+rw-tools' 'ffmpeg' 'flac' 'libexif' - 'libvorbis' 'mesa' 'mplayer' 'mythtv' - 'perl-datetime-format-iso8601' 'perl-date-manip' 'perl-image-size' - 'perl-json' 'perl-libwww' 'perl-soap-lite' 'perl-xml-sax' - 'perl-xml-simple' 'perl-xml-xpath' 'python2-oauth' 'python-imaging' - 'python2-pycurl' 'taglib' 'zlib') -source=("ftp://ftp.osuosl.org/pub/mythtv/$pkgbase-$pkgver.tar.bz2" - 'cdparanoia.patch' - 'mtd.rc') -md5sums=('15bd7b2f4173488966f3d761e0eacffa' - '5de8dd79d0b8a2b006f3c3258938b6b7' - '476c12ba074794ad7f4ae092bdf949d6') - -build() { - cd "$srcdir/$pkgbase-$pkgver" - find . -name '*.py' -type f | xargs sed -i 's@^#!.*python$@#!/usr/bin/python2@' - - sed -re 's@/usr/local.*/usr/share@/usr/share@' -i 'mythweb/mythweb.php' - sed -re 's@cstdio@cstdio>\n#include - - // libcdio --#include -+#include - #include - - // MythTV -diff -Nru a/mythmusic/mythmusic/cddecoder.h b/mythmusic/mythmusic/cddecoder.h ---- a/mythmusic/mythmusic/cddecoder.h 2012-10-02 23:30:24.000000000 +1300 -+++ b/mythmusic/mythmusic/cddecoder.h 2013-01-09 14:53:12.328140979 +1300 -@@ -11,8 +11,8 @@ - #endif - - #ifdef HAVE_CDIO --# include --# include -+# include -+# include - #endif - - class Metadata; -diff -Nru a/mythmusic/mythmusic/cdrip.cpp b/mythmusic/mythmusic/cdrip.cpp ---- a/mythmusic/mythmusic/cdrip.cpp 2012-10-02 23:30:24.000000000 +1300 -+++ b/mythmusic/mythmusic/cdrip.cpp 2013-01-09 14:54:11.815330268 +1300 -@@ -8,8 +8,8 @@ - - #include "config.h" - #ifdef HAVE_CDIO --# include --# include -+# include -+# include - #endif //def HAVE_CDIO - - // C++ includes diff --git a/community/mythplugins/mtd.rc b/community/mythplugins/mtd.rc deleted file mode 100644 index 1f46dfed1..000000000 --- a/community/mythplugins/mtd.rc +++ /dev/null @@ -1,36 +0,0 @@ -#!/bin/bash - -. /etc/rc.conf -. /etc/rc.d/functions - -PID=`pidof -o %PPID /usr/bin/mtd` -case "$1" in - start) - stat_busy "Starting Myth Transcoding Daemon" - [ -z "$PID" ] && /usr/bin/mtd -d - if [ $? -gt 0 ]; then - stat_fail - else - echo $PID > /var/run/mtd.pid - add_daemon mythtranscode - stat_done - fi - ;; - stop) - stat_busy "Stopping Myth Transcoding Daemon" - [ ! -z "$PID" ] && kill $PID &>/dev/null - if [ $? -gt 0 ]; then - stat_fail - else - rm_daemon mtd - stat_done - fi - ;; - restart) - $0 stop - $0 start - ;; - *) - echo "usage: $0 {start|stop|restart}" -esac -exit 0 diff --git a/community/mythplugins/mythplugins-mythweb.install b/community/mythplugins/mythplugins-mythweb.install deleted file mode 100644 index 2c626c538..000000000 --- a/community/mythplugins/mythplugins-mythweb.install +++ /dev/null @@ -1,4 +0,0 @@ -post_upgrade() { - echo "MythWeb files are now in /var/lib/mythtv/mythweb" - echo "Please update your server configuration accordingly" -} diff --git a/community/mythplugins/mythplugins-mythzoneminder.install b/community/mythplugins/mythplugins-mythzoneminder.install deleted file mode 100644 index 142212b56..000000000 --- a/community/mythplugins/mythplugins-mythzoneminder.install +++ /dev/null @@ -1,3 +0,0 @@ -post_install() { - echo "If you want to use this plugin, install zoneminder from AUR." -} -- cgit v1.2.3-54-g00ecf