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

Giovanni Scafora giovanni at archlinux.org
Mon Aug 20 17:27:33 UTC 2012


    Date: Monday, August 20, 2012 @ 13:27:32
  Author: giovanni
Revision: 165483

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

Added:
  dvdauthor/repos/extra-i686/PKGBUILD
    (from rev 165482, dvdauthor/trunk/PKGBUILD)
  dvdauthor/repos/extra-i686/dvdauthor-0.7.0-libpng15.patch
    (from rev 165482, dvdauthor/trunk/dvdauthor-0.7.0-libpng15.patch)
  dvdauthor/repos/extra-x86_64/PKGBUILD
    (from rev 165482, dvdauthor/trunk/PKGBUILD)
  dvdauthor/repos/extra-x86_64/dvdauthor-0.7.0-libpng15.patch
    (from rev 165482, dvdauthor/trunk/dvdauthor-0.7.0-libpng15.patch)
Deleted:
  dvdauthor/repos/extra-i686/PKGBUILD
  dvdauthor/repos/extra-i686/dvdauthor-0.7.0-libpng15.patch
  dvdauthor/repos/extra-x86_64/PKGBUILD
  dvdauthor/repos/extra-x86_64/dvdauthor-0.7.0-libpng15.patch

---------------------------------------------+
 extra-i686/PKGBUILD                         |   66 ++++++++++++--------------
 extra-i686/dvdauthor-0.7.0-libpng15.patch   |   38 +++++++-------
 extra-x86_64/PKGBUILD                       |   66 ++++++++++++--------------
 extra-x86_64/dvdauthor-0.7.0-libpng15.patch |   38 +++++++-------
 4 files changed, 100 insertions(+), 108 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2012-08-20 17:27:05 UTC (rev 165482)
+++ extra-i686/PKGBUILD	2012-08-20 17:27:32 UTC (rev 165483)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
-# Contributor: Travis Willard <travisw at wmpub.ca> 
-# Contributor: Jaroslaw Swierczynski <swiergot at juvepoland.com>
-# Contributor: Nicolai Lissner <nlissne at 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/PKGBUILD (from rev 165482, dvdauthor/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2012-08-20 17:27:32 UTC (rev 165483)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
+# Contributor: Travis Willard <travisw at wmpub.ca> 
+# Contributor: Jaroslaw Swierczynski <swiergot at juvepoland.com>
+# Contributor: Nicolai Lissner <nlissne at linux01.gwdg.de>
+
+pkgname=dvdauthor
+pkgver=0.7.1
+pkgrel=1
+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
+}

Deleted: extra-i686/dvdauthor-0.7.0-libpng15.patch
===================================================================
--- extra-i686/dvdauthor-0.7.0-libpng15.patch	2012-08-20 17:27:05 UTC (rev 165482)
+++ extra-i686/dvdauthor-0.7.0-libpng15.patch	2012-08-20 17:27:32 UTC (rev 165483)
@@ -1,19 +0,0 @@
---- 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/extra-i686/dvdauthor-0.7.0-libpng15.patch (from rev 165482, dvdauthor/trunk/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-08-20 17:27:32 UTC (rev 165483)
@@ -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);

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2012-08-20 17:27:05 UTC (rev 165482)
+++ extra-x86_64/PKGBUILD	2012-08-20 17:27:32 UTC (rev 165483)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
-# Contributor: Travis Willard <travisw at wmpub.ca> 
-# Contributor: Jaroslaw Swierczynski <swiergot at juvepoland.com>
-# Contributor: Nicolai Lissner <nlissne at 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/PKGBUILD (from rev 165482, dvdauthor/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2012-08-20 17:27:32 UTC (rev 165483)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
+# Contributor: Travis Willard <travisw at wmpub.ca> 
+# Contributor: Jaroslaw Swierczynski <swiergot at juvepoland.com>
+# Contributor: Nicolai Lissner <nlissne at linux01.gwdg.de>
+
+pkgname=dvdauthor
+pkgver=0.7.1
+pkgrel=1
+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
+}

Deleted: extra-x86_64/dvdauthor-0.7.0-libpng15.patch
===================================================================
--- extra-x86_64/dvdauthor-0.7.0-libpng15.patch	2012-08-20 17:27:05 UTC (rev 165482)
+++ extra-x86_64/dvdauthor-0.7.0-libpng15.patch	2012-08-20 17:27:32 UTC (rev 165483)
@@ -1,19 +0,0 @@
---- 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/extra-x86_64/dvdauthor-0.7.0-libpng15.patch (from rev 165482, dvdauthor/trunk/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-08-20 17:27:32 UTC (rev 165483)
@@ -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);




More information about the arch-commits mailing list