From 72937ba3de0274f7ea7c5e667d4b9e594fcaeda6 Mon Sep 17 00:00:00 2001 From: Peter Bui Date: Sat, 2 Nov 2019 09:36:00 -0400 Subject: [PATCH] dvdauthor: revbump for libdvdread Fix xlint warnings --- srcpkgs/dvdauthor/template | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/srcpkgs/dvdauthor/template b/srcpkgs/dvdauthor/template index f9aefd40038..51cd1787fe8 100644 --- a/srcpkgs/dvdauthor/template +++ b/srcpkgs/dvdauthor/template @@ -1,14 +1,14 @@ # Template file for 'dvdauthor' pkgname=dvdauthor version=0.7.2 -revision=2 +revision=3 wrksrc="${pkgname}" build_style=gnu-configure hostmakedepends="pkg-config" makedepends="libpng-devel freetype-devel fribidi-devel libxml2-devel libdvdnav-devel" short_desc="DVD authoring tools, generate a DVD movie from MPEG2 stream" maintainer="Dan Kociela " -license="GPL-2" +license="GPL-2.0-or-later" homepage="http://dvdauthor.sourceforge.net/" distfiles="${SOURCEFORGE_SITE}/dvdauthor/dvdauthor-${version}.tar.gz" checksum="3020a92de9f78eb36f48b6f22d5a001c47107826634a785a62dfcd080f612eb7" @@ -22,5 +22,3 @@ vopt_conflict NTSC PAL configure_args="--enable-localize-filenames \ $(vopt_if NTSC '--enable-default-video-format=NTSC' "" ) \ $(vopt_if PAL '--enable-default-video-format=PAL' "")" - -