summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD10
-rw-r--r--mythplugins-mythweb.install4
-rw-r--r--mythplugins-mythzoneminder.install3
4 files changed, 8 insertions, 18 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7e5de93d351b..08149d9b09d2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -32,9 +32,9 @@ pkgbase = mythplugins
source = mythtv-29.1.tar.gz::https://github.com/MythTV/mythtv/archive/v29.1.tar.gz
source = mythweb-29.1.tar.gz::https://github.com/MythTV/mythweb/archive/v29.1.tar.gz
source = cdparanoia.patch
- sha512sums = 66fda29bd645b4c9a90600414193f46b99b9b8d60d033828f0eeb44e1c3820a7781d93c7010fc1e0affa83be93896231ba91409ccb7dba38190a5809752beedd
- sha512sums = bab3f6facb0715c83f21a070f4e4f2299c93ce75e5294b7daac43cd6e10276e37c9853809012627fad0ab10683c25afaf35f0099adb8a8e8a98c383b8804d3ab
- sha512sums = 6a8c5e3f7500a657cef56d30b7141ab10bd14c65bf3c2d14a768ed180f38deaee6367224e6b0b2d09c26fae78908df08747f8c805250d71c42faaa2931ac577b
+ sha256sums = e40ec8111d39fd059a9ec741b10016683bcc66ee3b33c4cdaab93d60851f5d3e
+ sha256sums = 30583d7c077dbc732053d0ee7b13a46ab3ceaeb0aaa7c8e9744ef6ac959989e8
+ sha256sums = 004f1e4734830709d2ab5ebb804560514f2bf525abc2f11142501a81eba0754c
pkgname = mythplugins-mytharchive
pkgdesc = Create DVDs or archive recorded shows in MythTV
@@ -84,7 +84,6 @@ pkgname = mythplugins-mythweather
pkgname = mythplugins-mythweb
pkgdesc = Web interface for the MythTV scheduler
- install = mythplugins-mythweb.install
depends = mythtv
depends = perl-cgi
optdepends = lighttpd
@@ -92,7 +91,7 @@ pkgname = mythplugins-mythweb
pkgname = mythplugins-mythzoneminder
pkgdesc = View CCTV footage from zoneminder in MythTV
- install = mythplugins-mythzoneminder.install
depends = mythtv
depends = libmariadbclient
+ depends = zoneminder
diff --git a/PKGBUILD b/PKGBUILD
index 2aaa7cfb028e..89b5c3fd2460 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -27,9 +27,9 @@ makedepends=('dvdauthor' 'dvd+rw-tools' 'ffmpeg' 'libexif' 'mesa-libgl' "mythtv=
source=("mythtv-$pkgver.tar.gz::https://github.com/MythTV/mythtv/archive/v$pkgver.tar.gz"
"mythweb-$pkgver.tar.gz::https://github.com/MythTV/mythweb/archive/v$pkgver.tar.gz"
'cdparanoia.patch')
-sha512sums=('66fda29bd645b4c9a90600414193f46b99b9b8d60d033828f0eeb44e1c3820a7781d93c7010fc1e0affa83be93896231ba91409ccb7dba38190a5809752beedd'
- 'bab3f6facb0715c83f21a070f4e4f2299c93ce75e5294b7daac43cd6e10276e37c9853809012627fad0ab10683c25afaf35f0099adb8a8e8a98c383b8804d3ab'
- '6a8c5e3f7500a657cef56d30b7141ab10bd14c65bf3c2d14a768ed180f38deaee6367224e6b0b2d09c26fae78908df08747f8c805250d71c42faaa2931ac577b')
+sha256sums=('e40ec8111d39fd059a9ec741b10016683bcc66ee3b33c4cdaab93d60851f5d3e'
+ '30583d7c077dbc732053d0ee7b13a46ab3ceaeb0aaa7c8e9744ef6ac959989e8'
+ '004f1e4734830709d2ab5ebb804560514f2bf525abc2f11142501a81eba0754c')
prepare() {
cd "$srcdir/mythtv-$pkgver/$pkgbase"
@@ -123,7 +123,6 @@ package_mythplugins-mythweb() {
depends=('mythtv' 'perl-cgi')
optdepends=('lighttpd'
'php-apache')
- install='mythplugins-mythweb.install'
mkdir -p "$pkgdir/var/lib/mythtv/mythweb"/{image_cache,php_sessions}
cp -R "$srcdir/mythweb-$pkgver"/* "$pkgdir/var/lib/mythtv/mythweb"
@@ -133,8 +132,7 @@ package_mythplugins-mythweb() {
package_mythplugins-mythzoneminder() {
pkgdesc="View CCTV footage from zoneminder in MythTV"
- depends=('mythtv' 'libmariadbclient')
- install='mythplugins-mythzoneminder.install'
+ depends=('mythtv' 'libmariadbclient' 'zoneminder')
cd "$srcdir/mythtv-$pkgver/$pkgbase/mythzoneminder"
make INSTALL_ROOT="$pkgdir" install
diff --git a/mythplugins-mythweb.install b/mythplugins-mythweb.install
deleted file mode 100644
index 2c626c538024..000000000000
--- a/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/mythplugins-mythzoneminder.install b/mythplugins-mythzoneminder.install
deleted file mode 100644
index 142212b56f61..000000000000
--- a/mythplugins-mythzoneminder.install
+++ /dev/null
@@ -1,3 +0,0 @@
-post_install() {
- echo "If you want to use this plugin, install zoneminder from AUR."
-}