diff options
author | James Meyer <james.meyer@operamail.com> | 2012-01-21 17:50:21 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2012-01-21 17:50:21 (GMT) |
commit | 397b7214417a55bd82f0300810949bf0e509597e (patch) | |
tree | 54274b396b8945b39a88ccd02ae4d3b8df174127 /abs/extra/mythexport | |
parent | fff988e5af64cec5f49aea4656b74cb84ae9c5e0 (diff) | |
parent | 406013fc2388ed5cfae1616d17439dc239baff43 (diff) | |
download | linhes_pkgbuild-397b7214417a55bd82f0300810949bf0e509597e.zip linhes_pkgbuild-397b7214417a55bd82f0300810949bf0e509597e.tar.gz linhes_pkgbuild-397b7214417a55bd82f0300810949bf0e509597e.tar.bz2 |
Merge branch 'testing' of ssh://jams@linhes.org/mount/repository/linhes_pkgbuild into testing
Conflicts:
abs/core/LinHES-system/PKGBUILD
Diffstat (limited to 'abs/extra/mythexport')
-rw-r--r-- | abs/extra/mythexport/PKGBUILD | 4 | ||||
-rw-r--r-- | abs/extra/mythexport/mythexport.install | 3 |
2 files changed, 3 insertions, 4 deletions
diff --git a/abs/extra/mythexport/PKGBUILD b/abs/extra/mythexport/PKGBUILD index 8756857..1a51bd2 100644 --- a/abs/extra/mythexport/PKGBUILD +++ b/abs/extra/mythexport/PKGBUILD @@ -3,13 +3,13 @@ pkgname=mythexport pkgver=2.2.3 -pkgrel=7 +pkgrel=13 pkgdesc="Export MythTV recording to portable media players" arch=('i686' 'x86_64') license=('GPL3') depends=('atomicparsley' 'perl-config-simple' 'perl-net-upnp' 'perl-xml-rss' 'perl-proc-daemon' 'perl-proc-pid-file' 'perl-html-template' 'handbrake-cli' - 'tablet-encode' 'mencoder') + 'tablet-encode' 'mencoder' 'perl-log-dispatch') optdepends=('lighttpd: For web based interaction') url="http://www.ubuntuupdates.org/mythexport" source=(https://launchpad.net/ubuntu/precise/+source/${pkgname}/${pkgver}-0ubuntu2/+files/${pkgname}_${pkgver}.orig.tar.gz diff --git a/abs/extra/mythexport/mythexport.install b/abs/extra/mythexport/mythexport.install index 9bd1213..d2c1ae0 100644 --- a/abs/extra/mythexport/mythexport.install +++ b/abs/extra/mythexport/mythexport.install @@ -10,9 +10,8 @@ post_install() { mkdir /srv/http/.mythtv fi chown -R mythtv:mythtv /myth/mythexport - mysql -u root mythconverg < /usr/share/mythtv/mythexport.sql - ln -s /usr/share/mythtv/mythexport /data/srv/httpd/htdocs/ + ln -s /usr/share/mythtv/mythexport /data/srv/httpd/htdocs ln -s /myth/mythexport /usr/share/mythtv/mythexport/video ln -s /home/mythtv/.mythtv/config.xml /srv/http/.mythtv chown mythtv:mythtv /var/run/mythtv |