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

2016-12-26 Thread Sergej Pupykin
Date: Monday, December 26, 2016 @ 10:21:48
  Author: spupykin
Revision: 202716

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

Added:
  tvtime/repos/community-i686/PKGBUILD
(from rev 202714, tvtime/trunk/PKGBUILD)
  tvtime/repos/community-x86_64/PKGBUILD
(from rev 202714, tvtime/trunk/PKGBUILD)
Deleted:
  tvtime/repos/community-i686/PKGBUILD
  tvtime/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   68 
 community-i686/PKGBUILD   |   36 ---
 community-x86_64/PKGBUILD |   36 ---
 3 files changed, 68 insertions(+), 72 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-12-26 10:21:46 UTC (rev 202715)
+++ community-i686/PKGBUILD 2016-12-26 10:21:48 UTC (rev 202716)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer:thefatprecious 
-
-pkgname=tvtime
-pkgver=1.0.10
-pkgrel=2
-pkgdesc="A high quality television application for use with video capture 
cards"
-arch=('i686' 'x86_64')
-url='http://linuxtv.org/'
-license=('GPL' 'LGPL')
-depends=('gcc-libs' 'libpng' 'libxml2' 'freetype2' 'libxtst' 'libxinerama' 
'libxv'
-'libsm' 'libxxf86vm' 'alsa-lib')
-makedepends=('libxt' 'v4l-utils')
-source=("http://linuxtv.org/downloads/tvtime/tvtime-$pkgver.tar.gz;
-   
"FS#48350.patch::https://git.linuxtv.org/tvtime.git/patch/?id=73aaa27fd8a8e6481985211b819d1b7d0662c0cb;)
-md5sums=('97a09d1723c073eb2b8bea48a148a994'
- '3a7dd58a111d5c5fdb29ed9e9c495abe')
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-  echo "StartupWMClass=tvtime" >>docs/tvtime.desktop
-  patch -p1 <$srcdir/"FS#48350.patch"
-}
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr --mandir=/usr/share/man --localstatedir=/var 
--sysconfdir=/etc
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  install -D -m644 docs/html/default.tvtime.xml 
$pkgdir/usr/share/tvtime/default.tvtime.xml
-}

Copied: tvtime/repos/community-i686/PKGBUILD (from rev 202714, 
tvtime/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-12-26 10:21:48 UTC (rev 202716)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer:thefatprecious 
+
+pkgname=tvtime
+pkgver=1.0.11
+pkgrel=1
+pkgdesc="A high quality television application for use with video capture 
cards"
+arch=('i686' 'x86_64')
+url='http://linuxtv.org/'
+license=('GPL' 'LGPL')
+depends=('gcc-libs' 'libpng' 'libxml2' 'freetype2' 'libxtst' 'libxinerama' 
'libxv'
+'libsm' 'libxxf86vm' 'alsa-lib')
+makedepends=('libxt' 'v4l-utils')
+source=("https://linuxtv.org/downloads/tvtime/tvtime-$pkgver.tar.gz;)
+sha256sums=('403bf2106578b1f3d6ce70bc08654f7a90753f19e27b4cc170bc636307cdc78c')
+
+prepare() {
+  cd "$srcdir"/$pkgname-$pkgver
+  echo "StartupWMClass=tvtime" >>docs/tvtime.desktop
+#  patch -p1 <"$srcdir"/"FS#48350.patch"
+}
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  ./configure --prefix=/usr --mandir=/usr/share/man --localstatedir=/var 
--sysconfdir=/etc
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -D -m644 docs/html/default.tvtime.xml 
"$pkgdir"/usr/share/tvtime/default.tvtime.xml
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-12-26 10:21:46 UTC (rev 202715)
+++ community-x86_64/PKGBUILD   2016-12-26 10:21:48 UTC (rev 202716)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer:thefatprecious 
-
-pkgname=tvtime
-pkgver=1.0.10
-pkgrel=2
-pkgdesc="A high quality television application for use with video capture 
cards"
-arch=('i686' 'x86_64')
-url='http://linuxtv.org/'
-license=('GPL' 'LGPL')
-depends=('gcc-libs' 'libpng' 'libxml2' 'freetype2' 'libxtst' 'libxinerama' 
'libxv'
-'libsm' 'libxxf86vm' 'alsa-lib')
-makedepends=('libxt' 'v4l-utils')
-source=("http://linuxtv.org/downloads/tvtime/tvtime-$pkgver.tar.gz;
-   
"FS#48350.patch::https://git.linuxtv.org/tvtime.git/patch/?id=73aaa27fd8a8e6481985211b819d1b7d0662c0cb;)
-md5sums=('97a09d1723c073eb2b8bea48a148a994'
- '3a7dd58a111d5c5fdb29ed9e9c495abe')
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-  echo "StartupWMClass=tvtime" >>docs/tvtime.desktop
-  patch -p1 <$srcdir/"FS#48350.patch"
-}
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr --mandir=/usr/share/man --localstatedir=/var 
--sysconfdir=/etc
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  install -D -m644 docs/html/default.tvtime.xml 

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

2016-08-04 Thread Sergej Pupykin
Date: Thursday, August 4, 2016 @ 14:40:07
  Author: spupykin
Revision: 185052

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

Added:
  tvtime/repos/community-i686/PKGBUILD
(from rev 185051, tvtime/trunk/PKGBUILD)
  tvtime/repos/community-x86_64/PKGBUILD
(from rev 185051, tvtime/trunk/PKGBUILD)
Deleted:
  tvtime/repos/community-i686/PKGBUILD
  tvtime/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   72 
 community-i686/PKGBUILD   |   33 
 community-x86_64/PKGBUILD |   33 
 3 files changed, 72 insertions(+), 66 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-08-04 14:39:54 UTC (rev 185051)
+++ community-i686/PKGBUILD 2016-08-04 14:40:07 UTC (rev 185052)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer:thefatprecious 
-
-pkgname=tvtime
-pkgver=1.0.10
-pkgrel=1
-pkgdesc="A high quality television application for use with video capture 
cards"
-arch=('i686' 'x86_64')
-url='http://linuxtv.org/'
-license=('GPL' 'LGPL')
-depends=('gcc-libs' 'libpng' 'libxml2' 'freetype2' 'libxtst' 'libxinerama' 
'libxv'
-'libsm' 'libxxf86vm' 'alsa-lib')
-makedepends=('libxt' 'v4l-utils')
-source=("http://linuxtv.org/downloads/tvtime/tvtime-$pkgver.tar.gz;)
-md5sums=('97a09d1723c073eb2b8bea48a148a994')
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-  echo "StartupWMClass=tvtime" >>docs/tvtime.desktop
-}
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr --mandir=/usr/share/man --localstatedir=/var 
--sysconfdir=/etc
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  install -D -m644 docs/html/default.tvtime.xml 
$pkgdir/usr/share/tvtime/default.tvtime.xml
-}

Copied: tvtime/repos/community-i686/PKGBUILD (from rev 185051, 
tvtime/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-08-04 14:40:07 UTC (rev 185052)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer:thefatprecious 
+
+pkgname=tvtime
+pkgver=1.0.10
+pkgrel=2
+pkgdesc="A high quality television application for use with video capture 
cards"
+arch=('i686' 'x86_64')
+url='http://linuxtv.org/'
+license=('GPL' 'LGPL')
+depends=('gcc-libs' 'libpng' 'libxml2' 'freetype2' 'libxtst' 'libxinerama' 
'libxv'
+'libsm' 'libxxf86vm' 'alsa-lib')
+makedepends=('libxt' 'v4l-utils')
+source=("http://linuxtv.org/downloads/tvtime/tvtime-$pkgver.tar.gz;
+   
"FS#48350.patch::https://git.linuxtv.org/tvtime.git/patch/?id=73aaa27fd8a8e6481985211b819d1b7d0662c0cb;)
+md5sums=('97a09d1723c073eb2b8bea48a148a994'
+ '3a7dd58a111d5c5fdb29ed9e9c495abe')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+  echo "StartupWMClass=tvtime" >>docs/tvtime.desktop
+  patch -p1 <$srcdir/"FS#48350.patch"
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --mandir=/usr/share/man --localstatedir=/var 
--sysconfdir=/etc
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -D -m644 docs/html/default.tvtime.xml 
$pkgdir/usr/share/tvtime/default.tvtime.xml
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-08-04 14:39:54 UTC (rev 185051)
+++ community-x86_64/PKGBUILD   2016-08-04 14:40:07 UTC (rev 185052)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer:thefatprecious 
-
-pkgname=tvtime
-pkgver=1.0.10
-pkgrel=1
-pkgdesc="A high quality television application for use with video capture 
cards"
-arch=('i686' 'x86_64')
-url='http://linuxtv.org/'
-license=('GPL' 'LGPL')
-depends=('gcc-libs' 'libpng' 'libxml2' 'freetype2' 'libxtst' 'libxinerama' 
'libxv'
-'libsm' 'libxxf86vm' 'alsa-lib')
-makedepends=('libxt' 'v4l-utils')
-source=("http://linuxtv.org/downloads/tvtime/tvtime-$pkgver.tar.gz;)
-md5sums=('97a09d1723c073eb2b8bea48a148a994')
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-  echo "StartupWMClass=tvtime" >>docs/tvtime.desktop
-}
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr --mandir=/usr/share/man --localstatedir=/var 
--sysconfdir=/etc
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  install -D -m644 docs/html/default.tvtime.xml 
$pkgdir/usr/share/tvtime/default.tvtime.xml
-}

Copied: tvtime/repos/community-x86_64/PKGBUILD (from rev 185051, 
tvtime/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ 

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

2016-02-27 Thread Sergej Pupykin
Date: Saturday, February 27, 2016 @ 17:34:40
  Author: spupykin
Revision: 163640

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

Added:
  tvtime/repos/community-i686/PKGBUILD
(from rev 163639, tvtime/trunk/PKGBUILD)
  tvtime/repos/community-x86_64/PKGBUILD
(from rev 163639, tvtime/trunk/PKGBUILD)
Deleted:
  tvtime/repos/community-i686/PKGBUILD
  tvtime/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   66 
 community-i686/PKGBUILD   |   33 --
 community-x86_64/PKGBUILD |   33 --
 3 files changed, 66 insertions(+), 66 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-02-27 16:34:23 UTC (rev 163639)
+++ community-i686/PKGBUILD 2016-02-27 16:34:40 UTC (rev 163640)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer:thefatprecious 
-
-pkgname=tvtime
-pkgver=1.0.9
-pkgrel=1
-pkgdesc="A high quality television application for use with video capture 
cards"
-arch=('i686' 'x86_64')
-url='http://linuxtv.org/'
-license=('GPL' 'LGPL')
-depends=('gcc-libs' 'libpng' 'libxml2' 'freetype2' 'libxtst' 'libxinerama' 
'libxv'
-'libsm' 'libxxf86vm' 'alsa-lib')
-makedepends=('libxt' 'v4l-utils')
-source=("http://linuxtv.org/downloads/tvtime/tvtime-$pkgver.tar.gz;)
-md5sums=('2d115bcf84a1e43b1c6ceb1123493739')
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-  echo "StartupWMClass=tvtime" >>docs/tvtime.desktop
-}
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr --mandir=/usr/share/man --localstatedir=/var 
--sysconfdir=/etc
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  install -D -m644 docs/html/default.tvtime.xml 
$pkgdir/usr/share/tvtime/default.tvtime.xml
-}

Copied: tvtime/repos/community-i686/PKGBUILD (from rev 163639, 
tvtime/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-02-27 16:34:40 UTC (rev 163640)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer:thefatprecious 
+
+pkgname=tvtime
+pkgver=1.0.10
+pkgrel=1
+pkgdesc="A high quality television application for use with video capture 
cards"
+arch=('i686' 'x86_64')
+url='http://linuxtv.org/'
+license=('GPL' 'LGPL')
+depends=('gcc-libs' 'libpng' 'libxml2' 'freetype2' 'libxtst' 'libxinerama' 
'libxv'
+'libsm' 'libxxf86vm' 'alsa-lib')
+makedepends=('libxt' 'v4l-utils')
+source=("http://linuxtv.org/downloads/tvtime/tvtime-$pkgver.tar.gz;)
+md5sums=('97a09d1723c073eb2b8bea48a148a994')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+  echo "StartupWMClass=tvtime" >>docs/tvtime.desktop
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --mandir=/usr/share/man --localstatedir=/var 
--sysconfdir=/etc
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -D -m644 docs/html/default.tvtime.xml 
$pkgdir/usr/share/tvtime/default.tvtime.xml
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-02-27 16:34:23 UTC (rev 163639)
+++ community-x86_64/PKGBUILD   2016-02-27 16:34:40 UTC (rev 163640)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer:thefatprecious 
-
-pkgname=tvtime
-pkgver=1.0.9
-pkgrel=1
-pkgdesc="A high quality television application for use with video capture 
cards"
-arch=('i686' 'x86_64')
-url='http://linuxtv.org/'
-license=('GPL' 'LGPL')
-depends=('gcc-libs' 'libpng' 'libxml2' 'freetype2' 'libxtst' 'libxinerama' 
'libxv'
-'libsm' 'libxxf86vm' 'alsa-lib')
-makedepends=('libxt' 'v4l-utils')
-source=("http://linuxtv.org/downloads/tvtime/tvtime-$pkgver.tar.gz;)
-md5sums=('2d115bcf84a1e43b1c6ceb1123493739')
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-  echo "StartupWMClass=tvtime" >>docs/tvtime.desktop
-}
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr --mandir=/usr/share/man --localstatedir=/var 
--sysconfdir=/etc
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  install -D -m644 docs/html/default.tvtime.xml 
$pkgdir/usr/share/tvtime/default.tvtime.xml
-}

Copied: tvtime/repos/community-x86_64/PKGBUILD (from rev 163639, 
tvtime/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-02-27 16:34:40 UTC (rev 163640)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer:thefatprecious 
+

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

2016-02-25 Thread Sergej Pupykin
Date: Thursday, February 25, 2016 @ 16:17:35
  Author: spupykin
Revision: 163419

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

Added:
  tvtime/repos/community-i686/PKGBUILD
(from rev 163418, tvtime/trunk/PKGBUILD)
  tvtime/repos/community-x86_64/PKGBUILD
(from rev 163418, tvtime/trunk/PKGBUILD)
Deleted:
  tvtime/repos/community-i686/PKGBUILD
  tvtime/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   66 
 community-i686/PKGBUILD   |   33 --
 community-x86_64/PKGBUILD |   33 --
 3 files changed, 66 insertions(+), 66 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-02-25 15:17:18 UTC (rev 163418)
+++ community-i686/PKGBUILD 2016-02-25 15:17:35 UTC (rev 163419)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer:thefatprecious 
-
-pkgname=tvtime
-pkgver=1.0.8
-pkgrel=2
-pkgdesc="A high quality television application for use with video capture 
cards"
-arch=('i686' 'x86_64')
-url='http://linuxtv.org/'
-license=('GPL' 'LGPL')
-depends=('gcc-libs' 'libpng' 'libxml2' 'freetype2' 'libxtst' 'libxinerama' 
'libxv'
-'libsm' 'libxxf86vm' 'alsa-lib')
-makedepends=('libxt' 'v4l-utils' 'git')
-source=("git://linuxtv.org/tvtime.git#tag=v$pkgver")
-md5sums=('SKIP')
-
-prepare() {
-  cd $srcdir/$pkgname
-  echo "StartupWMClass=tvtime" >>docs/tvtime.desktop
-}
-
-build() {
-  cd $srcdir/$pkgname
-  ./autogen.sh --prefix=/usr --mandir=/usr/share/man --localstatedir=/var 
--sysconfdir=/etc
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname
-  make DESTDIR=$pkgdir install
-  install -D -m644 docs/html/default.tvtime.xml 
$pkgdir/usr/share/tvtime/default.tvtime.xml
-}

Copied: tvtime/repos/community-i686/PKGBUILD (from rev 163418, 
tvtime/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-02-25 15:17:35 UTC (rev 163419)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer:thefatprecious 
+
+pkgname=tvtime
+pkgver=1.0.9
+pkgrel=1
+pkgdesc="A high quality television application for use with video capture 
cards"
+arch=('i686' 'x86_64')
+url='http://linuxtv.org/'
+license=('GPL' 'LGPL')
+depends=('gcc-libs' 'libpng' 'libxml2' 'freetype2' 'libxtst' 'libxinerama' 
'libxv'
+'libsm' 'libxxf86vm' 'alsa-lib')
+makedepends=('libxt' 'v4l-utils')
+source=("http://linuxtv.org/downloads/tvtime/tvtime-$pkgver.tar.gz;)
+md5sums=('2d115bcf84a1e43b1c6ceb1123493739')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+  echo "StartupWMClass=tvtime" >>docs/tvtime.desktop
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --mandir=/usr/share/man --localstatedir=/var 
--sysconfdir=/etc
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -D -m644 docs/html/default.tvtime.xml 
$pkgdir/usr/share/tvtime/default.tvtime.xml
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-02-25 15:17:18 UTC (rev 163418)
+++ community-x86_64/PKGBUILD   2016-02-25 15:17:35 UTC (rev 163419)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer:thefatprecious 
-
-pkgname=tvtime
-pkgver=1.0.8
-pkgrel=2
-pkgdesc="A high quality television application for use with video capture 
cards"
-arch=('i686' 'x86_64')
-url='http://linuxtv.org/'
-license=('GPL' 'LGPL')
-depends=('gcc-libs' 'libpng' 'libxml2' 'freetype2' 'libxtst' 'libxinerama' 
'libxv'
-'libsm' 'libxxf86vm' 'alsa-lib')
-makedepends=('libxt' 'v4l-utils' 'git')
-source=("git://linuxtv.org/tvtime.git#tag=v$pkgver")
-md5sums=('SKIP')
-
-prepare() {
-  cd $srcdir/$pkgname
-  echo "StartupWMClass=tvtime" >>docs/tvtime.desktop
-}
-
-build() {
-  cd $srcdir/$pkgname
-  ./autogen.sh --prefix=/usr --mandir=/usr/share/man --localstatedir=/var 
--sysconfdir=/etc
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname
-  make DESTDIR=$pkgdir install
-  install -D -m644 docs/html/default.tvtime.xml 
$pkgdir/usr/share/tvtime/default.tvtime.xml
-}

Copied: tvtime/repos/community-x86_64/PKGBUILD (from rev 163418, 
tvtime/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-02-25 15:17:35 UTC (rev 163419)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer:thefatprecious 
+
+pkgname=tvtime
+pkgver=1.0.9
+pkgrel=1
+pkgdesc="A high quality television application for use with video capture 
cards"
+arch=('i686' 

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

2015-10-21 Thread Sergej Pupykin
Date: Wednesday, October 21, 2015 @ 14:16:16
  Author: spupykin
Revision: 144557

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

Added:
  tvtime/repos/community-i686/PKGBUILD
(from rev 144556, tvtime/trunk/PKGBUILD)
  tvtime/repos/community-x86_64/PKGBUILD
(from rev 144556, tvtime/trunk/PKGBUILD)
Deleted:
  tvtime/repos/community-i686/PKGBUILD
  tvtime/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   66 
 community-i686/PKGBUILD   |   33 --
 community-x86_64/PKGBUILD |   33 --
 3 files changed, 66 insertions(+), 66 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-10-21 12:15:59 UTC (rev 144556)
+++ community-i686/PKGBUILD 2015-10-21 12:16:16 UTC (rev 144557)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer:thefatprecious 
-
-pkgname=tvtime
-pkgver=1.0.8
-pkgrel=1
-pkgdesc="A high quality television application for use with video capture 
cards"
-arch=('i686' 'x86_64')
-url='http://linuxtv.org/'
-license=('GPL' 'LGPL')
-depends=('gcc-libs' 'libpng' 'libxml2' 'freetype2' 'libxtst' 'libxinerama' 
'libxv'
-'libsm' 'libxxf86vm' 'alsa-lib')
-makedepends=('libxt' 'v4l-utils' 'git')
-source=("git://linuxtv.org/tvtime.git#tag=v1.0.7")
-md5sums=('SKIP')
-
-prepare() {
-  cd $srcdir/$pkgname
-  echo "StartupWMClass=tvtime" >>docs/tvtime.desktop
-}
-
-build() {
-  cd $srcdir/$pkgname
-  ./autogen.sh --prefix=/usr --mandir=/usr/share/man --localstatedir=/var 
--sysconfdir=/etc
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname
-  make DESTDIR=$pkgdir install
-  install -D -m644 docs/html/default.tvtime.xml 
$pkgdir/usr/share/tvtime/default.tvtime.xml
-}

Copied: tvtime/repos/community-i686/PKGBUILD (from rev 144556, 
tvtime/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-10-21 12:16:16 UTC (rev 144557)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer:thefatprecious 
+
+pkgname=tvtime
+pkgver=1.0.8
+pkgrel=2
+pkgdesc="A high quality television application for use with video capture 
cards"
+arch=('i686' 'x86_64')
+url='http://linuxtv.org/'
+license=('GPL' 'LGPL')
+depends=('gcc-libs' 'libpng' 'libxml2' 'freetype2' 'libxtst' 'libxinerama' 
'libxv'
+'libsm' 'libxxf86vm' 'alsa-lib')
+makedepends=('libxt' 'v4l-utils' 'git')
+source=("git://linuxtv.org/tvtime.git#tag=v$pkgver")
+md5sums=('SKIP')
+
+prepare() {
+  cd $srcdir/$pkgname
+  echo "StartupWMClass=tvtime" >>docs/tvtime.desktop
+}
+
+build() {
+  cd $srcdir/$pkgname
+  ./autogen.sh --prefix=/usr --mandir=/usr/share/man --localstatedir=/var 
--sysconfdir=/etc
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname
+  make DESTDIR=$pkgdir install
+  install -D -m644 docs/html/default.tvtime.xml 
$pkgdir/usr/share/tvtime/default.tvtime.xml
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-10-21 12:15:59 UTC (rev 144556)
+++ community-x86_64/PKGBUILD   2015-10-21 12:16:16 UTC (rev 144557)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer:thefatprecious 
-
-pkgname=tvtime
-pkgver=1.0.8
-pkgrel=1
-pkgdesc="A high quality television application for use with video capture 
cards"
-arch=('i686' 'x86_64')
-url='http://linuxtv.org/'
-license=('GPL' 'LGPL')
-depends=('gcc-libs' 'libpng' 'libxml2' 'freetype2' 'libxtst' 'libxinerama' 
'libxv'
-'libsm' 'libxxf86vm' 'alsa-lib')
-makedepends=('libxt' 'v4l-utils' 'git')
-source=("git://linuxtv.org/tvtime.git#tag=v1.0.7")
-md5sums=('SKIP')
-
-prepare() {
-  cd $srcdir/$pkgname
-  echo "StartupWMClass=tvtime" >>docs/tvtime.desktop
-}
-
-build() {
-  cd $srcdir/$pkgname
-  ./autogen.sh --prefix=/usr --mandir=/usr/share/man --localstatedir=/var 
--sysconfdir=/etc
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname
-  make DESTDIR=$pkgdir install
-  install -D -m644 docs/html/default.tvtime.xml 
$pkgdir/usr/share/tvtime/default.tvtime.xml
-}

Copied: tvtime/repos/community-x86_64/PKGBUILD (from rev 144556, 
tvtime/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-10-21 12:16:16 UTC (rev 144557)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer:thefatprecious 
+
+pkgname=tvtime
+pkgver=1.0.8
+pkgrel=2
+pkgdesc="A high quality television application for use with video capture 
cards"
+arch=('i686' 'x86_64')
+url='http://linuxtv.org/'
+license=('GPL' 'LGPL')

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

2015-10-19 Thread Sergej Pupykin
Date: Monday, October 19, 2015 @ 13:05:29
  Author: spupykin
Revision: 144366

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

Added:
  tvtime/repos/community-i686/PKGBUILD
(from rev 144365, tvtime/trunk/PKGBUILD)
  tvtime/repos/community-x86_64/PKGBUILD
(from rev 144365, tvtime/trunk/PKGBUILD)
Deleted:
  tvtime/repos/community-i686/PKGBUILD
  tvtime/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   66 
 community-i686/PKGBUILD   |   33 --
 community-x86_64/PKGBUILD |   33 --
 3 files changed, 66 insertions(+), 66 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-10-19 11:05:10 UTC (rev 144365)
+++ community-i686/PKGBUILD 2015-10-19 11:05:29 UTC (rev 144366)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer:thefatprecious 
-
-pkgname=tvtime
-pkgver=1.0.7
-pkgrel=1
-pkgdesc="A high quality television application for use with video capture 
cards"
-arch=('i686' 'x86_64')
-url='http://linuxtv.org/'
-license=('GPL' 'LGPL')
-depends=('gcc-libs' 'libpng' 'libxml2' 'freetype2' 'libxtst' 'libxinerama' 
'libxv'
-'libsm' 'libxxf86vm' 'alsa-lib')
-makedepends=('libxt' 'v4l-utils' 'git')
-source=("git://linuxtv.org/tvtime.git#tag=v1.0.7")
-md5sums=('SKIP')
-
-prepare() {
-  cd $srcdir/$pkgname
-  echo "StartupWMClass=tvtime" >>docs/tvtime.desktop
-}
-
-build() {
-  cd $srcdir/$pkgname
-  ./autogen.sh --prefix=/usr --mandir=/usr/share/man --localstatedir=/var 
--sysconfdir=/etc
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname
-  make DESTDIR=$pkgdir install
-  install -D -m644 docs/html/default.tvtime.xml 
$pkgdir/usr/share/tvtime/default.tvtime.xml
-}

Copied: tvtime/repos/community-i686/PKGBUILD (from rev 144365, 
tvtime/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-10-19 11:05:29 UTC (rev 144366)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer:thefatprecious 
+
+pkgname=tvtime
+pkgver=1.0.8
+pkgrel=1
+pkgdesc="A high quality television application for use with video capture 
cards"
+arch=('i686' 'x86_64')
+url='http://linuxtv.org/'
+license=('GPL' 'LGPL')
+depends=('gcc-libs' 'libpng' 'libxml2' 'freetype2' 'libxtst' 'libxinerama' 
'libxv'
+'libsm' 'libxxf86vm' 'alsa-lib')
+makedepends=('libxt' 'v4l-utils' 'git')
+source=("git://linuxtv.org/tvtime.git#tag=v1.0.7")
+md5sums=('SKIP')
+
+prepare() {
+  cd $srcdir/$pkgname
+  echo "StartupWMClass=tvtime" >>docs/tvtime.desktop
+}
+
+build() {
+  cd $srcdir/$pkgname
+  ./autogen.sh --prefix=/usr --mandir=/usr/share/man --localstatedir=/var 
--sysconfdir=/etc
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname
+  make DESTDIR=$pkgdir install
+  install -D -m644 docs/html/default.tvtime.xml 
$pkgdir/usr/share/tvtime/default.tvtime.xml
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-10-19 11:05:10 UTC (rev 144365)
+++ community-x86_64/PKGBUILD   2015-10-19 11:05:29 UTC (rev 144366)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer:thefatprecious 
-
-pkgname=tvtime
-pkgver=1.0.7
-pkgrel=1
-pkgdesc="A high quality television application for use with video capture 
cards"
-arch=('i686' 'x86_64')
-url='http://linuxtv.org/'
-license=('GPL' 'LGPL')
-depends=('gcc-libs' 'libpng' 'libxml2' 'freetype2' 'libxtst' 'libxinerama' 
'libxv'
-'libsm' 'libxxf86vm' 'alsa-lib')
-makedepends=('libxt' 'v4l-utils' 'git')
-source=("git://linuxtv.org/tvtime.git#tag=v1.0.7")
-md5sums=('SKIP')
-
-prepare() {
-  cd $srcdir/$pkgname
-  echo "StartupWMClass=tvtime" >>docs/tvtime.desktop
-}
-
-build() {
-  cd $srcdir/$pkgname
-  ./autogen.sh --prefix=/usr --mandir=/usr/share/man --localstatedir=/var 
--sysconfdir=/etc
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname
-  make DESTDIR=$pkgdir install
-  install -D -m644 docs/html/default.tvtime.xml 
$pkgdir/usr/share/tvtime/default.tvtime.xml
-}

Copied: tvtime/repos/community-x86_64/PKGBUILD (from rev 144365, 
tvtime/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-10-19 11:05:29 UTC (rev 144366)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer:thefatprecious 
+
+pkgname=tvtime
+pkgver=1.0.8
+pkgrel=1
+pkgdesc="A high quality television application for use with video capture 
cards"
+arch=('i686' 'x86_64')
+url='http://linuxtv.org/'
+license=('GPL' 'LGPL')