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

2020-05-14 Thread Allan McRae via arch-commits
Date: Friday, May 15, 2020 @ 01:18:18
  Author: allan
Revision: 383457

upgpkg: zvbi 0.2.35-4: rebuild to fix reproducibility

Modified:
  zvbi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-14 20:15:59 UTC (rev 383456)
+++ PKGBUILD2020-05-15 01:18:18 UTC (rev 383457)
@@ -4,7 +4,7 @@
 
 pkgname=zvbi
 pkgver=0.2.35
-pkgrel=3
+pkgrel=4
 pkgdesc='VBI capture and decoding library'
 url='http://zapping.sourceforge.net/cgi-bin/view/ZVBI/WebHome'
 arch=('x86_64')


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

2018-08-24 Thread Maxime Gauduin via arch-commits
Date: Friday, August 24, 2018 @ 08:05:59
  Author: alucryd
Revision: 332929

upgpkg: zvbi 0.2.35-3

Modified:
  zvbi/trunk/PKGBUILD

--+
 PKGBUILD |   24 +++-
 1 file changed, 15 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-08-24 07:36:29 UTC (rev 332928)
+++ PKGBUILD2018-08-24 08:05:59 UTC (rev 332929)
@@ -1,26 +1,32 @@
 # $Id$
-# Maintainer: 
+# Maintainer: Maxime Gauduin 
 # Contributor: Alexander Baldeck 
 # Contributor: dorphell 
 
 pkgname=zvbi
 pkgver=0.2.35
-pkgrel=2
-pkgdesc="VBI capture and decoding library"
-url="http://zapping.sourceforge.net/cgi-bin/view/ZVBI/WebHome;
+pkgrel=3
+pkgdesc='VBI capture and decoding library'
+url='http://zapping.sourceforge.net/cgi-bin/view/ZVBI/WebHome'
 arch=('x86_64')
 depends=('libpng' 'libx11')
 license=('GPL')
-source=(http://downloads.sourceforge.net/sourceforge/zapping/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('95e53eb208c65ba6667fd4341455fa27')
+source=("https://downloads.sourceforge.net/sourceforge/zapping/${pkgname}-${pkgver}.tar.bz2;)
+sha256sums=('fc883c34111a487c4a783f91b1b2bb5610d8d8e58dcba80c7ab31e67e4765318')
 
 build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr --sbindir=/usr/bin
+  cd zvbi-${pkgver}
+
+  ./configure \
+--prefix='/usr' \
+--sbindir='/usr/bin'
   make
 }
 
 package() {
-  cd ${pkgname}-${pkgver}
+  cd zvbi-${pkgver}
+
   make DESTDIR="${pkgdir}" install
 }
+
+# vim: ts=2 sw=2 et:


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

2018-06-03 Thread Maxime Gauduin via arch-commits
Date: Sunday, June 3, 2018 @ 09:24:15
  Author: alucryd
Revision: 325603

upgpkg: zvbi 0.2.35-2

Modified:
  zvbi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-03 09:22:18 UTC (rev 325602)
+++ PKGBUILD2018-06-03 09:24:15 UTC (rev 325603)
@@ -5,7 +5,7 @@
 
 pkgname=zvbi
 pkgver=0.2.35
-pkgrel=1
+pkgrel=2
 pkgdesc="VBI capture and decoding library"
 url="http://zapping.sourceforge.net/cgi-bin/view/ZVBI/WebHome;
 arch=('x86_64')


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

2013-05-30 Thread Tom Gundersen
Date: Thursday, May 30, 2013 @ 14:13:11
  Author: tomegun
Revision: 186650

upgpkg: zvbi 0.2.33-6

usrmove

Modified:
  zvbi/trunk/PKGBUILD

--+
 PKGBUILD |7 ++-
 1 file changed, 6 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-05-30 12:13:01 UTC (rev 186649)
+++ PKGBUILD2013-05-30 12:13:11 UTC (rev 186650)
@@ -5,7 +5,7 @@
 
 pkgname=zvbi
 pkgver=0.2.33
-pkgrel=5
+pkgrel=6
 pkgdesc=VBI capture and decoding library
 url=http://zapping.sourceforge.net/cgi-bin/view/ZVBI/WebHome;
 arch=('i686' 'x86_64')
@@ -35,4 +35,9 @@
   cd ${srcdir}/${pkgname}-${pkgver}
 
   make DESTDIR=${pkgdir} install
+
+# usrmove
+cd $pkgdir
+mv usr/sbin/* usr/bin/
+rmdir usr/sbin
 }



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

2013-04-27 Thread Evangelos Foutras
Date: Sunday, April 28, 2013 @ 01:24:01
  Author: foutrelis
Revision: 183784

upgpkg: zvbi 0.2.33-5

libpng 1.6 rebuild.

Modified:
  zvbi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-27 23:21:36 UTC (rev 183783)
+++ PKGBUILD2013-04-27 23:24:01 UTC (rev 183784)
@@ -5,7 +5,7 @@
 
 pkgname=zvbi
 pkgver=0.2.33
-pkgrel=4
+pkgrel=5
 pkgdesc=VBI capture and decoding library
 url=http://zapping.sourceforge.net/cgi-bin/view/ZVBI/WebHome;
 arch=('i686' 'x86_64')



[arch-commits] Commit in zvbi/trunk (PKGBUILD zvbi-0.2.33-libpng15.patch)

2012-01-19 Thread Giovanni Scafora
Date: Thursday, January 19, 2012 @ 08:11:21
  Author: giovanni
Revision: 146939

upgpkg: zvbi 0.2.33-4

libpng 1.5 rebuild

Added:
  zvbi/trunk/zvbi-0.2.33-libpng15.patch
Modified:
  zvbi/trunk/PKGBUILD

+
 PKGBUILD   |   25 +++--
 zvbi-0.2.33-libpng15.patch |   21 +
 2 files changed, 40 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-01-19 12:54:40 UTC (rev 146938)
+++ PKGBUILD2012-01-19 13:11:21 UTC (rev 146939)
@@ -2,24 +2,37 @@
 # Maintainer: 
 # Contributor: Alexander Baldeck alexan...@archlinux.org
 # Contributor: dorphell dorph...@archlinux.org
+
 pkgname=zvbi
 pkgver=0.2.33
-pkgrel=3
+pkgrel=4
 pkgdesc=VBI capture and decoding library
 url=http://zapping.sourceforge.net/cgi-bin/view/ZVBI/WebHome;
-arch=(i686 x86_64)
+arch=('i686' 'x86_64')
 depends=('libpng' 'libx11')
 license=('GPL')
 options=('!libtool')
-source=(http://downloads.sourceforge.net/sourceforge/zapping/${pkgname}-${pkgver}.tar.bz2
-fix-includes.patch)
+source=(http://downloads.sourceforge.net/sourceforge/zapping/${pkgname}-${pkgver}.tar.bz2;
+'fix-includes.patch'
+'zvbi-0.2.33-libpng15.patch')
 md5sums=('1741a6045c3eedfb611d645f2da69ac8'
- '38766bc59e1571133d0399f0102da653')
+ '38766bc59e1571133d0399f0102da653'
+ '4434de7addc438be8c5a33274146bd11')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
+
   patch -Np1 -i ${srcdir}/fix-includes.patch
-  ./configure --prefix=/usr --disable-static --mandir=/usr/share/man
+  patch -Np0 -i ${srcdir}/zvbi-0.2.33-libpng15.patch
+
+  ./configure --prefix=/usr \
+  --disable-static \
+  --mandir=/usr/share/man
   make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
   make DESTDIR=${pkgdir} install
 }

Added: zvbi-0.2.33-libpng15.patch
===
--- zvbi-0.2.33-libpng15.patch  (rev 0)
+++ zvbi-0.2.33-libpng15.patch  2012-01-19 13:11:21 UTC (rev 146939)
@@ -0,0 +1,21 @@
+Index: src/exp-gfx.c
+===
+RCS file: /cvsroot/zapping/vbi/src/exp-gfx.c,v
+retrieving revision 1.16
+diff -u -B -r1.16 exp-gfx.c
+--- src/exp-gfx.c  24 Feb 2008 14:17:47 -  1.16
 src/exp-gfx.c  15 Feb 2011 20:03:58 -
+@@ -1672,11 +1672,11 @@
+   char title[80];
+   unsigned int i;
+ 
+-  if (setjmp (png_ptr-jmpbuf))
++  if (setjmp (png_jmpbuf(png_ptr)))
+   return FALSE;
+ 
+   png_set_write_fn (png_ptr,
+-(voidp) gfx,
++(png_voidp) gfx,
+ write_data,
+ flush_data);
+ 



[arch-commits] Commit in zvbi/trunk (PKGBUILD fix-includes.patch)

2010-11-29 Thread Jan de Groot
Date: Monday, November 29, 2010 @ 04:37:06
  Author: jgc
Revision: 101442

upgpkg: zvbi 0.2.33-3
Fix build (FS#21901)

Added:
  zvbi/trunk/fix-includes.patch
Modified:
  zvbi/trunk/PKGBUILD

+
 PKGBUILD   |   20 
 fix-includes.patch |   36 
 2 files changed, 48 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-11-29 09:07:57 UTC (rev 101441)
+++ PKGBUILD2010-11-29 09:37:06 UTC (rev 101442)
@@ -1,21 +1,25 @@
 # $Id$
-# Maintainer: Alexander Baldeck alexan...@archlinux.org
+# Maintainer: 
+# Contributor: Alexander Baldeck alexan...@archlinux.org
 # Contributor: dorphell dorph...@archlinux.org
 pkgname=zvbi
 pkgver=0.2.33
-pkgrel=2
+pkgrel=3
 pkgdesc=VBI capture and decoding library
 url=http://zapping.sourceforge.net/cgi-bin/view/ZVBI/WebHome;
 arch=(i686 x86_64)
-depends=('libpng=1.4.0' 'libx11')
+depends=('libpng' 'libx11')
 license=('GPL')
 options=('!libtool')
-source=(http://downloads.sourceforge.net/sourceforge/zapping/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('1741a6045c3eedfb611d645f2da69ac8')
+source=(http://downloads.sourceforge.net/sourceforge/zapping/${pkgname}-${pkgver}.tar.bz2
+fix-includes.patch)
+md5sums=('1741a6045c3eedfb611d645f2da69ac8'
+ '38766bc59e1571133d0399f0102da653')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --disable-static --mandir=/usr/share/man || return 
1
-  make || return 1
-  make DESTDIR=${pkgdir} install || return 1
+  patch -Np1 -i ${srcdir}/fix-includes.patch
+  ./configure --prefix=/usr --disable-static --mandir=/usr/share/man
+  make
+  make DESTDIR=${pkgdir} install
 }

Added: fix-includes.patch
===
--- fix-includes.patch  (rev 0)
+++ fix-includes.patch  2010-11-29 09:37:06 UTC (rev 101442)
@@ -0,0 +1,36 @@
+Add proper #includes so that we do not get undef errors to S_ISCHR
+during linking.
+
+Signed-off-by: Alex Chiang achi...@canonical.com
+---
+--- zvbi-0.2.33.orig/src/io-dvb.c
 zvbi-0.2.33/src/io-dvb.c
+@@ -29,6 +29,8 @@
+ #include errno.h
+ #include sys/select.h
+ #include sys/ioctl.h
++#include sys/types.h
++#include sys/stat.h
+ 
+ #ifndef HAVE_S64_U64
+   /* Linux 2.6.x asm/types.h defines __s64 and __u64 only
+--- zvbi-0.2.33.orig/src/io-v4l.c
 zvbi-0.2.33/src/io-v4l.c
+@@ -42,6 +42,7 @@ static const char rcsid [] =
+ #include assert.h
+ #include sys/time.h /* timeval */
+ #include sys/types.h/* fd_set, uid_t */
++#include sys/stat.h /* S_ISCHR */
+ #include sys/ioctl.h/* for (_)videodev.h */
+ #include pthread.h
+ 
+--- zvbi-0.2.33.orig/contrib/ntsc-cc.c
 zvbi-0.2.33/contrib/ntsc-cc.c
+@@ -34,6 +34,7 @@
+ #include locale.h
+ #include sys/ioctl.h
+ #include sys/types.h
++#include sys/stat.h
+ #include sys/time.h
+ #ifdef HAVE_GETOPT_LONG
+ #  include getopt.h



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

2010-01-18 Thread Jan de Groot
Date: Monday, January 18, 2010 @ 04:32:42
  Author: jgc
Revision: 63654

upgpkg: zvbi 0.2.33-2
Rebuild for libpng14

Modified:
  zvbi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-01-18 09:32:33 UTC (rev 63653)
+++ PKGBUILD2010-01-18 09:32:42 UTC (rev 63654)
@@ -3,11 +3,11 @@
 # Contributor: dorphell dorph...@archlinux.org
 pkgname=zvbi
 pkgver=0.2.33
-pkgrel=1
+pkgrel=2
 pkgdesc=VBI capture and decoding library
 url=http://zapping.sourceforge.net/cgi-bin/view/ZVBI/WebHome;
 arch=(i686 x86_64)
-depends=('libpng' 'libx11')
+depends=('libpng=1.4.0' 'libx11')
 license=('GPL')
 options=('!libtool')
 
source=(http://downloads.sourceforge.net/sourceforge/zapping/${pkgname}-${pkgver}.tar.bz2)