[arch-commits] Commit in mythtv/repos (12 files)

2015-07-17 Thread Maxime Gauduin
Date: Friday, July 17, 2015 @ 18:15:16
  Author: alucryd
Revision: 137066

archrelease: copy trunk to community-i686, community-x86_64

Added:
  mythtv/repos/community-i686/PKGBUILD
(from rev 137065, mythtv/trunk/PKGBUILD)
  mythtv/repos/community-i686/mythbackend.service
(from rev 137065, mythtv/trunk/mythbackend.service)
  mythtv/repos/community-i686/mythtv.install
(from rev 137065, mythtv/trunk/mythtv.install)
  mythtv/repos/community-x86_64/PKGBUILD
(from rev 137065, mythtv/trunk/PKGBUILD)
  mythtv/repos/community-x86_64/mythbackend.service
(from rev 137065, mythtv/trunk/mythbackend.service)
  mythtv/repos/community-x86_64/mythtv.install
(from rev 137065, mythtv/trunk/mythtv.install)
Deleted:
  mythtv/repos/community-i686/PKGBUILD
  mythtv/repos/community-i686/mythbackend.service
  mythtv/repos/community-i686/mythtv.install
  mythtv/repos/community-x86_64/PKGBUILD
  mythtv/repos/community-x86_64/mythbackend.service
  mythtv/repos/community-x86_64/mythtv.install

--+
 /PKGBUILD|  150 +
 /mythbackend.service |   30 ++
 /mythtv.install  |   44 +
 community-i686/PKGBUILD  |   75 
 community-i686/mythbackend.service   |   15 ---
 community-i686/mythtv.install|   22 
 community-x86_64/PKGBUILD|   75 
 community-x86_64/mythbackend.service |   15 ---
 community-x86_64/mythtv.install  |   22 
 9 files changed, 224 insertions(+), 224 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-07-17 16:15:04 UTC (rev 137065)
+++ community-i686/PKGBUILD 2015-07-17 16:15:16 UTC (rev 137066)
@@ -1,75 +0,0 @@
-# $Id$
-# Maintainer: Jonathan Conder jonno.con...@gmail.com
-# Contributor: Giovanni Scafora giova...@archlinux.org
-# Contributor: Juergen Hoetzel juer...@archlinux.org
-# Contributor: kleptophob...@gmail.com
-# Contributor: dorphell dorph...@archlinux.org
-
-pkgname=mythtv
-pkgver=0.27.5
-pkgrel=1
-epoch=1
-pkgdesc=A Homebrew PVR project
-arch=('i686' 'x86_64')
-url=http://www.mythtv.org/;
-license=('GPL')
-depends=('avahi' 'fftw' 'lame' 'libass' 'libavc1394' 'libcdio' 'libiec61883'
- 'libgl' 'libpulse' 'libva' 'libvpx' 'libxinerama' 'lirc' 
'mariadb-clients'
- 'mysql-python' 'perl-dbd-mysql' 'perl-io-socket-inet6' 'perl-libwww'
- 'perl-net-upnp' 'python2-lxml' 'qtwebkit' 'taglib' 'urlgrabber'
- 'libx264' 'libvdpau')
-makedepends=('glew' 'libcec' 'libxml2' 'mesa' 'mesa-libgl' 'openssl' 'yasm' 
'x264' 'gdb')
-optdepends=('glew: for GPU commercial flagging'
-'libcec: for consumer electronics control capabilities'
-'libxml2: to read blu-ray metadata'
-'openssl: for AirTunes (RAOP) support'
-'udisks: detect changes to removable media'
-'xmltv: to download tv listings')
-conflicts=('myththemes' 'mythplugins-mythvideo')
-replaces=('myththemes' 'mythplugins-mythvideo')
-install='mythtv.install'
-source=($pkgname-$pkgver.tar.gz::https://github.com/MythTV/$pkgname/archive/v$pkgver.tar.gz;
-'mythbackend.service'
-
'http://code.mythtv.org/trac/raw-attachment/ticket/11338/libcec-2-support.2.patch')
-sha256sums=('a3c6141cd0729890622268cc8b2bdd799e9c7ac9135360766d515e00672a356a'
-'ecfde779ded8332cc62c86fac6b432b09cbf5d254135798287ada688af9a1302'
-'8270407c2074b305e0c32151f89c84f6bf980a32665a2da8e4727405fa3911f3')
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver/$pkgname
-
-  find 'bindings/python' 'contrib' -type f | xargs sed -i 
's@^#!.*python$@#!/usr/bin/python2@'
-  patch -Np2 -i $srcdir/libcec-2-support.2.patch
-}
-
-build() {
-  cd $srcdir/$pkgname-$pkgver/$pkgname
-
-  ARCH=${CARCH/_/-}
-  ./configure --prefix=/usr \
-  --cpu=$ARCH \
-  --disable-altivec \
-  --disable-audio-jack \
-  --disable-ccache \
-  --disable-distcc \
-  --enable-libfftw3 \
-  --enable-libmp3lame \
-  --enable-libvpx \
-  --enable-libx264 \
-  --enable-vaapi \
-  --python=python2 \
-  --perl-config-opts=INSTALLDIRS=vendor
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver/$pkgname
-  make INSTALL_ROOT=$pkgdir install
-
-  install -D -m644 $srcdir/mythbackend.service 
$pkgdir/usr/lib/systemd/system/mythbackend.service
-  install -D -m644 'database/mc.sql' $pkgdir/usr/share/mythtv/mc.sql
-
-  mkdir -p $pkgdir/usr/share/mythtv
-  cp -R 'contrib' $pkgdir/usr/share/mythtv
-  mkdir -p $pkgdir/var/log/mythtv
-}

Copied: mythtv/repos/community-i686/PKGBUILD (from rev 137065, 
mythtv/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ 

[arch-commits] Commit in mythtv/repos (12 files)

2015-06-16 Thread Felix Yan
Date: Wednesday, June 17, 2015 @ 05:29:25
  Author: fyan
Revision: 135501

archrelease: copy trunk to community-i686, community-x86_64

Added:
  mythtv/repos/community-i686/PKGBUILD
(from rev 135500, mythtv/trunk/PKGBUILD)
  mythtv/repos/community-i686/mythbackend.service
(from rev 135500, mythtv/trunk/mythbackend.service)
  mythtv/repos/community-i686/mythtv.install
(from rev 135500, mythtv/trunk/mythtv.install)
  mythtv/repos/community-x86_64/PKGBUILD
(from rev 135500, mythtv/trunk/PKGBUILD)
  mythtv/repos/community-x86_64/mythbackend.service
(from rev 135500, mythtv/trunk/mythbackend.service)
  mythtv/repos/community-x86_64/mythtv.install
(from rev 135500, mythtv/trunk/mythtv.install)
Deleted:
  mythtv/repos/community-i686/PKGBUILD
  mythtv/repos/community-i686/mythbackend.service
  mythtv/repos/community-i686/mythtv.install
  mythtv/repos/community-x86_64/PKGBUILD
  mythtv/repos/community-x86_64/mythbackend.service
  mythtv/repos/community-x86_64/mythtv.install

--+
 /PKGBUILD|  150 +
 /mythbackend.service |   30 ++
 /mythtv.install  |   44 +
 community-i686/PKGBUILD  |   75 
 community-i686/mythbackend.service   |   15 ---
 community-i686/mythtv.install|   22 
 community-x86_64/PKGBUILD|   75 
 community-x86_64/mythbackend.service |   15 ---
 community-x86_64/mythtv.install  |   22 
 9 files changed, 224 insertions(+), 224 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-06-17 03:28:43 UTC (rev 135500)
+++ community-i686/PKGBUILD 2015-06-17 03:29:25 UTC (rev 135501)
@@ -1,75 +0,0 @@
-# $Id$
-# Maintainer: Jonathan Conder jonno.con...@gmail.com
-# Contributor: Giovanni Scafora giova...@archlinux.org
-# Contributor: Juergen Hoetzel juer...@archlinux.org
-# Contributor: kleptophob...@gmail.com
-# Contributor: dorphell dorph...@archlinux.org
-
-pkgname=mythtv
-pkgver=0.27.4
-pkgrel=4
-epoch=1
-pkgdesc=A Homebrew PVR project
-arch=('i686' 'x86_64')
-url=http://www.mythtv.org/;
-license=('GPL')
-depends=('avahi' 'fftw' 'lame' 'libass' 'libavc1394' 'libcdio' 'libiec61883'
- 'libgl' 'libpulse' 'libva' 'libvpx' 'libxinerama' 'lirc' 
'mariadb-clients'
- 'mysql-python' 'perl-dbd-mysql' 'perl-io-socket-inet6' 'perl-libwww'
- 'perl-net-upnp' 'python2-lxml' 'qtwebkit' 'taglib' 'urlgrabber'
- 'libx264' 'libvdpau')
-makedepends=('glew' 'libcec' 'libxml2' 'mesa' 'mesa-libgl' 'openssl' 'yasm' 
'x264' 'gdb')
-optdepends=('glew: for GPU commercial flagging'
-'libcec: for consumer electronics control capabilities'
-'libxml2: to read blu-ray metadata'
-'openssl: for AirTunes (RAOP) support'
-'udisks: detect changes to removable media'
-'xmltv: to download tv listings')
-conflicts=('myththemes' 'mythplugins-mythvideo')
-replaces=('myththemes' 'mythplugins-mythvideo')
-install='mythtv.install'
-source=($pkgname-$pkgver.tar.gz::https://github.com/MythTV/$pkgname/archive/v$pkgver.tar.gz;
-'mythbackend.service'
-
'http://code.mythtv.org/trac/raw-attachment/ticket/11338/libcec-2-support.2.patch')
-sha256sums=('1f734ffc776e4938aa913e49ce94279f2c2d520c62af278f1d04fe399723365b'
-'ecfde779ded8332cc62c86fac6b432b09cbf5d254135798287ada688af9a1302'
-'8270407c2074b305e0c32151f89c84f6bf980a32665a2da8e4727405fa3911f3')
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver/$pkgname
-
-  find 'bindings/python' 'contrib' -type f | xargs sed -i 
's@^#!.*python$@#!/usr/bin/python2@'
-  patch -Np2 -i $srcdir/libcec-2-support.2.patch
-}
-
-build() {
-  cd $srcdir/$pkgname-$pkgver/$pkgname
-
-  ARCH=${CARCH/_/-}
-  ./configure --prefix=/usr \
-  --cpu=$ARCH \
-  --disable-altivec \
-  --disable-audio-jack \
-  --disable-ccache \
-  --disable-distcc \
-  --enable-libfftw3 \
-  --enable-libmp3lame \
-  --enable-libvpx \
-  --enable-libx264 \
-  --enable-vaapi \
-  --python=python2 \
-  --perl-config-opts=INSTALLDIRS=vendor
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver/$pkgname
-  make INSTALL_ROOT=$pkgdir install
-
-  install -D -m644 $srcdir/mythbackend.service 
$pkgdir/usr/lib/systemd/system/mythbackend.service
-  install -D -m644 'database/mc.sql' $pkgdir/usr/share/mythtv/mc.sql
-
-  mkdir -p $pkgdir/usr/share/mythtv
-  cp -R 'contrib' $pkgdir/usr/share/mythtv
-  mkdir -p $pkgdir/var/log/mythtv
-}

Copied: mythtv/repos/community-i686/PKGBUILD (from rev 135500, 
mythtv/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ 

[arch-commits] Commit in mythtv/repos (12 files)

2014-10-16 Thread Felix Yan
Date: Thursday, October 16, 2014 @ 08:09:35
  Author: fyan
Revision: 120761

archrelease: copy trunk to community-i686, community-x86_64

Added:
  mythtv/repos/community-i686/PKGBUILD
(from rev 120760, mythtv/trunk/PKGBUILD)
  mythtv/repos/community-i686/mythbackend.service
(from rev 120760, mythtv/trunk/mythbackend.service)
  mythtv/repos/community-i686/mythtv.install
(from rev 120760, mythtv/trunk/mythtv.install)
  mythtv/repos/community-x86_64/PKGBUILD
(from rev 120760, mythtv/trunk/PKGBUILD)
  mythtv/repos/community-x86_64/mythbackend.service
(from rev 120760, mythtv/trunk/mythbackend.service)
  mythtv/repos/community-x86_64/mythtv.install
(from rev 120760, mythtv/trunk/mythtv.install)
Deleted:
  mythtv/repos/community-i686/PKGBUILD
  mythtv/repos/community-i686/mythbackend.service
  mythtv/repos/community-i686/mythtv.install
  mythtv/repos/community-x86_64/PKGBUILD
  mythtv/repos/community-x86_64/mythbackend.service
  mythtv/repos/community-x86_64/mythtv.install

--+
 /PKGBUILD|  148 +
 /mythbackend.service |   30 ++
 /mythtv.install  |   44 +
 community-i686/PKGBUILD  |   74 
 community-i686/mythbackend.service   |   15 ---
 community-i686/mythtv.install|   22 
 community-x86_64/PKGBUILD|   74 
 community-x86_64/mythbackend.service |   15 ---
 community-x86_64/mythtv.install  |   22 
 9 files changed, 222 insertions(+), 222 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-10-16 06:08:41 UTC (rev 120760)
+++ community-i686/PKGBUILD 2014-10-16 06:09:35 UTC (rev 120761)
@@ -1,74 +0,0 @@
-# $Id$
-# Maintainer: Jonathan Conder jonno.con...@gmail.com
-# Contributor: Giovanni Scafora giova...@archlinux.org
-# Contributor: Juergen Hoetzel juer...@archlinux.org
-# Contributor: kleptophob...@gmail.com
-# Contributor: dorphell dorph...@archlinux.org
-
-pkgname=mythtv
-pkgver=0.27.3
-pkgrel=3
-epoch=1
-pkgdesc=A Homebrew PVR project
-arch=('i686' 'x86_64')
-url=http://www.mythtv.org/;
-license=('GPL')
-depends=('avahi' 'fftw' 'lame' 'libass' 'libavc1394' 'libcdio' 'libiec61883' 
'libgl'
- 'libpulse' 'libva' 'libvpx' 'libxinerama' 'lirc-utils' 
'mariadb-clients'
- 'mysql-python' 'perl-dbd-mysql' 'perl-io-socket-inet6' 'perl-libwww'
- 'perl-net-upnp' 'python2-lxml' 'qtwebkit' 'taglib' 'urlgrabber' 
'libx264')
-makedepends=('glew' 'libcec' 'libxml2' 'mesa' 'mesa-libgl' 'openssl' 'yasm' 
'x264' 'gdb')
-optdepends=('glew: for GPU commercial flagging'
-'libcec: for consumer electronics control capabilities'
-'libxml2: to read blu-ray metadata'
-'openssl: for AirTunes (RAOP) support'
-'udisks: detect changes to removable media'
-'xmltv: to download tv listings')
-conflicts=('myththemes' 'mythplugins-mythvideo')
-replaces=('myththemes' 'mythplugins-mythvideo')
-install='mythtv.install'
-source=($pkgname-$pkgver.tar.gz::https://github.com/MythTV/$pkgname/archive/v$pkgver.tar.gz;
-'mythbackend.service'
-
'http://code.mythtv.org/trac/raw-attachment/ticket/11338/libcec-2-support.2.patch')
-sha256sums=('8eaaf8c6e42ca6eb81f180467de90d597dbeabb1bb14b7085da353d2980db8f4'
-'ecfde779ded8332cc62c86fac6b432b09cbf5d254135798287ada688af9a1302'
-'8270407c2074b305e0c32151f89c84f6bf980a32665a2da8e4727405fa3911f3')
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver/$pkgname
-
-  find 'bindings/python' 'contrib' -type f | xargs sed -i 
's@^#!.*python$@#!/usr/bin/python2@'
-  patch -Np2 -i $srcdir/libcec-2-support.2.patch
-}
-
-build() {
-  cd $srcdir/$pkgname-$pkgver/$pkgname
-
-  ARCH=${CARCH/_/-}
-  ./configure --prefix=/usr \
-  --cpu=$ARCH \
-  --disable-altivec \
-  --disable-audio-jack \
-  --disable-ccache \
-  --disable-distcc \
-  --enable-libfftw3 \
-  --enable-libmp3lame \
-  --enable-libvpx \
-  --enable-libx264 \
-  --enable-vaapi \
-  --python=python2 \
-  --perl-config-opts=INSTALLDIRS=vendor
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver/$pkgname
-  make INSTALL_ROOT=$pkgdir install
-
-  install -D -m644 $srcdir/mythbackend.service 
$pkgdir/usr/lib/systemd/system/mythbackend.service
-  install -D -m644 'database/mc.sql' $pkgdir/usr/share/mythtv/mc.sql
-
-  mkdir -p $pkgdir/usr/share/mythtv
-  cp -R 'contrib' $pkgdir/usr/share/mythtv
-  mkdir -p $pkgdir/var/log/mythtv
-}

Copied: mythtv/repos/community-i686/PKGBUILD (from rev 120760, 
mythtv/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ 

[arch-commits] Commit in mythtv/repos (12 files)

2014-08-08 Thread Balló György
Date: Friday, August 8, 2014 @ 15:44:45
  Author: bgyorgy
Revision: 117034

archrelease: copy trunk to community-i686, community-x86_64

Added:
  mythtv/repos/community-i686/PKGBUILD
(from rev 117033, mythtv/trunk/PKGBUILD)
  mythtv/repos/community-i686/mythbackend.service
(from rev 117033, mythtv/trunk/mythbackend.service)
  mythtv/repos/community-i686/mythtv.install
(from rev 117033, mythtv/trunk/mythtv.install)
  mythtv/repos/community-x86_64/PKGBUILD
(from rev 117033, mythtv/trunk/PKGBUILD)
  mythtv/repos/community-x86_64/mythbackend.service
(from rev 117033, mythtv/trunk/mythbackend.service)
  mythtv/repos/community-x86_64/mythtv.install
(from rev 117033, mythtv/trunk/mythtv.install)
Deleted:
  mythtv/repos/community-i686/PKGBUILD
  mythtv/repos/community-i686/mythbackend.service
  mythtv/repos/community-i686/mythtv.install
  mythtv/repos/community-x86_64/PKGBUILD
  mythtv/repos/community-x86_64/mythbackend.service
  mythtv/repos/community-x86_64/mythtv.install

--+
 /PKGBUILD|  148 +
 /mythbackend.service |   30 ++
 /mythtv.install  |   44 +
 community-i686/PKGBUILD  |   73 
 community-i686/mythbackend.service   |   15 ---
 community-i686/mythtv.install|   22 
 community-x86_64/PKGBUILD|   73 
 community-x86_64/mythbackend.service |   15 ---
 community-x86_64/mythtv.install  |   22 
 9 files changed, 222 insertions(+), 220 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-08-08 13:34:09 UTC (rev 117033)
+++ community-i686/PKGBUILD 2014-08-08 13:44:45 UTC (rev 117034)
@@ -1,73 +0,0 @@
-# $Id$
-# Maintainer: Jonathan Conder jonno.con...@gmail.com
-# Contributor: Giovanni Scafora giova...@archlinux.org
-# Contributor: Juergen Hoetzel juer...@archlinux.org
-# Contributor: kleptophob...@gmail.com
-# Contributor: dorphell dorph...@archlinux.org
-
-pkgname=mythtv
-pkgver=0.27.3
-pkgrel=2
-epoch=1
-pkgdesc=A Homebrew PVR project
-arch=('i686' 'x86_64')
-url=http://www.mythtv.org/;
-license=('GPL')
-depends=('avahi' 'fftw' 'lame' 'libass' 'libavc1394' 'libcdio' 'libiec61883' 
'libgl'
- 'libpulse' 'libva' 'libvpx' 'libxinerama' 'lirc-utils' 
'mariadb-clients'
- 'mysql-python' 'perl-dbd-mysql' 'perl-io-socket-inet6' 'perl-libwww'
- 'perl-net-upnp' 'python2-lxml' 'qtwebkit' 'taglib' 'urlgrabber' 
'libx264')
-makedepends=('glew' 'libcec' 'libxml2' 'mesa' 'mesa-libgl' 'openssl' 'yasm' 
'x264' 'gdb')
-optdepends=('glew: for GPU commercial flagging'
-'libcec: for consumer electronics control capabilities'
-'libxml2: to read blu-ray metadata'
-'openssl: for AirTunes (RAOP) support'
-'udisks: detect changes to removable media'
-'xmltv: to download tv listings')
-conflicts=('myththemes' 'mythplugins-mythvideo')
-replaces=('myththemes' 'mythplugins-mythvideo')
-install='mythtv.install'
-source=($pkgname-$pkgver.tar.gz::https://github.com/MythTV/$pkgname/archive/v$pkgver.tar.gz;
-'mythbackend.service'
-
'http://code.mythtv.org/trac/raw-attachment/ticket/11338/libcec-2-support.2.patch')
-sha256sums=('8eaaf8c6e42ca6eb81f180467de90d597dbeabb1bb14b7085da353d2980db8f4'
-'ecfde779ded8332cc62c86fac6b432b09cbf5d254135798287ada688af9a1302'
-'8270407c2074b305e0c32151f89c84f6bf980a32665a2da8e4727405fa3911f3')
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver/$pkgname
-
-  find 'bindings/python' 'contrib' -type f | xargs sed -i 
's@^#!.*python$@#!/usr/bin/python2@'
-  patch -Np2 -i $srcdir/libcec-2-support.2.patch
-}
-
-build() {
-  cd $srcdir/$pkgname-$pkgver/$pkgname
-
-  ARCH=${CARCH/_/-}
-  ./configure --prefix=/usr \
-  --cpu=$ARCH \
-  --disable-altivec \
-  --disable-audio-jack \
-  --disable-ccache \
-  --disable-distcc \
-  --enable-libfftw3 \
-  --enable-libmp3lame \
-  --enable-libvpx \
-  --enable-libx264 \
-  --enable-vaapi \
-  --python=python2
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver/$pkgname
-  make INSTALL_ROOT=$pkgdir install
-
-  install -D -m644 $srcdir/mythbackend.service 
$pkgdir/usr/lib/systemd/system/mythbackend.service
-  install -D -m644 'database/mc.sql' $pkgdir/usr/share/mythtv/mc.sql
-
-  mkdir -p $pkgdir/usr/share/mythtv
-  cp -R 'contrib' $pkgdir/usr/share/mythtv
-  mkdir -p $pkgdir/var/log/mythtv
-}

Copied: mythtv/repos/community-i686/PKGBUILD (from rev 117033, 
mythtv/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-08-08 13:44:45 UTC (rev 117034)
@@ -0,0 

[arch-commits] Commit in mythtv/repos (12 files)

2014-04-07 Thread Balló György
Date: Monday, April 7, 2014 @ 21:24:35
  Author: bgyorgy
Revision: 108932

archrelease: copy trunk to community-i686, community-x86_64

Added:
  mythtv/repos/community-i686/PKGBUILD
(from rev 108931, mythtv/trunk/PKGBUILD)
  mythtv/repos/community-i686/mythbackend.service
(from rev 108931, mythtv/trunk/mythbackend.service)
  mythtv/repos/community-i686/mythtv.install
(from rev 108931, mythtv/trunk/mythtv.install)
  mythtv/repos/community-x86_64/PKGBUILD
(from rev 108931, mythtv/trunk/PKGBUILD)
  mythtv/repos/community-x86_64/mythbackend.service
(from rev 108931, mythtv/trunk/mythbackend.service)
  mythtv/repos/community-x86_64/mythtv.install
(from rev 108931, mythtv/trunk/mythtv.install)
Deleted:
  mythtv/repos/community-i686/PKGBUILD
  mythtv/repos/community-i686/mythbackend.service
  mythtv/repos/community-i686/mythtv.install
  mythtv/repos/community-x86_64/PKGBUILD
  mythtv/repos/community-x86_64/mythbackend.service
  mythtv/repos/community-x86_64/mythtv.install

--+
 /PKGBUILD|  152 +
 /mythbackend.service |   30 ++
 /mythtv.install  |   44 +
 community-i686/PKGBUILD  |   73 ---
 community-i686/mythbackend.service   |   15 ---
 community-i686/mythtv.install|   22 
 community-x86_64/PKGBUILD|   73 ---
 community-x86_64/mythbackend.service |   15 ---
 community-x86_64/mythtv.install  |   22 
 9 files changed, 226 insertions(+), 220 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-04-07 19:24:23 UTC (rev 108931)
+++ community-i686/PKGBUILD 2014-04-07 19:24:35 UTC (rev 108932)
@@ -1,73 +0,0 @@
-# $Id$
-# Maintainer: Jonathan Conder jonno.con...@gmail.com
-# Contributor: Giovanni Scafora giova...@archlinux.org
-# Contributor: Juergen Hoetzel juer...@archlinux.org
-# Contributor: kleptophob...@gmail.com
-# Contributor: dorphell dorph...@archlinux.org
-
-pkgname=mythtv
-pkgver=0.27
-pkgrel=7
-epoch=1
-pkgdesc=A Homebrew PVR project
-arch=('i686' 'x86_64')
-url=http://www.mythtv.org/;
-license=('GPL')
-depends=('avahi' 'fftw' 'lame' 'libass' 'libavc1394' 'libcdio' 'libiec61883'
- 'libpulse' 'libva' 'libvpx' 'libxinerama' 'lirc-utils' 
'mariadb-clients'
- 'mysql-python' 'perl-dbd-mysql' 'perl-io-socket-inet6' 'perl-libwww'
- 'perl-net-upnp' 'python2-lxml' 'qtwebkit' 'taglib' 'urlgrabber' 
'x264')
-makedepends=('glew' 'libcec' 'libxml2' 'mesa' 'mesa-libgl' 'openssl' 'yasm')
-optdepends=('glew: for GPU commercial flagging'
-'libcec: for consumer electronics control capabilities'
-'libxml2: to read blu-ray metadata'
-'openssl: for AirTunes (RAOP) support'
-'udisks: detect changes to removable media'
-'xmltv: to download tv listings')
-conflicts=('myththemes' 'mythplugins-mythvideo')
-replaces=('myththemes' 'mythplugins-mythvideo')
-install='mythtv.install'
-source=($pkgname-$pkgver.tar.gz::https://github.com/MythTV/$pkgname/archive/v$pkgver.tar.gz;
-'mythbackend.service'
-
'http://code.mythtv.org/trac/raw-attachment/ticket/11338/libcec-2-support.2.patch')
-sha256sums=('494ebd7ee384e751c05ee0a1b3dcd3618caf72f1e94810381c09c2b5d1c799f0'
-'ecfde779ded8332cc62c86fac6b432b09cbf5d254135798287ada688af9a1302'
-'8270407c2074b305e0c32151f89c84f6bf980a32665a2da8e4727405fa3911f3')
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver/$pkgname
-
-  find 'bindings/python' 'contrib' -type f | xargs sed -i 
's@^#!.*python$@#!/usr/bin/python2@'
-  patch -Np2 -i $srcdir/libcec-2-support.2.patch
-}
-
-build() {
-  cd $srcdir/$pkgname-$pkgver/$pkgname
-
-  ARCH=${CARCH/_/-}
-  ./configure --prefix=/usr \
-  --cpu=$ARCH \
-  --disable-altivec \
-  --disable-audio-jack \
-  --disable-ccache \
-  --disable-distcc \
-  --enable-libfftw3 \
-  --enable-libmp3lame \
-  --enable-libvpx \
-  --enable-libx264 \
-  --enable-vaapi \
-  --python=python2
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver/$pkgname
-  make INSTALL_ROOT=$pkgdir install
-
-  install -D -m644 $srcdir/mythbackend.service 
$pkgdir/usr/lib/systemd/system/mythbackend.service
-  install -D -m644 'database/mc.sql' $pkgdir/usr/share/mythtv/mc.sql
-
-  mkdir -p $pkgdir/usr/share/mythtv
-  cp -R 'contrib' $pkgdir/usr/share/mythtv
-  mkdir -p $pkgdir/var/log/mythtv
-}

Copied: mythtv/repos/community-i686/PKGBUILD (from rev 108931, 
mythtv/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-04-07 19:24:35 UTC (rev 108932)
@@ -0,0 +1,76 @@
+# $Id$
+# 

[arch-commits] Commit in mythtv/repos (12 files)

2013-12-17 Thread Balló György
Date: Tuesday, December 17, 2013 @ 20:52:17
  Author: bgyorgy
Revision: 102723

archrelease: copy trunk to community-i686, community-x86_64

Added:
  mythtv/repos/community-i686/PKGBUILD
(from rev 102722, mythtv/trunk/PKGBUILD)
  mythtv/repos/community-i686/mythbackend.service
(from rev 102722, mythtv/trunk/mythbackend.service)
  mythtv/repos/community-i686/mythtv.install
(from rev 102722, mythtv/trunk/mythtv.install)
  mythtv/repos/community-x86_64/PKGBUILD
(from rev 102722, mythtv/trunk/PKGBUILD)
  mythtv/repos/community-x86_64/mythbackend.service
(from rev 102722, mythtv/trunk/mythbackend.service)
  mythtv/repos/community-x86_64/mythtv.install
(from rev 102722, mythtv/trunk/mythtv.install)
Deleted:
  mythtv/repos/community-i686/PKGBUILD
  mythtv/repos/community-i686/mythbackend.service
  mythtv/repos/community-i686/mythtv.install
  mythtv/repos/community-x86_64/PKGBUILD
  mythtv/repos/community-x86_64/mythbackend.service
  mythtv/repos/community-x86_64/mythtv.install

--+
 /PKGBUILD|  146 +
 /mythbackend.service |   30 ++
 /mythtv.install  |   44 +
 community-i686/PKGBUILD  |   73 
 community-i686/mythbackend.service   |   15 ---
 community-i686/mythtv.install|   22 
 community-x86_64/PKGBUILD|   73 
 community-x86_64/mythbackend.service |   15 ---
 community-x86_64/mythtv.install  |   22 
 9 files changed, 220 insertions(+), 220 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-12-17 19:52:09 UTC (rev 102722)
+++ community-i686/PKGBUILD 2013-12-17 19:52:17 UTC (rev 102723)
@@ -1,73 +0,0 @@
-# $Id$
-# Maintainer: Jonathan Conder jonno.con...@gmail.com
-# Contributor: Giovanni Scafora giova...@archlinux.org
-# Contributor: Juergen Hoetzel juer...@archlinux.org
-# Contributor: kleptophob...@gmail.com
-# Contributor: dorphell dorph...@archlinux.org
-
-pkgname=mythtv
-pkgver=0.27
-pkgrel=5
-epoch=1
-pkgdesc=A Homebrew PVR project
-arch=('i686' 'x86_64')
-url=http://www.mythtv.org/;
-license=('GPL')
-depends=('avahi' 'fftw' 'lame' 'libass' 'libavc1394' 'libcdio' 'libiec61883'
- 'libpulse' 'libva' 'libvpx' 'libxinerama' 'lirc-utils' 
'mariadb-clients'
- 'mysql-python' 'perl-dbd-mysql' 'perl-io-socket-inet6' 'perl-libwww'
- 'perl-net-upnp' 'python2-lxml' 'qtwebkit' 'taglib' 'urlgrabber' 
'x264')
-makedepends=('glew' 'libcec' 'libxml2' 'mesa' 'mesa-libgl' 'openssl' 'yasm')
-optdepends=('glew: for GPU commercial flagging'
-'libcec: for consumer electronics control capabilities'
-'libxml2: to read blu-ray metadata'
-'openssl: for AirTunes (RAOP) support'
-'xmltv: to download tv listings')
-conflicts=('myththemes' 'mythplugins-mythvideo')
-replaces=('myththemes' 'mythplugins-mythvideo')
-backup=()
-install='mythtv.install'
-source=($pkgname-$pkgver.tar.gz::http://www.$pkgname.org/download/$pkgname/$pkgver;
-'mythbackend.service'
-
'http://code.mythtv.org/trac/raw-attachment/ticket/11338/libcec-2-support.2.patch')
-sha256sums=('e43fb64e362d1701d57887081c9402a6295376bb105002ac7153c8e8b331a01b'
-'ecfde779ded8332cc62c86fac6b432b09cbf5d254135798287ada688af9a1302'
-'8270407c2074b305e0c32151f89c84f6bf980a32665a2da8e4727405fa3911f3')
-
-prepare() {
-  cd $srcdir/$pkgname-fixes-$pkgver/$pkgname
-
-  find 'bindings/python' 'contrib' -type f | xargs sed -i 
's@^#!.*python$@#!/usr/bin/python2@'
-  patch -Np2 -i $srcdir/libcec-2-support.2.patch
-}
-
-build() {
-  cd $srcdir/$pkgname-fixes-$pkgver/$pkgname
-
-  ARCH=${CARCH/_/-}
-  ./configure --prefix=/usr \
-  --cpu=$ARCH \
-  --disable-altivec \
-  --disable-audio-jack \
-  --disable-ccache \
-  --disable-distcc \
-  --enable-libfftw3 \
-  --enable-libmp3lame \
-  --enable-libvpx \
-  --enable-libx264 \
-  --enable-vaapi \
-  --python=python2
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-fixes-$pkgver/$pkgname
-  make INSTALL_ROOT=$pkgdir install
-
-  install -D -m644 $srcdir/mythbackend.service 
$pkgdir/usr/lib/systemd/system/mythbackend.service
-  install -D -m644 'database/mc.sql' $pkgdir/usr/share/mythtv/mc.sql
-
-  mkdir -p $pkgdir/usr/share/mythtv
-  cp -R 'contrib' $pkgdir/usr/share/mythtv
-  mkdir -p $pkgdir/var/log/mythtv
-}

Copied: mythtv/repos/community-i686/PKGBUILD (from rev 102722, 
mythtv/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-12-17 19:52:17 UTC (rev 102723)
@@ -0,0 +1,73 @@
+# $Id$
+# Maintainer: Jonathan Conder 

[arch-commits] Commit in mythtv/repos (12 files)

2013-12-09 Thread Balló György
Date: Monday, December 9, 2013 @ 21:20:05
  Author: bgyorgy
Revision: 102380

archrelease: copy trunk to community-i686, community-x86_64

Added:
  mythtv/repos/community-i686/PKGBUILD
(from rev 102379, mythtv/trunk/PKGBUILD)
  mythtv/repos/community-i686/mythbackend.service
(from rev 102379, mythtv/trunk/mythbackend.service)
  mythtv/repos/community-i686/mythtv.install
(from rev 102379, mythtv/trunk/mythtv.install)
  mythtv/repos/community-x86_64/PKGBUILD
(from rev 102379, mythtv/trunk/PKGBUILD)
  mythtv/repos/community-x86_64/mythbackend.service
(from rev 102379, mythtv/trunk/mythbackend.service)
  mythtv/repos/community-x86_64/mythtv.install
(from rev 102379, mythtv/trunk/mythtv.install)
Deleted:
  mythtv/repos/community-i686/PKGBUILD
  mythtv/repos/community-i686/mythbackend.service
  mythtv/repos/community-i686/mythtv.install
  mythtv/repos/community-x86_64/PKGBUILD
  mythtv/repos/community-x86_64/mythbackend.service
  mythtv/repos/community-x86_64/mythtv.install

--+
 /PKGBUILD|  146 +
 /mythbackend.service |   30 ++
 /mythtv.install  |   44 +
 community-i686/PKGBUILD  |   73 
 community-i686/mythbackend.service   |   14 ---
 community-i686/mythtv.install|   22 
 community-x86_64/PKGBUILD|   73 
 community-x86_64/mythbackend.service |   14 ---
 community-x86_64/mythtv.install  |   22 
 9 files changed, 220 insertions(+), 218 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-12-09 20:19:51 UTC (rev 102379)
+++ community-i686/PKGBUILD 2013-12-09 20:20:05 UTC (rev 102380)
@@ -1,73 +0,0 @@
-# $Id$
-# Maintainer: Jonathan Conder jonno.con...@gmail.com
-# Contributor: Giovanni Scafora giova...@archlinux.org
-# Contributor: Juergen Hoetzel juer...@archlinux.org
-# Contributor: kleptophob...@gmail.com
-# Contributor: dorphell dorph...@archlinux.org
-
-pkgname=mythtv
-pkgver=0.27
-pkgrel=4
-epoch=1
-pkgdesc=A Homebrew PVR project
-arch=('i686' 'x86_64')
-url=http://www.mythtv.org/;
-license=('GPL')
-depends=('avahi' 'fftw' 'lame' 'libass' 'libavc1394' 'libcdio' 'libiec61883'
- 'libpulse' 'libva' 'libvpx' 'libxinerama' 'lirc-utils' 
'mariadb-clients'
- 'mysql-python' 'perl-dbd-mysql' 'perl-io-socket-inet6' 'perl-libwww'
- 'perl-net-upnp' 'python2-lxml' 'qtwebkit' 'taglib' 'urlgrabber' 
'x264')
-makedepends=('glew' 'libcec' 'libxml2' 'mesa' 'mesa-libgl' 'openssl' 'yasm')
-optdepends=('glew: for GPU commercial flagging'
-'libcec: for consumer electronics control capabilities'
-'libxml2: to read blu-ray metadata'
-'openssl: for AirTunes (RAOP) support'
-'xmltv: to download tv listings')
-conflicts=('myththemes' 'mythplugins-mythvideo')
-replaces=('myththemes' 'mythplugins-mythvideo')
-backup=()
-install='mythtv.install'
-source=($pkgname-$pkgver.tar.gz::http://www.$pkgname.org/download/$pkgname/$pkgver;
-'mythbackend.service'
-
'http://code.mythtv.org/trac/raw-attachment/ticket/11338/libcec-2-support.2.patch')
-sha256sums=('c236c879563a5fcccb6ca949ad04be93611745261f7c56282dda2eb32185a78c'
-'f628f44164ce773ae54d320fb2f65353cacf9deec16981e4e56316ac33000a2f'
-'8270407c2074b305e0c32151f89c84f6bf980a32665a2da8e4727405fa3911f3')
-
-prepare() {
-  cd $srcdir/$pkgname-fixes-$pkgver/$pkgname
-
-  find 'bindings/python' 'contrib' -type f | xargs sed -i 
's@^#!.*python$@#!/usr/bin/python2@'
-  patch -Np2 -i $srcdir/libcec-2-support.2.patch
-}
-
-build() {
-  cd $srcdir/$pkgname-fixes-$pkgver/$pkgname
-
-  ARCH=${CARCH/_/-}
-  ./configure --prefix=/usr \
-  --cpu=$ARCH \
-  --disable-altivec \
-  --disable-audio-jack \
-  --disable-ccache \
-  --disable-distcc \
-  --enable-libfftw3 \
-  --enable-libmp3lame \
-  --enable-libvpx \
-  --enable-libx264 \
-  --enable-vaapi \
-  --python=python2
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-fixes-$pkgver/$pkgname
-  make INSTALL_ROOT=$pkgdir install
-
-  install -D -m644 $srcdir/mythbackend.service 
$pkgdir/usr/lib/systemd/system/mythbackend.service
-  install -D -m644 'database/mc.sql' $pkgdir/usr/share/mythtv/mc.sql
-
-  mkdir -p $pkgdir/usr/share/mythtv
-  cp -R 'contrib' $pkgdir/usr/share/mythtv
-  mkdir -p $pkgdir/var/log/mythtv
-}

Copied: mythtv/repos/community-i686/PKGBUILD (from rev 102379, 
mythtv/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-12-09 20:20:05 UTC (rev 102380)
@@ -0,0 +1,73 @@
+# $Id$
+# Maintainer: Jonathan Conder 

[arch-commits] Commit in mythtv/repos (12 files)

2013-10-25 Thread Giovanni Scafora
Date: Friday, October 25, 2013 @ 15:44:56
  Author: giovanni
Revision: 99201

archrelease: copy trunk to community-i686, community-x86_64

Added:
  mythtv/repos/community-i686/PKGBUILD
(from rev 99200, mythtv/trunk/PKGBUILD)
  mythtv/repos/community-i686/mythbackend.service
(from rev 99200, mythtv/trunk/mythbackend.service)
  mythtv/repos/community-i686/mythtv.install
(from rev 99200, mythtv/trunk/mythtv.install)
  mythtv/repos/community-x86_64/PKGBUILD
(from rev 99200, mythtv/trunk/PKGBUILD)
  mythtv/repos/community-x86_64/mythbackend.service
(from rev 99200, mythtv/trunk/mythbackend.service)
  mythtv/repos/community-x86_64/mythtv.install
(from rev 99200, mythtv/trunk/mythtv.install)
Deleted:
  mythtv/repos/community-i686/PKGBUILD
  mythtv/repos/community-i686/mythbackend.service
  mythtv/repos/community-i686/mythtv.install
  mythtv/repos/community-x86_64/PKGBUILD
  mythtv/repos/community-x86_64/mythbackend.service
  mythtv/repos/community-x86_64/mythtv.install

--+
 /PKGBUILD|  146 +
 /mythbackend.service |   28 ++
 /mythtv.install  |   44 +
 community-i686/PKGBUILD  |   73 
 community-i686/mythbackend.service   |   14 ---
 community-i686/mythtv.install|   22 
 community-x86_64/PKGBUILD|   73 
 community-x86_64/mythbackend.service |   14 ---
 community-x86_64/mythtv.install  |   22 
 9 files changed, 218 insertions(+), 218 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-10-25 13:44:48 UTC (rev 99200)
+++ community-i686/PKGBUILD 2013-10-25 13:44:56 UTC (rev 99201)
@@ -1,73 +0,0 @@
-# $Id$
-# Maintainer: Jonathan Conder jonno.con...@gmail.com
-# Contributor: Giovanni Scafora giova...@archlinux.org
-# Contributor: Juergen Hoetzel juer...@archlinux.org
-# Contributor: kleptophob...@gmail.com
-# Contributor: dorphell dorph...@archlinux.org
-
-pkgname=mythtv
-pkgver=0.27
-pkgrel=2
-epoch=1
-pkgdesc=A Homebrew PVR project
-arch=('i686' 'x86_64')
-url=http://www.mythtv.org/;
-license=('GPL')
-depends=('avahi' 'fftw' 'lame' 'libass' 'libavc1394' 'libcdio' 'libiec61883'
- 'libpulse' 'libva' 'libvpx' 'libxinerama' 'lirc-utils' 
'mariadb-clients'
- 'mysql-python' 'perl-dbd-mysql' 'perl-io-socket-inet6' 'perl-libwww'
- 'perl-net-upnp' 'python2-lxml' 'qtwebkit' 'taglib' 'urlgrabber' 
'x264')
-makedepends=('glew' 'libcec' 'libxml2' 'mesa' 'mesa-libgl' 'openssl' 'yasm')
-optdepends=('glew: for GPU commercial flagging'
-'libcec: for consumer electronics control capabilities'
-'libxml2: to read blu-ray metadata'
-'openssl: for AirTunes (RAOP) support'
-'xmltv: to download tv listings')
-conflicts=('myththemes' 'mythplugins-mythvideo')
-replaces=('myththemes' 'mythplugins-mythvideo')
-backup=()
-install='mythtv.install'
-source=(http://www.$pkgname.org/download/$pkgname/$pkgver;
-'mythbackend.service'
-
'http://code.mythtv.org/trac/raw-attachment/ticket/11338/libcec-2-support.2.patch')
-sha256sums=('670b378e379df05a4f2ac28cc3cb2578587b42cb03710e0b230b75d692f8e2b8'
-'f628f44164ce773ae54d320fb2f65353cacf9deec16981e4e56316ac33000a2f'
-'8270407c2074b305e0c32151f89c84f6bf980a32665a2da8e4727405fa3911f3')
-
-prepare() {
-  cd $srcdir/$pkgname-fixes-$pkgver/$pkgname
-
-  find 'bindings/python' 'contrib' -type f | xargs sed -i 
's@^#!.*python$@#!/usr/bin/python2@'
-  patch -Np2 -i $srcdir/libcec-2-support.2.patch
-}
-
-build() {
-  cd $srcdir/$pkgname-fixes-$pkgver/$pkgname
-
-  ARCH=${CARCH/_/-}
-  ./configure --prefix=/usr \
-  --cpu=$ARCH \
-  --disable-altivec \
-  --disable-audio-jack \
-  --disable-ccache \
-  --disable-distcc \
-  --enable-libfftw3 \
-  --enable-libmp3lame \
-  --enable-libvpx \
-  --enable-libx264 \
-  --enable-vaapi \
-  --python=python2
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-fixes-$pkgver/$pkgname
-  make INSTALL_ROOT=$pkgdir install
-
-  install -D -m644 $srcdir/mythbackend.service 
$pkgdir/usr/lib/systemd/system/mythbackend.service
-  install -D -m644 'database/mc.sql' $pkgdir/usr/share/mythtv/mc.sql
-
-  mkdir -p $pkgdir/usr/share/mythtv
-  cp -R 'contrib' $pkgdir/usr/share/mythtv
-  mkdir -p $pkgdir/var/log/mythtv
-}

Copied: mythtv/repos/community-i686/PKGBUILD (from rev 99200, 
mythtv/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-10-25 13:44:56 UTC (rev 99201)
@@ -0,0 +1,73 @@
+# $Id$
+# Maintainer: Jonathan Conder jonno.con...@gmail.com
+# Contributor: Giovanni 

[arch-commits] Commit in mythtv/repos (12 files)

2013-10-23 Thread Jonathan Conder
Date: Thursday, October 24, 2013 @ 04:39:07
  Author: jconder
Revision: 99069

archrelease: copy trunk to community-i686, community-x86_64

Added:
  mythtv/repos/community-i686/PKGBUILD
(from rev 99068, mythtv/trunk/PKGBUILD)
  mythtv/repos/community-i686/mythbackend.service
(from rev 99068, mythtv/trunk/mythbackend.service)
  mythtv/repos/community-i686/mythtv.install
(from rev 99068, mythtv/trunk/mythtv.install)
  mythtv/repos/community-x86_64/PKGBUILD
(from rev 99068, mythtv/trunk/PKGBUILD)
  mythtv/repos/community-x86_64/mythbackend.service
(from rev 99068, mythtv/trunk/mythbackend.service)
  mythtv/repos/community-x86_64/mythtv.install
(from rev 99068, mythtv/trunk/mythtv.install)
Deleted:
  mythtv/repos/community-i686/PKGBUILD
  mythtv/repos/community-i686/mythbackend.service
  mythtv/repos/community-i686/mythtv.install
  mythtv/repos/community-x86_64/PKGBUILD
  mythtv/repos/community-x86_64/mythbackend.service
  mythtv/repos/community-x86_64/mythtv.install

--+
 /PKGBUILD|  146 +
 /mythbackend.service |   28 ++
 /mythtv.install  |   44 +
 community-i686/PKGBUILD  |   73 
 community-i686/mythbackend.service   |   14 ---
 community-i686/mythtv.install|   22 
 community-x86_64/PKGBUILD|   73 
 community-x86_64/mythbackend.service |   14 ---
 community-x86_64/mythtv.install  |   22 
 9 files changed, 218 insertions(+), 218 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-10-24 02:38:04 UTC (rev 99068)
+++ community-i686/PKGBUILD 2013-10-24 02:39:07 UTC (rev 99069)
@@ -1,73 +0,0 @@
-# $Id$
-# Maintainer: Jonathan Conder jonno.con...@gmail.com
-# Contributor: Giovanni Scafora giova...@archlinux.org
-# Contributor: Juergen Hoetzel juer...@archlinux.org
-# Contributor: kleptophob...@gmail.com
-# Contributor: dorphell dorph...@archlinux.org
-
-pkgname=mythtv
-pkgver=0.27
-pkgrel=1
-epoch=1
-pkgdesc=A Homebrew PVR project
-arch=('i686' 'x86_64')
-url=http://www.mythtv.org/;
-license=('GPL')
-depends=('avahi' 'fftw' 'lame' 'libass' 'libavc1394' 'libcdio' 'libiec61883'
- 'libpulse' 'libva' 'libvpx' 'libxinerama' 'lirc-utils' 
'mariadb-clients'
- 'mysql-python' 'perl-dbd-mysql' 'perl-io-socket-inet6' 'perl-libwww'
- 'perl-net-upnp' 'python2-lxml' 'qtwebkit' 'taglib' 'urlgrabber' 
'x264')
-makedepends=('glew' 'libcec' 'libxml2' 'mesa' 'mesa-libgl' 'openssl' 'yasm')
-optdepends=('glew: for GPU commercial flagging'
-'libcec: for consumer electronics control capabilities'
-'libxml2: to read blu-ray metadata'
-'openssl: for AirTunes (RAOP) support'
-'xmltv: to download tv listings')
-conflicts=('myththemes' 'mythplugins-mythvideo')
-replaces=('myththemes' 'mythplugins-mythvideo')
-backup=()
-install='mythtv.install'
-source=(http://www.$pkgname.org/download/$pkgname/$pkgver;
-'mythbackend.service'
-
'http://code.mythtv.org/trac/raw-attachment/ticket/11338/libcec-2-support.2.patch')
-sha256sums=('670b378e379df05a4f2ac28cc3cb2578587b42cb03710e0b230b75d692f8e2b8'
-'f628f44164ce773ae54d320fb2f65353cacf9deec16981e4e56316ac33000a2f'
-'8270407c2074b305e0c32151f89c84f6bf980a32665a2da8e4727405fa3911f3')
-
-prepare() {
-  cd $srcdir/$pkgname-fixes-$pkgver/$pkgname
-
-  find 'bindings/python' 'contrib' -type f | xargs sed -i 
's@^#!.*python$@#!/usr/bin/python2@'
-  patch -Np2 -i $srcdir/libcec-2-support.2.patch
-}
-
-build() {
-  cd $srcdir/$pkgname-fixes-$pkgver/$pkgname
-
-  ARCH=${CARCH/_/-}
-  ./configure --prefix=/usr \
-  --cpu=$ARCH \
-  --disable-altivec \
-  --disable-audio-jack \
-  --disable-ccache \
-  --disable-distcc \
-  --enable-libfftw3 \
-  --enable-libmp3lame \
-  --enable-libvpx \
-  --enable-libx264 \
-  --enable-vaapi \
-  --python=python2
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-fixes-$pkgver/$pkgname
-  make INSTALL_ROOT=$pkgdir install
-
-  install -D -m644 $srcdir/mythbackend.service 
$pkgdir/usr/lib/systemd/system/mythbackend.service
-  install -D -m644 'database/mc.sql' $pkgdir/usr/share/mythtv/mc.sql
-
-  mkdir -p $pkgdir/usr/share/mythtv
-  cp -R 'contrib' $pkgdir/usr/share/mythtv
-  mkdir -p $pkgdir/var/log/mythtv
-}

Copied: mythtv/repos/community-i686/PKGBUILD (from rev 99068, 
mythtv/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-10-24 02:39:07 UTC (rev 99069)
@@ -0,0 +1,73 @@
+# $Id$
+# Maintainer: Jonathan Conder jonno.con...@gmail.com
+# Contributor: Giovanni