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

2015-12-07 Thread Evangelos Foutras
Date: Monday, December 7, 2015 @ 14:58:07
  Author: foutrelis
Revision: 149921

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

Added:
  mythtv/repos/community-staging-i686/
  mythtv/repos/community-staging-i686/PKGBUILD
(from rev 149920, mythtv/trunk/PKGBUILD)
  
mythtv/repos/community-staging-i686/ffmpeg-libvpxenc-remove-some-unused-ctrl-id-mappings.patch
(from rev 149920, 
mythtv/trunk/ffmpeg-libvpxenc-remove-some-unused-ctrl-id-mappings.patch)
  mythtv/repos/community-staging-i686/mythbackend.service
(from rev 149920, mythtv/trunk/mythbackend.service)
  mythtv/repos/community-staging-i686/mythtv.install
(from rev 149920, mythtv/trunk/mythtv.install)
  mythtv/repos/community-staging-x86_64/
  mythtv/repos/community-staging-x86_64/PKGBUILD
(from rev 149920, mythtv/trunk/PKGBUILD)
  
mythtv/repos/community-staging-x86_64/ffmpeg-libvpxenc-remove-some-unused-ctrl-id-mappings.patch
(from rev 149920, 
mythtv/trunk/ffmpeg-libvpxenc-remove-some-unused-ctrl-id-mappings.patch)
  mythtv/repos/community-staging-x86_64/mythbackend.service
(from rev 149920, mythtv/trunk/mythbackend.service)
  mythtv/repos/community-staging-x86_64/mythtv.install
(from rev 149920, mythtv/trunk/mythtv.install)

-+
 community-staging-i686/PKGBUILD
 |   79 ++
 
community-staging-i686/ffmpeg-libvpxenc-remove-some-unused-ctrl-id-mappings.patch
   |   41 +
 community-staging-i686/mythbackend.service 
 |   15 +
 community-staging-i686/mythtv.install  
 |   22 ++
 community-staging-x86_64/PKGBUILD  
 |   79 ++
 
community-staging-x86_64/ffmpeg-libvpxenc-remove-some-unused-ctrl-id-mappings.patch
 |   41 +
 community-staging-x86_64/mythbackend.service   
 |   15 +
 community-staging-x86_64/mythtv.install
 |   22 ++
 8 files changed, 314 insertions(+)

Copied: mythtv/repos/community-staging-i686/PKGBUILD (from rev 149920, 
mythtv/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-07 13:58:07 UTC (rev 149921)
@@ -0,0 +1,79 @@
+# $Id$
+# Maintainer: Jonathan Conder 
+# Contributor: Giovanni Scafora 
+# Contributor: Juergen Hoetzel 
+# Contributor: 
+# Contributor: dorphell 
+
+pkgname=mythtv
+pkgver=0.27.5
+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'
+'ffmpeg-libvpxenc-remove-some-unused-ctrl-id-mappings.patch'
+
'http://code.mythtv.org/trac/raw-attachment/ticket/11338/libcec-2-support.2.patch')
+sha256sums=('7e625f94332effeadfba8e7ae7c98d44a83bfc25b7c59e39adce67dc2f4e1e1b'
+'ecfde779ded8332cc62c86fac6b432b09cbf5d254135798287ada688af9a1302'
+'277994aca5a6e40c1a90750859828817e0646bfb28142fdb34d5f9d3196c3f7a'
+'8270407c2074b305e0c32151f89c84f6bf980a32665a2da8e4727405fa3911f3')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver/$pkgname"
+
+  patch -d external/FFmpeg -Np1 -i 
"$srcdir/ffmpeg-libvpxenc-remove-some-unused-ctrl-id-mappings.patch"
+
+  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 \
+  

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

2015-11-10 Thread Felix Yan
Date: Tuesday, November 10, 2015 @ 22:28:06
  Author: fyan
Revision: 146540

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

Added:
  mythtv/repos/community-staging-i686/
  mythtv/repos/community-staging-i686/PKGBUILD
(from rev 146539, mythtv/trunk/PKGBUILD)
  
mythtv/repos/community-staging-i686/ffmpeg-libvpxenc-remove-some-unused-ctrl-id-mappings.patch
(from rev 146539, 
mythtv/trunk/ffmpeg-libvpxenc-remove-some-unused-ctrl-id-mappings.patch)
  mythtv/repos/community-staging-i686/mythbackend.service
(from rev 146539, mythtv/trunk/mythbackend.service)
  mythtv/repos/community-staging-i686/mythtv.install
(from rev 146539, mythtv/trunk/mythtv.install)
  mythtv/repos/community-staging-x86_64/
  mythtv/repos/community-staging-x86_64/PKGBUILD
(from rev 146539, mythtv/trunk/PKGBUILD)
  
mythtv/repos/community-staging-x86_64/ffmpeg-libvpxenc-remove-some-unused-ctrl-id-mappings.patch
(from rev 146539, 
mythtv/trunk/ffmpeg-libvpxenc-remove-some-unused-ctrl-id-mappings.patch)
  mythtv/repos/community-staging-x86_64/mythbackend.service
(from rev 146539, mythtv/trunk/mythbackend.service)
  mythtv/repos/community-staging-x86_64/mythtv.install
(from rev 146539, mythtv/trunk/mythtv.install)

-+
 community-staging-i686/PKGBUILD
 |   79 ++
 
community-staging-i686/ffmpeg-libvpxenc-remove-some-unused-ctrl-id-mappings.patch
   |   41 +
 community-staging-i686/mythbackend.service 
 |   15 +
 community-staging-i686/mythtv.install  
 |   22 ++
 community-staging-x86_64/PKGBUILD  
 |   79 ++
 
community-staging-x86_64/ffmpeg-libvpxenc-remove-some-unused-ctrl-id-mappings.patch
 |   41 +
 community-staging-x86_64/mythbackend.service   
 |   15 +
 community-staging-x86_64/mythtv.install
 |   22 ++
 8 files changed, 314 insertions(+)

Copied: mythtv/repos/community-staging-i686/PKGBUILD (from rev 146539, 
mythtv/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-11-10 21:28:06 UTC (rev 146540)
@@ -0,0 +1,79 @@
+# $Id$
+# Maintainer: Jonathan Conder 
+# Contributor: Giovanni Scafora 
+# Contributor: Juergen Hoetzel 
+# Contributor: 
+# Contributor: dorphell 
+
+pkgname=mythtv
+pkgver=0.27.5
+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' 
'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'
+'ffmpeg-libvpxenc-remove-some-unused-ctrl-id-mappings.patch'
+
'http://code.mythtv.org/trac/raw-attachment/ticket/11338/libcec-2-support.2.patch')
+sha256sums=('7e625f94332effeadfba8e7ae7c98d44a83bfc25b7c59e39adce67dc2f4e1e1b'
+'ecfde779ded8332cc62c86fac6b432b09cbf5d254135798287ada688af9a1302'
+'277994aca5a6e40c1a90750859828817e0646bfb28142fdb34d5f9d3196c3f7a'
+'8270407c2074b305e0c32151f89c84f6bf980a32665a2da8e4727405fa3911f3')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver/$pkgname"
+
+  patch -d external/FFmpeg -Np1 -i 
"$srcdir/ffmpeg-libvpxenc-remove-some-unused-ctrl-id-mappings.patch"
+
+  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 

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

2013-07-12 Thread Jonathan Conder
Date: Friday, July 12, 2013 @ 15:50:46
  Author: jconder
Revision: 93989

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

Added:
  mythtv/repos/community-staging-i686/
  mythtv/repos/community-staging-i686/PKGBUILD
(from rev 93988, mythtv/trunk/PKGBUILD)
  mythtv/repos/community-staging-i686/alsa.patch
(from rev 93988, mythtv/trunk/alsa.patch)
  mythtv/repos/community-staging-i686/mythbackend.service
(from rev 93988, mythtv/trunk/mythbackend.service)
  mythtv/repos/community-staging-i686/mythtv.install
(from rev 93988, mythtv/trunk/mythtv.install)
  mythtv/repos/community-staging-x86_64/
  mythtv/repos/community-staging-x86_64/PKGBUILD
(from rev 93988, mythtv/trunk/PKGBUILD)
  mythtv/repos/community-staging-x86_64/alsa.patch
(from rev 93988, mythtv/trunk/alsa.patch)
  mythtv/repos/community-staging-x86_64/mythbackend.service
(from rev 93988, mythtv/trunk/mythbackend.service)
  mythtv/repos/community-staging-x86_64/mythtv.install
(from rev 93988, mythtv/trunk/mythtv.install)

--+
 community-staging-i686/PKGBUILD  |   75 +
 community-staging-i686/alsa.patch|   66 ++
 community-staging-i686/mythbackend.service   |   14 
 community-staging-i686/mythtv.install|   22 +++
 community-staging-x86_64/PKGBUILD|   75 +
 community-staging-x86_64/alsa.patch  |   66 ++
 community-staging-x86_64/mythbackend.service |   14 
 community-staging-x86_64/mythtv.install  |   22 +++
 8 files changed, 354 insertions(+)

Copied: mythtv/repos/community-staging-i686/PKGBUILD (from rev 93988, 
mythtv/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-07-12 13:50:46 UTC (rev 93989)
@@ -0,0 +1,75 @@
+# $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.26.0
+pkgrel=10
+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' 'libvdpau' 'libxinerama' 'lirc-utils'
+'mariadb-clients' 'mysql-python' 'perl-dbd-mysql' 
'perl-io-socket-inet6'
+'perl-libwww' 'perl-net-upnp' 'python2-lxml' 'qtwebkit' '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=(ftp://ftp.osuosl.org/pub/$pkgname/$pkgname-$pkgver.tar.bz2;
+'alsa.patch'
+   'mythbackend.service'
+   
'libva-compat.patch::https://github.com/garybuhrmaster/mythtv/commit/2add868d2f18b8b47d9747e043f052e88869bfc3.patch'
+   
'http://code.mythtv.org/trac/raw-attachment/ticket/11338/libcec-2-support.patch')
+md5sums=('f57066bf75e6f14824c494d41639f4f9'
+ 'f64b8219e3d27a2edf96733b851e576b'
+ 'e4d572dcc307d6d8ae26bee5aebf9f3a'
+ 'ae88a16e9f42a913f395bf71af18e931'
+ '6e156c9fc0b369346d93ccafad46cba3')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  find 'bindings/python' 'contrib' -type f | xargs sed -i 
's@^#!.*python$@#!/usr/bin/python2@'
+
+  patch -Np1 -i $srcdir/alsa.patch
+  patch -Np2 -i $srcdir/libva-compat.patch
+  patch -Np2 -i $srcdir/libcec-2-support.patch
+
+  ARCH=${CARCH/_/-}
+  ./configure --prefix=/usr \
+  --cpu=$ARCH \
+ --disable-altivec \
+ --disable-audio-jack \
+ --disable-ccache \
+ --disable-distcc \
+ --enable-libfftw3 \
+ --enable-libmp3lame \
+ --enable-libx264 \
+ --enable-vaapi \
+ --python=python2
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  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-staging-i686/alsa.patch (from rev 93988, 
mythtv/trunk/alsa.patch)