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

Sergej Pupykin spupykin at archlinux.org
Mon Jun 22 09:58:13 UTC 2015


    Date: Monday, June 22, 2015 @ 11:58:12
  Author: spupykin
Revision: 135696

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

Added:
  tvtime/repos/community-i686/PKGBUILD
    (from rev 135695, tvtime/trunk/PKGBUILD)
  tvtime/repos/community-x86_64/PKGBUILD
    (from rev 135695, tvtime/trunk/PKGBUILD)
Deleted:
  tvtime/repos/community-i686/PKGBUILD
  tvtime/repos/community-i686/tvtime-1.0.2+linux-headers-2.6.18.patch
  tvtime/repos/community-i686/tvtime-1.0.2-gcc41.patch
  tvtime/repos/community-i686/tvtime-1.0.2-locale_t.patch
  tvtime/repos/community-x86_64/PKGBUILD
  tvtime/repos/community-x86_64/tvtime-1.0.2+linux-headers-2.6.18.patch
  tvtime/repos/community-x86_64/tvtime-1.0.2-gcc41.patch
  tvtime/repos/community-x86_64/tvtime-1.0.2-locale_t.patch

----------------------------------------------------------+
 /PKGBUILD                                                |   66 +++++++++++++
 community-i686/PKGBUILD                                  |   41 --------
 community-i686/tvtime-1.0.2+linux-headers-2.6.18.patch   |   16 ---
 community-i686/tvtime-1.0.2-gcc41.patch                  |   57 -----------
 community-x86_64/PKGBUILD                                |   41 --------
 community-x86_64/tvtime-1.0.2+linux-headers-2.6.18.patch |   16 ---
 community-x86_64/tvtime-1.0.2-gcc41.patch                |   57 -----------
 7 files changed, 66 insertions(+), 228 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2015-06-22 09:57:58 UTC (rev 135695)
+++ community-i686/PKGBUILD	2015-06-22 09:58:12 UTC (rev 135696)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Maintainer:thefatprecious <marty at loomar.com>
-
-pkgname=tvtime
-pkgver=1.0.2
-pkgrel=5
-pkgdesc="A high quality television application for use with video capture cards"
-arch=('i686' 'x86_64')
-url='http://tvtime.sourceforge.net/'
-license=('GPL' 'LGPL')
-depends=('gcc-libs' 'libpng' 'libxml2' 'freetype2' 'libxtst' 'libxinerama' 'libxv'
-	 'libsm' 'libxxf86vm')
-makedepends=('libxt' 'v4l-utils')
-source=(http://downloads.sourceforge.net/sourceforge/tvtime/$pkgname-$pkgver.tar.gz
-	tvtime-1.0.2+linux-headers-2.6.18.patch
-	tvtime-1.0.2-gcc41.patch
-	tvtime-1.0.2-locale_t.patch)
-md5sums=('4b3d03afe61be239b08b5e522cd8afed'
-         'e956821745686b5b3a784f7471996ade'
-         'c782789825dfa664e1f6fcc96ac7246c'
-         '1069dc5b47bba8456cbf48e34cb5c0b6')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  patch -p1 < ../tvtime-1.0.2+linux-headers-2.6.18.patch
-  patch -p1 < ../tvtime-1.0.2-gcc41.patch
-  patch -p1 < ../tvtime-1.0.2-locale_t.patch
-  sed -i '1,1i#include <zlib.h>' src/pngoutput.c
-  echo "StartupWMClass=tvtime" >>docs/net-tvtime.desktop
-
-  [ -f Makefile ] || ./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 135695, tvtime/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2015-06-22 09:58:12 UTC (rev 135696)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer:thefatprecious <marty at loomar.com>
+
+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
+}

Deleted: community-i686/tvtime-1.0.2+linux-headers-2.6.18.patch
===================================================================
--- community-i686/tvtime-1.0.2+linux-headers-2.6.18.patch	2015-06-22 09:57:58 UTC (rev 135695)
+++ community-i686/tvtime-1.0.2+linux-headers-2.6.18.patch	2015-06-22 09:58:12 UTC (rev 135696)
@@ -1,16 +0,0 @@
-Index: tvtime-1.0.2/src/videoinput.c
-===================================================================
---- tvtime-1.0.2.orig/src/videoinput.c
-+++ tvtime-1.0.2/src/videoinput.c
-@@ -35,8 +35,9 @@
- #ifdef HAVE_CONFIG_H
- # include "config.h"
- #endif
--#include "videodev.h"
--#include "videodev2.h"
-+#include <libv4l1-videodev.h>
-+#include <linux/videodev2.h>
-+#define BASE_VIDIOCPRIVATE      192             /* 192-255 are private */
- #include "videoinput.h"
- #include "mixer.h"
- 

Deleted: community-i686/tvtime-1.0.2-gcc41.patch
===================================================================
--- community-i686/tvtime-1.0.2-gcc41.patch	2015-06-22 09:57:58 UTC (rev 135695)
+++ community-i686/tvtime-1.0.2-gcc41.patch	2015-06-22 09:58:12 UTC (rev 135696)
@@ -1,57 +0,0 @@
-diff -Naur tvtime-1.0.1/plugins/greedyh.asm tvtime-1.0.1-gcc41/plugins/greedyh.asm
---- tvtime-1.0.1/plugins/greedyh.asm	2005-08-14 18:16:43.000000000 +0200
-+++ tvtime-1.0.1-gcc41/plugins/greedyh.asm	2005-11-28 17:53:09.210774544 +0100
-@@ -18,7 +18,7 @@
- 
- #include "x86-64_macros.inc"
- 
--void DScalerFilterGreedyH::FUNCT_NAME(TDeinterlaceInfo* pInfo)
-+void FUNCT_NAME(TDeinterlaceInfo* pInfo)
- {
-     int64_t i;
-     bool InfoIsOdd = (pInfo->PictureHistory[0]->Flags & PICTURE_INTERLACED_ODD) ? 1 : 0;
-diff -Naur tvtime-1.0.1/plugins/tomsmocomp/TomsMoCompAll2.inc tvtime-1.0.1-gcc41/plugins/tomsmocomp/TomsMoCompAll2.inc
---- tvtime-1.0.1/plugins/tomsmocomp/TomsMoCompAll2.inc	2004-10-20 17:31:05.000000000 +0200
-+++ tvtime-1.0.1-gcc41/plugins/tomsmocomp/TomsMoCompAll2.inc	2005-11-28 17:53:33.251119856 +0100
-@@ -5,9 +5,9 @@
- #endif
- 
- #ifdef USE_STRANGE_BOB
--#define SEARCH_EFFORT_FUNC(n) DScalerFilterTomsMoComp::SEFUNC(n##_SB)
-+#define SEARCH_EFFORT_FUNC(n) SEFUNC(n##_SB)
- #else
--#define SEARCH_EFFORT_FUNC(n) DScalerFilterTomsMoComp::SEFUNC(n)
-+#define SEARCH_EFFORT_FUNC(n) SEFUNC(n)
- #endif
- 
- int SEARCH_EFFORT_FUNC(0)		// we don't try at all ;-)
-diff -Naur tvtime-1.0.1/plugins/tomsmocomp.cpp tvtime-1.0.1-gcc41/plugins/tomsmocomp.cpp
---- tvtime-1.0.1/plugins/tomsmocomp.cpp	2004-10-20 19:38:04.000000000 +0200
-+++ tvtime-1.0.1-gcc41/plugins/tomsmocomp.cpp	2005-11-28 17:52:53.862107896 +0100
-@@ -31,7 +31,7 @@
- 
- #define IS_MMX
- #define SSE_TYPE MMX
--#define FUNCT_NAME DScalerFilterTomsMoComp::filterDScaler_MMX
-+#define FUNCT_NAME filterDScaler_MMX
- #include "tomsmocomp/TomsMoCompAll.inc"
- #undef  IS_MMX
- #undef  SSE_TYPE
-@@ -39,7 +39,7 @@
- 
- #define IS_3DNOW
- #define SSE_TYPE 3DNOW
--#define FUNCT_NAME DScalerFilterTomsMoComp::filterDScaler_3DNOW
-+#define FUNCT_NAME filterDScaler_3DNOW
- #include "tomsmocomp/TomsMoCompAll.inc"
- #undef  IS_3DNOW
- #undef  SSE_TYPE
-@@ -47,7 +47,7 @@
- 
- #define IS_SSE
- #define SSE_TYPE SSE
--#define FUNCT_NAME DScalerFilterTomsMoComp::filterDScaler_SSE
-+#define FUNCT_NAME filterDScaler_SSE
- #include "tomsmocomp/TomsMoCompAll.inc"
- #undef  IS_SSE
- #undef  SSE_TYPE

Deleted: community-i686/tvtime-1.0.2-locale_t.patch
===================================================================
(Binary files differ)

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2015-06-22 09:57:58 UTC (rev 135695)
+++ community-x86_64/PKGBUILD	2015-06-22 09:58:12 UTC (rev 135696)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Maintainer:thefatprecious <marty at loomar.com>
-
-pkgname=tvtime
-pkgver=1.0.2
-pkgrel=5
-pkgdesc="A high quality television application for use with video capture cards"
-arch=('i686' 'x86_64')
-url='http://tvtime.sourceforge.net/'
-license=('GPL' 'LGPL')
-depends=('gcc-libs' 'libpng' 'libxml2' 'freetype2' 'libxtst' 'libxinerama' 'libxv'
-	 'libsm' 'libxxf86vm')
-makedepends=('libxt' 'v4l-utils')
-source=(http://downloads.sourceforge.net/sourceforge/tvtime/$pkgname-$pkgver.tar.gz
-	tvtime-1.0.2+linux-headers-2.6.18.patch
-	tvtime-1.0.2-gcc41.patch
-	tvtime-1.0.2-locale_t.patch)
-md5sums=('4b3d03afe61be239b08b5e522cd8afed'
-         'e956821745686b5b3a784f7471996ade'
-         'c782789825dfa664e1f6fcc96ac7246c'
-         '1069dc5b47bba8456cbf48e34cb5c0b6')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  patch -p1 < ../tvtime-1.0.2+linux-headers-2.6.18.patch
-  patch -p1 < ../tvtime-1.0.2-gcc41.patch
-  patch -p1 < ../tvtime-1.0.2-locale_t.patch
-  sed -i '1,1i#include <zlib.h>' src/pngoutput.c
-  echo "StartupWMClass=tvtime" >>docs/net-tvtime.desktop
-
-  [ -f Makefile ] || ./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 135695, tvtime/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2015-06-22 09:58:12 UTC (rev 135696)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer:thefatprecious <marty at loomar.com>
+
+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
+}

Deleted: community-x86_64/tvtime-1.0.2+linux-headers-2.6.18.patch
===================================================================
--- community-x86_64/tvtime-1.0.2+linux-headers-2.6.18.patch	2015-06-22 09:57:58 UTC (rev 135695)
+++ community-x86_64/tvtime-1.0.2+linux-headers-2.6.18.patch	2015-06-22 09:58:12 UTC (rev 135696)
@@ -1,16 +0,0 @@
-Index: tvtime-1.0.2/src/videoinput.c
-===================================================================
---- tvtime-1.0.2.orig/src/videoinput.c
-+++ tvtime-1.0.2/src/videoinput.c
-@@ -35,8 +35,9 @@
- #ifdef HAVE_CONFIG_H
- # include "config.h"
- #endif
--#include "videodev.h"
--#include "videodev2.h"
-+#include <libv4l1-videodev.h>
-+#include <linux/videodev2.h>
-+#define BASE_VIDIOCPRIVATE      192             /* 192-255 are private */
- #include "videoinput.h"
- #include "mixer.h"
- 

Deleted: community-x86_64/tvtime-1.0.2-gcc41.patch
===================================================================
--- community-x86_64/tvtime-1.0.2-gcc41.patch	2015-06-22 09:57:58 UTC (rev 135695)
+++ community-x86_64/tvtime-1.0.2-gcc41.patch	2015-06-22 09:58:12 UTC (rev 135696)
@@ -1,57 +0,0 @@
-diff -Naur tvtime-1.0.1/plugins/greedyh.asm tvtime-1.0.1-gcc41/plugins/greedyh.asm
---- tvtime-1.0.1/plugins/greedyh.asm	2005-08-14 18:16:43.000000000 +0200
-+++ tvtime-1.0.1-gcc41/plugins/greedyh.asm	2005-11-28 17:53:09.210774544 +0100
-@@ -18,7 +18,7 @@
- 
- #include "x86-64_macros.inc"
- 
--void DScalerFilterGreedyH::FUNCT_NAME(TDeinterlaceInfo* pInfo)
-+void FUNCT_NAME(TDeinterlaceInfo* pInfo)
- {
-     int64_t i;
-     bool InfoIsOdd = (pInfo->PictureHistory[0]->Flags & PICTURE_INTERLACED_ODD) ? 1 : 0;
-diff -Naur tvtime-1.0.1/plugins/tomsmocomp/TomsMoCompAll2.inc tvtime-1.0.1-gcc41/plugins/tomsmocomp/TomsMoCompAll2.inc
---- tvtime-1.0.1/plugins/tomsmocomp/TomsMoCompAll2.inc	2004-10-20 17:31:05.000000000 +0200
-+++ tvtime-1.0.1-gcc41/plugins/tomsmocomp/TomsMoCompAll2.inc	2005-11-28 17:53:33.251119856 +0100
-@@ -5,9 +5,9 @@
- #endif
- 
- #ifdef USE_STRANGE_BOB
--#define SEARCH_EFFORT_FUNC(n) DScalerFilterTomsMoComp::SEFUNC(n##_SB)
-+#define SEARCH_EFFORT_FUNC(n) SEFUNC(n##_SB)
- #else
--#define SEARCH_EFFORT_FUNC(n) DScalerFilterTomsMoComp::SEFUNC(n)
-+#define SEARCH_EFFORT_FUNC(n) SEFUNC(n)
- #endif
- 
- int SEARCH_EFFORT_FUNC(0)		// we don't try at all ;-)
-diff -Naur tvtime-1.0.1/plugins/tomsmocomp.cpp tvtime-1.0.1-gcc41/plugins/tomsmocomp.cpp
---- tvtime-1.0.1/plugins/tomsmocomp.cpp	2004-10-20 19:38:04.000000000 +0200
-+++ tvtime-1.0.1-gcc41/plugins/tomsmocomp.cpp	2005-11-28 17:52:53.862107896 +0100
-@@ -31,7 +31,7 @@
- 
- #define IS_MMX
- #define SSE_TYPE MMX
--#define FUNCT_NAME DScalerFilterTomsMoComp::filterDScaler_MMX
-+#define FUNCT_NAME filterDScaler_MMX
- #include "tomsmocomp/TomsMoCompAll.inc"
- #undef  IS_MMX
- #undef  SSE_TYPE
-@@ -39,7 +39,7 @@
- 
- #define IS_3DNOW
- #define SSE_TYPE 3DNOW
--#define FUNCT_NAME DScalerFilterTomsMoComp::filterDScaler_3DNOW
-+#define FUNCT_NAME filterDScaler_3DNOW
- #include "tomsmocomp/TomsMoCompAll.inc"
- #undef  IS_3DNOW
- #undef  SSE_TYPE
-@@ -47,7 +47,7 @@
- 
- #define IS_SSE
- #define SSE_TYPE SSE
--#define FUNCT_NAME DScalerFilterTomsMoComp::filterDScaler_SSE
-+#define FUNCT_NAME filterDScaler_SSE
- #include "tomsmocomp/TomsMoCompAll.inc"
- #undef  IS_SSE
- #undef  SSE_TYPE

Deleted: community-x86_64/tvtime-1.0.2-locale_t.patch
===================================================================
(Binary files differ)



More information about the arch-commits mailing list