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

2013-11-03 Thread Jonathan Conder
Date: Sunday, November 3, 2013 @ 21:44:50
  Author: jconder
Revision: 100419

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

Added:
  mythplugins/repos/community-staging-i686/
  mythplugins/repos/community-staging-i686/PKGBUILD
(from rev 100418, mythplugins/trunk/PKGBUILD)
  mythplugins/repos/community-staging-i686/cdparanoia.patch
(from rev 100418, mythplugins/trunk/cdparanoia.patch)
  mythplugins/repos/community-staging-i686/mythplugins-mythweb.install
(from rev 100418, mythplugins/trunk/mythplugins-mythweb.install)
  mythplugins/repos/community-staging-i686/mythplugins-mythzoneminder.install
(from rev 100418, mythplugins/trunk/mythplugins-mythzoneminder.install)
  mythplugins/repos/community-staging-x86_64/
  mythplugins/repos/community-staging-x86_64/PKGBUILD
(from rev 100418, mythplugins/trunk/PKGBUILD)
  mythplugins/repos/community-staging-x86_64/cdparanoia.patch
(from rev 100418, mythplugins/trunk/cdparanoia.patch)
  mythplugins/repos/community-staging-x86_64/mythplugins-mythweb.install
(from rev 100418, mythplugins/trunk/mythplugins-mythweb.install)
  mythplugins/repos/community-staging-x86_64/mythplugins-mythzoneminder.install
(from rev 100418, mythplugins/trunk/mythplugins-mythzoneminder.install)

-+
 community-staging-i686/PKGBUILD |  143 ++
 community-staging-i686/cdparanoia.patch |   52 +++
 community-staging-i686/mythplugins-mythweb.install  |4 
 community-staging-i686/mythplugins-mythzoneminder.install   |3 
 community-staging-x86_64/PKGBUILD   |  143 ++
 community-staging-x86_64/cdparanoia.patch   |   52 +++
 community-staging-x86_64/mythplugins-mythweb.install|4 
 community-staging-x86_64/mythplugins-mythzoneminder.install |3 
 8 files changed, 404 insertions(+)

Copied: mythplugins/repos/community-staging-i686/PKGBUILD (from rev 100418, 
mythplugins/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-11-03 20:44:50 UTC (rev 100419)
@@ -0,0 +1,143 @@
+# $Id$
+# Maintainer: Jonathan Conder 
+# Contributor: Giovanni Scafora 
+
+pkgbase=mythplugins
+pkgname=('mythplugins-mytharchive'
+ 'mythplugins-mythbrowser'
+ 'mythplugins-mythgallery'
+ 'mythplugins-mythgame'
+ 'mythplugins-mythmusic'
+ 'mythplugins-mythnetvision'
+ 'mythplugins-mythnews'
+ 'mythplugins-mythweather'
+ 'mythplugins-mythweb'
+ 'mythplugins-mythzoneminder')
+pkgver=0.27
+pkgrel=3
+epoch=1
+arch=('i686' 'x86_64')
+url="http://www.mythtv.org";
+license=('GPL')
+makedepends=('cdrkit' 'dvdauthor' 'dvd+rw-tools' 'ffmpeg' 'flac' 'libexif'
+ 'libvorbis' 'mesa' 'mesa-libgl' 'mplayer' 'mythtv'
+ 'perl-datetime-format-iso8601' 'perl-date-manip' 'perl-image-size'
+ 'perl-json' 'perl-libwww' 'perl-soap-lite' 'perl-xml-sax'
+ 'perl-xml-simple' 'perl-xml-xpath' 'python2-oauth' 
'python-imaging'
+ 'python2-pycurl' 'zlib')
+source=("mythtv-$pkgver.tar.gz::http://www.mythtv.org/download/mythtv/$pkgver";
+
"mythweb-$pkgver.tar.gz::http://www.mythtv.org/download/mythweb/$pkgver";
+   'cdparanoia.patch')
+sha256sums=('c236c879563a5fcccb6ca949ad04be93611745261f7c56282dda2eb32185a78c'
+'c6574a9d3029e00ef9e2fb4eff33be60804d06c71d517ad8cae27bed9b5275d3'
+   '004f1e4734830709d2ab5ebb804560514f2bf525abc2f11142501a81eba0754c')
+
+prepare() {
+  cd "$srcdir/mythtv-fixes-$pkgver/$pkgbase"
+
+  find . -name '*.py' -type f | xargs sed -i 
's@^#!.*python$@#!/usr/bin/python2@'
+  patch -Np1 -i "$srcdir/cdparanoia.patch"
+
+  cd "$srcdir/mythweb-fixes-$pkgver"
+
+  sed -re 's@/usr/local.*/usr/share@/usr/share@' -i 'mythweb.php'
+}
+
+build() {
+  cd "$srcdir/mythtv-fixes-$pkgver/$pkgbase"
+
+  ./configure --prefix=/usr \
+  --enable-all \
+  --python=python2
+  qmake-qt4 mythplugins.pro
+  make -s
+}
+
+package_mythplugins-mytharchive() {
+  pkgdesc="Create DVDs or archive recorded shows in MythTV"
+  depends=('cdrkit' 'dvdauthor' 'dvd+rw-tools' 'ffmpeg' 'mythtv'
+   'python-imaging&#x

[arch-commits] Commit in mythplugins/trunk (PKGBUILD)

2013-11-03 Thread Jonathan Conder
Date: Sunday, November 3, 2013 @ 21:43:51
  Author: jconder
Revision: 100418

upgpkg: mythplugins 1:0.27-3

rebuild against mythtv

Modified:
  mythplugins/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-11-03 20:34:30 UTC (rev 100417)
+++ PKGBUILD2013-11-03 20:43:51 UTC (rev 100418)
@@ -14,7 +14,7 @@
  'mythplugins-mythweb'
  'mythplugins-mythzoneminder')
 pkgver=0.27
-pkgrel=2
+pkgrel=3
 epoch=1
 arch=('i686' 'x86_64')
 url="http://www.mythtv.org";



[arch-commits] Commit in mythplugins/trunk (PKGBUILD)

2013-11-03 Thread Jonathan Conder
Date: Sunday, November 3, 2013 @ 21:34:30
  Author: jconder
Revision: 100417

upgpkg: mythplugins 1:0.27-2

rebuild against mythtv

Modified:
  mythplugins/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-11-03 20:29:25 UTC (rev 100416)
+++ PKGBUILD2013-11-03 20:34:30 UTC (rev 100417)
@@ -28,7 +28,7 @@
 source=("mythtv-$pkgver.tar.gz::http://www.mythtv.org/download/mythtv/$pkgver";
 
"mythweb-$pkgver.tar.gz::http://www.mythtv.org/download/mythweb/$pkgver";
'cdparanoia.patch')
-sha256sums=('49789de705be73275325b1a4984b727cf8284fdc4ae6b041ad152857c830dc46'
+sha256sums=('c236c879563a5fcccb6ca949ad04be93611745261f7c56282dda2eb32185a78c'
 'c6574a9d3029e00ef9e2fb4eff33be60804d06c71d517ad8cae27bed9b5275d3'
'004f1e4734830709d2ab5ebb804560514f2bf525abc2f11142501a81eba0754c')
 



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

2013-11-03 Thread Jonathan Conder
Date: Sunday, November 3, 2013 @ 21:29:25
  Author: jconder
Revision: 100416

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 100415, mythtv/trunk/PKGBUILD)
  mythtv/repos/community-staging-i686/mythbackend.service
(from rev 100415, mythtv/trunk/mythbackend.service)
  mythtv/repos/community-staging-i686/mythtv.install
(from rev 100415, mythtv/trunk/mythtv.install)
  mythtv/repos/community-staging-x86_64/
  mythtv/repos/community-staging-x86_64/PKGBUILD
(from rev 100415, mythtv/trunk/PKGBUILD)
  mythtv/repos/community-staging-x86_64/mythbackend.service
(from rev 100415, mythtv/trunk/mythbackend.service)
  mythtv/repos/community-staging-x86_64/mythtv.install
(from rev 100415, mythtv/trunk/mythtv.install)

--+
 community-staging-i686/PKGBUILD  |   73 +
 community-staging-i686/mythbackend.service   |   14 
 community-staging-i686/mythtv.install|   22 +++
 community-staging-x86_64/PKGBUILD|   73 +
 community-staging-x86_64/mythbackend.service |   14 
 community-staging-x86_64/mythtv.install  |   22 +++
 6 files changed, 218 insertions(+)

Copied: mythtv/repos/community-staging-i686/PKGBUILD (from rev 100415, 
mythtv/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-11-03 20:29:25 UTC (rev 100416)
@@ -0,0 +1,73 @@
+# $Id$
+# Maintainer: Jonathan Conder 
+# Contributor: Giovanni Scafora 
+# Contributor: Juergen Hoetzel 
+# Contributor: 
+# Contributor: dorphell 
+
+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/shar

[arch-commits] Commit in mythtv/trunk (PKGBUILD)

2013-11-03 Thread Jonathan Conder
Date: Sunday, November 3, 2013 @ 21:28:19
  Author: jconder
Revision: 100415

upgpkg: mythtv 1:0.27-4

rebuild against x264

Modified:
  mythtv/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-11-03 18:13:58 UTC (rev 100414)
+++ PKGBUILD2013-11-03 20:28:19 UTC (rev 100415)
@@ -7,7 +7,7 @@
 
 pkgname=mythtv
 pkgver=0.27
-pkgrel=3
+pkgrel=4
 epoch=1
 pkgdesc="A Homebrew PVR project"
 arch=('i686' 'x86_64')
@@ -30,7 +30,7 @@
 
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=('49789de705be73275325b1a4984b727cf8284fdc4ae6b041ad152857c830dc46'
+sha256sums=('c236c879563a5fcccb6ca949ad04be93611745261f7c56282dda2eb32185a78c'
 'f628f44164ce773ae54d320fb2f65353cacf9deec16981e4e56316ac33000a2f'
 '8270407c2074b305e0c32151f89c84f6bf980a32665a2da8e4727405fa3911f3')
 



[arch-commits] Commit in mythplugins/repos (16 files)

2013-10-27 Thread Jonathan Conder
Date: Sunday, October 27, 2013 @ 18:21:57
  Author: jconder
Revision: 99365

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

Added:
  mythplugins/repos/community-i686/PKGBUILD
(from rev 99364, mythplugins/trunk/PKGBUILD)
  mythplugins/repos/community-i686/cdparanoia.patch
(from rev 99364, mythplugins/trunk/cdparanoia.patch)
  mythplugins/repos/community-i686/mythplugins-mythweb.install
(from rev 99364, mythplugins/trunk/mythplugins-mythweb.install)
  mythplugins/repos/community-i686/mythplugins-mythzoneminder.install
(from rev 99364, mythplugins/trunk/mythplugins-mythzoneminder.install)
  mythplugins/repos/community-x86_64/PKGBUILD
(from rev 99364, mythplugins/trunk/PKGBUILD)
  mythplugins/repos/community-x86_64/cdparanoia.patch
(from rev 99364, mythplugins/trunk/cdparanoia.patch)
  mythplugins/repos/community-x86_64/mythplugins-mythweb.install
(from rev 99364, mythplugins/trunk/mythplugins-mythweb.install)
  mythplugins/repos/community-x86_64/mythplugins-mythzoneminder.install
(from rev 99364, mythplugins/trunk/mythplugins-mythzoneminder.install)
Deleted:
  mythplugins/repos/community-i686/PKGBUILD
  mythplugins/repos/community-i686/cdparanoia.patch
  mythplugins/repos/community-i686/mythplugins-mythweb.install
  mythplugins/repos/community-i686/mythplugins-mythzoneminder.install
  mythplugins/repos/community-x86_64/PKGBUILD
  mythplugins/repos/community-x86_64/cdparanoia.patch
  mythplugins/repos/community-x86_64/mythplugins-mythweb.install
  mythplugins/repos/community-x86_64/mythplugins-mythzoneminder.install

-+
 /PKGBUILD   |  286 ++
 /cdparanoia.patch   |  104 ++
 /mythplugins-mythweb.install|8 
 /mythplugins-mythzoneminder.install |6 
 community-i686/PKGBUILD |  143 -
 community-i686/cdparanoia.patch |   52 ---
 community-i686/mythplugins-mythweb.install  |4 
 community-i686/mythplugins-mythzoneminder.install   |3 
 community-x86_64/PKGBUILD   |  143 -
 community-x86_64/cdparanoia.patch   |   52 ---
 community-x86_64/mythplugins-mythweb.install|4 
 community-x86_64/mythplugins-mythzoneminder.install |3 
 12 files changed, 404 insertions(+), 404 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-10-27 17:20:54 UTC (rev 99364)
+++ community-i686/PKGBUILD 2013-10-27 17:21:57 UTC (rev 99365)
@@ -1,143 +0,0 @@
-# $Id$
-# Maintainer: Jonathan Conder 
-# Contributor: Giovanni Scafora 
-
-pkgbase=mythplugins
-pkgname=('mythplugins-mytharchive'
- 'mythplugins-mythbrowser'
- 'mythplugins-mythgallery'
- 'mythplugins-mythgame'
- 'mythplugins-mythmusic'
- 'mythplugins-mythnetvision'
- 'mythplugins-mythnews'
- 'mythplugins-mythweather'
- 'mythplugins-mythweb'
- 'mythplugins-mythzoneminder')
-pkgver=0.27
-pkgrel=1
-epoch=1
-arch=('i686' 'x86_64')
-url="http://www.mythtv.org";
-license=('GPL')
-makedepends=('cdrkit' 'dvdauthor' 'dvd+rw-tools' 'ffmpeg' 'flac' 'libexif'
- 'libvorbis' 'mesa' 'mesa-libgl' 'mplayer' 'mythtv'
- 'perl-datetime-format-iso8601' 'perl-date-manip' 'perl-image-size'
- 'perl-json' 'perl-libwww' 'perl-soap-lite' 'perl-xml-sax'
- 'perl-xml-simple' 'perl-xml-xpath' 'python2-oauth' 
'python-imaging'
- 'python2-pycurl' 'zlib')
-source=("mythtv-$pkgver.tar.gz::http://www.mythtv.org/download/mythtv/$pkgver";
-
"mythweb-$pkgver.tar.gz::http://www.mythtv.org/download/mythweb/$pkgver";
-   'cdparanoia.patch')
-sha256sums=('670b378e379df05a4f2ac28cc3cb2578587b42cb03710e0b230b75d692f8e2b8'
-'fe135281c4828a96762ea22a8a4cf622988b12e7f2189dce9273f1ce7bb367d3'
-   '004f1e4734830709d2ab5ebb804560514f2bf525abc2f11142501a81eba0754c')
-
-prepare() {
-  cd "$srcdir/mythtv-fixes-$pkgver/$pkgbase"
-
-  find . -name '*.py' -type f | xargs sed -i 
's@^#!.*python$@#!/usr/bin/python2@'
-  patch -Np1 -i "$srcdir/cdparanoia.patch"
-
-  cd "$srcdir/mythweb-fixes-$pkgver"
-
-  sed -re 's@/usr/local.*/usr/share@/usr/share@' -i 'mythweb.php'
-}
-
-build() {
-  cd "$srcdir/mythtv-fixe

[arch-commits] Commit in mythplugins/trunk (PKGBUILD)

2013-10-27 Thread Jonathan Conder
Date: Sunday, October 27, 2013 @ 18:20:54
  Author: jconder
Revision: 99364

upgpkg: mythplugins 1:0.27-2

rebuild to match mythtv version

Modified:
  mythplugins/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-10-27 16:42:08 UTC (rev 99363)
+++ PKGBUILD2013-10-27 17:20:54 UTC (rev 99364)
@@ -14,7 +14,7 @@
  'mythplugins-mythweb'
  'mythplugins-mythzoneminder')
 pkgver=0.27
-pkgrel=1
+pkgrel=2
 epoch=1
 arch=('i686' 'x86_64')
 url="http://www.mythtv.org";
@@ -28,8 +28,8 @@
 source=("mythtv-$pkgver.tar.gz::http://www.mythtv.org/download/mythtv/$pkgver";
 
"mythweb-$pkgver.tar.gz::http://www.mythtv.org/download/mythweb/$pkgver";
'cdparanoia.patch')
-sha256sums=('670b378e379df05a4f2ac28cc3cb2578587b42cb03710e0b230b75d692f8e2b8'
-'fe135281c4828a96762ea22a8a4cf622988b12e7f2189dce9273f1ce7bb367d3'
+sha256sums=('49789de705be73275325b1a4984b727cf8284fdc4ae6b041ad152857c830dc46'
+'c6574a9d3029e00ef9e2fb4eff33be60804d06c71d517ad8cae27bed9b5275d3'
'004f1e4734830709d2ab5ebb804560514f2bf525abc2f11142501a81eba0754c')
 
 prepare() {



[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 
-# Contributor: Giovanni Scafora 
-# Contributor: Juergen Hoetzel 
-# Contributor: 
-# Contributor: dorphell 
-
-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 'databas

[arch-commits] Commit in mythtv/trunk (PKGBUILD)

2013-10-23 Thread Jonathan Conder
Date: Thursday, October 24, 2013 @ 04:38:04
  Author: jconder
Revision: 99068

upgpkg: mythtv 1:0.27-2

remove static libraries

Modified:
  mythtv/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-10-24 00:36:11 UTC (rev 99067)
+++ PKGBUILD2013-10-24 02:38:04 UTC (rev 99068)
@@ -7,7 +7,7 @@
 
 pkgname=mythtv
 pkgver=0.27
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc="A Homebrew PVR project"
 arch=('i686' 'x86_64')



[arch-commits] Commit in mythplugins/trunk (PKGBUILD mtd.rc php55.patch)

2013-09-19 Thread Jonathan Conder
Date: Thursday, September 19, 2013 @ 16:37:16
  Author: jconder
Revision: 97426

upgpkg: mythplugins 1:0.27-1

update to 0.27

Modified:
  mythplugins/trunk/PKGBUILD
Deleted:
  mythplugins/trunk/mtd.rc
  mythplugins/trunk/php55.patch

-+
 PKGBUILD|   62 +-
 mtd.rc  |   36 -
 php55.patch |   22 
 3 files changed, 32 insertions(+), 88 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-09-19 13:00:39 UTC (rev 97425)
+++ PKGBUILD2013-09-19 14:37:16 UTC (rev 97426)
@@ -13,7 +13,7 @@
  'mythplugins-mythweather'
  'mythplugins-mythweb'
  'mythplugins-mythzoneminder')
-pkgver=0.26.1
+pkgver=0.27
 pkgrel=1
 epoch=1
 arch=('i686' 'x86_64')
@@ -21,29 +21,31 @@
 license=('GPL')
 makedepends=('cdrkit' 'dvdauthor' 'dvd+rw-tools' 'ffmpeg' 'flac' 'libexif'
  'libvorbis' 'mesa' 'mesa-libgl' 'mplayer' 'mythtv'
-'perl-datetime-format-iso8601' 'perl-date-manip' 'perl-image-size'
-'perl-json' 'perl-libwww' 'perl-soap-lite' 'perl-xml-sax'
-'perl-xml-simple' 'perl-xml-xpath' 'python2-oauth' 'python-imaging'
-'python2-pycurl' 'taglib' 'zlib')
-source=("ftp://ftp.osuosl.org/pub/mythtv/$pkgbase-$pkgver.tar.bz2";
-'cdparanoia.patch'
-'php55.patch'
-'mtd.rc')
-md5sums=('d896d9f9313ba5dd95e2e977bf9c0f8f'
- '5de8dd79d0b8a2b006f3c3258938b6b7'
- 'a6df720ef22fe6bef8c650b1bd5948cb'
- '476c12ba074794ad7f4ae092bdf949d6')
+ 'perl-datetime-format-iso8601' 'perl-date-manip' 'perl-image-size'
+ 'perl-json' 'perl-libwww' 'perl-soap-lite' 'perl-xml-sax'
+ 'perl-xml-simple' 'perl-xml-xpath' 'python2-oauth' 
'python-imaging'
+ 'python2-pycurl' 'zlib')
+source=("mythtv-$pkgver.tar.gz::http://www.mythtv.org/download/mythtv/$pkgver";
+
"mythweb-$pkgver.tar.gz::http://www.mythtv.org/download/mythweb/$pkgver";
+   'cdparanoia.patch')
+sha256sums=('670b378e379df05a4f2ac28cc3cb2578587b42cb03710e0b230b75d692f8e2b8'
+'fe135281c4828a96762ea22a8a4cf622988b12e7f2189dce9273f1ce7bb367d3'
+   '004f1e4734830709d2ab5ebb804560514f2bf525abc2f11142501a81eba0754c')
 
-build() {
-  cd "$srcdir/$pkgbase-$pkgver"
+prepare() {
+  cd "$srcdir/mythtv-fixes-$pkgver/$pkgbase"
+
   find . -name '*.py' -type f | xargs sed -i 
's@^#!.*python$@#!/usr/bin/python2@'
+  patch -Np1 -i "$srcdir/cdparanoia.patch"
 
-  sed -re 's@/usr/local.*/usr/share@/usr/share@' -i 'mythweb/mythweb.php'
-  sed -re 's@cstdio@cstdio>\n#include  /var/run/mtd.pid
-  add_daemon mythtranscode
-  stat_done
-fi
-;;
-  stop)
-stat_busy "Stopping Myth Transcoding Daemon"
-[ ! -z "$PID" ]  && kill $PID &>/dev/null
-if [ $? -gt 0 ]; then
-  stat_fail
-else
-  rm_daemon mtd 
-  stat_done
-fi
-;;
-  restart)
-$0 stop
-$0 start
-;;
-  *)
-echo "usage: $0 {start|stop|restart}"
-esac
-exit 0

Deleted: php55.patch
===
--- php55.patch 2013-09-19 13:00:39 UTC (rev 97425)
+++ php55.patch 2013-09-19 14:37:16 UTC (rev 97426)
@@ -1,22 +0,0 @@
 a/mythweb/includes/errors.php
-+++ b/mythweb/includes/errors.php
-@@ -103,6 +103,9 @@
- /**/
- function error_handler($errno, $errstr, $errfile, $errline, $vars) {
- global $db;
-+// Leave early if we haven't requested reports from this kind of error
-+if (!($errno & error_reporting()))
-+return;
- if (class_exists('Translate'))
- $errstr = Translate::find()->string($errstr);
- // Try to auto-repair damaged SQL tables
-@@ -113,9 +116,6 @@
- add_error('Regular Expression Error:  '.$match[1]);
- return;
- }
--// Leave early if we haven't requested reports from this kind of error
--if (!($errno & error_reporting()))
--return;
- // Fatal errors should report considerably more detail
- if (in_array($errno, array(E_USER_ERROR, E_ERROR))) {
- // What type of error?



[arch-commits] Commit in mythplugins/repos (20 files)

2013-09-19 Thread Jonathan Conder
Date: Thursday, September 19, 2013 @ 16:38:19
  Author: jconder
Revision: 97427

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

Added:
  mythplugins/repos/community-i686/PKGBUILD
(from rev 97426, mythplugins/trunk/PKGBUILD)
  mythplugins/repos/community-i686/cdparanoia.patch
(from rev 97426, mythplugins/trunk/cdparanoia.patch)
  mythplugins/repos/community-i686/mythplugins-mythweb.install
(from rev 97426, mythplugins/trunk/mythplugins-mythweb.install)
  mythplugins/repos/community-i686/mythplugins-mythzoneminder.install
(from rev 97426, mythplugins/trunk/mythplugins-mythzoneminder.install)
  mythplugins/repos/community-x86_64/PKGBUILD
(from rev 97426, mythplugins/trunk/PKGBUILD)
  mythplugins/repos/community-x86_64/cdparanoia.patch
(from rev 97426, mythplugins/trunk/cdparanoia.patch)
  mythplugins/repos/community-x86_64/mythplugins-mythweb.install
(from rev 97426, mythplugins/trunk/mythplugins-mythweb.install)
  mythplugins/repos/community-x86_64/mythplugins-mythzoneminder.install
(from rev 97426, mythplugins/trunk/mythplugins-mythzoneminder.install)
Deleted:
  mythplugins/repos/community-i686/PKGBUILD
  mythplugins/repos/community-i686/cdparanoia.patch
  mythplugins/repos/community-i686/mtd.rc
  mythplugins/repos/community-i686/mythplugins-mythweb.install
  mythplugins/repos/community-i686/mythplugins-mythzoneminder.install
  mythplugins/repos/community-i686/php55.patch
  mythplugins/repos/community-x86_64/PKGBUILD
  mythplugins/repos/community-x86_64/cdparanoia.patch
  mythplugins/repos/community-x86_64/mtd.rc
  mythplugins/repos/community-x86_64/mythplugins-mythweb.install
  mythplugins/repos/community-x86_64/mythplugins-mythzoneminder.install
  mythplugins/repos/community-x86_64/php55.patch

-+
 /PKGBUILD   |  286 ++
 /cdparanoia.patch   |  104 ++
 /mythplugins-mythweb.install|8 
 /mythplugins-mythzoneminder.install |6 
 community-i686/PKGBUILD |  141 
 community-i686/cdparanoia.patch |   52 ---
 community-i686/mtd.rc   |   36 --
 community-i686/mythplugins-mythweb.install  |4 
 community-i686/mythplugins-mythzoneminder.install   |3 
 community-i686/php55.patch  |   22 -
 community-x86_64/PKGBUILD   |  141 
 community-x86_64/cdparanoia.patch   |   52 ---
 community-x86_64/mtd.rc |   36 --
 community-x86_64/mythplugins-mythweb.install|4 
 community-x86_64/mythplugins-mythzoneminder.install |3 
 community-x86_64/php55.patch|   22 -
 16 files changed, 404 insertions(+), 516 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-09-19 14:37:16 UTC (rev 97426)
+++ community-i686/PKGBUILD 2013-09-19 14:38:19 UTC (rev 97427)
@@ -1,141 +0,0 @@
-# $Id$
-# Maintainer: Jonathan Conder 
-# Contributor: Giovanni Scafora 
-
-pkgbase=mythplugins
-pkgname=('mythplugins-mytharchive'
- 'mythplugins-mythbrowser'
- 'mythplugins-mythgallery'
- 'mythplugins-mythgame'
- 'mythplugins-mythmusic'
- 'mythplugins-mythnetvision'
- 'mythplugins-mythnews'
- 'mythplugins-mythweather'
- 'mythplugins-mythweb'
- 'mythplugins-mythzoneminder')
-pkgver=0.26.1
-pkgrel=1
-epoch=1
-arch=('i686' 'x86_64')
-url="http://www.mythtv.org";
-license=('GPL')
-makedepends=('cdrkit' 'dvdauthor' 'dvd+rw-tools' 'ffmpeg' 'flac' 'libexif'
- 'libvorbis' 'mesa' 'mesa-libgl' 'mplayer' 'mythtv'
-'perl-datetime-format-iso8601' 'perl-date-manip' 'perl-image-size'
-'perl-json' 'perl-libwww' 'perl-soap-lite' 'perl-xml-sax'
-'perl-xml-simple' 'perl-xml-xpath' 'python2-oauth' 'python-imaging'
-'python2-pycurl' 'taglib' 'zlib')
-source=("ftp://ftp.osuosl.org/pub/mythtv/$pkgbase-$pkgver.tar.bz2";
-'cdparanoia.patch'
-'php55.patch'
-'mtd.rc')
-md5sums=('d896d9f9313ba5dd95e2e977bf9c0f8f'
- '5de8dd79d0b8a2b006f3c3258938b6b7'
- 'a6df720ef22fe6bef8c650b1bd5948cb'
- '476c12ba074794ad7f4ae092bdf949d6')
-
-build() {
-  cd "$srcdir/$pkgbase-$pk

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

2013-09-18 Thread Jonathan Conder
Date: Thursday, September 19, 2013 @ 06:04:04
  Author: jconder
Revision: 97419

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

Added:
  mythtv/repos/community-i686/PKGBUILD
(from rev 97418, mythtv/trunk/PKGBUILD)
  mythtv/repos/community-i686/mythbackend.service
(from rev 97418, mythtv/trunk/mythbackend.service)
  mythtv/repos/community-i686/mythtv.install
(from rev 97418, mythtv/trunk/mythtv.install)
  mythtv/repos/community-x86_64/PKGBUILD
(from rev 97418, mythtv/trunk/PKGBUILD)
  mythtv/repos/community-x86_64/mythbackend.service
(from rev 97418, mythtv/trunk/mythbackend.service)
  mythtv/repos/community-x86_64/mythtv.install
(from rev 97418, mythtv/trunk/mythtv.install)
Deleted:
  mythtv/repos/community-i686/PKGBUILD
  mythtv/repos/community-i686/alsa.patch
  mythtv/repos/community-i686/mythbackend.service
  mythtv/repos/community-i686/mythtv.install
  mythtv/repos/community-x86_64/PKGBUILD
  mythtv/repos/community-x86_64/alsa.patch
  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  |   75 
 community-i686/alsa.patch|   66 --
 community-i686/mythbackend.service   |   14 ---
 community-i686/mythtv.install|   22 
 community-x86_64/PKGBUILD|   75 
 community-x86_64/alsa.patch  |   66 --
 community-x86_64/mythbackend.service |   14 ---
 community-x86_64/mythtv.install  |   22 
 11 files changed, 218 insertions(+), 354 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-09-19 04:02:49 UTC (rev 97418)
+++ community-i686/PKGBUILD 2013-09-19 04:04:04 UTC (rev 97419)
@@ -1,75 +0,0 @@
-# $Id$
-# Maintainer: Jonathan Conder 
-# Contributor: Giovanni Scafora 
-# Contributor: Juergen Hoetzel 
-# Contributor: 
-# Contributor: dorphell 
-
-pkgname=mythtv
-pkgver=0.26.1
-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' '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=('ef25a9b86f4a23d6f07d83791a1e5c9e'
- '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 \
-   

[arch-commits] Commit in mythtv/trunk (PKGBUILD alsa.patch)

2013-09-18 Thread Jonathan Conder
Date: Thursday, September 19, 2013 @ 06:02:49
  Author: jconder
Revision: 97418

upgpkg: mythtv 1:0.27-1

update to 0.27

Modified:
  mythtv/trunk/PKGBUILD
Deleted:
  mythtv/trunk/alsa.patch

+
 PKGBUILD   |   62 ++-
 alsa.patch |   66 ---
 2 files changed, 30 insertions(+), 98 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-09-18 23:09:17 UTC (rev 97417)
+++ PKGBUILD2013-09-19 04:02:49 UTC (rev 97418)
@@ -6,7 +6,7 @@
 # Contributor: dorphell 
 
 pkgname=mythtv
-pkgver=0.26.1
+pkgver=0.27
 pkgrel=1
 epoch=1
 pkgdesc="A Homebrew PVR project"
@@ -14,56 +14,54 @@
 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')
+ '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'
+'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=('ef25a9b86f4a23d6f07d83791a1e5c9e'
- 'f64b8219e3d27a2edf96733b851e576b'
- 'e4d572dcc307d6d8ae26bee5aebf9f3a'
- 'ae88a16e9f42a913f395bf71af18e931'
- '6e156c9fc0b369346d93ccafad46cba3')
+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')
 
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
+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"
+}
 
-  patch -Np1 -i "$srcdir/alsa.patch"
-  patch -Np2 -i "$srcdir/libva-compat.patch"
-  patch -Np2 -i "$srcdir/libcec-2-support.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-libx264 \
- --enable-vaapi \
- --python=python2
+  --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"
+  cd "$srcdir/$pkgname-fixes-$pkgver/$pkgname"
   make INSTALL_ROOT="$pkgdir" install
 
   install -D -m644 "$srcdir/mythbackend.service" 
"$pkgdir/usr/lib/systemd/system/mythbackend.service"

Deleted: alsa.patch
===
--- alsa.patch  2013-09-18 23:09:17 UTC (rev 97417)
+++ alsa.patch  2013-09-19 04:02:49 UTC (rev 97418)
@@ -1,66 +0,0 @@
-diff -Nru a/external/FFmpeg/libavdevice/alsa-audio-common.c 
b/external/FFmpeg/libavdevice/alsa-audio-common.c
 a/external/FFmpeg/libavdevice/alsa-audio-common.c  2012-10-02 
23:30:24.0 +1300
-+++ b/external/FFmpeg/libavdevice/alsa-audio-common.c  2013-01-09 
13:23:49.704360811 +1300
-@@ -28,6 +28,7 @@
-  * @author Nicolas George ( nicolas george normalesup org )
-  */
- 
-

[arch-commits] Commit in mythplugins/repos (24 files)

2013-08-20 Thread Jonathan Conder
Date: Tuesday, August 20, 2013 @ 13:49:57
  Author: jconder
Revision: 96153

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

Added:
  mythplugins/repos/community-i686/PKGBUILD
(from rev 96152, mythplugins/trunk/PKGBUILD)
  mythplugins/repos/community-i686/cdparanoia.patch
(from rev 96152, mythplugins/trunk/cdparanoia.patch)
  mythplugins/repos/community-i686/mtd.rc
(from rev 96152, mythplugins/trunk/mtd.rc)
  mythplugins/repos/community-i686/mythplugins-mythweb.install
(from rev 96152, mythplugins/trunk/mythplugins-mythweb.install)
  mythplugins/repos/community-i686/mythplugins-mythzoneminder.install
(from rev 96152, mythplugins/trunk/mythplugins-mythzoneminder.install)
  mythplugins/repos/community-i686/php55.patch
(from rev 96152, mythplugins/trunk/php55.patch)
  mythplugins/repos/community-x86_64/PKGBUILD
(from rev 96152, mythplugins/trunk/PKGBUILD)
  mythplugins/repos/community-x86_64/cdparanoia.patch
(from rev 96152, mythplugins/trunk/cdparanoia.patch)
  mythplugins/repos/community-x86_64/mtd.rc
(from rev 96152, mythplugins/trunk/mtd.rc)
  mythplugins/repos/community-x86_64/mythplugins-mythweb.install
(from rev 96152, mythplugins/trunk/mythplugins-mythweb.install)
  mythplugins/repos/community-x86_64/mythplugins-mythzoneminder.install
(from rev 96152, mythplugins/trunk/mythplugins-mythzoneminder.install)
  mythplugins/repos/community-x86_64/php55.patch
(from rev 96152, mythplugins/trunk/php55.patch)
Deleted:
  mythplugins/repos/community-i686/PKGBUILD
  mythplugins/repos/community-i686/cdparanoia.patch
  mythplugins/repos/community-i686/mtd.rc
  mythplugins/repos/community-i686/mythplugins-mythweb.install
  mythplugins/repos/community-i686/mythplugins-mythzoneminder.install
  mythplugins/repos/community-i686/php55.patch
  mythplugins/repos/community-x86_64/PKGBUILD
  mythplugins/repos/community-x86_64/cdparanoia.patch
  mythplugins/repos/community-x86_64/mtd.rc
  mythplugins/repos/community-x86_64/mythplugins-mythweb.install
  mythplugins/repos/community-x86_64/mythplugins-mythzoneminder.install
  mythplugins/repos/community-x86_64/php55.patch

-+
 /PKGBUILD   |  282 ++
 /cdparanoia.patch   |  104 ++
 /mtd.rc |   72 
 /mythplugins-mythweb.install|8 
 /mythplugins-mythzoneminder.install |6 
 /php55.patch|   44 ++
 community-i686/PKGBUILD |  141 -
 community-i686/cdparanoia.patch |   52 ---
 community-i686/mtd.rc   |   36 --
 community-i686/mythplugins-mythweb.install  |4 
 community-i686/mythplugins-mythzoneminder.install   |3 
 community-i686/php55.patch  |   22 -
 community-x86_64/PKGBUILD   |  141 -
 community-x86_64/cdparanoia.patch   |   52 ---
 community-x86_64/mtd.rc |   36 --
 community-x86_64/mythplugins-mythweb.install|4 
 community-x86_64/mythplugins-mythzoneminder.install |3 
 community-x86_64/php55.patch|   22 -
 18 files changed, 516 insertions(+), 516 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-08-20 11:47:25 UTC (rev 96152)
+++ community-i686/PKGBUILD 2013-08-20 11:49:57 UTC (rev 96153)
@@ -1,141 +0,0 @@
-# $Id$
-# Maintainer: Jonathan Conder 
-# Contributor: Giovanni Scafora 
-
-pkgbase=mythplugins
-pkgname=('mythplugins-mytharchive'
- 'mythplugins-mythbrowser'
- 'mythplugins-mythgallery'
- 'mythplugins-mythgame'
- 'mythplugins-mythmusic'
- 'mythplugins-mythnetvision'
- 'mythplugins-mythnews'
- 'mythplugins-mythweather'
- 'mythplugins-mythweb'
- 'mythplugins-mythzoneminder')
-pkgver=0.26.0
-pkgrel=3
-epoch=1
-arch=('i686' 'x86_64')
-url="http://www.mythtv.org";
-license=('GPL')
-makedepends=('cdrkit' 'dvdauthor' 'dvd+rw-tools' 'ffmpeg' 'flac' 'libexif'
- 'libvorbis' 'mesa' 'mesa-libgl' 'mplayer' 'mythtv'
-'perl-datetime-format-iso8601' 'perl-date-manip' 'perl-image-size'
-'perl-json' 'perl-libwww' 'perl-soap-lite' 'perl-xml-sax'
-'perl-xml-simple' 'perl-xml-xpath' 'python2-oauth' 'python-imaging'
-'python2-pycurl&

[arch-commits] Commit in mythplugins/trunk (PKGBUILD)

2013-08-20 Thread Jonathan Conder
Date: Tuesday, August 20, 2013 @ 13:47:25
  Author: jconder
Revision: 96152

upgpkg: mythplugins 1:0.26.1-1

update to 0.26.1

Modified:
  mythplugins/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-08-20 11:37:41 UTC (rev 96151)
+++ PKGBUILD2013-08-20 11:47:25 UTC (rev 96152)
@@ -13,8 +13,8 @@
  'mythplugins-mythweather'
  'mythplugins-mythweb'
  'mythplugins-mythzoneminder')
-pkgver=0.26.0
-pkgrel=3
+pkgver=0.26.1
+pkgrel=1
 epoch=1
 arch=('i686' 'x86_64')
 url="http://www.mythtv.org";
@@ -29,7 +29,7 @@
 'cdparanoia.patch'
 'php55.patch'
 'mtd.rc')
-md5sums=('15bd7b2f4173488966f3d761e0eacffa'
+md5sums=('d896d9f9313ba5dd95e2e977bf9c0f8f'
  '5de8dd79d0b8a2b006f3c3258938b6b7'
  'a6df720ef22fe6bef8c650b1bd5948cb'
  '476c12ba074794ad7f4ae092bdf949d6')



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

2013-08-20 Thread Jonathan Conder
Date: Tuesday, August 20, 2013 @ 13:25:49
  Author: jconder
Revision: 96148

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

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

--+
 /PKGBUILD|  150 +
 /alsa.patch  |  132 +
 /mythbackend.service |   28 ++
 /mythtv.install  |   44 +
 community-i686/PKGBUILD  |   75 
 community-i686/alsa.patch|   66 --
 community-i686/mythbackend.service   |   14 ---
 community-i686/mythtv.install|   22 
 community-x86_64/PKGBUILD|   75 
 community-x86_64/alsa.patch  |   66 --
 community-x86_64/mythbackend.service |   14 ---
 community-x86_64/mythtv.install  |   22 
 12 files changed, 354 insertions(+), 354 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-08-20 11:24:04 UTC (rev 96147)
+++ community-i686/PKGBUILD 2013-08-20 11:25:49 UTC (rev 96148)
@@ -1,75 +0,0 @@
-# $Id$
-# Maintainer: Jonathan Conder 
-# Contributor: Giovanni Scafora 
-# Contributor: Juergen Hoetzel 
-# Contributor: 
-# Contributor: dorphell 
-
-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" \
- 

[arch-commits] Commit in mythtv/trunk (PKGBUILD)

2013-08-20 Thread Jonathan Conder
Date: Tuesday, August 20, 2013 @ 13:24:04
  Author: jconder
Revision: 96147

upgpkg: mythtv 1:0.26.1-1

update to 0.26.1

Modified:
  mythtv/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-08-20 10:35:29 UTC (rev 96146)
+++ PKGBUILD2013-08-20 11:24:04 UTC (rev 96147)
@@ -6,8 +6,8 @@
 # Contributor: dorphell 
 
 pkgname=mythtv
-pkgver=0.26.0
-pkgrel=10
+pkgver=0.26.1
+pkgrel=1
 epoch=1
 pkgdesc="A Homebrew PVR project"
 arch=('i686' 'x86_64')
@@ -33,7 +33,7 @@
'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'
+md5sums=('ef25a9b86f4a23d6f07d83791a1e5c9e'
  'f64b8219e3d27a2edf96733b851e576b'
  'e4d572dcc307d6d8ae26bee5aebf9f3a'
  'ae88a16e9f42a913f395bf71af18e931'



[arch-commits] Commit in mythplugins/repos (22 files)

2013-08-11 Thread Jonathan Conder
Date: Monday, August 12, 2013 @ 07:40:02
  Author: jconder
Revision: 95422

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

Added:
  mythplugins/repos/community-i686/PKGBUILD
(from rev 95421, mythplugins/trunk/PKGBUILD)
  mythplugins/repos/community-i686/cdparanoia.patch
(from rev 95421, mythplugins/trunk/cdparanoia.patch)
  mythplugins/repos/community-i686/mtd.rc
(from rev 95421, mythplugins/trunk/mtd.rc)
  mythplugins/repos/community-i686/mythplugins-mythweb.install
(from rev 95421, mythplugins/trunk/mythplugins-mythweb.install)
  mythplugins/repos/community-i686/mythplugins-mythzoneminder.install
(from rev 95421, mythplugins/trunk/mythplugins-mythzoneminder.install)
  mythplugins/repos/community-i686/php55.patch
(from rev 95421, mythplugins/trunk/php55.patch)
  mythplugins/repos/community-x86_64/PKGBUILD
(from rev 95421, mythplugins/trunk/PKGBUILD)
  mythplugins/repos/community-x86_64/cdparanoia.patch
(from rev 95421, mythplugins/trunk/cdparanoia.patch)
  mythplugins/repos/community-x86_64/mtd.rc
(from rev 95421, mythplugins/trunk/mtd.rc)
  mythplugins/repos/community-x86_64/mythplugins-mythweb.install
(from rev 95421, mythplugins/trunk/mythplugins-mythweb.install)
  mythplugins/repos/community-x86_64/mythplugins-mythzoneminder.install
(from rev 95421, mythplugins/trunk/mythplugins-mythzoneminder.install)
  mythplugins/repos/community-x86_64/php55.patch
(from rev 95421, mythplugins/trunk/php55.patch)
Deleted:
  mythplugins/repos/community-i686/PKGBUILD
  mythplugins/repos/community-i686/cdparanoia.patch
  mythplugins/repos/community-i686/mtd.rc
  mythplugins/repos/community-i686/mythplugins-mythweb.install
  mythplugins/repos/community-i686/mythplugins-mythzoneminder.install
  mythplugins/repos/community-x86_64/PKGBUILD
  mythplugins/repos/community-x86_64/cdparanoia.patch
  mythplugins/repos/community-x86_64/mtd.rc
  mythplugins/repos/community-x86_64/mythplugins-mythweb.install
  mythplugins/repos/community-x86_64/mythplugins-mythzoneminder.install

-+
 /PKGBUILD   |  282 ++
 /cdparanoia.patch   |  104 ++
 /mtd.rc |   72 
 /mythplugins-mythweb.install|8 
 /mythplugins-mythzoneminder.install |6 
 community-i686/PKGBUILD |  138 
 community-i686/cdparanoia.patch |   52 ---
 community-i686/mtd.rc   |   36 --
 community-i686/mythplugins-mythweb.install  |4 
 community-i686/mythplugins-mythzoneminder.install   |3 
 community-i686/php55.patch  |   22 +
 community-x86_64/PKGBUILD   |  138 
 community-x86_64/cdparanoia.patch   |   52 ---
 community-x86_64/mtd.rc |   36 --
 community-x86_64/mythplugins-mythweb.install|4 
 community-x86_64/mythplugins-mythzoneminder.install |3 
 community-x86_64/php55.patch|   22 +
 17 files changed, 516 insertions(+), 466 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-08-12 05:36:30 UTC (rev 95421)
+++ community-i686/PKGBUILD 2013-08-12 05:40:02 UTC (rev 95422)
@@ -1,138 +0,0 @@
-# $Id$
-# Maintainer: Jonathan Conder 
-# Contributor: Giovanni Scafora 
-
-pkgbase=mythplugins
-pkgname=('mythplugins-mytharchive'
- 'mythplugins-mythbrowser'
- 'mythplugins-mythgallery'
- 'mythplugins-mythgame'
- 'mythplugins-mythmusic'
- 'mythplugins-mythnetvision'
- 'mythplugins-mythnews'
- 'mythplugins-mythweather'
- 'mythplugins-mythweb'
- 'mythplugins-mythzoneminder')
-pkgver=0.26.0
-pkgrel=2
-epoch=1
-arch=('i686' 'x86_64')
-url="http://www.mythtv.org";
-license=('GPL')
-makedepends=('cdrkit' 'dvdauthor' 'dvd+rw-tools' 'ffmpeg' 'flac' 'libexif'
- 'libvorbis' 'mesa' 'mplayer' 'mythtv'
-'perl-datetime-format-iso8601' 'perl-date-manip' 'perl-image-size'
-'perl-json' 'perl-libwww' 'perl-soap-lite' 'perl-xml-sax'
-'perl-xml-simple' 'perl-xml-xpath' 'python2-oauth' 'python-imaging'
-'python2-pycurl' 'taglib' 'zlib')
-source=("ftp://ftp.osuosl.org/pub/mythtv/$pkgbase-$pkgver.tar.bz2";
-'cdparanoia.patch'
-'m

[arch-commits] Commit in mythplugins/trunk (PKGBUILD php55.patch)

2013-08-11 Thread Jonathan Conder
Date: Monday, August 12, 2013 @ 07:36:30
  Author: jconder
Revision: 95421

upgpkg: mythplugins 1:0.26.0-3

fix mythweb for PHP 5.5

Added:
  mythplugins/trunk/php55.patch
Modified:
  mythplugins/trunk/PKGBUILD

-+
 PKGBUILD|7 +--
 php55.patch |   22 ++
 2 files changed, 27 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-08-12 05:12:07 UTC (rev 95420)
+++ PKGBUILD2013-08-12 05:36:30 UTC (rev 95421)
@@ -14,7 +14,7 @@
  'mythplugins-mythweb'
  'mythplugins-mythzoneminder')
 pkgver=0.26.0
-pkgrel=2
+pkgrel=3
 epoch=1
 arch=('i686' 'x86_64')
 url="http://www.mythtv.org";
@@ -27,9 +27,11 @@
 'python2-pycurl' 'taglib' 'zlib')
 source=("ftp://ftp.osuosl.org/pub/mythtv/$pkgbase-$pkgver.tar.bz2";
 'cdparanoia.patch'
+'php55.patch'
 'mtd.rc')
 md5sums=('15bd7b2f4173488966f3d761e0eacffa'
  '5de8dd79d0b8a2b006f3c3258938b6b7'
+ 'a6df720ef22fe6bef8c650b1bd5948cb'
  '476c12ba074794ad7f4ae092bdf949d6')
 
 build() {
@@ -40,11 +42,12 @@
   sed -re 's@cstdio@cstdio>\n#include string($errstr);
+ // Try to auto-repair damaged SQL tables
+@@ -113,9 +116,6 @@
+ add_error('Regular Expression Error:  '.$match[1]);
+ return;
+ }
+-// Leave early if we haven't requested reports from this kind of error
+-if (!($errno & error_reporting()))
+-return;
+ // Fatal errors should report considerably more detail
+ if (in_array($errno, array(E_USER_ERROR, E_ERROR))) {
+ // What type of error?



[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 
+# Contributor: Giovanni Scafora 
+# Contributor: Juergen Hoetzel 
+# Contributor: 
+# Contributor: dorphell 
+
+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

[arch-commits] Commit in mythtv/trunk (PKGBUILD)

2013-07-12 Thread Jonathan Conder
Date: Friday, July 12, 2013 @ 15:49:18
  Author: jconder
Revision: 93988

upgpkg: mythtv 1:0.26.0-10

x264 and ffmpeg rebuild

Modified:
  mythtv/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-07-12 13:45:21 UTC (rev 93987)
+++ PKGBUILD2013-07-12 13:49:18 UTC (rev 93988)
@@ -7,7 +7,7 @@
 
 pkgname=mythtv
 pkgver=0.26.0
-pkgrel=9
+pkgrel=10
 epoch=1
 pkgdesc="A Homebrew PVR project"
 arch=('i686' 'x86_64')



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

2013-07-11 Thread Jonathan Conder
Date: Thursday, July 11, 2013 @ 11:50:39
  Author: jconder
Revision: 93850

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

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

--+
 /PKGBUILD|  150 +
 /alsa.patch  |  132 +
 /mythbackend.service |   28 ++
 /mythtv.install  |   44 +
 community-i686/PKGBUILD  |   72 ---
 community-i686/alsa.patch|   66 --
 community-i686/mythbackend.service   |   14 ---
 community-i686/mythtv.install|   22 
 community-x86_64/PKGBUILD|   72 ---
 community-x86_64/alsa.patch  |   66 --
 community-x86_64/mythbackend.service |   14 ---
 community-x86_64/mythtv.install  |   22 
 12 files changed, 354 insertions(+), 348 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-07-11 09:48:43 UTC (rev 93849)
+++ community-i686/PKGBUILD 2013-07-11 09:50:39 UTC (rev 93850)
@@ -1,72 +0,0 @@
-# $Id$
-# Maintainer: Jonathan Conder 
-# Contributor: Giovanni Scafora 
-# Contributor: Juergen Hoetzel 
-# Contributor: 
-# Contributor: dorphell 
-
-pkgname=mythtv
-pkgver=0.26.0
-pkgrel=8
-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=('etc/conf.d/mythbackend')
-install='mythtv.install'
-source=("ftp://ftp.osuosl.org/pub/$pkgname/$pkgname-$pkgver.tar.bz2";
-'alsa.patch'
-   'mythbackend.service'
-   
'http://code.mythtv.org/trac/raw-attachment/ticket/11338/libcec-2-support.patch')
-md5sums=('f57066bf75e6f14824c494d41639f4f9'
- 'f64b8219e3d27a2edf96733b851e576b'
- 'e4d572dcc307d6d8ae26bee5aebf9f3a'
- '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/libcec-2-support.patch"
-
-  ARCH="${CARCH/_/-}"
-  ./configure --prefix=/usr \
-  --cpu="$ARCH" \
- --disable-altivec \
- --disable-audio-jack \
- --disable-ccache \
- --disable-distcc \
- --enable-libfftw3 \
-

[arch-commits] Commit in mythtv/trunk (PKGBUILD)

2013-07-11 Thread Jonathan Conder
Date: Thursday, July 11, 2013 @ 11:48:43
  Author: jconder
Revision: 93849

upgpkg: mythtv 1:0.26.0-9

fix libva compatibility

Modified:
  mythtv/trunk/PKGBUILD

--+
 PKGBUILD |7 +--
 1 file changed, 5 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-07-11 09:47:42 UTC (rev 93848)
+++ PKGBUILD2013-07-11 09:48:43 UTC (rev 93849)
@@ -7,7 +7,7 @@
 
 pkgname=mythtv
 pkgver=0.26.0
-pkgrel=8
+pkgrel=9
 epoch=1
 pkgdesc="A Homebrew PVR project"
 arch=('i686' 'x86_64')
@@ -26,15 +26,17 @@
 'xmltv: to download tv listings')
 conflicts=('myththemes' 'mythplugins-mythvideo')
 replaces=('myththemes' 'mythplugins-mythvideo')
-backup=('etc/conf.d/mythbackend')
+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() {
@@ -42,6 +44,7 @@
   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/_/-}"



[arch-commits] Commit in gnome-settings-daemon-updates/repos (12 files)

2013-05-18 Thread Jonathan Conder
Date: Sunday, May 19, 2013 @ 03:51:02
  Author: jconder
Revision: 91086

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

Added:
  gnome-settings-daemon-updates/repos/community-i686/PKGBUILD
(from rev 91085, gnome-settings-daemon-updates/trunk/PKGBUILD)
  gnome-settings-daemon-updates/repos/community-i686/arch.patch
(from rev 91085, gnome-settings-daemon-updates/trunk/arch.patch)
  
gnome-settings-daemon-updates/repos/community-i686/gnome-settings-daemon.install
(from rev 91085, 
gnome-settings-daemon-updates/trunk/gnome-settings-daemon.install)
  gnome-settings-daemon-updates/repos/community-x86_64/PKGBUILD
(from rev 91085, gnome-settings-daemon-updates/trunk/PKGBUILD)
  gnome-settings-daemon-updates/repos/community-x86_64/arch.patch
(from rev 91085, gnome-settings-daemon-updates/trunk/arch.patch)
  
gnome-settings-daemon-updates/repos/community-x86_64/gnome-settings-daemon.install
(from rev 91085, 
gnome-settings-daemon-updates/trunk/gnome-settings-daemon.install)
Deleted:
  gnome-settings-daemon-updates/repos/community-i686/PKGBUILD
  gnome-settings-daemon-updates/repos/community-i686/arch.patch
  
gnome-settings-daemon-updates/repos/community-i686/gnome-settings-daemon.install
  gnome-settings-daemon-updates/repos/community-x86_64/PKGBUILD
  gnome-settings-daemon-updates/repos/community-x86_64/arch.patch
  
gnome-settings-daemon-updates/repos/community-x86_64/gnome-settings-daemon.install

+
 /PKGBUILD  |   80 ++
 /arch.patch|  650 +++
 /gnome-settings-daemon.install |   24 
 community-i686/PKGBUILD|   40 -
 community-i686/arch.patch  |  325 ---
 community-i686/gnome-settings-daemon.install   |   12 
 community-x86_64/PKGBUILD  |   40 -
 community-x86_64/arch.patch|  325 ---
 community-x86_64/gnome-settings-daemon.install |   12 
 9 files changed, 754 insertions(+), 754 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 91085:91086 to see the changes.


[arch-commits] Commit in gnome-settings-daemon-updates/trunk (PKGBUILD)

2013-05-18 Thread Jonathan Conder
Date: Sunday, May 19, 2013 @ 03:49:39
  Author: jconder
Revision: 91085

upgpkg: gnome-settings-daemon-updates 3.8.2-1

update to 3.8.2

Modified:
  gnome-settings-daemon-updates/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-05-19 01:47:07 UTC (rev 91084)
+++ PKGBUILD2013-05-19 01:49:39 UTC (rev 91085)
@@ -3,7 +3,7 @@
 
 _pkgname=gnome-settings-daemon
 pkgname=$_pkgname-updates
-pkgver=3.8.1
+pkgver=3.8.2
 pkgrel=1
 pkgdesc="Updates plugin for the GNOME Settings daemon"
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 url="http://www.gnome.org";
 
source=("http://ftp.gnome.org/pub/gnome/sources/$_pkgname/${pkgver%.*}/$_pkgname-$pkgver.tar.xz";
'arch.patch')
-sha256sums=('367a770ec7a3c85a43bc39ced5a02a1b1761780d954329f6b21c0f2efcee'
+sha256sums=('e2118024549b1a3b24e338403d3451211b8cde5c68e387d9a0081e137191b0be'
'32f18a02698bb24aa8ae293eb7bf74a8261e3ce2c5149d259a87bd14500089ea')
 
 build() {



[arch-commits] Commit in gnome-packagekit/repos (8 files)

2013-05-18 Thread Jonathan Conder
Date: Sunday, May 19, 2013 @ 03:47:07
  Author: jconder
Revision: 91084

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

Added:
  gnome-packagekit/repos/community-i686/PKGBUILD
(from rev 91083, gnome-packagekit/trunk/PKGBUILD)
  gnome-packagekit/repos/community-i686/gnome-packagekit.install
(from rev 91083, gnome-packagekit/trunk/gnome-packagekit.install)
  gnome-packagekit/repos/community-x86_64/PKGBUILD
(from rev 91083, gnome-packagekit/trunk/PKGBUILD)
  gnome-packagekit/repos/community-x86_64/gnome-packagekit.install
(from rev 91083, gnome-packagekit/trunk/gnome-packagekit.install)
Deleted:
  gnome-packagekit/repos/community-i686/PKGBUILD
  gnome-packagekit/repos/community-i686/gnome-packagekit.install
  gnome-packagekit/repos/community-x86_64/PKGBUILD
  gnome-packagekit/repos/community-x86_64/gnome-packagekit.install

---+
 /PKGBUILD |   86 
 /gnome-packagekit.install |   38 
 community-i686/PKGBUILD   |   43 --
 community-i686/gnome-packagekit.install   |   19 --
 community-x86_64/PKGBUILD |   43 --
 community-x86_64/gnome-packagekit.install |   19 --
 6 files changed, 124 insertions(+), 124 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-05-19 01:46:04 UTC (rev 91083)
+++ community-i686/PKGBUILD 2013-05-19 01:47:07 UTC (rev 91084)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Jonathan Conder 
-
-pkgname=gnome-packagekit
-pkgver=3.8.1
-pkgrel=1
-pkgdesc='Collection of graphical tools for PackageKit to be used in the GNOME 
desktop'
-arch=('i686' 'x86_64')
-url='http://www.packagekit.org/'
-license=('GPL')
-depends=('desktop-file-utils' 'gtk3' 'hicolor-icon-theme' 'libnotify'
- 'packagekit')
-makedepends=('gconf' 'gtk-doc' 'intltool' 'itstool' 'libcanberra' 'upower')
-optdepends=('polkit-gnome: required for privileged actions'
-'gnome-settings-daemon-updates: update and message notifications')
-options=('!emptydirs' '!libtool')
-install="$pkgname.install"
-source=("http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz";)
-sha256sums=('fe0a6368ee5a67419c9332a3b0031ecf1e3e92aa2fe0eb30aa4273f6224d070a')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  _mime='application/x-xz-compressed-tar;application/x-servicepack;'
-  sed -i "s@MimeType=.*@MimeType=$_mime@" 
data/gpk-install-local-file.desktop.in
-
-  sed -i 's@python@python2@' python/enum-convertor.py
-  sed -i 's@python enum-convertor.py@python2 enum-convertor.py@' 
python/packagekit/Makefile.{am,in}
-
-  export PYTHON=/usr/bin/python2
-  ./configure --prefix=/usr \
- --sysconfdir=/etc \
- --disable-gtk-doc \
- --disable-schemas-compile \
- --disable-scrollkeeper
-  make -s
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make -s DESTDIR="$pkgdir" install
-}

Copied: gnome-packagekit/repos/community-i686/PKGBUILD (from rev 91083, 
gnome-packagekit/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-05-19 01:47:07 UTC (rev 91084)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Jonathan Conder 
+
+pkgname=gnome-packagekit
+pkgver=3.8.2
+pkgrel=1
+pkgdesc='Collection of graphical tools for PackageKit to be used in the GNOME 
desktop'
+arch=('i686' 'x86_64')
+url='http://www.packagekit.org/'
+license=('GPL')
+depends=('desktop-file-utils' 'gtk3' 'hicolor-icon-theme' 'libnotify'
+ 'packagekit')
+makedepends=('gconf' 'gtk-doc' 'intltool' 'itstool' 'libcanberra' 'upower')
+optdepends=('polkit-gnome: required for privileged actions'
+'gnome-settings-daemon-updates: update and message notifications')
+options=('!emptydirs' '!libtool')
+install="$pkgname.install"
+source=("http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz";)
+sha256sums=('f13481d477a47295fa204b73ae7590f61d5576a8c889e5644cee0bc1f5cf530c')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  _mime='application/x-xz-compressed-tar;application/x-servicepack;'
+  sed -i "s@MimeType=.*@MimeType=$_mime@" 
data/

[arch-commits] Commit in gnome-packagekit/trunk (PKGBUILD)

2013-05-18 Thread Jonathan Conder
Date: Sunday, May 19, 2013 @ 03:46:04
  Author: jconder
Revision: 91083

upgpkg: gnome-packagekit 3.8.2-1

update to 3.8.2

Modified:
  gnome-packagekit/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-05-18 21:26:38 UTC (rev 91082)
+++ PKGBUILD2013-05-19 01:46:04 UTC (rev 91083)
@@ -2,7 +2,7 @@
 # Maintainer: Jonathan Conder 
 
 pkgname=gnome-packagekit
-pkgver=3.8.1
+pkgver=3.8.2
 pkgrel=1
 pkgdesc='Collection of graphical tools for PackageKit to be used in the GNOME 
desktop'
 arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@
 options=('!emptydirs' '!libtool')
 install="$pkgname.install"
 
source=("http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz";)
-sha256sums=('fe0a6368ee5a67419c9332a3b0031ecf1e3e92aa2fe0eb30aa4273f6224d070a')
+sha256sums=('f13481d477a47295fa204b73ae7590f61d5576a8c889e5644cee0bc1f5cf530c')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"



[arch-commits] Commit in packagekit/repos (20 files)

2013-05-15 Thread Jonathan Conder
Date: Thursday, May 16, 2013 @ 04:47:08
  Author: jconder
Revision: 90942

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

Added:
  packagekit/repos/community-i686/PKGBUILD
(from rev 90941, packagekit/trunk/PKGBUILD)
  packagekit/repos/community-i686/adopt.patch
(from rev 90941, packagekit/trunk/adopt.patch)
  packagekit/repos/community-i686/alpm.patch
(from rev 90941, packagekit/trunk/alpm.patch)
  packagekit/repos/community-i686/libarchive.patch
(from rev 90941, packagekit/trunk/libarchive.patch)
  packagekit/repos/community-i686/packagekit.install
(from rev 90941, packagekit/trunk/packagekit.install)
  packagekit/repos/community-x86_64/PKGBUILD
(from rev 90941, packagekit/trunk/PKGBUILD)
  packagekit/repos/community-x86_64/adopt.patch
(from rev 90941, packagekit/trunk/adopt.patch)
  packagekit/repos/community-x86_64/alpm.patch
(from rev 90941, packagekit/trunk/alpm.patch)
  packagekit/repos/community-x86_64/libarchive.patch
(from rev 90941, packagekit/trunk/libarchive.patch)
  packagekit/repos/community-x86_64/packagekit.install
(from rev 90941, packagekit/trunk/packagekit.install)
Deleted:
  packagekit/repos/community-i686/PKGBUILD
  packagekit/repos/community-i686/adopt.patch
  packagekit/repos/community-i686/alpm.patch
  packagekit/repos/community-i686/libarchive.patch
  packagekit/repos/community-i686/packagekit.install
  packagekit/repos/community-x86_64/PKGBUILD
  packagekit/repos/community-x86_64/adopt.patch
  packagekit/repos/community-x86_64/alpm.patch
  packagekit/repos/community-x86_64/libarchive.patch
  packagekit/repos/community-x86_64/packagekit.install

-+
 /PKGBUILD   |  210 ++
 /adopt.patch|   26 
 /alpm.patch | 3242 ++
 /libarchive.patch   |   78 
 /packagekit.install |   22 
 community-i686/PKGBUILD |  104 -
 community-i686/adopt.patch  |   13 
 community-i686/alpm.patch   | 1613 
 community-i686/libarchive.patch |   39 
 community-i686/packagekit.install   |   11 
 community-x86_64/PKGBUILD   |  104 -
 community-x86_64/adopt.patch|   13 
 community-x86_64/alpm.patch | 1613 
 community-x86_64/libarchive.patch   |   39 
 community-x86_64/packagekit.install |   11 
 15 files changed, 3578 insertions(+), 3560 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 90941:90942 to see the changes.


[arch-commits] Commit in packagekit/trunk (PKGBUILD alpm.patch)

2013-05-15 Thread Jonathan Conder
Date: Thursday, May 16, 2013 @ 04:45:17
  Author: jconder
Revision: 90941

upgpkg: packagekit 0.7.6-10

move files from /usr/sbin to /usr/bin

Modified:
  packagekit/trunk/PKGBUILD
  packagekit/trunk/alpm.patch

+
 PKGBUILD   |7 ---
 alpm.patch |   42 +-
 2 files changed, 29 insertions(+), 20 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-05-15 21:35:03 UTC (rev 90940)
+++ PKGBUILD2013-05-16 02:45:17 UTC (rev 90941)
@@ -3,7 +3,7 @@
 pkgbase='packagekit'
 pkgname=('packagekit' 'packagekit-qt2' 'python2-packagekit')
 pkgver=0.7.6
-pkgrel=9
+pkgrel=10
 pkgdesc="A system designed to make installation and updates of packages 
easier."
 arch=('i686' 'x86_64')
 url="http://www.packagekit.org";
@@ -18,7 +18,7 @@
'libarchive.patch')
 sha256sums=('82c0a553075d49add3c4f58e6e93f7f3613938809a4b8e36f46476e86981b45d'
 'd0ee8580202a878571470017731299c63e5c5120afe881bb41b9544322b8'
-   'd27c77d3c0e2932fff2916fedcae011bd283904ef7c329dd0dc05163b58d7415'
+   'c7f6da04f5b8f09e6d884ae4f480c064eae10de1d2528bf14d2f55b34e472c23'
'0d3798c8992afdc0930aa271b3e44deb55c046ab4adee25b4ec4c33bcdd950e2')
 
 build() {
@@ -31,6 +31,7 @@
   patch -Np1 -i "$srcdir/adopt.patch"
   patch -Np1 -i "$srcdir/alpm.patch"
   patch -Np1 -i "$srcdir/libarchive.patch"
+  sed -i 's@sbin_PROGRAMS@bin_PROGRAMS@' 'contrib/device-rebind/Makefile.am'
 
   export PYTHON=/usr/bin/python2
   ./autogen.sh --prefix=/usr \
@@ -52,7 +53,7 @@
   --disable-dummy \
   --enable-alpm \
   --with-default-backend=alpm
-  make -s CFLAGS='-D_FILE_OFFSET_BITS=64 -O2 -Wno-unused-local-typedefs'
+  make -s CFLAGS='-D_FILE_OFFSET_BITS=64 -O2 -Wno-unused-local-typedefs 
-Wno-deprecated-declarations -Wno-suggest-attribute=format'
 }
 
 package_packagekit() {

Modified: alpm.patch
===
--- alpm.patch  2013-05-15 21:35:03 UTC (rev 90940)
+++ alpm.patch  2013-05-16 02:45:17 UTC (rev 90941)
@@ -1080,7 +1080,7 @@
  
  out:
 diff --git a/backends/alpm/pk-backend-transaction.c 
b/backends/alpm/pk-backend-transaction.c
-index 76402f0..5e32151 100644
+index 76402f0..554f06d 100644
 --- a/backends/alpm/pk-backend-transaction.c
 +++ b/backends/alpm/pk-backend-transaction.c
 @@ -63,7 +63,7 @@ alpm_pkg_has_basename (alpm_pkg_t *pkg, const gchar 
*basename)
@@ -1130,7 +1130,15 @@
if (percent == recent) {
break;
}
-@@ -388,6 +393,17 @@ pk_backend_output (PkBackend *self, const gchar *output)
+@@ -316,7 +321,6 @@ pk_backend_transaction_conv_cb (alpm_question_t question, 
gpointer data1,
+   case ALPM_QUESTION_REPLACE_PKG:
+   case ALPM_QUESTION_CONFLICT_PKG:
+   case ALPM_QUESTION_CORRUPTED_PKG:
+-  case ALPM_QUESTION_LOCAL_NEWER:
+   /* these actions are mostly harmless */
+   g_debug ("safe question %d", question);
+   *result = 1;
+@@ -388,6 +392,17 @@ pk_backend_output (PkBackend *self, const gchar *output)
  }
  
  static void
@@ -1148,7 +1156,7 @@
  pk_backend_transaction_dep_resolve (PkBackend *self)
  {
g_return_if_fail (self != NULL);
-@@ -427,7 +443,8 @@ pk_backend_transaction_add_done (PkBackend *self, 
alpm_pkg_t *pkg)
+@@ -427,7 +442,8 @@ pk_backend_transaction_add_done (PkBackend *self, 
alpm_pkg_t *pkg)
name = alpm_pkg_get_name (pkg);
version = alpm_pkg_get_version (pkg);
  
@@ -1158,7 +1166,7 @@
pk_backend_pkg (self, pkg, PK_INFO_ENUM_FINISHED);
  
optdepends = alpm_pkg_get_optdepends (pkg);
-@@ -435,8 +452,10 @@ pk_backend_transaction_add_done (PkBackend *self, 
alpm_pkg_t *pkg)
+@@ -435,8 +451,10 @@ pk_backend_transaction_add_done (PkBackend *self, 
alpm_pkg_t *pkg)
pk_backend_output (self, "Optional dependencies:\n");
  
for (i = optdepends; i != NULL; i = i->next) {
@@ -1170,7 +1178,7 @@
pk_backend_output (self, output);
g_free (output);
}
-@@ -467,7 +486,8 @@ pk_backend_transaction_remove_done (PkBackend *self, 
alpm_pkg_t *pkg)
+@@ -467,7 +485,8 @@ pk_backend_transaction_remove_done (PkBackend *self, 
alpm_pkg_t *pkg)
name = alpm_pkg_get_name (pkg);
version = alpm_pkg_get_version (pkg);
  
@@ -1180,7 +1188,7 @@
pk_backend_pkg (self, pkg, PK_INFO_ENUM_FINISHED);
pk_backend_output_end (self);
  }
-@@ -498,45 +518,106 @@ pk_backend_transaction_upgrade_start (PkBackend *self, 
alpm_pkg_t *pkg,
+@@ -498,45 +517,106 @@ pk_backend_transaction_upgrade_start (PkBackend *self, 
alpm_pkg_t *pkg,
pk_backend_output_start (self, pkg);
  }
  
@@ -1307,7 +1315,7 @@
  pk_backend_transaction_setup (PkBackend *self)
  {
g_return_if_fail (sel

[arch-commits] Commit in gnome-settings-daemon-updates/repos (14 files)

2013-04-16 Thread Jonathan Conder
Date: Wednesday, April 17, 2013 @ 00:53:36
  Author: jconder
Revision: 88384

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

Added:
  gnome-settings-daemon-updates/repos/community-testing-i686/PKGBUILD
(from rev 88383, gnome-settings-daemon-updates/trunk/PKGBUILD)
  gnome-settings-daemon-updates/repos/community-testing-i686/arch.patch
(from rev 88383, gnome-settings-daemon-updates/trunk/arch.patch)
  
gnome-settings-daemon-updates/repos/community-testing-i686/gnome-settings-daemon.install
(from rev 88383, 
gnome-settings-daemon-updates/trunk/gnome-settings-daemon.install)
  gnome-settings-daemon-updates/repos/community-testing-x86_64/PKGBUILD
(from rev 88383, gnome-settings-daemon-updates/trunk/PKGBUILD)
  gnome-settings-daemon-updates/repos/community-testing-x86_64/arch.patch
(from rev 88383, gnome-settings-daemon-updates/trunk/arch.patch)
  
gnome-settings-daemon-updates/repos/community-testing-x86_64/gnome-settings-daemon.install
(from rev 88383, 
gnome-settings-daemon-updates/trunk/gnome-settings-daemon.install)
Deleted:
  
gnome-settings-daemon-updates/repos/community-testing-i686/0001-power-and-media-keys-Use-logind-for-suspending-and-r.patch
  gnome-settings-daemon-updates/repos/community-testing-i686/PKGBUILD
  gnome-settings-daemon-updates/repos/community-testing-i686/arch.patch
  
gnome-settings-daemon-updates/repos/community-testing-i686/gnome-settings-daemon.install
  
gnome-settings-daemon-updates/repos/community-testing-x86_64/0001-power-and-media-keys-Use-logind-for-suspending-and-r.patch
  gnome-settings-daemon-updates/repos/community-testing-x86_64/PKGBUILD
  gnome-settings-daemon-updates/repos/community-testing-x86_64/arch.patch
  
gnome-settings-daemon-updates/repos/community-testing-x86_64/gnome-settings-daemon.install

--+
 /PKGBUILD  
  |   80 
 /arch.patch
  |  650 
 /gnome-settings-daemon.install 
  |   24 
 
community-testing-i686/0001-power-and-media-keys-Use-logind-for-suspending-and-r.patch
   | 1476 --
 community-testing-i686/PKGBUILD
  |   40 
 community-testing-i686/arch.patch  
  |  325 --
 community-testing-i686/gnome-settings-daemon.install   
  |   12 
 
community-testing-x86_64/0001-power-and-media-keys-Use-logind-for-suspending-and-r.patch
 | 1476 --
 community-testing-x86_64/PKGBUILD  
  |   40 
 community-testing-x86_64/arch.patch
  |  325 --
 community-testing-x86_64/gnome-settings-daemon.install 
  |   12 
 11 files changed, 754 insertions(+), 3706 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 88383:88384 to see the changes.


[arch-commits] Commit in gnome-settings-daemon-updates/trunk (2 files)

2013-04-16 Thread Jonathan Conder
Date: Wednesday, April 17, 2013 @ 00:52:10
  Author: jconder
Revision: 88383

upgpkg: gnome-settings-daemon-updates 3.8.1-1

update to 3.8.1

Modified:
  gnome-settings-daemon-updates/trunk/PKGBUILD
Deleted:
  
gnome-settings-daemon-updates/trunk/0001-power-and-media-keys-Use-logind-for-suspending-and-r.patch

-+
 0001-power-and-media-keys-Use-logind-for-suspending-and-r.patch | 1476 
--
 PKGBUILD|4 
 2 files changed, 2 insertions(+), 1478 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 88382:88383 to see the changes.


[arch-commits] Commit in gnome-packagekit/repos (8 files)

2013-04-16 Thread Jonathan Conder
Date: Wednesday, April 17, 2013 @ 00:41:30
  Author: jconder
Revision: 88382

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

Added:
  gnome-packagekit/repos/community-testing-i686/PKGBUILD
(from rev 88381, gnome-packagekit/trunk/PKGBUILD)
  gnome-packagekit/repos/community-testing-i686/gnome-packagekit.install
(from rev 88381, gnome-packagekit/trunk/gnome-packagekit.install)
  gnome-packagekit/repos/community-testing-x86_64/PKGBUILD
(from rev 88381, gnome-packagekit/trunk/PKGBUILD)
  gnome-packagekit/repos/community-testing-x86_64/gnome-packagekit.install
(from rev 88381, gnome-packagekit/trunk/gnome-packagekit.install)
Deleted:
  gnome-packagekit/repos/community-testing-i686/PKGBUILD
  gnome-packagekit/repos/community-testing-i686/gnome-packagekit.install
  gnome-packagekit/repos/community-testing-x86_64/PKGBUILD
  gnome-packagekit/repos/community-testing-x86_64/gnome-packagekit.install

---+
 /PKGBUILD |   86 
 /gnome-packagekit.install |   38 
 community-testing-i686/PKGBUILD   |   43 --
 community-testing-i686/gnome-packagekit.install   |   19 
 community-testing-x86_64/PKGBUILD |   43 --
 community-testing-x86_64/gnome-packagekit.install |   19 
 6 files changed, 124 insertions(+), 124 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2013-04-16 22:40:02 UTC (rev 88381)
+++ community-testing-i686/PKGBUILD 2013-04-16 22:41:30 UTC (rev 88382)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Jonathan Conder 
-
-pkgname=gnome-packagekit
-pkgver=3.8.0
-pkgrel=1
-pkgdesc='Collection of graphical tools for PackageKit to be used in the GNOME 
desktop'
-arch=('i686' 'x86_64')
-url='http://www.packagekit.org/'
-license=('GPL')
-depends=('desktop-file-utils' 'gtk3' 'hicolor-icon-theme' 'libnotify'
- 'packagekit')
-makedepends=('gconf' 'gtk-doc' 'intltool' 'itstool' 'libcanberra' 'upower')
-optdepends=('polkit-gnome: required for privileged actions'
-'gnome-settings-daemon-updates: update and message notifications')
-options=('!emptydirs' '!libtool')
-install="$pkgname.install"
-source=("http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz";)
-sha256sums=('dc4773580a05c54b51289154f62ae1fd78120ccb2efbd98cb12512044f5fbfc2')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  _mime='application/x-xz-compressed-tar;application/x-servicepack;'
-  sed -i "s@MimeType=.*@MimeType=$_mime@" 
data/gpk-install-local-file.desktop.in
-
-  sed -i 's@python@python2@' python/enum-convertor.py
-  sed -i 's@python enum-convertor.py@python2 enum-convertor.py@' 
python/packagekit/Makefile.{am,in}
-
-  export PYTHON=/usr/bin/python2
-  ./configure --prefix=/usr \
- --sysconfdir=/etc \
- --disable-gtk-doc \
- --disable-schemas-compile \
- --disable-scrollkeeper
-  make -s
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make -s DESTDIR="$pkgdir" install
-}

Copied: gnome-packagekit/repos/community-testing-i686/PKGBUILD (from rev 88381, 
gnome-packagekit/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-04-16 22:41:30 UTC (rev 88382)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Jonathan Conder 
+
+pkgname=gnome-packagekit
+pkgver=3.8.1
+pkgrel=1
+pkgdesc='Collection of graphical tools for PackageKit to be used in the GNOME 
desktop'
+arch=('i686' 'x86_64')
+url='http://www.packagekit.org/'
+license=('GPL')
+depends=('desktop-file-utils' 'gtk3' 'hicolor-icon-theme' 'libnotify'
+ 'packagekit')
+makedepends=('gconf' 'gtk-doc' 'intltool' 'itstool' 'libcanberra' 'upower')
+optdepends=('polkit-gnome: required for privileged actions'
+'gnome-settings-daemon-updates: update and message notifications')
+options=('!emptydirs' '!libtool')
+install="$pkgname.install"
+source=("http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz";)
+sha256sums=('fe0a6368ee5a67419c9332a3b0031ecf1e3e92aa2fe0eb30aa4273f6224d070a')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  _mime=&

[arch-commits] Commit in gnome-packagekit/trunk (PKGBUILD)

2013-04-16 Thread Jonathan Conder
Date: Wednesday, April 17, 2013 @ 00:40:02
  Author: jconder
Revision: 88381

upgpkg: gnome-packagekit 3.8.1-1

update to 3.8.1

Modified:
  gnome-packagekit/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-04-16 21:44:49 UTC (rev 88380)
+++ PKGBUILD2013-04-16 22:40:02 UTC (rev 88381)
@@ -2,7 +2,7 @@
 # Maintainer: Jonathan Conder 
 
 pkgname=gnome-packagekit
-pkgver=3.8.0
+pkgver=3.8.1
 pkgrel=1
 pkgdesc='Collection of graphical tools for PackageKit to be used in the GNOME 
desktop'
 arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@
 options=('!emptydirs' '!libtool')
 install="$pkgname.install"
 
source=("http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz";)
-sha256sums=('dc4773580a05c54b51289154f62ae1fd78120ccb2efbd98cb12512044f5fbfc2')
+sha256sums=('fe0a6368ee5a67419c9332a3b0031ecf1e3e92aa2fe0eb30aa4273f6224d070a')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"



[arch-commits] Commit in gnome-settings-daemon-updates/repos (10 files)

2013-04-12 Thread Jonathan Conder
Date: Saturday, April 13, 2013 @ 04:09:22
  Author: jconder
Revision: 88173

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

Added:
  gnome-settings-daemon-updates/repos/community-testing-i686/
  
gnome-settings-daemon-updates/repos/community-testing-i686/0001-power-and-media-keys-Use-logind-for-suspending-and-r.patch
(from rev 88172, 
gnome-settings-daemon-updates/trunk/0001-power-and-media-keys-Use-logind-for-suspending-and-r.patch)
  gnome-settings-daemon-updates/repos/community-testing-i686/PKGBUILD
(from rev 88172, gnome-settings-daemon-updates/trunk/PKGBUILD)
  gnome-settings-daemon-updates/repos/community-testing-i686/arch.patch
(from rev 88172, gnome-settings-daemon-updates/trunk/arch.patch)
  
gnome-settings-daemon-updates/repos/community-testing-i686/gnome-settings-daemon.install
(from rev 88172, 
gnome-settings-daemon-updates/trunk/gnome-settings-daemon.install)
  gnome-settings-daemon-updates/repos/community-testing-x86_64/
  
gnome-settings-daemon-updates/repos/community-testing-x86_64/0001-power-and-media-keys-Use-logind-for-suspending-and-r.patch
(from rev 88172, 
gnome-settings-daemon-updates/trunk/0001-power-and-media-keys-Use-logind-for-suspending-and-r.patch)
  gnome-settings-daemon-updates/repos/community-testing-x86_64/PKGBUILD
(from rev 88172, gnome-settings-daemon-updates/trunk/PKGBUILD)
  gnome-settings-daemon-updates/repos/community-testing-x86_64/arch.patch
(from rev 88172, gnome-settings-daemon-updates/trunk/arch.patch)
  
gnome-settings-daemon-updates/repos/community-testing-x86_64/gnome-settings-daemon.install
(from rev 88172, 
gnome-settings-daemon-updates/trunk/gnome-settings-daemon.install)

--+
 
community-testing-i686/0001-power-and-media-keys-Use-logind-for-suspending-and-r.patch
   | 1476 ++
 community-testing-i686/PKGBUILD
  |   40 
 community-testing-i686/arch.patch  
  |  325 ++
 community-testing-i686/gnome-settings-daemon.install   
  |   12 
 
community-testing-x86_64/0001-power-and-media-keys-Use-logind-for-suspending-and-r.patch
 | 1476 ++
 community-testing-x86_64/PKGBUILD  
  |   40 
 community-testing-x86_64/arch.patch
  |  325 ++
 community-testing-x86_64/gnome-settings-daemon.install 
  |   12 
 8 files changed, 3706 insertions(+)

The diff is longer than the limit of 200KB.
Use svn diff -r 88172:88173 to see the changes.


[arch-commits] Commit in gnome-settings-daemon-updates/trunk (PKGBUILD)

2013-04-12 Thread Jonathan Conder
Date: Saturday, April 13, 2013 @ 04:08:03
  Author: jconder
Revision: 88172

upgpkg: gnome-settings-daemon-updates 3.8.0-1

update to 3.8.0

Modified:
  gnome-settings-daemon-updates/trunk/PKGBUILD

--+
 PKGBUILD |   16 
 1 file changed, 4 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-04-13 01:58:31 UTC (rev 88171)
+++ PKGBUILD2013-04-13 02:08:03 UTC (rev 88172)
@@ -3,8 +3,8 @@
 
 _pkgname=gnome-settings-daemon
 pkgname=$_pkgname-updates
-pkgver=3.6.4
-pkgrel=2
+pkgver=3.8.0
+pkgrel=1
 pkgdesc="Updates plugin for the GNOME Settings daemon"
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -14,28 +14,20 @@
 install=$_pkgname.install
 url="http://www.gnome.org";
 
source=("http://ftp.gnome.org/pub/gnome/sources/$_pkgname/${pkgver%.*}/$_pkgname-$pkgver.tar.xz";
-   '0001-power-and-media-keys-Use-logind-for-suspending-and-r.patch'
'arch.patch')
-sha256sums=('3db993f2dbabc0c9d06a309bb12c9a7104b9cdda414ac4b1c301f5114a441c15'
-'dbea64c93db308cbcae52cf0c512986c6f07a0bd5023b0641255416af863011e'
+sha256sums=('dff9e725a34158558836843e17079f602522bc30f05acf96cb2712eb4544c9ea'
'32f18a02698bb24aa8ae293eb7bf74a8261e3ce2c5149d259a87bd14500089ea')
 
 build() {
   cd "$srcdir/$_pkgname-$pkgver"
 
-  patch -Np1 -i 
"$srcdir/0001-power-and-media-keys-Use-logind-for-suspending-and-r.patch"
   patch -Np1 -i "$srcdir/arch.patch"
 
-  aclocal
-  autoconf
-  automake --add-missing
   ./configure --prefix=/usr \
   --sysconfdir=/etc \
   --localstatedir=/var \
   --libexecdir=/usr/lib/gnome-settings-daemon \
-  --disable-static \
-  --enable-systemd \
- --disable-ibus
+  --disable-static
 
   #https://bugzilla.gnome.org/show_bug.cgi?id=656231
   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool



[arch-commits] Commit in gnome-packagekit/repos (4 files)

2013-04-12 Thread Jonathan Conder
Date: Saturday, April 13, 2013 @ 03:58:31
  Author: jconder
Revision: 88171

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

Added:
  gnome-packagekit/repos/community-testing-i686/PKGBUILD
(from rev 88170, gnome-packagekit/trunk/PKGBUILD)
  gnome-packagekit/repos/community-testing-i686/gnome-packagekit.install
(from rev 88170, gnome-packagekit/trunk/gnome-packagekit.install)
  gnome-packagekit/repos/community-testing-x86_64/PKGBUILD
(from rev 88170, gnome-packagekit/trunk/PKGBUILD)
  gnome-packagekit/repos/community-testing-x86_64/gnome-packagekit.install
(from rev 88170, gnome-packagekit/trunk/gnome-packagekit.install)

---+
 community-testing-i686/PKGBUILD   |   43 
 community-testing-i686/gnome-packagekit.install   |   19 
 community-testing-x86_64/PKGBUILD |   43 
 community-testing-x86_64/gnome-packagekit.install |   19 
 4 files changed, 124 insertions(+)

Copied: gnome-packagekit/repos/community-testing-i686/PKGBUILD (from rev 88170, 
gnome-packagekit/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-04-13 01:58:31 UTC (rev 88171)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Jonathan Conder 
+
+pkgname=gnome-packagekit
+pkgver=3.8.0
+pkgrel=1
+pkgdesc='Collection of graphical tools for PackageKit to be used in the GNOME 
desktop'
+arch=('i686' 'x86_64')
+url='http://www.packagekit.org/'
+license=('GPL')
+depends=('desktop-file-utils' 'gtk3' 'hicolor-icon-theme' 'libnotify'
+ 'packagekit')
+makedepends=('gconf' 'gtk-doc' 'intltool' 'itstool' 'libcanberra' 'upower')
+optdepends=('polkit-gnome: required for privileged actions'
+'gnome-settings-daemon-updates: update and message notifications')
+options=('!emptydirs' '!libtool')
+install="$pkgname.install"
+source=("http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz";)
+sha256sums=('dc4773580a05c54b51289154f62ae1fd78120ccb2efbd98cb12512044f5fbfc2')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  _mime='application/x-xz-compressed-tar;application/x-servicepack;'
+  sed -i "s@MimeType=.*@MimeType=$_mime@" 
data/gpk-install-local-file.desktop.in
+
+  sed -i 's@python@python2@' python/enum-convertor.py
+  sed -i 's@python enum-convertor.py@python2 enum-convertor.py@' 
python/packagekit/Makefile.{am,in}
+
+  export PYTHON=/usr/bin/python2
+  ./configure --prefix=/usr \
+ --sysconfdir=/etc \
+ --disable-gtk-doc \
+ --disable-schemas-compile \
+ --disable-scrollkeeper
+  make -s
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make -s DESTDIR="$pkgdir" install
+}

Copied: gnome-packagekit/repos/community-testing-i686/gnome-packagekit.install 
(from rev 88170, gnome-packagekit/trunk/gnome-packagekit.install)
===
--- community-testing-i686/gnome-packagekit.install 
(rev 0)
+++ community-testing-i686/gnome-packagekit.install 2013-04-13 01:58:31 UTC 
(rev 88171)
@@ -0,0 +1,19 @@
+post_install() {
+  usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  update-desktop-database -q
+}
+
+pre_upgrade() {
+  if (( $(vercmp $2 2.91.90) < 0 )); then
+usr/sbin/gconfpkg --uninstall gnome-packagekit
+  fi
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: gnome-packagekit/repos/community-testing-x86_64/PKGBUILD (from rev 
88170, gnome-packagekit/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2013-04-13 01:58:31 UTC (rev 88171)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Jonathan Conder 
+
+pkgname=gnome-packagekit
+pkgver=3.8.0
+pkgrel=1
+pkgdesc='Collection of graphical tools for PackageKit to be used in the GNOME 
desktop'
+arch=('i686' 'x86_64')
+url='http://www.packagekit.org/'
+license=('GPL')
+depends=('desktop-file-utils' 'gtk3' 'hicolor-icon-theme' 'libnotify'
+ 'packagekit')
+makedepends=('gconf' 'gtk-doc' 'intltool' 'itstool' 'libcanberra' 'upower')
+optdepends=('polkit-gnome: required for privileged actions'
+  

[arch-commits] Commit in gnome-packagekit/repos (2 files)

2013-04-12 Thread Jonathan Conder
Date: Saturday, April 13, 2013 @ 03:47:37
  Author: jconder
Revision: 88170

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

Added:
  gnome-packagekit/repos/community-testing-i686/
  gnome-packagekit/repos/community-testing-x86_64/



[arch-commits] Commit in gnome-packagekit/trunk (PKGBUILD)

2013-04-12 Thread Jonathan Conder
Date: Saturday, April 13, 2013 @ 03:43:37
  Author: jconder
Revision: 88169

upgpkg: gnome-packagekit 3.8.0-1

update to 3.8.0

Modified:
  gnome-packagekit/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-04-13 01:30:30 UTC (rev 88168)
+++ PKGBUILD2013-04-13 01:43:37 UTC (rev 88169)
@@ -2,7 +2,7 @@
 # Maintainer: Jonathan Conder 
 
 pkgname=gnome-packagekit
-pkgver=3.6.2
+pkgver=3.8.0
 pkgrel=1
 pkgdesc='Collection of graphical tools for PackageKit to be used in the GNOME 
desktop'
 arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@
 options=('!emptydirs' '!libtool')
 install="$pkgname.install"
 
source=("http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz";)
-sha256sums=('2db1069324cb85d8704bd1ffbbea3c29d57ba7b0d710f45f6563fd963517ef40')
+sha256sums=('dc4773580a05c54b51289154f62ae1fd78120ccb2efbd98cb12512044f5fbfc2')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"



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

2013-04-08 Thread Jonathan Conder
Date: Monday, April 8, 2013 @ 14:41:31
  Author: jconder
Revision: 87881

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

Added:
  packagekit/repos/community-i686/
  packagekit/repos/community-i686/PKGBUILD
(from rev 87880, packagekit/trunk/PKGBUILD)
  packagekit/repos/community-i686/adopt.patch
(from rev 87880, packagekit/trunk/adopt.patch)
  packagekit/repos/community-i686/alpm.patch
(from rev 87880, packagekit/trunk/alpm.patch)
  packagekit/repos/community-i686/libarchive.patch
(from rev 87880, packagekit/trunk/libarchive.patch)
  packagekit/repos/community-i686/packagekit.install
(from rev 87880, packagekit/trunk/packagekit.install)
  packagekit/repos/community-x86_64/
  packagekit/repos/community-x86_64/PKGBUILD
(from rev 87880, packagekit/trunk/PKGBUILD)
  packagekit/repos/community-x86_64/adopt.patch
(from rev 87880, packagekit/trunk/adopt.patch)
  packagekit/repos/community-x86_64/alpm.patch
(from rev 87880, packagekit/trunk/alpm.patch)
  packagekit/repos/community-x86_64/libarchive.patch
(from rev 87880, packagekit/trunk/libarchive.patch)
  packagekit/repos/community-x86_64/packagekit.install
(from rev 87880, packagekit/trunk/packagekit.install)

-+
 community-i686/PKGBUILD |  104 ++
 community-i686/adopt.patch  |   13 
 community-i686/alpm.patch   | 1613 ++
 community-i686/libarchive.patch |   39 
 community-i686/packagekit.install   |   11 
 community-x86_64/PKGBUILD   |  104 ++
 community-x86_64/adopt.patch|   13 
 community-x86_64/alpm.patch | 1613 ++
 community-x86_64/libarchive.patch   |   39 
 community-x86_64/packagekit.install |   11 
 10 files changed, 3560 insertions(+)

The diff is longer than the limit of 200KB.
Use svn diff -r 87880:87881 to see the changes.


[arch-commits] Commit in packagekit/trunk (PKGBUILD)

2013-04-08 Thread Jonathan Conder
Date: Monday, April 8, 2013 @ 14:39:42
  Author: jconder
Revision: 87880

upgpkg: packagekit 0.7.6-9

fix build error

Modified:
  packagekit/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-04-08 12:35:31 UTC (rev 87879)
+++ PKGBUILD2013-04-08 12:39:42 UTC (rev 87880)
@@ -3,7 +3,7 @@
 pkgbase='packagekit'
 pkgname=('packagekit' 'packagekit-qt2' 'python2-packagekit')
 pkgver=0.7.6
-pkgrel=8
+pkgrel=9
 pkgdesc="A system designed to make installation and updates of packages 
easier."
 arch=('i686' 'x86_64')
 url="http://www.packagekit.org";



[arch-commits] Commit in packagekit/repos (community-i686 community-x86_64)

2013-04-08 Thread Jonathan Conder
Date: Monday, April 8, 2013 @ 14:10:55
  Author: jconder
Revision: 87874

start from scratch

Deleted:
  packagekit/repos/community-i686/
  packagekit/repos/community-x86_64/



[arch-commits] Commit in packagekit/repos (11 files)

2013-04-08 Thread Jonathan Conder
Date: Monday, April 8, 2013 @ 14:08:35
  Author: jconder
Revision: 87873

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

Added:
  packagekit/repos/community-i686/PKGBUILD
  packagekit/repos/community-x86_64/PKGBUILD
(from rev 87872, packagekit/trunk/PKGBUILD)
  packagekit/repos/community-x86_64/adopt.patch
(from rev 87872, packagekit/trunk/adopt.patch)
  packagekit/repos/community-x86_64/alpm.patch
(from rev 87872, packagekit/trunk/alpm.patch)
  packagekit/repos/community-x86_64/libarchive.patch
(from rev 87872, packagekit/trunk/libarchive.patch)
  packagekit/repos/community-x86_64/packagekit.install
(from rev 87872, packagekit/trunk/packagekit.install)
Deleted:
  packagekit/repos/community-x86_64/PKGBUILD
  packagekit/repos/community-x86_64/adopt.patch
  packagekit/repos/community-x86_64/alpm.patch
  packagekit/repos/community-x86_64/libarchive.patch
  packagekit/repos/community-x86_64/packagekit.install

-+
 /PKGBUILD   |  104 ++
 /adopt.patch|   13 
 /alpm.patch | 1613 ++
 /libarchive.patch   |   39 
 /packagekit.install |   11 
 community-i686/PKGBUILD |  104 ++
 community-x86_64/PKGBUILD   |  104 --
 community-x86_64/adopt.patch|   13 
 community-x86_64/alpm.patch | 1613 --
 community-x86_64/libarchive.patch   |   39 
 community-x86_64/packagekit.install |   11 
 11 files changed, 1884 insertions(+), 1780 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 87872:87873 to see the changes.


[arch-commits] Commit in packagekit/repos/community-x86_64 (10 files)

2013-04-08 Thread Jonathan Conder
Date: Monday, April 8, 2013 @ 13:59:03
  Author: jconder
Revision: 87872

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

Added:
  packagekit/repos/community-x86_64/PKGBUILD
(from rev 87871, packagekit/trunk/PKGBUILD)
  packagekit/repos/community-x86_64/adopt.patch
(from rev 87871, packagekit/trunk/adopt.patch)
  packagekit/repos/community-x86_64/alpm.patch
(from rev 87871, packagekit/trunk/alpm.patch)
  packagekit/repos/community-x86_64/libarchive.patch
(from rev 87871, packagekit/trunk/libarchive.patch)
  packagekit/repos/community-x86_64/packagekit.install
(from rev 87871, packagekit/trunk/packagekit.install)
Deleted:
  packagekit/repos/community-x86_64/PKGBUILD
  packagekit/repos/community-x86_64/adopt.patch
  packagekit/repos/community-x86_64/alpm.patch
  packagekit/repos/community-x86_64/libarchive.patch
  packagekit/repos/community-x86_64/packagekit.install

+
 PKGBUILD   |  208 +--
 adopt.patch|   26 
 alpm.patch | 3224 +--
 libarchive.patch   |   78 -
 packagekit.install |   22 
 5 files changed, 1780 insertions(+), 1778 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 87871:87872 to see the changes.


[arch-commits] Commit in packagekit/repos (13 files)

2013-04-08 Thread Jonathan Conder
Date: Monday, April 8, 2013 @ 13:55:39
  Author: jconder
Revision: 87871

Added:
  packagekit/repos/community-i686/adopt.patch
(from rev 87869, packagekit/trunk/adopt.patch)
  packagekit/repos/community-i686/libarchive.patch
(from rev 87869, packagekit/trunk/libarchive.patch)
  packagekit/repos/community-i686/packagekit.install
(from rev 87869, packagekit/trunk/packagekit.install)
  packagekit/repos/community-x86_64/adopt.patch
(from rev 87869, packagekit/trunk/adopt.patch)
  packagekit/repos/community-x86_64/libarchive.patch
(from rev 87869, packagekit/trunk/libarchive.patch)
  packagekit/repos/community-x86_64/packagekit.install
(from rev 87869, packagekit/trunk/packagekit.install)
Deleted:
  packagekit/repos/community-i686/PKGBUILD
  packagekit/repos/community-i686/adopt.patch
  packagekit/repos/community-i686/libarchive.patch
  packagekit/repos/community-i686/packagekit.install
  packagekit/repos/community-x86_64/adopt.patch
  packagekit/repos/community-x86_64/libarchive.patch
  packagekit/repos/community-x86_64/packagekit.install

-+
 /adopt.patch|   26 
 /libarchive.patch   |   78 +
 /packagekit.install |   22 +++
 community-i686/PKGBUILD |  104 --
 community-i686/adopt.patch  |   13 
 community-i686/libarchive.patch |   39 
 community-i686/packagekit.install   |   11 ---
 community-x86_64/adopt.patch|   13 
 community-x86_64/libarchive.patch   |   39 
 community-x86_64/packagekit.install |   11 ---
 10 files changed, 126 insertions(+), 230 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-04-08 11:46:17 UTC (rev 87870)
+++ community-i686/PKGBUILD 2013-04-08 11:55:39 UTC (rev 87871)
@@ -1,104 +0,0 @@
-# $Id$
-# Maintainer: Jonathan Conder 
-pkgbase='packagekit'
-pkgname=('packagekit' 'packagekit-qt2' 'python2-packagekit')
-pkgver=0.7.6
-pkgrel=6
-pkgdesc="A system designed to make installation and updates of packages 
easier."
-arch=('i686' 'x86_64')
-url="http://www.packagekit.org";
-license=('GPL')
-makedepends=('dbus-glib' 'gobject-introspection' 'gtk-doc' 'intltool'
- 'networkmanager' 'pacman'  'pm-utils' 'polkit' 'python2' 'qt4'
- 'shared-mime-info' 'sqlite' 'udev')
-options=('!libtool')
-source=("http://www.packagekit.org/releases/PackageKit-$pkgver.tar.xz";
-'adopt.patch'
-   'alpm.patch'
-   'libarchive.patch')
-sha256sums=('82c0a553075d49add3c4f58e6e93f7f3613938809a4b8e36f46476e86981b45d'
-'d0ee8580202a878571470017731299c63e5c5120afe881bb41b9544322b8'
-   '067f39917f5442b8146c793b62f86f66fc8a4c7e391c0f3219d13f98d45ba630'
-   '0d3798c8992afdc0930aa271b3e44deb55c046ab4adee25b4ec4c33bcdd950e2')
-
-build() {
-  cd "$srcdir/PackageKit-$pkgver"
-
-  sed -i 's@SUBDIRS = test@SUBDIRS =@' 'backends/Makefile.in'
-  sed -i 's@python @python2 @' 'lib/python/packagekit/Makefile.in'
-  sed -i 's@bin/python@bin/python2@' 'lib/python/packagekit/'*.py
-
-  patch -Np1 -i "$srcdir/adopt.patch"
-  patch -Np1 -i "$srcdir/alpm.patch"
-  patch -Np1 -i "$srcdir/libarchive.patch"
-
-  export PYTHON=/usr/bin/python2
-  ./autogen.sh --prefix=/usr \
-  --sysconfdir=/etc \
-  --localstatedir=/var \
-  --libexecdir=/usr/lib/PackageKit \
-  --enable-strict \
-  --disable-static \
-  --disable-gtk-doc \
-  --disable-tests \
-  --disable-local \
-  --disable-browser-plugin \
-  --disable-gstreamer-plugin \
-  --disable-gtk-module \
-  --disable-command-not-found \
-  --disable-cron \
-  --disable-debuginfo-install \
-  --enable-pm-utils \
-  --disable-dummy \
-  --enable-alpm \
-  --with-default-backend=alpm
-  make -s CFLAGS='-D_FILE_OFFSET_BITS=64 -O2 -Wno-unused-local-typedefs'
-}
-
-package_packagekit() {
-  backup=('var/lib/PackageKit/transactions.db'
-  'etc/PackageKit/alpm.d/pacman.conf'
-  'etc/PackageKit/alpm.d/repos.list')
-  depends=('dbus-glib' 'pacman>=4.1.0' 'pacman<4.2.0' 'polkit'
-   'shared-mime-info' 'sqlite' 'udev')
-  optdep

[arch-commits] Commit in packagekit/trunk (PKGBUILD)

2013-04-08 Thread Jonathan Conder
Date: Monday, April 8, 2013 @ 13:46:17
  Author: jconder
Revision: 87870

upgpkg: packagekit 0.7.6-8

fix build error

Modified:
  packagekit/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-04-08 11:30:07 UTC (rev 87869)
+++ PKGBUILD2013-04-08 11:46:17 UTC (rev 87870)
@@ -3,7 +3,7 @@
 pkgbase='packagekit'
 pkgname=('packagekit' 'packagekit-qt2' 'python2-packagekit')
 pkgver=0.7.6
-pkgrel=7
+pkgrel=8
 pkgdesc="A system designed to make installation and updates of packages 
easier."
 arch=('i686' 'x86_64')
 url="http://www.packagekit.org";



[arch-commits] Commit in packagekit/trunk (PKGBUILD alpm.patch)

2013-04-08 Thread Jonathan Conder
Date: Monday, April 8, 2013 @ 13:30:07
  Author: jconder
Revision: 87869

upgpkg: packagekit 0.7.6-7

fix build error

Modified:
  packagekit/trunk/PKGBUILD
  packagekit/trunk/alpm.patch

+
 PKGBUILD   |4 ++--
 alpm.patch |   22 --
 2 files changed, 14 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-04-08 10:05:32 UTC (rev 87868)
+++ PKGBUILD2013-04-08 11:30:07 UTC (rev 87869)
@@ -3,7 +3,7 @@
 pkgbase='packagekit'
 pkgname=('packagekit' 'packagekit-qt2' 'python2-packagekit')
 pkgver=0.7.6
-pkgrel=6
+pkgrel=7
 pkgdesc="A system designed to make installation and updates of packages 
easier."
 arch=('i686' 'x86_64')
 url="http://www.packagekit.org";
@@ -18,7 +18,7 @@
'libarchive.patch')
 sha256sums=('82c0a553075d49add3c4f58e6e93f7f3613938809a4b8e36f46476e86981b45d'
 'd0ee8580202a878571470017731299c63e5c5120afe881bb41b9544322b8'
-   '067f39917f5442b8146c793b62f86f66fc8a4c7e391c0f3219d13f98d45ba630'
+   'd27c77d3c0e2932fff2916fedcae011bd283904ef7c329dd0dc05163b58d7415'
'0d3798c8992afdc0930aa271b3e44deb55c046ab4adee25b4ec4c33bcdd950e2')
 
 build() {

Modified: alpm.patch
===
--- alpm.patch  2013-04-08 10:05:32 UTC (rev 87868)
+++ alpm.patch  2013-04-08 11:30:07 UTC (rev 87869)
@@ -40,7 +40,7 @@
 alpm_strerror (errno));
}
 diff --git a/backends/alpm/pk-backend-config.c 
b/backends/alpm/pk-backend-config.c
-index c8fd13b..1a82637 100644
+index c8fd13b..03adb47 100644
 --- a/backends/alpm/pk-backend-config.c
 +++ b/backends/alpm/pk-backend-config.c
 @@ -33,35 +33,32 @@
@@ -357,14 +357,14 @@
 +
 +  return g_strcmp0 (section->name, name);
 +}
-+
+ 
+-  if (alpm_list_find_str (config->repos, repo) == NULL) {
+-  config->repos = alpm_list_add (config->repos, g_strdup (repo));
 +static PkBackendConfigSection *
 +pk_backend_config_enter_section (PkBackendConfig *config, const gchar *name)
 +{
 +  PkBackendConfigSection *section;
- 
--  if (alpm_list_find_str (config->repos, repo) == NULL) {
--  config->repos = alpm_list_add (config->repos, g_strdup (repo));
++
 +  g_return_val_if_fail (config != NULL, NULL);
 +  g_return_val_if_fail (name != NULL, NULL);
 +
@@ -426,8 +426,8 @@
  {
 -  alpm_siglevel_t *level;
 -
-   g_return_val_if_fail (config != NULL, FALSE);
-   g_return_val_if_fail (section != NULL, FALSE);
+-  g_return_val_if_fail (config != NULL, FALSE);
+-  g_return_val_if_fail (section != NULL, FALSE);
 -  g_return_val_if_fail (list != NULL, FALSE);
 -
 -  level = g_hash_table_lookup (config->levels, section);
@@ -439,8 +439,7 @@
 -
 -  while (TRUE) {
 -  gboolean package = TRUE, database = TRUE;
-+  g_return_val_if_fail (words != NULL, FALSE);
- 
+-
 -  if (g_str_has_prefix (list, "Package")) {
 -  database = FALSE;
 -  list += 7;
@@ -506,7 +505,10 @@
 -  ++list;
 -  }
 -  }
--
++  g_return_if_fail (config != NULL);
++  g_return_if_fail (section != NULL);
++  g_return_if_fail (words != NULL);
+ 
 -  return TRUE;
 +  section->siglevels = alpm_list_add_words (section->siglevels, words);
  }



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

2013-04-01 Thread Jonathan Conder
Date: Tuesday, April 2, 2013 @ 01:51:32
  Author: jconder
Revision: 87500

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

Added:
  packagekit/repos/community-testing-i686/
  packagekit/repos/community-testing-i686/PKGBUILD
(from rev 87499, packagekit/trunk/PKGBUILD)
  packagekit/repos/community-testing-i686/adopt.patch
(from rev 87499, packagekit/trunk/adopt.patch)
  packagekit/repos/community-testing-i686/alpm.patch
(from rev 87499, packagekit/trunk/alpm.patch)
  packagekit/repos/community-testing-i686/libarchive.patch
(from rev 87499, packagekit/trunk/libarchive.patch)
  packagekit/repos/community-testing-i686/packagekit.install
(from rev 87499, packagekit/trunk/packagekit.install)
  packagekit/repos/community-testing-x86_64/
  packagekit/repos/community-testing-x86_64/PKGBUILD
(from rev 87499, packagekit/trunk/PKGBUILD)
  packagekit/repos/community-testing-x86_64/adopt.patch
(from rev 87499, packagekit/trunk/adopt.patch)
  packagekit/repos/community-testing-x86_64/alpm.patch
(from rev 87499, packagekit/trunk/alpm.patch)
  packagekit/repos/community-testing-x86_64/libarchive.patch
(from rev 87499, packagekit/trunk/libarchive.patch)
  packagekit/repos/community-testing-x86_64/packagekit.install
(from rev 87499, packagekit/trunk/packagekit.install)

-+
 community-testing-i686/PKGBUILD |  104 +
 community-testing-i686/adopt.patch  |   13 
 community-testing-i686/alpm.patch   | 1611 ++
 community-testing-i686/libarchive.patch |   39 
 community-testing-i686/packagekit.install   |   11 
 community-testing-x86_64/PKGBUILD   |  104 +
 community-testing-x86_64/adopt.patch|   13 
 community-testing-x86_64/alpm.patch | 1611 ++
 community-testing-x86_64/libarchive.patch   |   39 
 community-testing-x86_64/packagekit.install |   11 
 10 files changed, 3556 insertions(+)

The diff is longer than the limit of 200KB.
Use svn diff -r 87499:87500 to see the changes.


[arch-commits] Commit in packagekit/trunk (PKGBUILD alpm.patch)

2013-04-01 Thread Jonathan Conder
Date: Tuesday, April 2, 2013 @ 01:49:20
  Author: jconder
Revision: 87499

upgpkg: packagekit 0.7.6-6

update for pacman 4.1

Added:
  packagekit/trunk/alpm.patch
Modified:
  packagekit/trunk/PKGBUILD

+
 PKGBUILD   |   17 
 alpm.patch | 1611 +++
 2 files changed, 1622 insertions(+), 6 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 87498:87499 to see the changes.


[arch-commits] Commit in gnome-packagekit/repos (8 files)

2013-03-08 Thread Jonathan Conder
Date: Saturday, March 9, 2013 @ 05:07:22
  Author: jconder
Revision: 85932

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

Added:
  gnome-packagekit/repos/community-i686/PKGBUILD
(from rev 85931, gnome-packagekit/trunk/PKGBUILD)
  gnome-packagekit/repos/community-i686/gnome-packagekit.install
(from rev 85931, gnome-packagekit/trunk/gnome-packagekit.install)
  gnome-packagekit/repos/community-x86_64/PKGBUILD
(from rev 85931, gnome-packagekit/trunk/PKGBUILD)
  gnome-packagekit/repos/community-x86_64/gnome-packagekit.install
(from rev 85931, gnome-packagekit/trunk/gnome-packagekit.install)
Deleted:
  gnome-packagekit/repos/community-i686/PKGBUILD
  gnome-packagekit/repos/community-i686/gnome-packagekit.install
  gnome-packagekit/repos/community-x86_64/PKGBUILD
  gnome-packagekit/repos/community-x86_64/gnome-packagekit.install

---+
 community-i686/PKGBUILD   |   86 ++--
 community-i686/gnome-packagekit.install   |   38 ++--
 community-x86_64/PKGBUILD |   86 ++--
 community-x86_64/gnome-packagekit.install |   38 ++--
 4 files changed, 124 insertions(+), 124 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-03-09 04:05:59 UTC (rev 85931)
+++ community-i686/PKGBUILD 2013-03-09 04:07:22 UTC (rev 85932)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Jonathan Conder 
-
-pkgname=gnome-packagekit
-pkgver=3.6.0
-pkgrel=1
-pkgdesc='Collection of graphical tools for PackageKit to be used in the GNOME 
desktop'
-arch=('i686' 'x86_64')
-url='http://www.packagekit.org/'
-license=('GPL')
-depends=('desktop-file-utils' 'gtk3' 'hicolor-icon-theme' 'libnotify'
- 'packagekit')
-makedepends=('gconf' 'gtk-doc' 'intltool' 'itstool' 'libcanberra' 'upower')
-optdepends=('polkit-gnome: required for privileged actions'
-'gnome-settings-daemon-updates: update and message notifications')
-options=('!emptydirs' '!libtool')
-install="$pkgname.install"
-source=("http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz";)
-sha256sums=('9f096ec72fb81a78c426d9747145405a8b99e1d8418978828796768c8532d676')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  _mime='application/x-xz-compressed-tar;application/x-servicepack;'
-  sed -i "s@MimeType=.*@MimeType=$_mime@" 
data/gpk-install-local-file.desktop.in
-
-  sed -i 's@python@python2@' python/enum-convertor.py
-  sed -i 's@python enum-convertor.py@python2 enum-convertor.py@' 
python/packagekit/Makefile.{am,in}
-
-  export PYTHON=/usr/bin/python2
-  ./configure --prefix=/usr \
- --sysconfdir=/etc \
- --disable-gtk-doc \
- --disable-schemas-compile \
- --disable-scrollkeeper
-  make -s
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make -s DESTDIR="$pkgdir" install
-}

Copied: gnome-packagekit/repos/community-i686/PKGBUILD (from rev 85931, 
gnome-packagekit/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-03-09 04:07:22 UTC (rev 85932)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Jonathan Conder 
+
+pkgname=gnome-packagekit
+pkgver=3.6.2
+pkgrel=1
+pkgdesc='Collection of graphical tools for PackageKit to be used in the GNOME 
desktop'
+arch=('i686' 'x86_64')
+url='http://www.packagekit.org/'
+license=('GPL')
+depends=('desktop-file-utils' 'gtk3' 'hicolor-icon-theme' 'libnotify'
+ 'packagekit')
+makedepends=('gconf' 'gtk-doc' 'intltool' 'itstool' 'libcanberra' 'upower')
+optdepends=('polkit-gnome: required for privileged actions'
+'gnome-settings-daemon-updates: update and message notifications')
+options=('!emptydirs' '!libtool')
+install="$pkgname.install"
+source=("http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz";)
+sha256sums=('2db1069324cb85d8704bd1ffbbea3c29d57ba7b0d710f45f6563fd963517ef40')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  _mime='application/x-xz-compressed-tar;application/x-servicepack;'
+  sed -i "s@MimeType=.*@MimeType=$_mime@" 
data/gpk-install-local-file.desktop.in
+
+  sed -i 's@python@python2@' python/enum-convertor.py
+  sed -i 's@python enum-conve

[arch-commits] Commit in gnome-packagekit/trunk (PKGBUILD)

2013-03-08 Thread Jonathan Conder
Date: Saturday, March 9, 2013 @ 05:05:59
  Author: jconder
Revision: 85931

upgpkg: gnome-packagekit 3.6.2-1

update to 3.6.2

Modified:
  gnome-packagekit/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-03-09 00:54:10 UTC (rev 85930)
+++ PKGBUILD2013-03-09 04:05:59 UTC (rev 85931)
@@ -2,7 +2,7 @@
 # Maintainer: Jonathan Conder 
 
 pkgname=gnome-packagekit
-pkgver=3.6.0
+pkgver=3.6.2
 pkgrel=1
 pkgdesc='Collection of graphical tools for PackageKit to be used in the GNOME 
desktop'
 arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@
 options=('!emptydirs' '!libtool')
 install="$pkgname.install"
 
source=("http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz";)
-sha256sums=('9f096ec72fb81a78c426d9747145405a8b99e1d8418978828796768c8532d676')
+sha256sums=('2db1069324cb85d8704bd1ffbbea3c29d57ba7b0d710f45f6563fd963517ef40')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"



[arch-commits] Commit in packagekit/repos (16 files)

2013-03-01 Thread Jonathan Conder
Date: Friday, March 1, 2013 @ 09:57:54
  Author: jconder
Revision: 85330

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

Added:
  packagekit/repos/community-staging-i686/PKGBUILD
(from rev 85329, packagekit/trunk/PKGBUILD)
  packagekit/repos/community-staging-i686/adopt.patch
(from rev 85329, packagekit/trunk/adopt.patch)
  packagekit/repos/community-staging-i686/libarchive.patch
(from rev 85329, packagekit/trunk/libarchive.patch)
  packagekit/repos/community-staging-i686/packagekit.install
(from rev 85329, packagekit/trunk/packagekit.install)
  packagekit/repos/community-staging-x86_64/PKGBUILD
(from rev 85329, packagekit/trunk/PKGBUILD)
  packagekit/repos/community-staging-x86_64/adopt.patch
(from rev 85329, packagekit/trunk/adopt.patch)
  packagekit/repos/community-staging-x86_64/libarchive.patch
(from rev 85329, packagekit/trunk/libarchive.patch)
  packagekit/repos/community-staging-x86_64/packagekit.install
(from rev 85329, packagekit/trunk/packagekit.install)
Deleted:
  packagekit/repos/community-staging-i686/PKGBUILD
  packagekit/repos/community-staging-i686/adopt.patch
  packagekit/repos/community-staging-i686/libarchive.patch
  packagekit/repos/community-staging-i686/packagekit.install
  packagekit/repos/community-staging-x86_64/PKGBUILD
  packagekit/repos/community-staging-x86_64/adopt.patch
  packagekit/repos/community-staging-x86_64/libarchive.patch
  packagekit/repos/community-staging-x86_64/packagekit.install

-+
 community-staging-i686/PKGBUILD |  198 +-
 community-staging-i686/adopt.patch  |   26 +--
 community-staging-i686/libarchive.patch |   78 +-
 community-staging-i686/packagekit.install   |   22 +-
 community-staging-x86_64/PKGBUILD   |  198 +-
 community-staging-x86_64/adopt.patch|   26 +--
 community-staging-x86_64/libarchive.patch   |   78 +-
 community-staging-x86_64/packagekit.install |   22 +-
 8 files changed, 324 insertions(+), 324 deletions(-)

Deleted: community-staging-i686/PKGBUILD
===
--- community-staging-i686/PKGBUILD 2013-03-01 08:56:01 UTC (rev 85329)
+++ community-staging-i686/PKGBUILD 2013-03-01 08:57:54 UTC (rev 85330)
@@ -1,99 +0,0 @@
-# $Id$
-# Maintainer: Jonathan Conder 
-pkgbase='packagekit'
-pkgname=('packagekit' 'packagekit-qt2' 'packagekit-python')
-pkgver=0.7.6
-pkgrel=4
-pkgdesc="A system designed to make installation and updates of packages 
easier."
-arch=('i686' 'x86_64')
-url="http://www.packagekit.org";
-license=('GPL')
-makedepends=('dbus-glib' 'gobject-introspection' 'gtk-doc' 'intltool'
- 'networkmanager' 'pacman'  'pm-utils' 'polkit' 'python2' 'qt'
- 'shared-mime-info' 'sqlite' 'udev')
-options=('!libtool')
-source=("http://www.packagekit.org/releases/PackageKit-$pkgver.tar.xz";
-'adopt.patch'
-   'libarchive.patch')
-sha256sums=('82c0a553075d49add3c4f58e6e93f7f3613938809a4b8e36f46476e86981b45d'
-'d0ee8580202a878571470017731299c63e5c5120afe881bb41b9544322b8'
-   '0d3798c8992afdc0930aa271b3e44deb55c046ab4adee25b4ec4c33bcdd950e2')
-
-build() {
-  cd "$srcdir/PackageKit-$pkgver"
-
-  sed -i 's@SUBDIRS = test@SUBDIRS =@' 'backends/Makefile.in'
-  sed -i 's@python @python2 @' 'lib/python/packagekit/Makefile.in'
-  sed -i 's@bin/python@bin/python2@' 'lib/python/packagekit/'*.py
-
-  patch -Np1 -i "$srcdir/adopt.patch"
-  patch -Np1 -i "$srcdir/libarchive.patch"
-
-  export PYTHON=/usr/bin/python2
-  ./configure --prefix=/usr \
-  --sysconfdir=/etc \
-  --localstatedir=/var \
-  --libexecdir=/usr/lib/PackageKit \
-  --enable-strict \
-  --disable-static \
-  --disable-gtk-doc \
-  --disable-tests \
-  --disable-local \
-  --disable-browser-plugin \
-  --disable-gstreamer-plugin \
-  --disable-gtk-module \
-  --disable-command-not-found \
-  --disable-cron \
-  --disable-debuginfo-install \
-  --enable-pm-utils \
-  --disable-dummy \
-  --enable-alpm \
-  --with-default-backend=alpm
-  make -s CFLAGS='-D_FILE_OFFSET_BITS=64'
-}
-
-package_packagekit() {
-  backup=('var/lib/PackageKit/transactions.db'
-  'etc/PackageKit/alpm.d/pacman.conf'
-  'etc/PackageKit/alpm.d/repos.list&#

[arch-commits] Commit in packagekit/trunk (PKGBUILD)

2013-03-01 Thread Jonathan Conder
Date: Friday, March 1, 2013 @ 09:56:01
  Author: jconder
Revision: 85329

upgpkg: packagekit 0.7.6-5

libarchive+qt rebuild

Modified:
  packagekit/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-03-01 06:31:46 UTC (rev 85328)
+++ PKGBUILD2013-03-01 08:56:01 UTC (rev 85329)
@@ -3,13 +3,13 @@
 pkgbase='packagekit'
 pkgname=('packagekit' 'packagekit-qt2' 'packagekit-python')
 pkgver=0.7.6
-pkgrel=4
+pkgrel=5
 pkgdesc="A system designed to make installation and updates of packages 
easier."
 arch=('i686' 'x86_64')
 url="http://www.packagekit.org";
 license=('GPL')
 makedepends=('dbus-glib' 'gobject-introspection' 'gtk-doc' 'intltool'
- 'networkmanager' 'pacman'  'pm-utils' 'polkit' 'python2' 'qt'
+ 'networkmanager' 'pacman'  'pm-utils' 'polkit' 'python2' 'qt4'
  'shared-mime-info' 'sqlite' 'udev')
 options=('!libtool')
 source=("http://www.packagekit.org/releases/PackageKit-$pkgver.tar.xz";
@@ -81,7 +81,7 @@
 }
 
 package_packagekit-qt2() {
-  depends=('packagekit' 'qt')
+  depends=('packagekit' 'qt4')
   pkgdesc=('Qt bindings for PackageKit')
 
   cd "$srcdir/PackageKit-$pkgver/lib/packagekit-qt2"



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

2013-02-28 Thread Jonathan Conder
Date: Friday, March 1, 2013 @ 07:06:48
  Author: jconder
Revision: 85327

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

Added:
  packagekit/repos/community-staging-i686/
  packagekit/repos/community-staging-i686/PKGBUILD
(from rev 85326, packagekit/trunk/PKGBUILD)
  packagekit/repos/community-staging-i686/adopt.patch
(from rev 85326, packagekit/trunk/adopt.patch)
  packagekit/repos/community-staging-i686/libarchive.patch
(from rev 85326, packagekit/trunk/libarchive.patch)
  packagekit/repos/community-staging-i686/packagekit.install
(from rev 85326, packagekit/trunk/packagekit.install)
  packagekit/repos/community-staging-x86_64/
  packagekit/repos/community-staging-x86_64/PKGBUILD
(from rev 85326, packagekit/trunk/PKGBUILD)
  packagekit/repos/community-staging-x86_64/adopt.patch
(from rev 85326, packagekit/trunk/adopt.patch)
  packagekit/repos/community-staging-x86_64/libarchive.patch
(from rev 85326, packagekit/trunk/libarchive.patch)
  packagekit/repos/community-staging-x86_64/packagekit.install
(from rev 85326, packagekit/trunk/packagekit.install)

-+
 community-staging-i686/PKGBUILD |   99 ++
 community-staging-i686/adopt.patch  |   13 +++
 community-staging-i686/libarchive.patch |   39 ++
 community-staging-i686/packagekit.install   |   11 ++
 community-staging-x86_64/PKGBUILD   |   99 ++
 community-staging-x86_64/adopt.patch|   13 +++
 community-staging-x86_64/libarchive.patch   |   39 ++
 community-staging-x86_64/packagekit.install |   11 ++
 8 files changed, 324 insertions(+)

Copied: packagekit/repos/community-staging-i686/PKGBUILD (from rev 85326, 
packagekit/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-03-01 06:06:48 UTC (rev 85327)
@@ -0,0 +1,99 @@
+# $Id$
+# Maintainer: Jonathan Conder 
+pkgbase='packagekit'
+pkgname=('packagekit' 'packagekit-qt2' 'packagekit-python')
+pkgver=0.7.6
+pkgrel=4
+pkgdesc="A system designed to make installation and updates of packages 
easier."
+arch=('i686' 'x86_64')
+url="http://www.packagekit.org";
+license=('GPL')
+makedepends=('dbus-glib' 'gobject-introspection' 'gtk-doc' 'intltool'
+ 'networkmanager' 'pacman'  'pm-utils' 'polkit' 'python2' 'qt'
+ 'shared-mime-info' 'sqlite' 'udev')
+options=('!libtool')
+source=("http://www.packagekit.org/releases/PackageKit-$pkgver.tar.xz";
+'adopt.patch'
+   'libarchive.patch')
+sha256sums=('82c0a553075d49add3c4f58e6e93f7f3613938809a4b8e36f46476e86981b45d'
+'d0ee8580202a878571470017731299c63e5c5120afe881bb41b9544322b8'
+   '0d3798c8992afdc0930aa271b3e44deb55c046ab4adee25b4ec4c33bcdd950e2')
+
+build() {
+  cd "$srcdir/PackageKit-$pkgver"
+
+  sed -i 's@SUBDIRS = test@SUBDIRS =@' 'backends/Makefile.in'
+  sed -i 's@python @python2 @' 'lib/python/packagekit/Makefile.in'
+  sed -i 's@bin/python@bin/python2@' 'lib/python/packagekit/'*.py
+
+  patch -Np1 -i "$srcdir/adopt.patch"
+  patch -Np1 -i "$srcdir/libarchive.patch"
+
+  export PYTHON=/usr/bin/python2
+  ./configure --prefix=/usr \
+  --sysconfdir=/etc \
+  --localstatedir=/var \
+  --libexecdir=/usr/lib/PackageKit \
+  --enable-strict \
+  --disable-static \
+  --disable-gtk-doc \
+  --disable-tests \
+  --disable-local \
+  --disable-browser-plugin \
+  --disable-gstreamer-plugin \
+  --disable-gtk-module \
+  --disable-command-not-found \
+  --disable-cron \
+  --disable-debuginfo-install \
+  --enable-pm-utils \
+  --disable-dummy \
+  --enable-alpm \
+  --with-default-backend=alpm
+  make -s CFLAGS='-D_FILE_OFFSET_BITS=64'
+}
+
+package_packagekit() {
+  backup=('var/lib/PackageKit/transactions.db'
+  'etc/PackageKit/alpm.d/pacman.conf'
+  'etc/PackageKit/alpm.d/repos.list')
+  depends=('dbus-glib' 'pacman>=4.0.0' 'pacman<4.1.0' 'polkit'
+   'shared-mime-info' 'sqlite' 'udev')
+  optdepends=('networkmanager')
+  install='packagekit.install'
+
+  cd "$srcdir/PackageKit-$pkgver"
+
+  make 

[arch-commits] Commit in packagekit/trunk (PKGBUILD libarchive.patch)

2013-02-28 Thread Jonathan Conder
Date: Friday, March 1, 2013 @ 07:05:12
  Author: jconder
Revision: 85326

upgpkg: packagekit 0.7.6-4

libarchive rebuild

Added:
  packagekit/trunk/libarchive.patch
Modified:
  packagekit/trunk/PKGBUILD

--+
 PKGBUILD |   13 -
 libarchive.patch |   39 +++
 2 files changed, 47 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-03-01 02:43:05 UTC (rev 85325)
+++ PKGBUILD2013-03-01 06:05:12 UTC (rev 85326)
@@ -3,19 +3,21 @@
 pkgbase='packagekit'
 pkgname=('packagekit' 'packagekit-qt2' 'packagekit-python')
 pkgver=0.7.6
-pkgrel=3
+pkgrel=4
 pkgdesc="A system designed to make installation and updates of packages 
easier."
 arch=('i686' 'x86_64')
 url="http://www.packagekit.org";
 license=('GPL')
 makedepends=('dbus-glib' 'gobject-introspection' 'gtk-doc' 'intltool'
- 'networkmanager' 'pacman'  'pm-utils' 'polkit' 'python2' 'qt4'
+ 'networkmanager' 'pacman'  'pm-utils' 'polkit' 'python2' 'qt'
  'shared-mime-info' 'sqlite' 'udev')
 options=('!libtool')
 source=("http://www.packagekit.org/releases/PackageKit-$pkgver.tar.xz";
-'adopt.patch')
+'adopt.patch'
+   'libarchive.patch')
 sha256sums=('82c0a553075d49add3c4f58e6e93f7f3613938809a4b8e36f46476e86981b45d'
-'d0ee8580202a878571470017731299c63e5c5120afe881bb41b9544322b8')
+'d0ee8580202a878571470017731299c63e5c5120afe881bb41b9544322b8'
+   '0d3798c8992afdc0930aa271b3e44deb55c046ab4adee25b4ec4c33bcdd950e2')
 
 build() {
   cd "$srcdir/PackageKit-$pkgver"
@@ -25,6 +27,7 @@
   sed -i 's@bin/python@bin/python2@' 'lib/python/packagekit/'*.py
 
   patch -Np1 -i "$srcdir/adopt.patch"
+  patch -Np1 -i "$srcdir/libarchive.patch"
 
   export PYTHON=/usr/bin/python2
   ./configure --prefix=/usr \
@@ -78,7 +81,7 @@
 }
 
 package_packagekit-qt2() {
-  depends=('packagekit' 'qt4')
+  depends=('packagekit' 'qt')
   pkgdesc=('Qt bindings for PackageKit')
 
   cd "$srcdir/PackageKit-$pkgver/lib/packagekit-qt2"

Added: libarchive.patch
===
--- libarchive.patch(rev 0)
+++ libarchive.patch2013-03-01 06:05:12 UTC (rev 85326)
@@ -0,0 +1,39 @@
+diff -Nru a/lib/packagekit-glib2/pk-service-pack.c 
b/lib/packagekit-glib2/pk-service-pack.c
+--- a/lib/packagekit-glib2/pk-service-pack.c   2012-08-17 00:36:38.0 
+1200
 b/lib/packagekit-glib2/pk-service-pack.c   2013-03-01 19:00:08.773738469 
+1300
+@@ -207,7 +207,7 @@
+   archive_read_support_format_tar (arch);
+ 
+   /* open the tar file */
+-  r = archive_read_open_file (arch, filename, 10240);
++  r = archive_read_open_filename (arch, filename, 10240);
+   if (r) {
+   g_set_error (error, PK_SERVICE_PACK_ERROR, 
PK_SERVICE_PACK_ERROR_FAILED_EXTRACTION,
+ "cannot open: %s", archive_error_string 
(arch));
+@@ -246,7 +246,7 @@
+   /* close the archive */
+   if (arch != NULL) {
+   archive_read_close (arch);
+-  archive_read_finish (arch);
++  archive_read_free (arch);
+   }
+ 
+   /* switch back to PWD */
+@@ -572,7 +572,7 @@
+ 
+   /* we can only write tar achives */
+   arch = archive_write_new ();
+-  archive_write_set_compression_none (arch);
++  archive_write_add_filter_none (arch);
+   archive_write_set_format_ustar (arch);
+   archive_write_open_filename (arch, state->filename);
+ 
+@@ -596,7 +596,7 @@
+   /* close the archive */
+   if (arch != NULL) {
+   archive_write_close (arch);
+-  archive_write_finish (arch);
++  archive_write_free (arch);
+   }
+   return ret;
+ }



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

2013-02-24 Thread Jonathan Conder
Date: Monday, February 25, 2013 @ 00:03:43
  Author: jconder
Revision: 84826

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

Added:
  mythtv/repos/community-i686/PKGBUILD
(from rev 84825, mythtv/trunk/PKGBUILD)
  mythtv/repos/community-i686/alsa.patch
(from rev 84825, mythtv/trunk/alsa.patch)
  mythtv/repos/community-i686/mythbackend.service
(from rev 84825, mythtv/trunk/mythbackend.service)
  mythtv/repos/community-i686/mythtv.install
(from rev 84825, mythtv/trunk/mythtv.install)
  mythtv/repos/community-x86_64/PKGBUILD
(from rev 84825, mythtv/trunk/PKGBUILD)
  mythtv/repos/community-x86_64/alsa.patch
(from rev 84825, mythtv/trunk/alsa.patch)
  mythtv/repos/community-x86_64/mythbackend.service
(from rev 84825, mythtv/trunk/mythbackend.service)
  mythtv/repos/community-x86_64/mythtv.install
(from rev 84825, mythtv/trunk/mythtv.install)
Deleted:
  mythtv/repos/community-i686/PKGBUILD
  mythtv/repos/community-i686/alsa.patch
  mythtv/repos/community-i686/mythbackend.conf
  mythtv/repos/community-i686/mythbackend.rc
  mythtv/repos/community-i686/mythbackend.service
  mythtv/repos/community-i686/mythtv.install
  mythtv/repos/community-x86_64/PKGBUILD
  mythtv/repos/community-x86_64/alsa.patch
  mythtv/repos/community-x86_64/mythbackend.conf
  mythtv/repos/community-x86_64/mythbackend.rc
  mythtv/repos/community-x86_64/mythbackend.service
  mythtv/repos/community-x86_64/mythtv.install

--+
 community-i686/PKGBUILD  |  150 +++--
 community-i686/alsa.patch|  132 ++---
 community-i686/mythbackend.conf  |   53 ---
 community-i686/mythbackend.rc|   73 
 community-i686/mythbackend.service   |   28 +++---
 community-i686/mythtv.install|   44 -
 community-x86_64/PKGBUILD|  150 +++--
 community-x86_64/alsa.patch  |  132 ++---
 community-x86_64/mythbackend.conf|   53 ---
 community-x86_64/mythbackend.rc  |   73 
 community-x86_64/mythbackend.service |   28 +++---
 community-x86_64/mythtv.install  |   44 -
 12 files changed, 348 insertions(+), 612 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-02-24 20:27:50 UTC (rev 84825)
+++ community-i686/PKGBUILD 2013-02-24 23:03:43 UTC (rev 84826)
@@ -1,78 +0,0 @@
-# $Id$
-# Maintainer: Jonathan Conder 
-# Contributor: Giovanni Scafora 
-# Contributor: Juergen Hoetzel 
-# Contributor: 
-# Contributor: dorphell 
-
-pkgname=mythtv
-pkgver=0.26.0
-pkgrel=6
-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'
-'mysql-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' '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=('etc/conf.d/mythbackend')
-install='mythtv.install'
-source=("ftp://ftp.osuosl.org/pub/$pkgname/$pkgname-$pkgver.tar.bz2";
-'alsa.patch'
-'mythbackend.rc'
-'mythbackend.conf'
-   'mythbackend.service'
-   
'http://code.mythtv.org/trac/raw-attachment/ticket/11338/libcec-2-support.patch')
-md5sums=('f57066bf75e6f14824c494d41639f4f9'
- 'f64b8219e3d27a2edf96733b851e576b'
- 'c8f935d42fb8617e9279bd539811ca5f'
- 'ab962d83614cbd0ac11ce3fcc929829d'
- 'e4d572dcc307d6d8ae26bee5aebf9f3a'
- '6e156c9fc0b369346d93ccafad46cba3')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  find 'bindings/python' 'contrib' -type f | xargs sed -i 
's@^#!.*python$@#!/usr/bin/python2@'
-
-  patch -Np1 -i "$srcdir

[arch-commits] Commit in mythplugins/trunk (PKGBUILD)

2013-02-23 Thread Jonathan Conder
Date: Sunday, February 24, 2013 @ 04:59:40
  Author: jconder
Revision: 84750

fix build for mesa 9.1

Modified:
  mythplugins/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-02-24 03:57:26 UTC (rev 84749)
+++ PKGBUILD2013-02-24 03:59:40 UTC (rev 84750)
@@ -20,7 +20,7 @@
 url="http://www.mythtv.org";
 license=('GPL')
 makedepends=('cdrkit' 'dvdauthor' 'dvd+rw-tools' 'ffmpeg' 'flac' 'libexif'
- 'libvorbis' 'mesa' 'mplayer' 'mythtv'
+ 'libvorbis' 'mesa' 'mesa-libgl' 'mplayer' 'mythtv'
 'perl-datetime-format-iso8601' 'perl-date-manip' 'perl-image-size'
 'perl-json' 'perl-libwww' 'perl-soap-lite' 'perl-xml-sax'
 'perl-xml-simple' 'perl-xml-xpath' 'python2-oauth' 'python-imaging'



[arch-commits] Commit in mythtv/trunk (mythbackend.conf mythbackend.rc)

2013-02-23 Thread Jonathan Conder
Date: Sunday, February 24, 2013 @ 04:57:26
  Author: jconder
Revision: 84749

remove initscripts

Deleted:
  mythtv/trunk/mythbackend.conf
  mythtv/trunk/mythbackend.rc

--+
 mythbackend.conf |   53 --
 mythbackend.rc   |   73 -
 2 files changed, 126 deletions(-)

Deleted: mythbackend.conf
===
--- mythbackend.conf2013-02-24 03:36:38 UTC (rev 84748)
+++ mythbackend.conf2013-02-24 03:57:26 UTC (rev 84749)
@@ -1,53 +0,0 @@
-#
-# Copyright (c) by the MythTV Development Team.
-#
-# Derived from work by:
-#
-# Michael Thomson 
-# Stu Tomlinson 
-# Axel Thimm 
-# Adopted for ArchLinux:
-# Jürgen Hoetzel 
-#
-#  This program is free software; you can redistribute it and/or modify
-#  it under the terms of the GNU General Public License as published by
-#  the Free Software Foundation; either version 2 of the License, or
-#  (at your option) any later version.
-#
-#  This program is distributed in the hope that it will be useful,
-#  but WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-#  GNU General Public License for more details.
-#
-#  You should have received a copy of the GNU General Public License
-#  along with this program; if not, write to the Free Software
-#  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
-#
-###
-#
-# User who should start the mythbackend process
-#
-# Running mythbackend as non-root requires you to ensure that audio/video
-# devices used for recording have suitable user permissions. One way
-# to achieve this is to modify existing or create new udev rules which
-# assign these devices to a non-root group with rw permissions and add
-# your mythbackend user to that group. Be aware that console.perms can 
-# also affect device permissions and may need additional configuration.
-# Running as non-root may also introduce increased process latency.
-#
-# MBE_USER='root'
-
-#
-# Startup options for mythbackend (see 'mythbackend --help' for a list).
-#
-# MBE_OPTS=''
-
-#
-# Directory holding the mythbackend log file
-#
-# LOG_PATH='/var/log/mythtv'
-
-#
-# Logging options for mythbackend (see 'mythbackend -v help' for a list)
-#
-# LOG_OPTS=''

Deleted: mythbackend.rc
===
--- mythbackend.rc  2013-02-24 03:36:38 UTC (rev 84748)
+++ mythbackend.rc  2013-02-24 03:57:26 UTC (rev 84749)
@@ -1,73 +0,0 @@
-#!/bin/bash
-
-. /etc/rc.conf
-. /etc/rc.d/functions
-. /etc/profile
-
-###
-# Default values to use if none are supplied in the config file.
-#
-# User who should start the mythbackend process
-MBE_USER='mythtv'
-
-# Startup options for mythbackend
-MBE_OPTS=''
-
-# Directory holding the mythbackend log file
-LOG_PATH='/var/log/mythtv'
-
-# Logging options for mythbackend
-LOG_OPTS=''
-###
-
-CONFIG_FILE=/etc/conf.d/mythbackend
-PIDFILE=/var/run/mythbackend.pid
-
-if [[ -r "$CONFIG_FILE" ]]; then
-  . "$CONFIG_FILE"
-fi
-
-PID="$(cat "$PIDFILE" 2> /dev/null || pidof mythbackend)"
-export HOME="$(getent passwd "$MBE_USER" | cut -d : -f 6)"
-
-case "$1" in
-  start)
-stat_busy "Starting MythTV Backend"
-
-if [[ "$PID" -gt 0 ]] && kill -0 "$PID"; then
-  stat_fail
-  exit 0
-fi
-
-touch "$PIDFILE"
-chown "$MBE_USER" "$PIDFILE" "$LOG_PATH"
-
-MBE_CMD="/usr/bin/mythbackend --daemon \
-  --logpath "$LOG_PATH" $LOG_OPTS \
-  --pidfile "$PIDFILE" $MBE_OPTS"
-if su "$MBE_USER" -c "$MBE_CMD"; then
-  add_daemon mythbackend
-  stat_done
-else
-  stat_fail
-fi
-;;
-  stop)
-stat_busy "Stopping MythTV Backend"
-if [[ "$PID" -gt 0 ]] && kill "$PID" &> /dev/null; then
-  rm_daemon mythbackend
-  stat_done
-  rm -f "$PIDFILE"
-else
-  stat_fail
-fi
-;;
-  restart)
-"$0" stop
-"$0" start
-;;
-  *)
-echo "usage: $0 (start|stop|restart)"
-;;
-esac
-exit 0



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

2013-02-23 Thread Jonathan Conder
Date: Sunday, February 24, 2013 @ 04:36:38
  Author: jconder
Revision: 84748

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 84747, mythtv/trunk/PKGBUILD)
  mythtv/repos/community-staging-i686/alsa.patch
(from rev 84747, mythtv/trunk/alsa.patch)
  mythtv/repos/community-staging-i686/mythbackend.conf
(from rev 84747, mythtv/trunk/mythbackend.conf)
  mythtv/repos/community-staging-i686/mythbackend.rc
(from rev 84747, mythtv/trunk/mythbackend.rc)
  mythtv/repos/community-staging-i686/mythbackend.service
(from rev 84747, mythtv/trunk/mythbackend.service)
  mythtv/repos/community-staging-i686/mythtv.install
(from rev 84747, mythtv/trunk/mythtv.install)
  mythtv/repos/community-staging-x86_64/
  mythtv/repos/community-staging-x86_64/PKGBUILD
(from rev 84747, mythtv/trunk/PKGBUILD)
  mythtv/repos/community-staging-x86_64/alsa.patch
(from rev 84747, mythtv/trunk/alsa.patch)
  mythtv/repos/community-staging-x86_64/mythbackend.conf
(from rev 84747, mythtv/trunk/mythbackend.conf)
  mythtv/repos/community-staging-x86_64/mythbackend.rc
(from rev 84747, mythtv/trunk/mythbackend.rc)
  mythtv/repos/community-staging-x86_64/mythbackend.service
(from rev 84747, mythtv/trunk/mythbackend.service)
  mythtv/repos/community-staging-x86_64/mythtv.install
(from rev 84747, mythtv/trunk/mythtv.install)

--+
 community-staging-i686/PKGBUILD  |   72 
 community-staging-i686/alsa.patch|   66 ++
 community-staging-i686/mythbackend.conf  |   53 ++
 community-staging-i686/mythbackend.rc|   73 +
 community-staging-i686/mythbackend.service   |   14 
 community-staging-i686/mythtv.install|   22 +++
 community-staging-x86_64/PKGBUILD|   72 
 community-staging-x86_64/alsa.patch  |   66 ++
 community-staging-x86_64/mythbackend.conf|   53 ++
 community-staging-x86_64/mythbackend.rc  |   73 +
 community-staging-x86_64/mythbackend.service |   14 
 community-staging-x86_64/mythtv.install  |   22 +++
 12 files changed, 600 insertions(+)

Copied: mythtv/repos/community-staging-i686/PKGBUILD (from rev 84747, 
mythtv/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-02-24 03:36:38 UTC (rev 84748)
@@ -0,0 +1,72 @@
+# $Id$
+# Maintainer: Jonathan Conder 
+# Contributor: Giovanni Scafora 
+# Contributor: Juergen Hoetzel 
+# Contributor: 
+# Contributor: dorphell 
+
+pkgname=mythtv
+pkgver=0.26.0
+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' 'libvdpau' 'libxinerama' 'lirc-utils'
+'mysql-clients' 'mysql-python' 'perl-dbd-mysql' 'perl-io-socket-inet6'
+'perl-libwww' 'perl-net-upnp' 'python2-lxml' 'qt4' '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=('etc/conf.d/mythbackend')
+install='mythtv.install'
+source=("ftp://ftp.osuosl.org/pub/$pkgname/$pkgname-$pkgver.tar.bz2";
+'alsa.patch'
+   'mythbackend.service'
+   
'http://code.mythtv.org/trac/raw-attachment/ticket/11338/libcec-2-support.patch')
+md5sums=('f57066bf75e6f14824c494d41639f4f9'
+ 'f64b8219e3d27a2edf96733b851e576b'
+ 'e4d572dcc307d6d8ae26bee5aebf9f3a'
+ '6e156c9fc0b369346d93ccafad46cba3')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  find 'bindings/python' 'contrib' -type f | xargs sed -i 
's@^#!.*python$@#!/usr/bin/python2@'
+
+  patch -Np1 -i 

[arch-commits] Commit in mythtv/trunk (PKGBUILD)

2013-02-23 Thread Jonathan Conder
Date: Sunday, February 24, 2013 @ 04:34:04
  Author: jconder
Revision: 84747

upgpkg: mythtv 1:0.26.0-7

rebuild for mesa and qt, remove initscripts

Modified:
  mythtv/trunk/PKGBUILD

--+
 PKGBUILD |   12 +++-
 1 file changed, 3 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-02-24 01:03:38 UTC (rev 84746)
+++ PKGBUILD2013-02-24 03:34:04 UTC (rev 84747)
@@ -7,7 +7,7 @@
 
 pkgname=mythtv
 pkgver=0.26.0
-pkgrel=6
+pkgrel=7
 epoch=1
 pkgdesc="A Homebrew PVR project"
 arch=('i686' 'x86_64')
@@ -16,9 +16,9 @@
 depends=('avahi' 'fftw' 'lame' 'libass' 'libavc1394' 'libcdio' 'libiec61883'
  'libpulse' 'libva' 'libvdpau' 'libxinerama' 'lirc-utils'
 'mysql-clients' 'mysql-python' 'perl-dbd-mysql' 'perl-io-socket-inet6'
-'perl-libwww' 'perl-net-upnp' 'python2-lxml' 'qtwebkit' 'urlgrabber'
+'perl-libwww' 'perl-net-upnp' 'python2-lxml' 'qt4' 'urlgrabber'
 'x264')
-makedepends=('glew' 'libcec' 'libxml2' 'mesa' 'openssl' 'yasm')
+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'
@@ -30,14 +30,10 @@
 install='mythtv.install'
 source=("ftp://ftp.osuosl.org/pub/$pkgname/$pkgname-$pkgver.tar.bz2";
 'alsa.patch'
-'mythbackend.rc'
-'mythbackend.conf'
'mythbackend.service'

'http://code.mythtv.org/trac/raw-attachment/ticket/11338/libcec-2-support.patch')
 md5sums=('f57066bf75e6f14824c494d41639f4f9'
  'f64b8219e3d27a2edf96733b851e576b'
- 'c8f935d42fb8617e9279bd539811ca5f'
- 'ab962d83614cbd0ac11ce3fcc929829d'
  'e4d572dcc307d6d8ae26bee5aebf9f3a'
  '6e156c9fc0b369346d93ccafad46cba3')
 
@@ -67,8 +63,6 @@
   cd "$srcdir/$pkgname-$pkgver"
   make INSTALL_ROOT="$pkgdir" install
 
-  install -D -m755 "$srcdir/mythbackend.rc" "$pkgdir/etc/rc.d/mythbackend"
-  install -D -m644 "$srcdir/mythbackend.conf" "$pkgdir/etc/conf.d/mythbackend"
   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"