Date: Wednesday, October 24, 2012 @ 21:34:55
  Author: eric
Revision: 169632

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

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

-----------------------------------------------+
 testing-i686/PKGBUILD                         |   31 ++++++++++++++++++++++++
 testing-i686/dvdauthor-0.7.0-libpng15.patch   |   19 ++++++++++++++
 testing-x86_64/PKGBUILD                       |   31 ++++++++++++++++++++++++
 testing-x86_64/dvdauthor-0.7.0-libpng15.patch |   19 ++++++++++++++
 4 files changed, 100 insertions(+)

Copied: dvdauthor/repos/testing-i686/PKGBUILD (from rev 169628, 
dvdauthor/repos/staging-i686/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD                               (rev 0)
+++ testing-i686/PKGBUILD       2012-10-25 01:34:55 UTC (rev 169632)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Giovanni Scafora <[email protected]>
+# Contributor: Travis Willard <[email protected]> 
+# Contributor: Jaroslaw Swierczynski <[email protected]>
+# Contributor: Nicolai Lissner <[email protected]>
+
+pkgname=dvdauthor
+pkgver=0.7.1
+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=('2694a5a3ef460106ea3caf0f7f60ff80')
+
+build() {
+  cd "${srcdir}/${pkgname}"
+
+  ./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 
169628, 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-10-25 01:34:55 UTC (rev 
169632)
@@ -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);

Copied: dvdauthor/repos/testing-x86_64/PKGBUILD (from rev 169628, 
dvdauthor/repos/staging-x86_64/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD                             (rev 0)
+++ testing-x86_64/PKGBUILD     2012-10-25 01:34:55 UTC (rev 169632)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Giovanni Scafora <[email protected]>
+# Contributor: Travis Willard <[email protected]> 
+# Contributor: Jaroslaw Swierczynski <[email protected]>
+# Contributor: Nicolai Lissner <[email protected]>
+
+pkgname=dvdauthor
+pkgver=0.7.1
+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=('2694a5a3ef460106ea3caf0f7f60ff80')
+
+build() {
+  cd "${srcdir}/${pkgname}"
+
+  ./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 
169628, 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-10-25 01:34:55 UTC 
(rev 169632)
@@ -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);

Reply via email to