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

2014-01-19 Thread Eric Bélanger
Date: Monday, January 20, 2014 @ 01:06:35
  Author: eric
Revision: 204447

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

Added:
  dvdauthor/repos/staging-i686/
  dvdauthor/repos/staging-i686/PKGBUILD
(from rev 204446, dvdauthor/trunk/PKGBUILD)
  dvdauthor/repos/staging-x86_64/
  dvdauthor/repos/staging-x86_64/PKGBUILD
(from rev 204446, dvdauthor/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   31 +++
 staging-x86_64/PKGBUILD |   31 +++
 2 files changed, 62 insertions(+)

Copied: dvdauthor/repos/staging-i686/PKGBUILD (from rev 204446, 
dvdauthor/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-01-20 00:06:35 UTC (rev 204447)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Travis Willard trav...@wmpub.ca
+# Contributor: Jaroslaw Swierczynski swier...@juvepoland.com
+# Contributor: Nicolai Lissner nlis...@linux01.gwdg.de
+
+pkgname=dvdauthor
+pkgver=0.7.1
+pkgrel=7
+pkgdesc=DVD authoring tools
+arch=('i686' 'x86_64')
+url=http://dvdauthor.sourceforge.net/;
+license=('GPL')
+depends=('libdvdread' 'imagemagick' 'libxml2' 'libpng' 'fribidi')
+options=('!makeflags')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('2694a5a3ef460106ea3caf0f7f60ff80')
+
+build() {
+  cd ${srcdir}/${pkgname}
+
+  ./configure --prefix=/usr \
+  --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}
+
+  make DESTDIR=${pkgdir} install
+}

Copied: dvdauthor/repos/staging-x86_64/PKGBUILD (from rev 204446, 
dvdauthor/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2014-01-20 00:06:35 UTC (rev 204447)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Travis Willard trav...@wmpub.ca
+# Contributor: Jaroslaw Swierczynski swier...@juvepoland.com
+# Contributor: Nicolai Lissner nlis...@linux01.gwdg.de
+
+pkgname=dvdauthor
+pkgver=0.7.1
+pkgrel=7
+pkgdesc=DVD authoring tools
+arch=('i686' 'x86_64')
+url=http://dvdauthor.sourceforge.net/;
+license=('GPL')
+depends=('libdvdread' 'imagemagick' 'libxml2' 'libpng' 'fribidi')
+options=('!makeflags')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('2694a5a3ef460106ea3caf0f7f60ff80')
+
+build() {
+  cd ${srcdir}/${pkgname}
+
+  ./configure --prefix=/usr \
+  --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}
+
+  make DESTDIR=${pkgdir} install
+}



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

2013-08-08 Thread Eric Bélanger
Date: Friday, August 9, 2013 @ 05:23:45
  Author: eric
Revision: 192260

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

Added:
  dvdauthor/repos/staging-i686/
  dvdauthor/repos/staging-i686/PKGBUILD
(from rev 192259, dvdauthor/trunk/PKGBUILD)
  dvdauthor/repos/staging-x86_64/
  dvdauthor/repos/staging-x86_64/PKGBUILD
(from rev 192259, dvdauthor/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   31 +++
 staging-x86_64/PKGBUILD |   31 +++
 2 files changed, 62 insertions(+)

Copied: dvdauthor/repos/staging-i686/PKGBUILD (from rev 192259, 
dvdauthor/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-08-09 03:23:45 UTC (rev 192260)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Travis Willard trav...@wmpub.ca
+# Contributor: Jaroslaw Swierczynski swier...@juvepoland.com
+# Contributor: Nicolai Lissner nlis...@linux01.gwdg.de
+
+pkgname=dvdauthor
+pkgver=0.7.1
+pkgrel=6
+pkgdesc=DVD authoring tools
+arch=('i686' 'x86_64')
+url=http://dvdauthor.sourceforge.net/;
+license=('GPL')
+depends=('libdvdread' 'imagemagick' 'libxml2' 'libpng' 'fribidi')
+options=('!makeflags')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('2694a5a3ef460106ea3caf0f7f60ff80')
+
+build() {
+  cd ${srcdir}/${pkgname}
+
+  ./configure --prefix=/usr \
+  --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}
+
+  make DESTDIR=${pkgdir} install
+}

Copied: dvdauthor/repos/staging-x86_64/PKGBUILD (from rev 192259, 
dvdauthor/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-08-09 03:23:45 UTC (rev 192260)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Travis Willard trav...@wmpub.ca
+# Contributor: Jaroslaw Swierczynski swier...@juvepoland.com
+# Contributor: Nicolai Lissner nlis...@linux01.gwdg.de
+
+pkgname=dvdauthor
+pkgver=0.7.1
+pkgrel=6
+pkgdesc=DVD authoring tools
+arch=('i686' 'x86_64')
+url=http://dvdauthor.sourceforge.net/;
+license=('GPL')
+depends=('libdvdread' 'imagemagick' 'libxml2' 'libpng' 'fribidi')
+options=('!makeflags')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('2694a5a3ef460106ea3caf0f7f60ff80')
+
+build() {
+  cd ${srcdir}/${pkgname}
+
+  ./configure --prefix=/usr \
+  --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}
+
+  make DESTDIR=${pkgdir} install
+}



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

2013-04-29 Thread Bartłomiej Piotrowski
Date: Monday, April 29, 2013 @ 18:12:00
  Author: bpiotrowski
Revision: 183913

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

Added:
  dvdauthor/repos/staging-i686/
  dvdauthor/repos/staging-i686/PKGBUILD
(from rev 183912, dvdauthor/trunk/PKGBUILD)
  dvdauthor/repos/staging-x86_64/
  dvdauthor/repos/staging-x86_64/PKGBUILD
(from rev 183912, dvdauthor/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   31 +++
 staging-x86_64/PKGBUILD |   31 +++
 2 files changed, 62 insertions(+)

Copied: dvdauthor/repos/staging-i686/PKGBUILD (from rev 183912, 
dvdauthor/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-04-29 16:12:00 UTC (rev 183913)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Travis Willard trav...@wmpub.ca
+# Contributor: Jaroslaw Swierczynski swier...@juvepoland.com
+# Contributor: Nicolai Lissner nlis...@linux01.gwdg.de
+
+pkgname=dvdauthor
+pkgver=0.7.1
+pkgrel=5
+pkgdesc=DVD authoring tools
+arch=('i686' 'x86_64')
+url=http://dvdauthor.sourceforge.net/;
+license=('GPL')
+depends=('libdvdread' 'imagemagick' 'libxml2' 'libpng' 'fribidi')
+options=('!makeflags')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('2694a5a3ef460106ea3caf0f7f60ff80')
+
+build() {
+  cd ${srcdir}/${pkgname}
+
+  ./configure --prefix=/usr \
+  --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}
+
+  make DESTDIR=${pkgdir} install
+}

Copied: dvdauthor/repos/staging-x86_64/PKGBUILD (from rev 183912, 
dvdauthor/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-04-29 16:12:00 UTC (rev 183913)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Travis Willard trav...@wmpub.ca
+# Contributor: Jaroslaw Swierczynski swier...@juvepoland.com
+# Contributor: Nicolai Lissner nlis...@linux01.gwdg.de
+
+pkgname=dvdauthor
+pkgver=0.7.1
+pkgrel=5
+pkgdesc=DVD authoring tools
+arch=('i686' 'x86_64')
+url=http://dvdauthor.sourceforge.net/;
+license=('GPL')
+depends=('libdvdread' 'imagemagick' 'libxml2' 'libpng' 'fribidi')
+options=('!makeflags')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('2694a5a3ef460106ea3caf0f7f60ff80')
+
+build() {
+  cd ${srcdir}/${pkgname}
+
+  ./configure --prefix=/usr \
+  --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}
+
+  make DESTDIR=${pkgdir} install
+}



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

2013-03-18 Thread Eric Bélanger
Date: Monday, March 18, 2013 @ 18:44:06
  Author: eric
Revision: 180233

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

Added:
  dvdauthor/repos/staging-i686/
  dvdauthor/repos/staging-i686/PKGBUILD
(from rev 180232, dvdauthor/trunk/PKGBUILD)
  dvdauthor/repos/staging-x86_64/
  dvdauthor/repos/staging-x86_64/PKGBUILD
(from rev 180232, dvdauthor/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   31 +++
 staging-x86_64/PKGBUILD |   31 +++
 2 files changed, 62 insertions(+)

Copied: dvdauthor/repos/staging-i686/PKGBUILD (from rev 180232, 
dvdauthor/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-03-18 17:44:06 UTC (rev 180233)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Travis Willard trav...@wmpub.ca
+# Contributor: Jaroslaw Swierczynski swier...@juvepoland.com
+# Contributor: Nicolai Lissner nlis...@linux01.gwdg.de
+
+pkgname=dvdauthor
+pkgver=0.7.1
+pkgrel=4
+pkgdesc=DVD authoring tools
+arch=('i686' 'x86_64')
+url=http://dvdauthor.sourceforge.net/;
+license=('GPL')
+depends=('libdvdread' 'imagemagick' 'libxml2' 'libpng' 'fribidi')
+options=('!makeflags')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('2694a5a3ef460106ea3caf0f7f60ff80')
+
+build() {
+  cd ${srcdir}/${pkgname}
+
+  ./configure --prefix=/usr \
+  --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}
+
+  make DESTDIR=${pkgdir} install
+}

Copied: dvdauthor/repos/staging-x86_64/PKGBUILD (from rev 180232, 
dvdauthor/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-03-18 17:44:06 UTC (rev 180233)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Travis Willard trav...@wmpub.ca
+# Contributor: Jaroslaw Swierczynski swier...@juvepoland.com
+# Contributor: Nicolai Lissner nlis...@linux01.gwdg.de
+
+pkgname=dvdauthor
+pkgver=0.7.1
+pkgrel=4
+pkgdesc=DVD authoring tools
+arch=('i686' 'x86_64')
+url=http://dvdauthor.sourceforge.net/;
+license=('GPL')
+depends=('libdvdread' 'imagemagick' 'libxml2' 'libpng' 'fribidi')
+options=('!makeflags')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('2694a5a3ef460106ea3caf0f7f60ff80')
+
+build() {
+  cd ${srcdir}/${pkgname}
+
+  ./configure --prefix=/usr \
+  --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}
+
+  make DESTDIR=${pkgdir} install
+}



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

2012-02-05 Thread Ionut Biru
Date: Sunday, February 5, 2012 @ 06:47:32
  Author: ibiru
Revision: 148701

db-move: moved dvdauthor from [testing] to [extra] (i686)

Added:
  dvdauthor/repos/extra-i686/PKGBUILD
(from rev 148654, dvdauthor/repos/testing-i686/PKGBUILD)
  dvdauthor/repos/extra-i686/dvdauthor-0.7.0-libpng15.patch
(from rev 148654, 
dvdauthor/repos/testing-i686/dvdauthor-0.7.0-libpng15.patch)
Deleted:
  dvdauthor/repos/extra-i686/PKGBUILD
  dvdauthor/repos/testing-i686/

+
 PKGBUILD   |   66 ---
 dvdauthor-0.7.0-libpng15.patch |   19 +++
 2 files changed, 54 insertions(+), 31 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-02-05 11:47:29 UTC (rev 148700)
+++ extra-i686/PKGBUILD 2012-02-05 11:47:32 UTC (rev 148701)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Travis Willard trav...@wmpub.ca 
-# Contributor: Jaroslaw Swierczynski swier...@juvepoland.com
-# Contributor: Nicolai Lissner nlis...@linux01.gwdg.de
-
-pkgname=dvdauthor
-pkgver=0.7.0
-pkgrel=3
-pkgdesc=DVD authoring tools
-arch=('i686' 'x86_64')
-url=http://dvdauthor.sourceforge.net/;
-license=('GPL')
-depends=('libdvdread' 'imagemagick' 'libxml2' 'libpng' 'fribidi')
-options=('!makeflags')
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('33a447fb98ab3293ac40f869eedc17ff')
-
-build() {
-  cd ${srcdir}/${pkgname}
-
-  ./configure --prefix=/usr \
-  --sysconfdir=/etc
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}
-
-  make DESTDIR=${pkgdir} install
-}

Copied: dvdauthor/repos/extra-i686/PKGBUILD (from rev 148654, 
dvdauthor/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-02-05 11:47:32 UTC (rev 148701)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Travis Willard trav...@wmpub.ca 
+# Contributor: Jaroslaw Swierczynski swier...@juvepoland.com
+# Contributor: Nicolai Lissner nlis...@linux01.gwdg.de
+
+pkgname=dvdauthor
+pkgver=0.7.0
+pkgrel=4
+pkgdesc=DVD authoring tools
+arch=('i686' 'x86_64')
+url=http://dvdauthor.sourceforge.net/;
+license=('GPL')
+depends=('libdvdread' 'imagemagick' 'libxml2' 'libpng' 'fribidi')
+options=('!makeflags')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;
+'dvdauthor-0.7.0-libpng15.patch')
+md5sums=('33a447fb98ab3293ac40f869eedc17ff'
+ '9ea90bbea6adb0469c8c1b2f7d033f11')
+
+build() {
+  cd ${srcdir}/${pkgname}
+
+  patch -Np0 -i ${srcdir}/dvdauthor-0.7.0-libpng15.patch
+
+  ./configure --prefix=/usr \
+  --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}
+
+  make DESTDIR=${pkgdir} install
+}

Copied: dvdauthor/repos/extra-i686/dvdauthor-0.7.0-libpng15.patch (from rev 
148654, dvdauthor/repos/testing-i686/dvdauthor-0.7.0-libpng15.patch)
===
--- extra-i686/dvdauthor-0.7.0-libpng15.patch   (rev 0)
+++ extra-i686/dvdauthor-0.7.0-libpng15.patch   2012-02-05 11:47:32 UTC (rev 
148701)
@@ -0,0 +1,19 @@
+--- src/spuunmux.c
 src/spuunmux.c
+@@ -39,6 +39,7 @@
+ #include netinet/in.h
+ 
+ #include png.h
++#include zlib.h
+ 
+ #include rgb.h
+ #include common.h
+@@ -610,7 +611,7 @@
+ png_destroy_write_struct(png_ptr, (png_infopp)NULL);
+ return -1;
+   } /*if*/
+-if (setjmp(png_ptr-jmpbuf))
++if (setjmp(png_jmpbuf(png_ptr)))
+   {
+ png_destroy_write_struct(png_ptr, info_ptr);
+ fclose(fp);



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

2012-02-05 Thread Ionut Biru
Date: Sunday, February 5, 2012 @ 06:47:33
  Author: ibiru
Revision: 148702

db-move: moved dvdauthor from [testing] to [extra] (x86_64)

Added:
  dvdauthor/repos/extra-x86_64/PKGBUILD
(from rev 148654, dvdauthor/repos/testing-x86_64/PKGBUILD)
  dvdauthor/repos/extra-x86_64/dvdauthor-0.7.0-libpng15.patch
(from rev 148654, 
dvdauthor/repos/testing-x86_64/dvdauthor-0.7.0-libpng15.patch)
Deleted:
  dvdauthor/repos/extra-x86_64/PKGBUILD
  dvdauthor/repos/testing-x86_64/

+
 PKGBUILD   |   66 ---
 dvdauthor-0.7.0-libpng15.patch |   19 +++
 2 files changed, 54 insertions(+), 31 deletions(-)

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-02-05 11:47:32 UTC (rev 148701)
+++ extra-x86_64/PKGBUILD   2012-02-05 11:47:33 UTC (rev 148702)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Travis Willard trav...@wmpub.ca 
-# Contributor: Jaroslaw Swierczynski swier...@juvepoland.com
-# Contributor: Nicolai Lissner nlis...@linux01.gwdg.de
-
-pkgname=dvdauthor
-pkgver=0.7.0
-pkgrel=3
-pkgdesc=DVD authoring tools
-arch=('i686' 'x86_64')
-url=http://dvdauthor.sourceforge.net/;
-license=('GPL')
-depends=('libdvdread' 'imagemagick' 'libxml2' 'libpng' 'fribidi')
-options=('!makeflags')
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('33a447fb98ab3293ac40f869eedc17ff')
-
-build() {
-  cd ${srcdir}/${pkgname}
-
-  ./configure --prefix=/usr \
-  --sysconfdir=/etc
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}
-
-  make DESTDIR=${pkgdir} install
-}

Copied: dvdauthor/repos/extra-x86_64/PKGBUILD (from rev 148654, 
dvdauthor/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-02-05 11:47:33 UTC (rev 148702)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Travis Willard trav...@wmpub.ca 
+# Contributor: Jaroslaw Swierczynski swier...@juvepoland.com
+# Contributor: Nicolai Lissner nlis...@linux01.gwdg.de
+
+pkgname=dvdauthor
+pkgver=0.7.0
+pkgrel=4
+pkgdesc=DVD authoring tools
+arch=('i686' 'x86_64')
+url=http://dvdauthor.sourceforge.net/;
+license=('GPL')
+depends=('libdvdread' 'imagemagick' 'libxml2' 'libpng' 'fribidi')
+options=('!makeflags')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;
+'dvdauthor-0.7.0-libpng15.patch')
+md5sums=('33a447fb98ab3293ac40f869eedc17ff'
+ '9ea90bbea6adb0469c8c1b2f7d033f11')
+
+build() {
+  cd ${srcdir}/${pkgname}
+
+  patch -Np0 -i ${srcdir}/dvdauthor-0.7.0-libpng15.patch
+
+  ./configure --prefix=/usr \
+  --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}
+
+  make DESTDIR=${pkgdir} install
+}

Copied: dvdauthor/repos/extra-x86_64/dvdauthor-0.7.0-libpng15.patch (from rev 
148654, dvdauthor/repos/testing-x86_64/dvdauthor-0.7.0-libpng15.patch)
===
--- extra-x86_64/dvdauthor-0.7.0-libpng15.patch (rev 0)
+++ extra-x86_64/dvdauthor-0.7.0-libpng15.patch 2012-02-05 11:47:33 UTC (rev 
148702)
@@ -0,0 +1,19 @@
+--- src/spuunmux.c
 src/spuunmux.c
+@@ -39,6 +39,7 @@
+ #include netinet/in.h
+ 
+ #include png.h
++#include zlib.h
+ 
+ #include rgb.h
+ #include common.h
+@@ -610,7 +611,7 @@
+ png_destroy_write_struct(png_ptr, (png_infopp)NULL);
+ return -1;
+   } /*if*/
+-if (setjmp(png_ptr-jmpbuf))
++if (setjmp(png_jmpbuf(png_ptr)))
+   {
+ png_destroy_write_struct(png_ptr, info_ptr);
+ fclose(fp);



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

2012-01-30 Thread Ionut Biru
Date: Monday, January 30, 2012 @ 13:45:16
  Author: ibiru
Revision: 148082

db-move: moved dvdauthor from [staging] to [testing] (i686)

Added:
  dvdauthor/repos/testing-i686/
  dvdauthor/repos/testing-i686/PKGBUILD
(from rev 148047, dvdauthor/repos/staging-i686/PKGBUILD)
  dvdauthor/repos/testing-i686/dvdauthor-0.7.0-libpng15.patch
(from rev 148047, 
dvdauthor/repos/staging-i686/dvdauthor-0.7.0-libpng15.patch)
Deleted:
  dvdauthor/repos/staging-i686/

+
 PKGBUILD   |   35 +++
 dvdauthor-0.7.0-libpng15.patch |   19 +++
 2 files changed, 54 insertions(+)

Copied: dvdauthor/repos/testing-i686/PKGBUILD (from rev 148047, 
dvdauthor/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-01-30 18:45:16 UTC (rev 148082)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Travis Willard trav...@wmpub.ca 
+# Contributor: Jaroslaw Swierczynski swier...@juvepoland.com
+# Contributor: Nicolai Lissner nlis...@linux01.gwdg.de
+
+pkgname=dvdauthor
+pkgver=0.7.0
+pkgrel=4
+pkgdesc=DVD authoring tools
+arch=('i686' 'x86_64')
+url=http://dvdauthor.sourceforge.net/;
+license=('GPL')
+depends=('libdvdread' 'imagemagick' 'libxml2' 'libpng' 'fribidi')
+options=('!makeflags')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;
+'dvdauthor-0.7.0-libpng15.patch')
+md5sums=('33a447fb98ab3293ac40f869eedc17ff'
+ '9ea90bbea6adb0469c8c1b2f7d033f11')
+
+build() {
+  cd ${srcdir}/${pkgname}
+
+  patch -Np0 -i ${srcdir}/dvdauthor-0.7.0-libpng15.patch
+
+  ./configure --prefix=/usr \
+  --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}
+
+  make DESTDIR=${pkgdir} install
+}

Copied: dvdauthor/repos/testing-i686/dvdauthor-0.7.0-libpng15.patch (from rev 
148047, dvdauthor/repos/staging-i686/dvdauthor-0.7.0-libpng15.patch)
===
--- testing-i686/dvdauthor-0.7.0-libpng15.patch (rev 0)
+++ testing-i686/dvdauthor-0.7.0-libpng15.patch 2012-01-30 18:45:16 UTC (rev 
148082)
@@ -0,0 +1,19 @@
+--- src/spuunmux.c
 src/spuunmux.c
+@@ -39,6 +39,7 @@
+ #include netinet/in.h
+ 
+ #include png.h
++#include zlib.h
+ 
+ #include rgb.h
+ #include common.h
+@@ -610,7 +611,7 @@
+ png_destroy_write_struct(png_ptr, (png_infopp)NULL);
+ return -1;
+   } /*if*/
+-if (setjmp(png_ptr-jmpbuf))
++if (setjmp(png_jmpbuf(png_ptr)))
+   {
+ png_destroy_write_struct(png_ptr, info_ptr);
+ fclose(fp);



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

2012-01-30 Thread Ionut Biru
Date: Monday, January 30, 2012 @ 13:45:17
  Author: ibiru
Revision: 148083

db-move: moved dvdauthor from [staging] to [testing] (x86_64)

Added:
  dvdauthor/repos/testing-x86_64/
  dvdauthor/repos/testing-x86_64/PKGBUILD
(from rev 148047, dvdauthor/repos/staging-x86_64/PKGBUILD)
  dvdauthor/repos/testing-x86_64/dvdauthor-0.7.0-libpng15.patch
(from rev 148047, 
dvdauthor/repos/staging-x86_64/dvdauthor-0.7.0-libpng15.patch)
Deleted:
  dvdauthor/repos/staging-x86_64/

+
 PKGBUILD   |   35 +++
 dvdauthor-0.7.0-libpng15.patch |   19 +++
 2 files changed, 54 insertions(+)

Copied: dvdauthor/repos/testing-x86_64/PKGBUILD (from rev 148047, 
dvdauthor/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-01-30 18:45:17 UTC (rev 148083)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Travis Willard trav...@wmpub.ca 
+# Contributor: Jaroslaw Swierczynski swier...@juvepoland.com
+# Contributor: Nicolai Lissner nlis...@linux01.gwdg.de
+
+pkgname=dvdauthor
+pkgver=0.7.0
+pkgrel=4
+pkgdesc=DVD authoring tools
+arch=('i686' 'x86_64')
+url=http://dvdauthor.sourceforge.net/;
+license=('GPL')
+depends=('libdvdread' 'imagemagick' 'libxml2' 'libpng' 'fribidi')
+options=('!makeflags')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;
+'dvdauthor-0.7.0-libpng15.patch')
+md5sums=('33a447fb98ab3293ac40f869eedc17ff'
+ '9ea90bbea6adb0469c8c1b2f7d033f11')
+
+build() {
+  cd ${srcdir}/${pkgname}
+
+  patch -Np0 -i ${srcdir}/dvdauthor-0.7.0-libpng15.patch
+
+  ./configure --prefix=/usr \
+  --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}
+
+  make DESTDIR=${pkgdir} install
+}

Copied: dvdauthor/repos/testing-x86_64/dvdauthor-0.7.0-libpng15.patch (from rev 
148047, dvdauthor/repos/staging-x86_64/dvdauthor-0.7.0-libpng15.patch)
===
--- testing-x86_64/dvdauthor-0.7.0-libpng15.patch   
(rev 0)
+++ testing-x86_64/dvdauthor-0.7.0-libpng15.patch   2012-01-30 18:45:17 UTC 
(rev 148083)
@@ -0,0 +1,19 @@
+--- src/spuunmux.c
 src/spuunmux.c
+@@ -39,6 +39,7 @@
+ #include netinet/in.h
+ 
+ #include png.h
++#include zlib.h
+ 
+ #include rgb.h
+ #include common.h
+@@ -610,7 +611,7 @@
+ png_destroy_write_struct(png_ptr, (png_infopp)NULL);
+ return -1;
+   } /*if*/
+-if (setjmp(png_ptr-jmpbuf))
++if (setjmp(png_jmpbuf(png_ptr)))
+   {
+ png_destroy_write_struct(png_ptr, info_ptr);
+ fclose(fp);



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

2011-11-28 Thread Giovanni Scafora
Date: Monday, November 28, 2011 @ 12:32:58
  Author: giovanni
Revision: 143729

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

Added:
  dvdauthor/repos/extra-i686/PKGBUILD
(from rev 143728, dvdauthor/trunk/PKGBUILD)
  dvdauthor/repos/extra-x86_64/PKGBUILD
(from rev 143728, dvdauthor/trunk/PKGBUILD)
Deleted:
  dvdauthor/repos/extra-i686/PKGBUILD
  dvdauthor/repos/extra-x86_64/PKGBUILD

---+
 extra-i686/PKGBUILD   |   60 
 extra-x86_64/PKGBUILD |   60 
 2 files changed, 62 insertions(+), 58 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-11-28 17:32:32 UTC (rev 143728)
+++ extra-i686/PKGBUILD 2011-11-28 17:32:58 UTC (rev 143729)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Travis Willard trav...@wmpub.ca 
-# Contributor: Jaroslaw Swierczynski swier...@juvepoland.com
-# Contributor: Nicolai Lissner nlis...@linux01.gwdg.de
-
-pkgname=dvdauthor
-pkgver=0.7.0
-pkgrel=2
-pkgdesc=DVD authoring tools
-arch=('i686' 'x86_64')
-url=http://dvdauthor.sourceforge.net/;
-license=('GPL')
-depends=('libdvdread' 'imagemagick' 'libxml2' 'libpng' 'fribidi')
-options=('!makeflags')
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('33a447fb98ab3293ac40f869eedc17ff')
-
-build() {
-  cd ${srcdir}/${pkgname}
-  ./configure --prefix=/usr \
-  --sysconfdir=/etc
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}
-  make DESTDIR=${pkgdir} install
-}

Copied: dvdauthor/repos/extra-i686/PKGBUILD (from rev 143728, 
dvdauthor/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-11-28 17:32:58 UTC (rev 143729)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Travis Willard trav...@wmpub.ca 
+# Contributor: Jaroslaw Swierczynski swier...@juvepoland.com
+# Contributor: Nicolai Lissner nlis...@linux01.gwdg.de
+
+pkgname=dvdauthor
+pkgver=0.7.0
+pkgrel=3
+pkgdesc=DVD authoring tools
+arch=('i686' 'x86_64')
+url=http://dvdauthor.sourceforge.net/;
+license=('GPL')
+depends=('libdvdread' 'imagemagick' 'libxml2' 'libpng' 'fribidi')
+options=('!makeflags')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('33a447fb98ab3293ac40f869eedc17ff')
+
+build() {
+  cd ${srcdir}/${pkgname}
+
+  ./configure --prefix=/usr \
+  --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}
+
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-11-28 17:32:32 UTC (rev 143728)
+++ extra-x86_64/PKGBUILD   2011-11-28 17:32:58 UTC (rev 143729)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Travis Willard trav...@wmpub.ca 
-# Contributor: Jaroslaw Swierczynski swier...@juvepoland.com
-# Contributor: Nicolai Lissner nlis...@linux01.gwdg.de
-
-pkgname=dvdauthor
-pkgver=0.7.0
-pkgrel=2
-pkgdesc=DVD authoring tools
-arch=('i686' 'x86_64')
-url=http://dvdauthor.sourceforge.net/;
-license=('GPL')
-depends=('libdvdread' 'imagemagick' 'libxml2' 'libpng' 'fribidi')
-options=('!makeflags')
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('33a447fb98ab3293ac40f869eedc17ff')
-
-build() {
-  cd ${srcdir}/${pkgname}
-  ./configure --prefix=/usr \
-  --sysconfdir=/etc
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}
-  make DESTDIR=${pkgdir} install
-}

Copied: dvdauthor/repos/extra-x86_64/PKGBUILD (from rev 143728, 
dvdauthor/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2011-11-28 17:32:58 UTC (rev 143729)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Travis Willard trav...@wmpub.ca 
+# Contributor: Jaroslaw Swierczynski swier...@juvepoland.com
+# Contributor: Nicolai Lissner nlis...@linux01.gwdg.de
+
+pkgname=dvdauthor
+pkgver=0.7.0
+pkgrel=3
+pkgdesc=DVD authoring tools
+arch=('i686' 'x86_64')
+url=http://dvdauthor.sourceforge.net/;
+license=('GPL')
+depends=('libdvdread' 'imagemagick' 'libxml2' 'libpng' 'fribidi')
+options=('!makeflags')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('33a447fb98ab3293ac40f869eedc17ff')
+
+build() {
+  cd ${srcdir}/${pkgname}
+
+  ./configure --prefix=/usr \
+  --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}
+
+  make DESTDIR=${pkgdir} install
+}



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

2011-09-11 Thread Allan McRae
Date: Sunday, September 11, 2011 @ 23:23:19
  Author: allan
Revision: 137846

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

Added:
  dvdauthor/repos/staging-i686/
  dvdauthor/repos/staging-i686/PKGBUILD
(from rev 137845, dvdauthor/trunk/PKGBUILD)
  dvdauthor/repos/staging-x86_64/
  dvdauthor/repos/staging-x86_64/PKGBUILD
(from rev 137845, dvdauthor/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   29 +
 staging-x86_64/PKGBUILD |   29 +
 2 files changed, 58 insertions(+)

Copied: dvdauthor/repos/staging-i686/PKGBUILD (from rev 137845, 
dvdauthor/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2011-09-12 03:23:19 UTC (rev 137846)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Travis Willard trav...@wmpub.ca 
+# Contributor: Jaroslaw Swierczynski swier...@juvepoland.com
+# Contributor: Nicolai Lissner nlis...@linux01.gwdg.de
+
+pkgname=dvdauthor
+pkgver=0.7.0
+pkgrel=2
+pkgdesc=DVD authoring tools
+arch=('i686' 'x86_64')
+url=http://dvdauthor.sourceforge.net/;
+license=('GPL')
+depends=('libdvdread' 'imagemagick' 'libxml2' 'libpng' 'fribidi')
+options=('!makeflags')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+md5sums=('33a447fb98ab3293ac40f869eedc17ff')
+
+build() {
+  cd ${srcdir}/${pkgname}
+  ./configure --prefix=/usr \
+  --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}
+  make DESTDIR=${pkgdir} install
+}

Copied: dvdauthor/repos/staging-x86_64/PKGBUILD (from rev 137845, 
dvdauthor/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2011-09-12 03:23:19 UTC (rev 137846)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Travis Willard trav...@wmpub.ca 
+# Contributor: Jaroslaw Swierczynski swier...@juvepoland.com
+# Contributor: Nicolai Lissner nlis...@linux01.gwdg.de
+
+pkgname=dvdauthor
+pkgver=0.7.0
+pkgrel=2
+pkgdesc=DVD authoring tools
+arch=('i686' 'x86_64')
+url=http://dvdauthor.sourceforge.net/;
+license=('GPL')
+depends=('libdvdread' 'imagemagick' 'libxml2' 'libpng' 'fribidi')
+options=('!makeflags')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+md5sums=('33a447fb98ab3293ac40f869eedc17ff')
+
+build() {
+  cd ${srcdir}/${pkgname}
+  ./configure --prefix=/usr \
+  --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}
+  make DESTDIR=${pkgdir} install
+}