Date: Saturday, August 19, 2017 @ 19:31:26 Author: arojas Revision: 302892
Update to 0.7.2 Modified: dvdauthor/trunk/PKGBUILD Deleted: dvdauthor/trunk/dvdauthor-fix-build.patch ---------------------------+ PKGBUILD | 15 ++++----------- dvdauthor-fix-build.patch | 26 -------------------------- 2 files changed, 4 insertions(+), 37 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-08-19 19:27:49 UTC (rev 302891) +++ PKGBUILD 2017-08-19 19:31:26 UTC (rev 302892) @@ -5,8 +5,8 @@ # Contributor: Nicolai Lissner <[email protected]> pkgname=dvdauthor -pkgver=0.7.1 -pkgrel=10 +pkgver=0.7.2 +pkgrel=1 pkgdesc="DVD authoring tools" arch=('i686' 'x86_64') url="http://dvdauthor.sourceforge.net/" @@ -13,16 +13,9 @@ license=('GPL') depends=('libdvdread' 'imagemagick' 'libxml2' 'libpng' 'fribidi') options=('!makeflags') -source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz" dvdauthor-fix-build.patch) -md5sums=('2694a5a3ef460106ea3caf0f7f60ff80' - '3ac58688085e7a1a503d1f895dfce718') +source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz") +sha256sums=('3020a92de9f78eb36f48b6f22d5a001c47107826634a785a62dfcd080f612eb7') -prepare() { - cd $pkgname - # Fix build (Debian) - patch -p1 -i ../dvdauthor-fix-build.patch -} - build() { cd "${srcdir}/${pkgname}" Deleted: dvdauthor-fix-build.patch =================================================================== --- dvdauthor-fix-build.patch 2017-08-19 19:27:49 UTC (rev 302891) +++ dvdauthor-fix-build.patch 2017-08-19 19:31:26 UTC (rev 302892) @@ -1,26 +0,0 @@ -Description: Fix for #807657 -- missing include "config.h" -Author: Tobias Frost <[email protected]> -Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=807657 -Last-Update: 2016-01-07 ---- -This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ ---- a/src/compat.h -+++ b/src/compat.h -@@ -1,6 +1,8 @@ - // basic headers - #define _GNU_SOURCE /* really just for strndup */ - -+#include "config.h" -+ - #ifdef HAVE_STDBOOL_H - # include <stdbool.h> - #else -@@ -17,6 +19,7 @@ - # define __bool_true_false_are_defined 1 - #endif - -+ - #include <stdio.h> - - #ifdef HAVE_STDLIB_H -
