diff options
author | James Meyer <james.meyer@operamail.com> | 2013-02-19 21:10:18 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2013-02-19 21:10:18 (GMT) |
commit | 2648e999d277eac5c3d331a3609bcc73fafbea71 (patch) | |
tree | 40951fb8e7fdbe28a0baa324ae615055203f1e2e /abs/extra/fuppes-svn | |
parent | c759b5e0c4aa6fc37412b4dee2cf9ad993fd376d (diff) | |
parent | 7e6f7ca174e1af67178dc5293a312a4a733eb095 (diff) | |
download | linhes_pkgbuild-2648e999d277eac5c3d331a3609bcc73fafbea71.zip linhes_pkgbuild-2648e999d277eac5c3d331a3609bcc73fafbea71.tar.gz linhes_pkgbuild-2648e999d277eac5c3d331a3609bcc73fafbea71.tar.bz2 |
Merge branch 'testing'
# By James Meyer (1091) and others
# Via James Meyer (5) and others
* testing: (1148 commits)
LinHES-config: during install don't kill off lirc. This keeps the remote active all the way to the finish
Change version numbers to 8.0 to match the release number. LinHES-conifg LinHES-system mythdb-initial runit-scripts supplemental-web
LinHES-conifig: mv_install.py for the last partition don't go all the way to the end. Gotta leave room for gpt tables.
xf86-video-ati: xorg ati driver.
LinHES-config: timezip.py add syncing up of parental lvl passwords and starting level with MBE.
LinHES-system: correct the logic for breaking out of the wmctrl loop. As written it would break out of the inner loop..but not the 60 iteration loop.
e16_theme_settings: remove slide-in prop for new windows. For whatever reason this was preventing mplayer from being positioned correctly for appletrailers.
LinHES-config, mythinstall: change case of hd_pvr and serial to all lower refs #902
zilog-firmware: firmware for TX support of the hdpvr and pvr-150 In general I can't recommend anybody using these transmitters but including the firmware just in case someone really wants to
linhes-udev-rules: added hdprv_lirc rule. All of these lirc rules are limited to exactly one device. If more then one device is present then only the last device in init will get the symlink
runit-scripts: fix logging for igdeamon, add support to remote init script so that the blaster is always the first device in the chain. added support specificly for hd_pvr
LinHES-system: add lh_system_restore and lh_system_backup. These scripts are called from the mythmenu. refs #900
iguanair: rebuild with python 2.7
LinHES-system: msg_daemon.py fix init and nasty bug related to timeout. In a nutshell timeout wouldn't work unless a msg without a timeout was called first.
linhes-udev-rules: add rules for mce,streamzap,serial lirc devices.
mythinstall: recompile for matching libs
mythtv: latest .25-fixes and change mythbackup/restore call lh_system_$op to replace mythbackup/mythrestore. mythbackup no longer works correctly with the new windowmanager
linhes-scripts: myth2mp3, myth2x264, myth2xvid: use mythutil to get cutlist
LinHES-config, supplimental-web: Fix proxy numbering for Ceton infiniTV
linhes-system: add additional stuff to the system backup and also introduced an exclude file. The exclude/include files are locate in /home/mythtv/backup_config/
...
Diffstat (limited to 'abs/extra/fuppes-svn')
-rw-r--r-- | abs/extra/fuppes-svn/PKGBUILD | 54 | ||||
-rw-r--r-- | abs/extra/fuppes-svn/PKGBUILD.orig | 52 | ||||
-rw-r--r-- | abs/extra/fuppes-svn/fuppes-r634-archlinux.patch | 93 | ||||
-rw-r--r-- | abs/extra/fuppes-svn/fuppes.cfg | 216 | ||||
-rw-r--r-- | abs/extra/fuppes-svn/fuppes.ch | 2 | ||||
-rw-r--r-- | abs/extra/fuppes-svn/fuppes.diff | 25 | ||||
-rw-r--r-- | abs/extra/fuppes-svn/fuppes.install | 20 | ||||
-rw-r--r-- | abs/extra/fuppes-svn/fuppes.lr | 9 | ||||
-rwxr-xr-x | abs/extra/fuppes-svn/run | 2 |
9 files changed, 0 insertions, 473 deletions
diff --git a/abs/extra/fuppes-svn/PKGBUILD b/abs/extra/fuppes-svn/PKGBUILD deleted file mode 100644 index 03ffb9c..0000000 --- a/abs/extra/fuppes-svn/PKGBUILD +++ /dev/null @@ -1,54 +0,0 @@ -# Contributor: Andrew Krawchyk <krawch_a@denison.edu> -# patch for svn r634: Ivan Yurasov <vd@vdk.su> - -pkgname=fuppes-svn -pkgver=664 -pkgrel=1 -pkgdesc="A free, multiplatform Universal Plug and Play A/V MediaServer" -arch=('i686' 'x86_64') -url="http://fuppes.ulrich-voelkel.de/" -license=('GPL2') -depends=('pcre' 'libxml2' 'sqlite3' 'gettext' 'taglib' 'imagemagick' 'ffmpeg' 'libmp4v2' 'lame' 'libvorbis' 'libmpcdec' 'flac' 'faad2' 'libmad') -makdepends=('pkgconfig' 'autoconf' 'subversion') -install=fuppes.install -source=(fuppes-r634-archlinux.patch fuppes.diff fuppes.cfg run fuppes.ch fuppes.lr) - -_svnmod="fuppes" -_svntrunk="https://fuppes.svn.sourceforge.net/svnroot/fuppes/trunk" - -build() -{ - cd ${startdir}/src - - msg "Getting sources..." - svn co ${_svntrunk} ${_svnmod} - msg "Done getting sources or failed to connect to server." - - cd ${_svnmod} - -# patch -Np0 -i ../fuppes-r634-archlinux.patch -# patch -Np0 -i ../fuppes.diff - autoreconf -vfi - - ./configure --prefix=/usr \ - --enable-video-transcoding \ - --disable-twolame || return 1 - - make || return 1 - make DESTDIR=$startdir/pkg install || return 1 - mkdir -p $startdir/pkg/etc/sv/fuppes/supervise - install -D -m755 $startdir/src/run $startdir/pkg/etc/sv/fuppes/ - mkdir -p $startdir/pkg/etc/fuppes - cp $startdir/src/fuppes.cfg $startdir/pkg/etc/fuppes - mkdir -p $startdir/pkg/etc/cron.hourly - mkdir -p $startdir/pkg/etc/logrotate.d/ - install -D -m755 $startdir/src/fuppes.ch $startdir/pkg/etc/cron.hourly - install -D -m755 $startdir/src/run $startdir/pkg/etc/sv/fuppes - install -D -m755 $startdir/src/fuppes.lr $startdir/pkg/etc/logrotate.d -} -md5sums=('5d9f6331cc91b64aab69449ce327b214' - 'c495fa1bd9a870ae36820632434319ee' - 'b0cef07d8e60d01c8146a69870672e1f' - '3850001378088e5efac60487e5550d54' - '3c355b860f1b0d273f5aa8b2bea1bde6' - '3151a3862fbc6b758d7ae5776eba3d57') diff --git a/abs/extra/fuppes-svn/PKGBUILD.orig b/abs/extra/fuppes-svn/PKGBUILD.orig deleted file mode 100644 index 79d11e2..0000000 --- a/abs/extra/fuppes-svn/PKGBUILD.orig +++ /dev/null @@ -1,52 +0,0 @@ -# Contributor: Andrew Krawchyk <krawch_a@denison.edu> -# patch for svn r634: Ivan Yurasov <vd@vdk.su> - -pkgname=fuppes-svn -pkgver=636 -pkgrel=9 -pkgdesc="A free, multiplatform Universal Plug and Play A/V MediaServer" -arch=('i686' 'x86_64') -url="http://fuppes.ulrich-voelkel.de/" -license=('GPL2') -depends=('pcre' 'libxml2' 'sqlite3' 'gettext' 'taglib' 'imagemagick' 'ffmpeg' 'libmp4v2' 'lame' 'libvorbis' 'libmpcdec' 'flac' 'faad2' 'libmad') -makdepends=('pkgconfig' 'autoconf' 'subversion') -install=fuppes.install -source=(fuppes-r634-archlinux.patch fuppes.diff fuppes.cfg run fuppes.ch fuppes.lr) -md5sums=('5d9f6331cc91b64aab69449ce327b214' 'c495fa1bd9a870ae36820632434319ee' \ - 'b0cef07d8e60d01c8146a69870672e1f' '3850001378088e5efac60487e5550d54' \ - '3c355b860f1b0d273f5aa8b2bea1bde6') - -_svnmod="fuppes" -_svntrunk="https://fuppes.svn.sourceforge.net/svnroot/fuppes/trunk" - -build() -{ - cd ${startdir}/src - - msg "Getting sources..." - svn co -r 636 ${_svntrunk} ${_svnmod} - msg "Done getting sources or failed to connect to server." - - cd ${_svnmod} - - patch -Np0 -i ../fuppes-r634-archlinux.patch - patch -Np0 -i ../fuppes.diff - autoreconf -vfi - - ./configure --prefix=/usr \ - --enable-video-transcoding \ - --disable-twolame || return 1 - - make || return 1 - make DESTDIR=$startdir/pkg install || return 1 - mkdir -p $startdir/pkg/etc/sv/fuppes/supervise - install -D -m755 $startdir/src/run $startdir/pkg/etc/sv/fuppes/ - mkdir -p $startdir/pkg/etc/fuppes - cp $startdir/src/fuppes.cfg $startdir/pkg/etc/fuppes - mkdir -p $startdir/pkg/etc/cron.hourly - mkdir -p $startdir/pkg/etc/logrotate.d/ - mkdir -p $startdir/pkg/etc/sv/fuppes/supervise - install -D -m755 $startdir/src/fuppes.ch $startdir/pkg/etc/cron.hourly - install -D -m755 $startdir/src/run $startdir/pkg/etc/sv/fuppes - install -D -m755 $startdir/src/fuppes.lr $startdir/pkg/etc/logrotate.d -} diff --git a/abs/extra/fuppes-svn/fuppes-r634-archlinux.patch b/abs/extra/fuppes-svn/fuppes-r634-archlinux.patch deleted file mode 100644 index feaccfa..0000000 --- a/abs/extra/fuppes-svn/fuppes-r634-archlinux.patch +++ /dev/null @@ -1,93 +0,0 @@ -Index: src/plugins/ffmpeg/ffmpeg.cpp -=================================================================== ---- src/plugins/ffmpeg/ffmpeg.cpp (revision 634) -+++ src/plugins/ffmpeg/ffmpeg.cpp (working copy) -@@ -2190,7 +2190,7 @@ - p=NULL; - for(p = av_codec_next(p); p != NULL; p = av_codec_next(p) ) { - #else -- for(p = first_avcodec; p != NULL; p = p->next) { -+ for(p = av_codec_next(NULL); p != NULL; p = p->next) { - #endif - - if((p2==NULL || strcmp(p->name, p2->name)<0) && -@@ -2269,7 +2269,7 @@ - } - avformat_opts = av_alloc_format_context(); - #ifdef HAVE_LIBSWSCALE -- sws_opts = sws_getContext(16,16,0, 16,16,0, sws_flags, NULL,NULL,NULL); -+ sws_opts = sws_getContext(16,16,(PixelFormat)0, 16,16,(PixelFormat)0, sws_flags, NULL,NULL,NULL); - #endif - - -Index: src/plugins/ffmpeg/ffmpeg.h -=================================================================== ---- src/plugins/ffmpeg/ffmpeg.h (revision 634) -+++ src/plugins/ffmpeg/ffmpeg.h (working copy) -@@ -38,7 +38,7 @@ - #include <ctype.h> - #include <string.h> - --#if FFMPEG_VERSION >= 52 && !defined(OLD_INCLUDES_PATH) -+/* #if FFMPEG_VERSION >= 52 && !defined(OLD_INCLUDES_PATH) */ - #include <libavformat/avformat.h> - #include <libavutil/avutil.h> - #include <libavutil/fifo.h> -@@ -51,27 +51,27 @@ - #ifdef HAVE_AVSTRING_H - #include <libavutil/avstring.h> - #endif --#else -+/* #else - #include <avformat.h> - #include <avutil.h> - #include <fifo.h> -- #include <opt.h> -+ #include <opt.h> */ - - - #ifdef HAVE_LIBSWSCALE -- #include <swscale.h> -+ #include <libswscale/swscale.h> - #endif - - #ifdef HAVE_AVSTRING_H -- #include <avstring.h> -+ #include <libavutil/avstring.h> - #endif --#endif -+/* #endif */ - - - #include <math.h> - #include <stdlib.h> - #include <limits.h> -- //#include <mem.h> -+ //#include <mem.h> - - } - #endif // __cplusplus -Index: version.sh -=================================================================== ---- version.sh (revision 634) -+++ version.sh (working copy) -@@ -1,8 +1,15 @@ - #!/bin/sh - --svn_revision=`cd "$1" && LC_ALL=C svn info 2> /dev/null | grep Revision | cut -d' ' -f2` --test $svn_revision || svn_revision=`cd "$1" && grep revision .svn/entries 2>/dev/null | cut -d '"' -f2` --test $svn_revision || svn_revision=`cd "$1" && sed -n -e '/^dir$/{n;p;q}' .svn/entries 2>/dev/null` -+if [ "$1" == "" ] -+then -+DIR="." -+else -+DIR="$1" -+fi -+ -+svn_revision=`cd "$DIR" && LC_ALL=C svn info 2> /dev/null | grep Revision | cut -d' ' -f2` -+test $svn_revision || svn_revision=`cd "$DIR" && grep revision .svn/entries 2>/dev/null | cut -d '"' -f2` -+test $svn_revision || svn_revision=`cd "$DIR" && sed -n -e '/^dir$/{n;p;q}' .svn/entries 2>/dev/null` - test $svn_revision || svn_revision=UNKNOWN - - NEW_REVISION="#define FUPPES_VERSION \"0.$svn_revision\"" - diff --git a/abs/extra/fuppes-svn/fuppes.cfg b/abs/extra/fuppes-svn/fuppes.cfg deleted file mode 100644 index beb81cf..0000000 --- a/abs/extra/fuppes-svn/fuppes.cfg +++ /dev/null @@ -1,216 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<fuppes_config version="0.7.2.3"> - <shared_objects> - <!--<dir>/mnt/music</dir>--> - <!--<itunes>/Users/.../iTunes.xml</itunes>--> - <dir>/myth/tv</dir> - <dir>/myth/video</dir> - <dir>/myth/music</dir> - <dir>/myth/gallery</dir> - <dir>/myth/pretty</dir> - </shared_objects> - <network> - <!--empty = automatic detection--> - <interface>192.168.1.253</interface> - <!--empty or 0 = random port--> - <http_port>81</http_port> - <!--list of ip addresses allowed to access fuppes. if empty all ips are allowed--> - <allowed_ips> - <!--<ip>192.168.0.1</ip>--> - </allowed_ips> - </network> - <content_directory> - <!--a list of possible charsets can be found under: - http://www.gnu.org/software/libiconv/--> - <local_charset>UTF-8</local_charset> - <!--libs used for metadata extraction when building the database. [true|false]--> - <use_imagemagick>true</use_imagemagick> - <use_taglib>true</use_taglib> - <use_libavformat>true</use_libavformat> - </content_directory> - <global_settings> - <temp_dir/> - <!--uuid is written to and read from <config-dir>/uuid.txt if set to true--> - <use_fixed_uuid>false</use_fixed_uuid> - </global_settings> - <device_settings> - <!--"default" settings are inhertied by specific devices and can be overwritten--> - <!--do NOT remove the "default" device settings--> - <!--all new file types have to be added to the default settings--> - <!--adding new file types just to a specific device will have no affect--> - <device name="default"> - <!--specify the maximum length for file names (0 or empty = unlimited)--> - <max_file_name_length>0</max_file_name_length> - <!--[file|container]--> - <playlist_style>file</playlist_style> - <show_childcount_in_title>false</show_childcount_in_title> - <enable_dlna>false</enable_dlna> - <transcoding_release_delay>4</transcoding_release_delay> - <file_settings> - <!--audio files--> - <file ext="mp3"> - <type>AUDIO_ITEM</type> - <mime_type>audio/mpeg</mime_type> - <dlna>MP3</dlna> - </file> - <file ext="ogg"> - <type>AUDIO_ITEM</type> - <mime_type>application/octet-stream</mime_type> - <transcode enabled="true"> - <ext>mp3</ext> - <mime_type>audio/mpeg</mime_type> - <dlna>MP3</dlna> - <http_encoding>chunked</http_encoding> - <decoder>vorbis</decoder> - <encoder>lame</encoder> - <bitrate>192</bitrate> - <samplerate>44100</samplerate> - </transcode> - </file> - <file ext="mpc"> - <type>AUDIO_ITEM</type> - <mime_type>application/octet-stream</mime_type> - <transcode enabled="true"> - <ext>mp3</ext> - <mime_type>audio/mpeg</mime_type> - <dlna>MP3</dlna> - <http_encoding>chunked</http_encoding> - <decoder>musepack</decoder> - <encoder>lame</encoder> - <bitrate>192</bitrate> - <samplerate>44100</samplerate> - </transcode> - </file> - <file ext="wav"> - <type>AUDIO_ITEM</type> - <mime_type>audio/x-wav</mime_type> - </file> - <file ext="flac"> - <type>AUDIO_ITEM</type> - <mime_type>audio/x-flac</mime_type> - <transcode enabled="true"> - <ext>mp3</ext> - <mime_type>audio/mpeg</mime_type> - <dlna>MP3</dlna> - <http_encoding>chunked</http_encoding> - <decoder>flac</decoder> - <encoder>lame</encoder> - <bitrate>192</bitrate> - <samplerate>44100</samplerate> - </transcode> - </file> - <file ext="wma"> - <type>AUDIO_ITEM</type> - <mime_type>audio/x-ms-wma</mime_type> - <dlna>WMAFULL</dlna> - </file> - <!--image files--> - <file ext="jpg"> - <ext>jpeg</ext> - <type>IMAGE_ITEM</type> - <mime_type>image/jpeg</mime_type> - <convert enabled="false"> - <!--<dcraw enabled="true">-q 0</dcraw>--> - <ext>png</ext> - <mime_type>image/png</mime_type> - <height>0</height> - <width>0</width> - <!--set "greater" to "true" if you only want to resize images greater than "height" or "width"--> - <greater>false</greater> - <!--set "less" to "true" if you only want to resize images less than "height" or "width"--> - <less>false</less> - <!--set "less" and "greater" to "false" if you always want to resize--> - </convert> - </file> - <file ext="bmp"> - <type>IMAGE_ITEM</type> - <mime_type>image/bmp</mime_type> - </file> - <file ext="png"> - <type>IMAGE_ITEM</type> - <mime_type>image/png</mime_type> - </file> - <file ext="gif"> - <type>IMAGE_ITEM</type> - <mime_type>image/gif</mime_type> - </file> - <!--video files--> - <file ext="mpg"> - <ext>mpeg</ext> - <type>VIDEO_ITEM</type> - <mime_type>video/mpeg</mime_type> - </file> - <file ext="mp4"> - <type>VIDEO_ITEM</type> - <mime_type>video/mp4</mime_type> - </file> - <file ext="avi"> - <type>VIDEO_ITEM</type> - <mime_type>video/x-msvideo</mime_type> - </file> - <file ext="wmv"> - <type>VIDEO_ITEM</type> - <mime_type>video/x-ms-wmv</mime_type> - </file> - <file ext="vob"> - <type>VIDEO_ITEM</type> - <mime_type>video/x-ms-vob</mime_type> - </file> - <file ext="vdr"> - <type>VIDEO_ITEM</type> - <mime_type>video/x-extension-vdr</mime_type> - <transcode enabled="true"> - <ext>vob</ext> - <mime_type>video/x-ms-vob</mime_type> - </transcode> - </file> - <file ext="flv"> - <type>VIDEO_ITEM</type> - <mime_type>application/x-flash-video</mime_type> - </file> - <file ext="asf"> - <type>VIDEO_ITEM</type> - <mime_type>video/x-ms-asf</mime_type> - </file> - <!--playlists--> - <file ext="pls"> - <type>PLAYLIST</type> - <mime_type>audio/x-scpls</mime_type> - </file> - <file ext="m3u"> - <type>PLAYLIST</type> - <mime_type>audio/x-mpegurl</mime_type> - </file> - </file_settings> - </device> - <!--For other device settings take a look at http://fuppes.ulrich-voelkel.de/wiki/index.php/Category:Device--> - <!--If you have more than one device it is a good idea to set the ip address as some devices may have conflicting "user agents".--> - <!--It is safe to remove unneeded devices--> - <device name="PS3" enabled="false"> - <user_agent>UPnP/1.0 DLNADOC/1.00</user_agent> - <user_agent>PLAYSTATION3</user_agent> - <!--<ip></ip>--> - <enable_dlna>true</enable_dlna> - <transcoding_release_delay>50</transcoding_release_delay> - <file_settings> - <file ext="ogg"> - <type>AUDIO_ITEM_MUSIC_TRACK</type> - <transcode enabled="true"> - <http_encoding>stream</http_encoding> - </transcode> - </file> - </file_settings> - </device> - <device name="Xbox 360" virtual="Xbox 360" enabled="false"> - <user_agent>Xbox/2.0.\d+.\d+ UPnP/1.0 Xbox/2.0.\d+.\d+</user_agent> - <user_agent>Xenon</user_agent> - <xbox360>true</xbox360> - <show_empty_resolution>true</show_empty_resolution> - <description_values> - <friendly_name>%s %v : 1 : Windows Media Connect</friendly_name> - <model_name>Windows Media Connect compatible (%s)</model_name> - <model_number>2.0</model_number> - </description_values> - </device> - </device_settings> -</fuppes_config> diff --git a/abs/extra/fuppes-svn/fuppes.ch b/abs/extra/fuppes-svn/fuppes.ch deleted file mode 100644 index 60960b5..0000000 --- a/abs/extra/fuppes-svn/fuppes.ch +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/bash -/usr/bin/wget -O /dev/null -q http://localhost:81/presentation/options.html?db=update &> /dev/null diff --git a/abs/extra/fuppes-svn/fuppes.diff b/abs/extra/fuppes-svn/fuppes.diff deleted file mode 100644 index 9b7b6a8..0000000 --- a/abs/extra/fuppes-svn/fuppes.diff +++ /dev/null @@ -1,25 +0,0 @@ ---- src/plugins/ffmpeg/ffmpeg.cpp.orig 2009-05-29 20:12:09.000000000 +0000 -+++ src/plugins/ffmpeg/ffmpeg.cpp 2009-05-29 20:10:01.000000000 +0000 -@@ -1021,19 +1021,9 @@ - if (subtitle_to_free) { - if (subtitle_to_free->rects != NULL) { - for (i = 0; i < subtitle_to_free->num_rects; i++) { -- --#ifndef LIBAVCODEC_VERSION_MINOR --#define LIBAVCODEC_VERSION_MINOR 0 --#endif -- --#if LIBAVCODEC_VERSION_MINOR >= 11 -- av_freep(subtitle_to_free->rects[i]->pict.data[0]); -- av_freep(subtitle_to_free->rects[i]->pict.data[1]); -- av_freep(subtitle_to_free->rects[i]); --#else -- av_free(subtitle_to_free->rects[i].bitmap); -- av_free(subtitle_to_free->rects[i].rgba_palette); --#endif -+ av_freep(&subtitle_to_free->rects[i]->pict.data[0]); -+ av_freep(&subtitle_to_free->rects[i]->pict.data[1]); -+ av_freep(&subtitle_to_free->rects[i]); - } - av_freep(&subtitle_to_free->rects); - } diff --git a/abs/extra/fuppes-svn/fuppes.install b/abs/extra/fuppes-svn/fuppes.install deleted file mode 100644 index d0099e3..0000000 --- a/abs/extra/fuppes-svn/fuppes.install +++ /dev/null @@ -1,20 +0,0 @@ -# arg 1: the new package version -post_install() { - sv stop mythbackend - mv /etc/sv/mythbackend/run /tmp - sed 's/logfile/noupnp\ --logfile/' </tmp/run >/etc/sv/mythbackend/run - chmod 755 /etc/sv/mythbackend/run - sv start mythbackend - add_service.sh fuppes - sv start fuppes -} - -post_remove() { - sv stop fuppes - remove_service.sh fuppes - mv /etc/sv/mythbackend/run /tmp/run - sv stop mythbackend - sed 's/--noupnp\ --logfile/--logfile/' </tmp/run >/etc/sv/mythbackend/run - chmod 755 /etc/sv/mythbackend/run - sv start mythbackend -} diff --git a/abs/extra/fuppes-svn/fuppes.lr b/abs/extra/fuppes-svn/fuppes.lr deleted file mode 100644 index ec2f88f..0000000 --- a/abs/extra/fuppes-svn/fuppes.lr +++ /dev/null @@ -1,9 +0,0 @@ -/var/log/fuppes/fuppes.log { - copytruncate - daily - size 10M - missingok - rotate 7 - compress - notifempty -} diff --git a/abs/extra/fuppes-svn/run b/abs/extra/fuppes-svn/run deleted file mode 100755 index dc69879..0000000 --- a/abs/extra/fuppes-svn/run +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/bash -exec su mythtv -c "/usr/bin/fuppes --config-dir /etc/fuppes --database-file /data/srv/fuppes/fuppes.db --temp-dir /myth/tmp" |