summaryrefslogtreecommitdiffstats
path: root/abs/extra/mythexport/PKGBUILD
diff options
context:
space:
mode:
authorCecil <knoppmyth@gmail.com>2011-12-18 09:50:29 (GMT)
committerCecil <knoppmyth@gmail.com>2011-12-18 09:50:29 (GMT)
commitc1f1911c0993407590afcb2af8662e8e8099fca1 (patch)
tree9b9313d40d93b6e200ba26541cbdd5609a4ded2c /abs/extra/mythexport/PKGBUILD
parentb0e1f2b031c139e76d26743aaf3de7450a383280 (diff)
downloadlinhes_pkgbuild-c1f1911c0993407590afcb2af8662e8e8099fca1.zip
linhes_pkgbuild-c1f1911c0993407590afcb2af8662e8e8099fca1.tar.gz
linhes_pkgbuild-c1f1911c0993407590afcb2af8662e8e8099fca1.tar.bz2
mythexport:resolves 767. Should now work out the box w/ LinHES! Added multiple profiles for various devices.
Diffstat (limited to 'abs/extra/mythexport/PKGBUILD')
-rw-r--r--abs/extra/mythexport/PKGBUILD10
1 files changed, 7 insertions, 3 deletions
diff --git a/abs/extra/mythexport/PKGBUILD b/abs/extra/mythexport/PKGBUILD
index d919f61..73a18cd 100644
--- a/abs/extra/mythexport/PKGBUILD
+++ b/abs/extra/mythexport/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=mythexport
pkgver=2.2.3
-pkgrel=4
+pkgrel=6
pkgdesc="Export MythTV recording to portable media players"
arch=('i686' 'x86_64')
license=('GPL3')
@@ -12,7 +12,8 @@ depends=('atomicparsley' 'perl-config-simple' 'perl-net-upnp' 'perl-xml-rss'
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
- mythexport.lighttpd.include)
+ mythexport.lighttpd.include
+ linhes.diff)
install=mythexport.install
build() {
@@ -23,6 +24,8 @@ build() {
package() {
cd ${srcdir}/${pkgname}-${pkgver}
+ patch -p1 < ../linhes.diff || return 1
+ cp -a ./etc ${pkgdir}/ || return 1
cp -a ./usr ${pkgdir}/ || return 1
# Install lighttpd include file
@@ -38,4 +41,5 @@ package() {
}
md5sums=('a780c00536a4680ce7d79057658971c8'
- 'b08404255abcc99a35e9c1ab8e0dec57')
+ 'b08404255abcc99a35e9c1ab8e0dec57'
+ 'e32369bb2fde6352798e3522d67527b2')